Build results:

x86-64 Linux head:       fail (failed publishbindist failed slave lost)
x86 Windows head:        fail (failed compile)
x86 Windows head fast:   pass pass lost fail (failed compile) fail (failed 
compile) fail (failed compile) fail (failed compile)
kili head:               fail (failed compile)
sparky head:             pass
x86-64 Linux head unreg: lost

Old unexpected test failures:

    1861                 2 kgardas head
    2816                 3 x86 Windows head fast
    3171                 3 x86 Windows head fast
    T1969                3 kgardas head
    T3016                3 kgardas head
    arr017               3 kgardas head
    barton-mangler-bug   2 sparky head
    break017             2 kgardas head
    bug1010              3 kgardas head
    bytestring002        3 kgardas head
    bytestring003        3 kgardas head
    conc038              1 tnaur x86 Linux head
    concprog001          1 tnaur x86 Linux head
    echo001              3 kgardas head
    ghci024              1 kgardas head
    ghci028              3 x86 Windows head fast
    ghciprog004          1 sparky head
    hClose002            2 kgardas head
    hSetBuffering002     3 kgardas head
    hpc001               1 tnaur x86 Linux head
    hpc_bad_001          1 tnaur x86 Linux head
    hpc_draft            1 tnaur x86 Linux head
    hpc_fork             1 tnaur x86 Linux head
    hpc_hand_overlay     1 tnaur x86 Linux head
    hpc_help             1 tnaur x86 Linux head
    hpc_help_draft       1 tnaur x86 Linux head
    hpc_help_help        1 tnaur x86 Linux head
    hpc_help_markup      1 tnaur x86 Linux head
    hpc_help_overlay     1 tnaur x86 Linux head
    hpc_help_report      1 tnaur x86 Linux head
    hpc_help_show        1 tnaur x86 Linux head
    hpc_help_version     1 tnaur x86 Linux head
    hpc_markup_001       1 tnaur x86 Linux head
    hpc_markup_002       1 tnaur x86 Linux head
    hpc_markup_error_001 1 tnaur x86 Linux head
    hpc_markup_error_002 1 tnaur x86 Linux head
    hpc_markup_multi_001 1 tnaur x86 Linux head
    hpc_markup_multi_002 1 tnaur x86 Linux head
    hpc_markup_multi_003 1 tnaur x86 Linux head
    hpc_overlay          1 tnaur x86 Linux head
    hpc_overlay2         1 tnaur x86 Linux head
    hpc_report_001       1 tnaur x86 Linux head
    hpc_report_002       1 tnaur x86 Linux head
    hpc_report_003       1 tnaur x86 Linux head
    hpc_report_error_001 1 tnaur x86 Linux head
    hpc_report_error_002 1 tnaur x86 Linux head
    hpc_report_multi_001 1 tnaur x86 Linux head
    hpc_report_multi_002 1 tnaur x86 Linux head
    hpc_report_multi_003 1 tnaur x86 Linux head
    hpc_show             1 tnaur x86 Linux head
    hpc_show_error_001   1 tnaur x86 Linux head
    hpc_show_error_002   1 tnaur x86 Linux head
    hpc_show_multi_001   1 tnaur x86 Linux head
    hpc_show_multi_002   1 tnaur x86 Linux head
    hpc_version          1 tnaur x86 Linux head
    jl_defaults          3 kgardas head
    joao-circular        1 sparky head
    jules_xref           3 kgardas head
    jules_xref2          3 kgardas head
    launchbury           3 kgardas head
    length001            1 tnaur x86 Linux head
    lex                  3 kgardas head
    num009               1 kgardas head
    num012               1 kgardas head
    process007           2 kgardas head
    recomp005            3 kgardas head
    rittri               3 kgardas head
    seward-space-leak    1 sparky head
    signals004           2 kgardas head
    simpl015             1 tnaur x86 Linux head
    space_leak_001       1 sparky head
    testblockalloc       1 sparky head
    tough                1 tnaur x86 Linux head
    user001              2 kgardas head
Last 30 lines:

make[1]: Entering directory `/64playpen/buildbot/x86_64-linux-head/build'
===--- updating makefiles phase 0
make -r --no-print-directory -f ghc.mk phase=0 just-makefiles
===--- updating makefiles phase 1
make -r --no-print-directory -f ghc.mk phase=1 just-makefiles
===--- updating makefiles phase 2
make -r --no-print-directory -f ghc.mk phase=2 just-makefiles
===--- updating makefiles phase 3
make -r --no-print-directory -f ghc.mk phase=3 just-makefiles
===--- finished updating makefiles
make -r --no-print-directory -f ghc.mk publish
make[2]: *** No rule to make target `publish'.  Stop.
make[1]: *** [publish] Error 2
make[1]: Leaving directory `/64playpen/buildbot/x86_64-linux-head/build'
Last 30 lines:

=====> arr006(threaded2)
cd ./array/should_run && 
'/64playpen/buildbot/x86_64-linux-head/build/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint  -dno-debug-output -o arr006 arr006.hs -O 
-threaded   >arr006.comp.stderr 2>&1
cd ./array/should_run && ./arr006  +RTS -N2 -RTS  </dev/null >arr006.run.stdout 
2>arr006.run.stderr
=====> arr006(profthreaded)
cd ./array/should_run && 
'/64playpen/buildbot/x86_64-linux-head/build/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint  -dno-debug-output -o arr006 arr006.hs -O 
-prof -auto-all -fasm -threaded   >arr006.comp.stderr 2>&1
cd ./array/should_run && ./arr006  +RTS -p -RTS  </dev/null >arr006.run.stdout 
2>arr006.run.stderr
=====> arr007(normal)
cd ./array/should_run && 
'/64playpen/buildbot/x86_64-linux-head/build/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint  -dno-debug-output -o arr007 arr007.hs    
>arr007.comp.stderr 2>&1
cd ./array/should_run && ./arr007    </dev/null >arr007.run.stdout 
2>arr007.run.stderr
=====> arr007(optc)
cd ./array/should_run && 
'/64playpen/buildbot/x86_64-linux-head/build/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint  -dno-debug-output -o arr007 arr007.hs -O 
-fvia-C   >arr007.comp.stderr 2>&1
cd ./array/should_run && ./arr007    </dev/null >arr007.run.stdout 
2>arr007.run.stderr
=====> arr007(hpc)
cd ./array/should_run && 
'/64playpen/buildbot/x86_64-linux-head/build/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint  -dno-debug-output -o arr007 arr007.hs -O 
-fhpc   >arr007.comp.stderr 2>&1
cd ./array/should_run && ./arr007    </dev/null >arr007.run.stdout 
2>arr007.run.stderr
=====> arr007(optasm)
cd ./array/should_run && 
'/64playpen/buildbot/x86_64-linux-head/build/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint  -dno-debug-output -o arr007 arr007.hs -O 
-fasm   >arr007.comp.stderr 2>&1
cd ./array/should_run && ./arr007    </dev/null >arr007.run.stdout 
2>arr007.run.stderr
=====> arr007(profc)
cd ./array/should_run && 
'/64playpen/buildbot/x86_64-linux-head/build/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint  -dno-debug-output -o arr007 arr007.hs -O 
-prof -auto-all -fvia-C   >arr007.comp.stderr 2>&1
cd ./array/should_run && ./arr007  +RTS -p -RTS  </dev/null >arr007.run.stdout 
2>arr007.run.stderr
=====> arr007(profasm)
cd ./array/should_run && 
'/64playpen/buildbot/x86_64-linux-head/build/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint  -dno-debug-output -o arr007 arr007.hs -O 
-prof -auto-all -fasm   >arr007.comp.stderr 2>&1
cd ./array/should_run && ./arr007  +RTS -hc -RTS  </dev/null >arr007.run.stdout 
2>arr007.run.stderr
cd ./array/should_run && 
/64playpen/buildbot/x86_64-linux-head/build/inplace/bin//hp2ps arr007
=====> arr007(ghci)
cd ./array/should_run && 
'/64playpen/buildbot/x86_64-linux-head/build/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint  -dno-debug-output arr007.hs 
--interactive -v0 -ignore-dot-ghci   <arr007.genscript 1>arr007.interp.stdout 
2>arr007.interp.stderr
=====> arr007(threaded1)
cd ./array/should_run && 
'/64playpen/buildbot/x86_64-linux-head/build/inplace/bin/ghc-stage2' 
-fforce-recomp -dcore-lint -dcmm-lint  -dno-debug-output -o arr007 arr007.hs 
-threaded -debug   >arr007.comp.stderr 2>&1
Last 30 lines:

make[1]: Entering directory `/buildbot/x86-win-head/build'
===--- updating makefiles phase 0
make -r --no-print-directory -f ghc.mk phase=0 just-makefiles
docs/users_guide/ghc.mk:30: *** target pattern contains no `%'.  Stop.
make[1]: *** [all] Error 2
make[1]: Leaving directory `/buildbot/x86-win-head/build'
Last 30 lines:

make[1]: Entering directory `/buildbot/x86-win-fast-head/build'
===--- updating makefiles phase 0
make -r --no-print-directory -f ghc.mk phase=0 just-makefiles
docs/users_guide/ghc.mk:30: *** target pattern contains no `%'.  Stop.
make[1]: *** [all] Error 2
make[1]: Leaving directory `/buildbot/x86-win-fast-head/build'
Last 30 lines:

touch utils/ghc-cabal/dist/build/tmp/ghc-cabal
inplace/bin/mkdirhier inplace/bin/
cp utils/ghc-cabal/dist/build/tmp/ghc-cabal inplace/bin/ghc-cabal
rm -f -f utils/ghc-pkg/Version.hs
echo "module Version where"                    >> utils/ghc-pkg/Version.hs
echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/Version.hs
echo "version    = \"6.11.20090512\""      >> utils/ghc-pkg/Version.hs
echo "targetOS   = \"openbsd\""        >> utils/ghc-pkg/Version.hs
echo "targetARCH = \"i386\""      >> utils/ghc-pkg/Version.hs
inplace/bin/mkdirhier bootstrapping
inplace/bin/mkdirhier utils/ghc-pkg/dist/build
mkdir utils/ghc-pkg/dist
mkdir utils/ghc-pkg/dist/build
/usr/local/bin/ghc --make utils/ghc-pkg/Main.hs -o 
utils/ghc-pkg/dist/build/ghc-pkg \
               -Wall \
               -DCABAL_VERSION=1,7,0 \
               -odir  bootstrapping \
               -hidir bootstrapping \
               -iutils/ghc-pkg \
               -XCPP -XExistentialQuantification -XDeriveDataTypeable \
               -ilibraries/Cabal \
               -ilibraries/filepath \
               -ilibraries/extensible-exceptions \
               -ilibraries/hpc
ghc-6.6.1: unrecognised flags: -XCPP -XExistentialQuantification 
-XDeriveDataTypeable
Usage: For basic information, try the `--help' option.
make[2]: *** [utils/ghc-pkg/dist/build/ghc-pkg] Error 1
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/var/www/virtual/darcs.volkswurst.de/buildbot/ghc/kili/build'
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to