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
go test -buildmode pie -compiler gc -ldflags '-extldflags '''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ''''
--- FAIL: TestCalibrate (22.60s)
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:32768, R:8, P:1, SaltLen:16, DKLen:32} took 390.533325ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:65536, R:8, P:1, SaltLen:16, DKLen:32} took 566.445332ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:32768, R:8, P:1, SaltLen:16, DKLen:32} took 224.123283ms ()
scrypt_test.go:145: 2. GenerateFromPassword was too fast (expected between 250ms and 750ms, got 224.123283ms) with scrypt.Params{N:32768, R:8, P:1, SaltLen:16, DKLen:32}.
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:32768, R:8, P:2, SaltLen:16, DKLen:32} took 501.654331ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:16384, R:8, P:3, SaltLen:16, DKLen:32} took 437.232135ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:8192, R:8, P:8, SaltLen:16, DKLen:32} took 484.281555ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:4096, R:8, P:16, SaltLen:16, DKLen:32} took 424.747882ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:512, R:8, P:146, SaltLen:16, DKLen:32} took 532.689005ms ()
FAIL
exit status 1
The text was updated successfully, but these errors were encountered:
On Fri, Jun 22, 2018 at 1:21 PM copart ***@***.***> wrote:
Any ideas?
- go test -buildmode pie -compiler gc -ldflags '-extldflags
'''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
''''
--- FAIL: TestCalibrate (22.60s)
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:32768,
R:8, P:1, SaltLen:16, DKLen:32} took 390.533325ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:65536,
R:8, P:1, SaltLen:16, DKLen:32} took 566.445332ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:32768,
R:8, P:1, SaltLen:16, DKLen:32} took 224.123283ms ()
scrypt_test.go:145: 2. GenerateFromPassword was too fast (expected
between 250ms and 750ms, got 224.123283ms) with scrypt.Params{N:32768, R:8,
P:1, SaltLen:16, DKLen:32}.
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:32768,
R:8, P:2, SaltLen:16, DKLen:32} took 501.654331ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:16384,
R:8, P:3, SaltLen:16, DKLen:32} took 437.232135ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:8192,
R:8, P:8, SaltLen:16, DKLen:32} took 484.281555ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:4096,
R:8, P:16, SaltLen:16, DKLen:32} took 424.747882ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:512,
R:8, P:146, SaltLen:16, DKLen:32} took 532.689005ms ()
FAIL
exit status 1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABIcEN4EDwag86zNstw3q6AImJL9azgks5t_VHGgaJpZM4U0X3w>
.
Any ideas?
--- FAIL: TestCalibrate (22.60s)
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:32768, R:8, P:1, SaltLen:16, DKLen:32} took 390.533325ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:65536, R:8, P:1, SaltLen:16, DKLen:32} took 566.445332ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:32768, R:8, P:1, SaltLen:16, DKLen:32} took 224.123283ms ()
scrypt_test.go:145: 2. GenerateFromPassword was too fast (expected between 250ms and 750ms, got 224.123283ms) with scrypt.Params{N:32768, R:8, P:1, SaltLen:16, DKLen:32}.
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:32768, R:8, P:2, SaltLen:16, DKLen:32} took 501.654331ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:16384, R:8, P:3, SaltLen:16, DKLen:32} took 437.232135ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:8192, R:8, P:8, SaltLen:16, DKLen:32} took 484.281555ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:4096, R:8, P:16, SaltLen:16, DKLen:32} took 424.747882ms ()
scrypt_test.go:140: GenerateFromPassword with scrypt.Params{N:512, R:8, P:146, SaltLen:16, DKLen:32} took 532.689005ms ()
FAIL
exit status 1
The text was updated successfully, but these errors were encountered: