crypto icon indicating copy to clipboard operation
crypto copied to clipboard

tests fail on HEAD/release pkg build

Open samth opened this issue 1 year ago • 3 comments

See errors here: https://plt.cs.northwestern.edu/release-pkg-build/server/built/test-fail/crypto-test.txt and https://plt.cs.northwestern.edu/pkg-build/server/built/test-fail/crypto-test.txt

The errors look like:


raco test: (submod "/home/root//user/.local/share/racket/snapshot/pkgs/crypto-test/tests/test.rkt" test)
test.rkt: racket test: #<<non-empty stderr
--------------------
kdfs > libcrypto > crypto tests > Unnamed test
ERROR
name:       check-equal?
location:   kdf.rkt:48:8

match: no matching clause for '#hash(($id . scrypt) (ln . 15) (p . 1) (pwhash . #"?\34\353\373\363]\363\377T\177\367\3170&\31\305\321\362\255\251Uv\302\23\371\362>\1f\322\34B") (r . 8) (salt . #"x\240\31Ci\241E\206\330J\ff\372\213\265Z"))
--------------------

One possibility is that the machine running these tests has different software or hardware, and these tests do not adapt properly.

samth avatar Jan 27 '23 20:01 samth