Make check errors in release candidate 3.5.0rc0

I have one or two errors in “make check” when building 3.5.0rc0 on
Debian
Linux (under VirtualBox on Windows XP):

(1) in gr-trellis:

make[7]: Entering directory
`/home/don/gnuradio-3.5.0rc0/build-debian/gr-trellis/src/python’
Traceback (most recent call last):
File “…/…/…/…/gr-trellis/src/python/qa_trellis.py”, line 32, in

import digital_swig
ImportError: No module named digital_swig
FAIL: run_tests

It works ok if I add “export PYTHONPATH” after PYTHONPATH is set in
gr-trellis/src/python/run_tests.

(2) in gnuradio-core/src/python/gnuradio/gr:

Ran 6 tests in 0.466s

OK
gr_vmcircbuf_sysv_shm: shmat (5): Invalid argument
gr_buffer::allocate_buffer: failed to allocate buffer of size 64 KB

Ran 2 tests in 3.042s

OK

Ran 2 tests in 0.007s

OK

Ran 3 tests in 0.013s

OK
PASS: run_tests

It says “OK” and “PASS” despite the error messages. Is this normal?

Thanks,

– Don W.