It appears that the pickle patch from earlier this week is causing a test
failure.

https://bitbucket.org/scons/scons/pull-requests/348/centralize-the-preferred-pickle-protocol/diff

1/1 (100.00%) /usr/bin/python -tt test/Interactive/variant_dir.py
> STDOUT 
> =========================================================================
> scons: Entering directory `/tmp/testcmd.2983.M_iWAJ/work'
> scons>>> scons: building associated VariantDir targets: build
> gcc -o build/hello.o -c sub1/hello.c
> gcc -o build/hello build/hello.o
> scons: `sub1' is up to date.
> scons>>> Touch("/tmp/testcmd.2983.M_iWAJ/markers/1")
> scons>>> scons: building associated VariantDir targets: build
> gcc -o build/hello.o -c sub1/hello.c
> gcc -o build/hello build/hello.o
> scons: `sub1' is up to date.
> scons>>> Touch("/tmp/testcmd.2983.M_iWAJ/markers/2")
> scons>>>
>
> STDERR 
> =========================================================================
> 0a1
> > Exception TypeError: 'an integer is required' in <bound method 
> > dblite.__del__ of <SCons.dblite.dblite object at 0x7fcb33c5ee90>> ignored
> FAILED test of .../SCons/scons/src/script/scons.py
>       at line 620 of .../SCons/scons/QMTest/TestCommon.py (_complete)
>       from line 674 of .../SCons/scons/QMTest/TestCommon.py (finish)
>       from line 109 of test/Interactive/variant_dir.py
>
> Anyone else seeing this issue?

V/R,
William
_______________________________________________
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev

Reply via email to