build test failure on s390x
lomiri-push-service's build tests [fail on s390x](https://buildd.debian.org/status/package.php?p=lomiri-push-service)
s390x is the only Debian release architecture that is big-endian. There are some Debian "ports" [architectures](https://wiki.debian.org/ArchitectureSpecificsMemo) that are big-endian, but we don't have a build attempt on those architectures for other reasons.
The murmor3 test is old, from 2011.
Ubuntu completely skipping running tests for the predecessor `ubuntu-push` project. Before that, I did see a successful s390x build but in the build I looked at, it looked like dh_auto_test wasn't actually running for s390x.
I don't think we care much about s390x for Lomiri's use cases. I'm filing this bug for reference.
Build log excerpt
=================
```
=== RUN TestRef
murmur_test.go:27: 'hello': 0x84c85fd5 (want 0x248bfa47)
murmur_test.go:31: 'hello': 0x84c85fd5 (want 0x248bfa47)
murmur_test.go:27: 'hello, world': 0xa98a45f8 (want 0x149bbb7f)
murmur_test.go:31: 'hello, world': 0xa98a45f8 (want 0x149bbb7f)
murmur_test.go:27: '19 Jan 2038 at 3:14:07 AM': 0xa74dd6ac (want 0xe31e8a70)
murmur_test.go:31: '19 Jan 2038 at 3:14:07 AM': 0xa74dd6ac (want 0xe31e8a70)
murmur_test.go:37: '19 Jan 2038 at 3:14:07 AM': 0xcef175caccc2d982 (want 0xb89e5988b737affc)
murmur_test.go:41: '19 Jan 2038 at 3:14:07 AM': 0xcef175caccc2d982 (want 0xb89e5988b737affc)
murmur_test.go:47: '19 Jan 2038 at 3:14:07 AM': 0xcef175caccc2d982-0x43fd5acb8ce000a8 (want 0xb89e5988b737affc-0x664fc2950231b2cb)
murmur_test.go:51: '19 Jan 2038 at 3:14:07 AM': 0xcef175caccc2d982-0x43fd5acb8ce000a8 (want 0xb89e5988b737affc-0x664fc2950231b2cb)
murmur_test.go:27: 'The quick brown fox jumps over the lazy dog.': 0x4f6a2b71 (want 0xd5c48bfc)
murmur_test.go:31: 'The quick brown fox jumps over the lazy dog.': 0x4f6a2b71 (want 0xd5c48bfc)
murmur_test.go:37: 'The quick brown fox jumps over the lazy dog.': 0xa9dcb521e865357b (want 0xcd99481f9ee902c9)
murmur_test.go:41: 'The quick brown fox jumps over the lazy dog.': 0xa9dcb521e865357b (want 0xcd99481f9ee902c9)
murmur_test.go:47: 'The quick brown fox jumps over the lazy dog.': 0xa9dcb521e865357b-0x31929daa7f2d439e (want 0xcd99481f9ee902c9-0x695da1a38987b6e7)
murmur_test.go:51: 'The quick brown fox jumps over the lazy dog.': 0xa9dcb521e865357b-0x31929daa7f2d439e (want 0xcd99481f9ee902c9-0x695da1a38987b6e7)
--- FAIL: TestRef (0.00s)
=== RUN TestIncremental
hel|lo|
murmur_test.go:72: 'hello': 0x84c85fd5 (want 0x248bfa47)
hel|lo, wo|rld|
murmur_test.go:72: 'hello, world': 0xa98a45f8 (want 0x149bbb7f)
19 |Jan 20|38 at 3:14:0|7 AM|
murmur_test.go:72: '19 Jan 2038 at 3:14:07 AM': 0xa74dd6ac (want 0xe31e8a70)
murmur_test.go:75: '19 Jan 2038 at 3:14:07 AM': 0xcef175caccc2d982-0x43fd5acb8ce000a8 (want 0xb89e5988b737affc-0x664fc2950231b2cb)
The| quick| brown fox j|umps over the lazy dog.|
murmur_test.go:72: 'The quick brown fox jumps over the lazy dog.': 0x4f6a2b71 (want 0xd5c48bfc)
murmur_test.go:75: 'The quick brown fox jumps over the lazy dog.': 0xa9dcb521e865357b-0x31929daa7f2d439e (want 0xcd99481f9ee902c9-0x695da1a38987b6e7)
--- FAIL: TestIncremental (0.00s)
FAIL
FAIL gitlab.com/ubports/development/core/lomiri-push-service/external/murmur3 0.001s
```
issue