Built successfully on OS X 10.7.5
All tests passed!
$ TARGET=5.9.rc0 && SAGE_XY=sage-$TARGET && alias e='echo'; alias ee='e; e'
$ alias sp='system_profiler'
$ ee "=== "`date -u "+Date: %F %T Z"`" ===" &&
> ee "=== Hardware ==="; e &&
> sp SPHardwareDataType | sed -n 's/^ *\([A-Z][^t][^r][^d]\)/\1/p' &&
> ee "=== OS and developer tools ==="; e &&
> uname -s; uname -n > /dev/null; uname -r; uname -v; uname -m; uname -p &&
> e; sw_vers; e; xcodebuild -version; e; gcc --version; gcc -v &&
> ee "=== Set build location and 'PATH' ===" ; e &&
> SAGE_DIR=/Applications/sage-xyz/$SAGE_XY; cd $SAGE_DIR &&
> export PATH='/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin' &&
> e "Will build in: "$SAGE_DIR && e "'PATH' set to: "$PATH &&
> ee "=== Run make ===" && time `make > /dev/null` &&
> ee "=== Run make testlong ===" &&
> export SAGE_TIMEOUT=1200; export SAGE_TIMEOUT_LONG=5400 &&
> time `make testlong > /dev/null` && e &&
> e "=== tail logs/testlong.log ==="; e; tail logs/testlong.log; e
=== Date: 2013-04-26 00:17:01 Z ===
=== Hardware ===
Model Name: MacBook Pro
Model Identifier: MacBookPro8,2
Processor Name: Intel Core i7
Processor Speed: 2 GHz
Number of Processors: 1
Total Number of Cores: 4
L2 Cache (per Core): 256 KB
L3 Cache: 6 MB
Memory: 8 GB
Boot ROM Version: MBP81.0047.B27
SMC Version (system): 1.69f3
=== OS and developer tools ===
Darwin
11.4.2
Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
x86_64
i386
ProductName: Mac OS X
ProductVersion: 10.7.5
BuildVersion: 11G63
Xcode 4.6.2
Build version 4H1003
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
=== Set build location and 'PATH' ===
Will build in: /Applications/sage-xyz/sage-5.9.rc0
'PATH' set to: /usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin
=== Run make ===
real 0m31.055s
user 0m6.818s
sys 0m2.839s
real 208m13.365s
user 184m40.105s
sys 15m44.381s
=== Run make testlong ===
real 0m3.613s
user 0m2.926s
sys 0m0.611s
real 102m25.417s
user 89m27.442s
sys 4m19.798s
=== tail logs/testlong.log ===
sage -t --long devel/sagenb-main/sagenb/testing/tests/test_worksheet.py
[0 tests, 0.00 s]
sage -t --long devel/sagenb-main/sagenb/testing/tests/test_worksheet_list.py
[0 tests, 0.00 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 6086.1 seconds
cpu time: 5047.7 seconds
cumulative wall time: 5964.3 seconds
$