Target: /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello [FAIL] 
    
      
        Date 
        Start time 
        End time 
        Elapsed time 
        Total tests 
        Passed 
        Solved 
        Known 
        Failed 
       
      
        7/2/2020 
        11:38:49 AM 
        11:40:49 AM 
        2m 0s 
        18 
        11  
        1  
        0  
        6  
       
    
    
    
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/convert 
          convert: [SKIPPED] no DM file out/async_hello/async_hello.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/async_hello/async_hello.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/table 
          table: [SKIPPED] no baseline out/async_hello/baseline/table/async_hello-state.dzntable: [SKIPPED] no baseline out/async_hello/baseline/table/async_hello-event.dzntable: [SKIPPED] no baseline out/async_hello/baseline/table/async_hello-state.htmltable: [SKIPPED] no baseline out/async_hello/baseline/table/async_hello-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/async_hello OUT=out/async_hello/c++ MAIN=out/async_hello/main.cc MODEL=async_hello -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/async_hello/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/async_hello/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/async_hello/c++/dzn/$file;\
done
for file in out/async_hello/async_hello.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends   -o out/async_hello/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/build-c++ 
          make DIR=out/async_hello LANGUAGE=c++ OUT=out/async_hello/c++ IN=out/async_hello/c++ MAIN=out/async_hello/main.cc -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/async_hello/c++/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++/main.d -MT 'out/async_hello/c++/main.d out/async_hello/c++/main.o' -pthread -Iout/async_hello/c++ -Iout/async_hello/c++/.. -Iout/async_hello/c++ -Iout/async_hello/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/async_hello/c++/main.o out/async_hello/main.cc
mkdir -p out/async_hello/c++/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++/async_hello.d -MT 'out/async_hello/c++/async_hello.d out/async_hello/c++/async_hello.o' -pthread -Iout/async_hello/c++ -Iout/async_hello/c++/.. -Iout/async_hello/c++ -Iout/async_hello/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/async_hello/c++/async_hello.o out/async_hello/c++/async_hello.cc
mkdir -p out/async_hello/c++/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++/pump.d -MT 'out/async_hello/c++/pump.d out/async_hello/c++/pump.o' -pthread -Iout/async_hello/c++ -Iout/async_hello/c++/.. -Iout/async_hello/c++ -Iout/async_hello/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/async_hello/c++/pump.o out/async_hello/c++/pump.cc
mkdir -p out/async_hello/c++/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++/runtime.d -MT 'out/async_hello/c++/runtime.d out/async_hello/c++/runtime.o' -pthread -Iout/async_hello/c++ -Iout/async_hello/c++/.. -Iout/async_hello/c++ -Iout/async_hello/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/async_hello/c++/runtime.o out/async_hello/c++/runtime.cc
mkdir -p out/async_hello/c++/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++/test -MT 'out/async_hello/c++/test out/async_hello/c++/test' -pthread -Iout/async_hello/c++ -Iout/async_hello/c++/.. -Iout/async_hello/c++ -Iout/async_hello/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/async_hello/c++/test out/async_hello/c++/main.o out/async_hello/c++/async_hello.o out/async_hello/c++/pump.o out/async_hello/c++/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/execute-c++ 
          timeout 10 diff -uw out/async_hello/trace <(set -o pipefail;cat out/async_hello/trace |  out/async_hello/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/async_hello/trace |  out/async_hello/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/run 
          diff -uw <(grep -v "" out/async_hello/trace) <(grep -v "" out/async_hello/trace| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=async_hello out/async_hello/async_hello.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/triangle-c++ 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=async_hello   out/async_hello/async_hello.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/async_hello OUT=out/async_hello/c++03 MAIN=out/async_hello/main.cc MODEL=async_hello -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/async_hello/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/async_hello/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/async_hello/c++03/dzn/$file;\
done
for file in out/async_hello/async_hello.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends   -o out/async_hello/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/build-c++03 
          make DIR=out/async_hello LANGUAGE=c++03 OUT=out/async_hello/c++03 IN=out/async_hello/c++03 MAIN=out/async_hello/main.cc -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/async_hello/c++03/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++03/main.d -MT 'out/async_hello/c++03/main.d out/async_hello/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_hello/c++03 -Iout/async_hello/c++03/.. -Iout/async_hello/c++03 -Iout/async_hello/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/async_hello/c++03/main.o out/async_hello/main.cc
mkdir -p out/async_hello/c++03/
g++ -g -std=c++03 -MMD -MF out/async_hello/c++03/async_hello.d -MT 'out/async_hello/c++03/async_hello.d out/async_hello/c++03/async_hello.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_hello/c++03 -Iout/async_hello/c++03/.. -Iout/async_hello/c++03 -Iout/async_hello/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/async_hello/c++03/async_hello.o out/async_hello/c++03/async_hello.cc
mkdir -p out/async_hello/c++03/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++03/pump.d -MT 'out/async_hello/c++03/pump.d out/async_hello/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_hello/c++03 -Iout/async_hello/c++03/.. -Iout/async_hello/c++03 -Iout/async_hello/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/async_hello/c++03/pump.o out/async_hello/c++03/pump.cc
mkdir -p out/async_hello/c++03/
g++ -g -std=c++03 -MMD -MF out/async_hello/c++03/runtime.d -MT 'out/async_hello/c++03/runtime.d out/async_hello/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_hello/c++03 -Iout/async_hello/c++03/.. -Iout/async_hello/c++03 -Iout/async_hello/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/async_hello/c++03/runtime.o out/async_hello/c++03/runtime.cc
mkdir -p out/async_hello/c++03/
g++ -g -std=c++03 -MMD -MF out/async_hello/c++03/test -MT 'out/async_hello/c++03/test out/async_hello/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_hello/c++03 -Iout/async_hello/c++03/.. -Iout/async_hello/c++03 -Iout/async_hello/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/async_hello/c++03/test out/async_hello/c++03/main.o out/async_hello/c++03/async_hello.o out/async_hello/c++03/pump.o out/async_hello/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/execute-c++03 
          timeout 10 diff -uw out/async_hello/trace <(set -o pipefail;cat out/async_hello/trace |  out/async_hello/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/async_hello/trace |  out/async_hello/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/triangle-c++03 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/async_hello OUT=out/async_hello/c++-msvc11 MAIN=out/async_hello/main.cc MODEL=async_hello -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/async_hello/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/async_hello/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/async_hello/c++-msvc11/dzn/$file;\
done
for file in out/async_hello/async_hello.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends   -o out/async_hello/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/build-c++-msvc11 
          make DIR=out/async_hello LANGUAGE=c++-msvc11 OUT=out/async_hello/c++-msvc11 IN=out/async_hello/c++-msvc11 MAIN=out/async_hello/main.cc -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/async_hello/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++-msvc11/main.d -MT 'out/async_hello/c++-msvc11/main.d out/async_hello/c++-msvc11/main.o' -pthread -Iout/async_hello/c++-msvc11 -Iout/async_hello/c++-msvc11/.. -Iout/async_hello/c++-msvc11 -Iout/async_hello/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/async_hello/c++-msvc11/main.o out/async_hello/main.cc
mkdir -p out/async_hello/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++-msvc11/async_hello.d -MT 'out/async_hello/c++-msvc11/async_hello.d out/async_hello/c++-msvc11/async_hello.o' -pthread -Iout/async_hello/c++-msvc11 -Iout/async_hello/c++-msvc11/.. -Iout/async_hello/c++-msvc11 -Iout/async_hello/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/async_hello/c++-msvc11/async_hello.o out/async_hello/c++-msvc11/async_hello.cc
mkdir -p out/async_hello/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++-msvc11/pump.d -MT 'out/async_hello/c++-msvc11/pump.d out/async_hello/c++-msvc11/pump.o' -pthread -Iout/async_hello/c++-msvc11 -Iout/async_hello/c++-msvc11/.. -Iout/async_hello/c++-msvc11 -Iout/async_hello/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/async_hello/c++-msvc11/pump.o out/async_hello/c++-msvc11/pump.cc
mkdir -p out/async_hello/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++-msvc11/runtime.d -MT 'out/async_hello/c++-msvc11/runtime.d out/async_hello/c++-msvc11/runtime.o' -pthread -Iout/async_hello/c++-msvc11 -Iout/async_hello/c++-msvc11/.. -Iout/async_hello/c++-msvc11 -Iout/async_hello/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/async_hello/c++-msvc11/runtime.o out/async_hello/c++-msvc11/runtime.cc
mkdir -p out/async_hello/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/async_hello/c++-msvc11/test -MT 'out/async_hello/c++-msvc11/test out/async_hello/c++-msvc11/test' -pthread -Iout/async_hello/c++-msvc11 -Iout/async_hello/c++-msvc11/.. -Iout/async_hello/c++-msvc11 -Iout/async_hello/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/async_hello/c++-msvc11/test out/async_hello/c++-msvc11/main.o out/async_hello/c++-msvc11/async_hello.o out/async_hello/c++-msvc11/pump.o out/async_hello/c++-msvc11/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/execute-c++-msvc11 
          timeout 10 diff -uw out/async_hello/trace <(set -o pipefail;cat out/async_hello/trace |  out/async_hello/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/async_hello/trace |  out/async_hello/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/triangle-c++-msvc11 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/traces 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/view 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/build-c 
          async-refine: not supported 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/code-c 
          async-refine: not supported 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/execute-c 
          async-refine: not supported 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/triangle-c 
          async-refine: not supported 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/build-cs 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/code-cs 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/execute-cs 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/triangle-cs 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/build-javascript 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/code-javascript 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/execute-javascript 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/triangle-javascript 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/build-java 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/code-java 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/execute-java 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/triangle-java 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/build-python 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/code-python 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/execute-python 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/async_hello/triangle-python 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/convert 
          convert: [SKIPPED] no DM file out/hellocheckcompbindings/hellocheckcompbindings.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/hellocheckcompbindings OUT=out/hellocheckcompbindings/c++ MAIN=out/hellocheckcompbindings/main.cc MODEL=hellocheckcompbindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellocheckcompbindings/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/hellocheckcompbindings/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/hellocheckcompbindings/c++/dzn/$file;\
done
for file in out/hellocheckcompbindings/hellocheckcompbindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends   -o out/hellocheckcompbindings/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/build-c++ 
          make DIR=out/hellocheckcompbindings LANGUAGE=c++ OUT=out/hellocheckcompbindings/c++ IN=out/hellocheckcompbindings/c++ MAIN=out/hellocheckcompbindings/main.cc -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/hellocheckcompbindings/c++/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++/main.d -MT 'out/hellocheckcompbindings/c++/main.d out/hellocheckcompbindings/c++/main.o' -pthread -Iout/hellocheckcompbindings/c++ -Iout/hellocheckcompbindings/c++/.. -Iout/hellocheckcompbindings/c++ -Iout/hellocheckcompbindings/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++/main.o out/hellocheckcompbindings/main.cc
mkdir -p out/hellocheckcompbindings/c++/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++/pump.d -MT 'out/hellocheckcompbindings/c++/pump.d out/hellocheckcompbindings/c++/pump.o' -pthread -Iout/hellocheckcompbindings/c++ -Iout/hellocheckcompbindings/c++/.. -Iout/hellocheckcompbindings/c++ -Iout/hellocheckcompbindings/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++/pump.o out/hellocheckcompbindings/c++/pump.cc
mkdir -p out/hellocheckcompbindings/c++/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++/runtime.d -MT 'out/hellocheckcompbindings/c++/runtime.d out/hellocheckcompbindings/c++/runtime.o' -pthread -Iout/hellocheckcompbindings/c++ -Iout/hellocheckcompbindings/c++/.. -Iout/hellocheckcompbindings/c++ -Iout/hellocheckcompbindings/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++/runtime.o out/hellocheckcompbindings/c++/runtime.cc
mkdir -p out/hellocheckcompbindings/c++/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++/hellocheckcompbindings.d -MT 'out/hellocheckcompbindings/c++/hellocheckcompbindings.d out/hellocheckcompbindings/c++/hellocheckcompbindings.o' -pthread -Iout/hellocheckcompbindings/c++ -Iout/hellocheckcompbindings/c++/.. -Iout/hellocheckcompbindings/c++ -Iout/hellocheckcompbindings/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++/hellocheckcompbindings.o out/hellocheckcompbindings/c++/hellocheckcompbindings.cc
mkdir -p out/hellocheckcompbindings/c++/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++/test -MT 'out/hellocheckcompbindings/c++/test out/hellocheckcompbindings/c++/test' -pthread -Iout/hellocheckcompbindings/c++ -Iout/hellocheckcompbindings/c++/.. -Iout/hellocheckcompbindings/c++ -Iout/hellocheckcompbindings/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/hellocheckcompbindings/c++/test out/hellocheckcompbindings/c++/main.o out/hellocheckcompbindings/c++/pump.o out/hellocheckcompbindings/c++/runtime.o out/hellocheckcompbindings/c++/hellocheckcompbindings.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/execute-c++ 
          timeout 10 diff -uw out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace |  out/hellocheckcompbindings/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace |  out/hellocheckcompbindings/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/hellocheckcompbindings/hellocheckcompbindings.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/table 
          table: [SKIPPED] no baseline out/hellocheckcompbindings/baseline/table/hellocheckcompbindings-state.dzntable: [SKIPPED] no baseline out/hellocheckcompbindings/baseline/table/hellocheckcompbindings-event.dzntable: [SKIPPED] no baseline out/hellocheckcompbindings/baseline/table/hellocheckcompbindings-state.htmltable: [SKIPPED] no baseline out/hellocheckcompbindings/baseline/table/hellocheckcompbindings-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=hellocheckcompbindings   out/hellocheckcompbindings/hellocheckcompbindings.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/hellocheckcompbindings OUT=out/hellocheckcompbindings/c++03 MAIN=out/hellocheckcompbindings/main.cc MODEL=hellocheckcompbindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellocheckcompbindings/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/hellocheckcompbindings/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/hellocheckcompbindings/c++03/dzn/$file;\
done
for file in out/hellocheckcompbindings/hellocheckcompbindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends   -o out/hellocheckcompbindings/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/build-c++03 
          make DIR=out/hellocheckcompbindings LANGUAGE=c++03 OUT=out/hellocheckcompbindings/c++03 IN=out/hellocheckcompbindings/c++03 MAIN=out/hellocheckcompbindings/main.cc -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/hellocheckcompbindings/c++03/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++03/main.d -MT 'out/hellocheckcompbindings/c++03/main.d out/hellocheckcompbindings/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellocheckcompbindings/c++03 -Iout/hellocheckcompbindings/c++03/.. -Iout/hellocheckcompbindings/c++03 -Iout/hellocheckcompbindings/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++03/main.o out/hellocheckcompbindings/main.cc
mkdir -p out/hellocheckcompbindings/c++03/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++03/pump.d -MT 'out/hellocheckcompbindings/c++03/pump.d out/hellocheckcompbindings/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellocheckcompbindings/c++03 -Iout/hellocheckcompbindings/c++03/.. -Iout/hellocheckcompbindings/c++03 -Iout/hellocheckcompbindings/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++03/pump.o out/hellocheckcompbindings/c++03/pump.cc
mkdir -p out/hellocheckcompbindings/c++03/
g++ -g -std=c++03 -MMD -MF out/hellocheckcompbindings/c++03/runtime.d -MT 'out/hellocheckcompbindings/c++03/runtime.d out/hellocheckcompbindings/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellocheckcompbindings/c++03 -Iout/hellocheckcompbindings/c++03/.. -Iout/hellocheckcompbindings/c++03 -Iout/hellocheckcompbindings/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++03/runtime.o out/hellocheckcompbindings/c++03/runtime.cc
mkdir -p out/hellocheckcompbindings/c++03/
g++ -g -std=c++03 -MMD -MF out/hellocheckcompbindings/c++03/hellocheckcompbindings.d -MT 'out/hellocheckcompbindings/c++03/hellocheckcompbindings.d out/hellocheckcompbindings/c++03/hellocheckcompbindings.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellocheckcompbindings/c++03 -Iout/hellocheckcompbindings/c++03/.. -Iout/hellocheckcompbindings/c++03 -Iout/hellocheckcompbindings/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++03/hellocheckcompbindings.o out/hellocheckcompbindings/c++03/hellocheckcompbindings.cc
mkdir -p out/hellocheckcompbindings/c++03/
g++ -g -std=c++03 -MMD -MF out/hellocheckcompbindings/c++03/test -MT 'out/hellocheckcompbindings/c++03/test out/hellocheckcompbindings/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellocheckcompbindings/c++03 -Iout/hellocheckcompbindings/c++03/.. -Iout/hellocheckcompbindings/c++03 -Iout/hellocheckcompbindings/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/hellocheckcompbindings/c++03/test out/hellocheckcompbindings/c++03/main.o out/hellocheckcompbindings/c++03/pump.o out/hellocheckcompbindings/c++03/runtime.o out/hellocheckcompbindings/c++03/hellocheckcompbindings.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/execute-c++03 
          timeout 10 diff -uw out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace |  out/hellocheckcompbindings/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace |  out/hellocheckcompbindings/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/hellocheckcompbindings OUT=out/hellocheckcompbindings/c++-msvc11 MAIN=out/hellocheckcompbindings/main.cc MODEL=hellocheckcompbindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellocheckcompbindings/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/hellocheckcompbindings/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/hellocheckcompbindings/c++-msvc11/dzn/$file;\
done
for file in out/hellocheckcompbindings/hellocheckcompbindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends   -o out/hellocheckcompbindings/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/build-c++-msvc11 
          make DIR=out/hellocheckcompbindings LANGUAGE=c++-msvc11 OUT=out/hellocheckcompbindings/c++-msvc11 IN=out/hellocheckcompbindings/c++-msvc11 MAIN=out/hellocheckcompbindings/main.cc -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/hellocheckcompbindings/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++-msvc11/main.d -MT 'out/hellocheckcompbindings/c++-msvc11/main.d out/hellocheckcompbindings/c++-msvc11/main.o' -pthread -Iout/hellocheckcompbindings/c++-msvc11 -Iout/hellocheckcompbindings/c++-msvc11/.. -Iout/hellocheckcompbindings/c++-msvc11 -Iout/hellocheckcompbindings/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++-msvc11/main.o out/hellocheckcompbindings/main.cc
mkdir -p out/hellocheckcompbindings/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++-msvc11/pump.d -MT 'out/hellocheckcompbindings/c++-msvc11/pump.d out/hellocheckcompbindings/c++-msvc11/pump.o' -pthread -Iout/hellocheckcompbindings/c++-msvc11 -Iout/hellocheckcompbindings/c++-msvc11/.. -Iout/hellocheckcompbindings/c++-msvc11 -Iout/hellocheckcompbindings/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++-msvc11/pump.o out/hellocheckcompbindings/c++-msvc11/pump.cc
mkdir -p out/hellocheckcompbindings/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++-msvc11/runtime.d -MT 'out/hellocheckcompbindings/c++-msvc11/runtime.d out/hellocheckcompbindings/c++-msvc11/runtime.o' -pthread -Iout/hellocheckcompbindings/c++-msvc11 -Iout/hellocheckcompbindings/c++-msvc11/.. -Iout/hellocheckcompbindings/c++-msvc11 -Iout/hellocheckcompbindings/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++-msvc11/runtime.o out/hellocheckcompbindings/c++-msvc11/runtime.cc
mkdir -p out/hellocheckcompbindings/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++-msvc11/hellocheckcompbindings.d -MT 'out/hellocheckcompbindings/c++-msvc11/hellocheckcompbindings.d out/hellocheckcompbindings/c++-msvc11/hellocheckcompbindings.o' -pthread -Iout/hellocheckcompbindings/c++-msvc11 -Iout/hellocheckcompbindings/c++-msvc11/.. -Iout/hellocheckcompbindings/c++-msvc11 -Iout/hellocheckcompbindings/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellocheckcompbindings/c++-msvc11/hellocheckcompbindings.o out/hellocheckcompbindings/c++-msvc11/hellocheckcompbindings.cc
mkdir -p out/hellocheckcompbindings/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellocheckcompbindings/c++-msvc11/test -MT 'out/hellocheckcompbindings/c++-msvc11/test out/hellocheckcompbindings/c++-msvc11/test' -pthread -Iout/hellocheckcompbindings/c++-msvc11 -Iout/hellocheckcompbindings/c++-msvc11/.. -Iout/hellocheckcompbindings/c++-msvc11 -Iout/hellocheckcompbindings/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/hellocheckcompbindings/c++-msvc11/test out/hellocheckcompbindings/c++-msvc11/main.o out/hellocheckcompbindings/c++-msvc11/pump.o out/hellocheckcompbindings/c++-msvc11/runtime.o out/hellocheckcompbindings/c++-msvc11/hellocheckcompbindings.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/execute-c++-msvc11 
          timeout 10 diff -uw out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace |  out/hellocheckcompbindings/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace |  out/hellocheckcompbindings/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/hellocheckcompbindings OUT=out/hellocheckcompbindings/c MODEL=hellocheckcompbindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellocheckcompbindings/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/hellocheckcompbindings/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/hellocheckcompbindings/c/dzn/$file;\
done
for file in out/hellocheckcompbindings/hellocheckcompbindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m hellocheckcompbindings  -o out/hellocheckcompbindings/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/build-c 
          make DIR=out/hellocheckcompbindings LANGUAGE=c OUT=out/hellocheckcompbindings/c IN=out/hellocheckcompbindings/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/hellocheckcompbindings/c/
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -S -o out/hellocheckcompbindings/c/mem.o.S out/hellocheckcompbindings/c/mem.c
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -o out/hellocheckcompbindings/c/mem.o out/hellocheckcompbindings/c/mem.c
mkdir -p out/hellocheckcompbindings/c/
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -S -o out/hellocheckcompbindings/c/queue.o.S out/hellocheckcompbindings/c/queue.c
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -o out/hellocheckcompbindings/c/queue.o out/hellocheckcompbindings/c/queue.c
mkdir -p out/hellocheckcompbindings/c/
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -S -o out/hellocheckcompbindings/c/locator.o.S out/hellocheckcompbindings/c/locator.c
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -o out/hellocheckcompbindings/c/locator.o out/hellocheckcompbindings/c/locator.c
mkdir -p out/hellocheckcompbindings/c/
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -S -o out/hellocheckcompbindings/c/ihello.o.S out/hellocheckcompbindings/c/ihello.c
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -o out/hellocheckcompbindings/c/ihello.o out/hellocheckcompbindings/c/ihello.c
mkdir -p out/hellocheckcompbindings/c/
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -S -o out/hellocheckcompbindings/c/main.o.S out/hellocheckcompbindings/c/main.c
out/hellocheckcompbindings/c/main.c: In function ‘read_line’:
out/hellocheckcompbindings/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellocheckcompbindings/c/main.c: In function ‘hellocheckcompbindings_fill_event_map’:
out/hellocheckcompbindings/c/main.c:125:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellocheckcompbindings/c/main.c:144:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -o out/hellocheckcompbindings/c/main.o out/hellocheckcompbindings/c/main.c
out/hellocheckcompbindings/c/main.c: In function ‘read_line’:
out/hellocheckcompbindings/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellocheckcompbindings/c/main.c: In function ‘hellocheckcompbindings_fill_event_map’:
out/hellocheckcompbindings/c/main.c:125:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellocheckcompbindings/c/main.c:144:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/hellocheckcompbindings/c/
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -S -o out/hellocheckcompbindings/c/runtime.o.S out/hellocheckcompbindings/c/runtime.c
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -o out/hellocheckcompbindings/c/runtime.o out/hellocheckcompbindings/c/runtime.c
mkdir -p out/hellocheckcompbindings/c/
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -S -o out/hellocheckcompbindings/c/hellocheckcompbindings.o.S out/hellocheckcompbindings/c/hellocheckcompbindings.c
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -o out/hellocheckcompbindings/c/hellocheckcompbindings.o out/hellocheckcompbindings/c/hellocheckcompbindings.c
mkdir -p out/hellocheckcompbindings/c/
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -S -o out/hellocheckcompbindings/c/map.o.S out/hellocheckcompbindings/c/map.c
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c  -c -o out/hellocheckcompbindings/c/map.o out/hellocheckcompbindings/c/map.c
mkdir -p out/hellocheckcompbindings/c/
gcc --std=c99 -g -O0 -Iout/hellocheckcompbindings/c   -o out/hellocheckcompbindings/c/test out/hellocheckcompbindings/c/mem.o out/hellocheckcompbindings/c/queue.o out/hellocheckcompbindings/c/locator.o out/hellocheckcompbindings/c/ihello.o out/hellocheckcompbindings/c/main.o out/hellocheckcompbindings/c/runtime.o out/hellocheckcompbindings/c/hellocheckcompbindings.o out/hellocheckcompbindings/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/execute-c 
          timeout 10 diff -uw out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace |  out/hellocheckcompbindings/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace |  out/hellocheckcompbindings/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/hellocheckcompbindings OUT=out/hellocheckcompbindings/cs MAIN=out/hellocheckcompbindings/main.cs MODEL=hellocheckcompbindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellocheckcompbindings/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/hellocheckcompbindings/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/hellocheckcompbindings/cs/dzn/$file;\
done
for file in out/hellocheckcompbindings/hellocheckcompbindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends   -o out/hellocheckcompbindings/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/build-cs 
          make DIR=out/hellocheckcompbindings LANGUAGE=cs OUT=out/hellocheckcompbindings/cs IN=out/hellocheckcompbindings/cs MAIN=out/hellocheckcompbindings/main.cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/hellocheckcompbindings/main.cs out/hellocheckcompbindings/cs/main.cs
mcs -debug -out:out/hellocheckcompbindings/cs/test.exe out/hellocheckcompbindings/main.cs out/hellocheckcompbindings/cs/ihello.cs out/hellocheckcompbindings/cs/hellocheckcompbindings.cs out/hellocheckcompbindings/cs/dzn/pump.cs out/hellocheckcompbindings/cs/dzn/context.cs out/hellocheckcompbindings/cs/dzn/meta.cs out/hellocheckcompbindings/cs/dzn/runtime.cs out/hellocheckcompbindings/cs/dzn/coroutine.cs out/hellocheckcompbindings/cs/dzn/container.cs out/hellocheckcompbindings/cs/dzn/locator.cs
out/hellocheckcompbindings/main.cs(47,27): warning CS0168: The variable `e' is declared but never used
out/hellocheckcompbindings/cs/hellocheckcompbindings.cs(7,10): warning CS0414: The private field `hellocheckcompbindings.out_p' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
echo "$MONO_SCRIPT" > out/hellocheckcompbindings/cs/test
chmod +x out/hellocheckcompbindings/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/execute-cs 
          timeout 10 diff -uw out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace | sh out/hellocheckcompbindings/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace | sh out/hellocheckcompbindings/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/hellocheckcompbindings OUT=out/hellocheckcompbindings/javascript MODEL=hellocheckcompbindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellocheckcompbindings/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/hellocheckcompbindings/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/hellocheckcompbindings/javascript/dzn/$file;\
done
for file in out/hellocheckcompbindings/hellocheckcompbindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m hellocheckcompbindings  -o out/hellocheckcompbindings/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/build-javascript 
          make DIR=out/hellocheckcompbindings LANGUAGE=javascript OUT=out/hellocheckcompbindings/javascript IN=out/hellocheckcompbindings/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/hellocheckcompbindings/javascript/main.js out/hellocheckcompbindings/javascript/test
chmod +x out/hellocheckcompbindings/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/execute-javascript 
          timeout 10 diff -uw out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace | node out/hellocheckcompbindings/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace | node out/hellocheckcompbindings/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/hellocheckcompbindings OUT=out/hellocheckcompbindings/java MODEL=hellocheckcompbindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/hellocheckcompbindings/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/hellocheckcompbindings/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/hellocheckcompbindings/java/dzn/$file;\
done
for file in out/hellocheckcompbindings/hellocheckcompbindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m hellocheckcompbindings  -o out/hellocheckcompbindings/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/build-java 
          make DIR=out/hellocheckcompbindings LANGUAGE=java OUT=out/hellocheckcompbindings/java IN=out/hellocheckcompbindings/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/hellocheckcompbindings/java/dzn/*.java out/hellocheckcompbindings/java
javac -Xdiags:verbose -d out/hellocheckcompbindings/java out/hellocheckcompbindings/java/*.java
echo "$JAVA_SCRIPT" > out/hellocheckcompbindings/java/test
chmod +x out/hellocheckcompbindings/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/execute-java 
          timeout 10 diff -uw out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace |  out/hellocheckcompbindings/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace |  out/hellocheckcompbindings/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/hellocheckcompbindings OUT=out/hellocheckcompbindings/python MODEL=hellocheckcompbindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellocheckcompbindings/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/hellocheckcompbindings/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/hellocheckcompbindings/python/dzn/$file;\
done
for file in out/hellocheckcompbindings/hellocheckcompbindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m hellocheckcompbindings  -o out/hellocheckcompbindings/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/build-python 
          make DIR=out/hellocheckcompbindings LANGUAGE=python OUT=out/hellocheckcompbindings/python IN=out/hellocheckcompbindings/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/hellocheckcompbindings/python/main.py out/hellocheckcompbindings/python/test
chmod +x out/hellocheckcompbindings/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/execute-python 
          timeout 10 diff -uw out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace | python out/hellocheckcompbindings/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace | python out/hellocheckcompbindings/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/run 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/traces 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/triangle-c++ 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/view 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/triangle-c++03 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/triangle-c++-msvc11 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/triangle-c 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/triangle-cs 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/triangle-javascript 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/triangle-java 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellocheckcompbindings/triangle-python 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/convert 
          convert: [SKIPPED] no DM file out/hellochecksystembindings/hellochecksystembindings.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/hellochecksystembindings OUT=out/hellochecksystembindings/c++ MAIN=out/hellochecksystembindings/main.cc MODEL=hellochecksystembindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellochecksystembindings/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/hellochecksystembindings/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/hellochecksystembindings/c++/dzn/$file;\
done
for file in out/hellochecksystembindings/hellochecksystembindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends   -o out/hellochecksystembindings/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/build-c++ 
          make DIR=out/hellochecksystembindings LANGUAGE=c++ OUT=out/hellochecksystembindings/c++ IN=out/hellochecksystembindings/c++ MAIN=out/hellochecksystembindings/main.cc -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/hellochecksystembindings/c++/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++/main.d -MT 'out/hellochecksystembindings/c++/main.d out/hellochecksystembindings/c++/main.o' -pthread -Iout/hellochecksystembindings/c++ -Iout/hellochecksystembindings/c++/.. -Iout/hellochecksystembindings/c++ -Iout/hellochecksystembindings/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++/main.o out/hellochecksystembindings/main.cc
mkdir -p out/hellochecksystembindings/c++/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++/pump.d -MT 'out/hellochecksystembindings/c++/pump.d out/hellochecksystembindings/c++/pump.o' -pthread -Iout/hellochecksystembindings/c++ -Iout/hellochecksystembindings/c++/.. -Iout/hellochecksystembindings/c++ -Iout/hellochecksystembindings/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++/pump.o out/hellochecksystembindings/c++/pump.cc
mkdir -p out/hellochecksystembindings/c++/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++/runtime.d -MT 'out/hellochecksystembindings/c++/runtime.d out/hellochecksystembindings/c++/runtime.o' -pthread -Iout/hellochecksystembindings/c++ -Iout/hellochecksystembindings/c++/.. -Iout/hellochecksystembindings/c++ -Iout/hellochecksystembindings/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++/runtime.o out/hellochecksystembindings/c++/runtime.cc
mkdir -p out/hellochecksystembindings/c++/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++/hellochecksystembindings.d -MT 'out/hellochecksystembindings/c++/hellochecksystembindings.d out/hellochecksystembindings/c++/hellochecksystembindings.o' -pthread -Iout/hellochecksystembindings/c++ -Iout/hellochecksystembindings/c++/.. -Iout/hellochecksystembindings/c++ -Iout/hellochecksystembindings/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++/hellochecksystembindings.o out/hellochecksystembindings/c++/hellochecksystembindings.cc
mkdir -p out/hellochecksystembindings/c++/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++/test -MT 'out/hellochecksystembindings/c++/test out/hellochecksystembindings/c++/test' -pthread -Iout/hellochecksystembindings/c++ -Iout/hellochecksystembindings/c++/.. -Iout/hellochecksystembindings/c++ -Iout/hellochecksystembindings/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/hellochecksystembindings/c++/test out/hellochecksystembindings/c++/main.o out/hellochecksystembindings/c++/pump.o out/hellochecksystembindings/c++/runtime.o out/hellochecksystembindings/c++/hellochecksystembindings.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/execute-c++ 
          timeout 10 diff -uw out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace |  out/hellochecksystembindings/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace |  out/hellochecksystembindings/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/hellochecksystembindings/hellochecksystembindings.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/table 
          table: [SKIPPED] no baseline out/hellochecksystembindings/baseline/table/hellochecksystembindings-state.dzntable: [SKIPPED] no baseline out/hellochecksystembindings/baseline/table/hellochecksystembindings-event.dzntable: [SKIPPED] no baseline out/hellochecksystembindings/baseline/table/hellochecksystembindings-state.htmltable: [SKIPPED] no baseline out/hellochecksystembindings/baseline/table/hellochecksystembindings-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=hellochecksystembindings   out/hellochecksystembindings/hellochecksystembindings.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/hellochecksystembindings OUT=out/hellochecksystembindings/c++03 MAIN=out/hellochecksystembindings/main.cc MODEL=hellochecksystembindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellochecksystembindings/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/hellochecksystembindings/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/hellochecksystembindings/c++03/dzn/$file;\
done
for file in out/hellochecksystembindings/hellochecksystembindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends   -o out/hellochecksystembindings/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/build-c++03 
          make DIR=out/hellochecksystembindings LANGUAGE=c++03 OUT=out/hellochecksystembindings/c++03 IN=out/hellochecksystembindings/c++03 MAIN=out/hellochecksystembindings/main.cc -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/hellochecksystembindings/c++03/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++03/main.d -MT 'out/hellochecksystembindings/c++03/main.d out/hellochecksystembindings/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellochecksystembindings/c++03 -Iout/hellochecksystembindings/c++03/.. -Iout/hellochecksystembindings/c++03 -Iout/hellochecksystembindings/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++03/main.o out/hellochecksystembindings/main.cc
mkdir -p out/hellochecksystembindings/c++03/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++03/pump.d -MT 'out/hellochecksystembindings/c++03/pump.d out/hellochecksystembindings/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellochecksystembindings/c++03 -Iout/hellochecksystembindings/c++03/.. -Iout/hellochecksystembindings/c++03 -Iout/hellochecksystembindings/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++03/pump.o out/hellochecksystembindings/c++03/pump.cc
mkdir -p out/hellochecksystembindings/c++03/
g++ -g -std=c++03 -MMD -MF out/hellochecksystembindings/c++03/runtime.d -MT 'out/hellochecksystembindings/c++03/runtime.d out/hellochecksystembindings/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellochecksystembindings/c++03 -Iout/hellochecksystembindings/c++03/.. -Iout/hellochecksystembindings/c++03 -Iout/hellochecksystembindings/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++03/runtime.o out/hellochecksystembindings/c++03/runtime.cc
mkdir -p out/hellochecksystembindings/c++03/
g++ -g -std=c++03 -MMD -MF out/hellochecksystembindings/c++03/hellochecksystembindings.d -MT 'out/hellochecksystembindings/c++03/hellochecksystembindings.d out/hellochecksystembindings/c++03/hellochecksystembindings.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellochecksystembindings/c++03 -Iout/hellochecksystembindings/c++03/.. -Iout/hellochecksystembindings/c++03 -Iout/hellochecksystembindings/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++03/hellochecksystembindings.o out/hellochecksystembindings/c++03/hellochecksystembindings.cc
mkdir -p out/hellochecksystembindings/c++03/
g++ -g -std=c++03 -MMD -MF out/hellochecksystembindings/c++03/test -MT 'out/hellochecksystembindings/c++03/test out/hellochecksystembindings/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellochecksystembindings/c++03 -Iout/hellochecksystembindings/c++03/.. -Iout/hellochecksystembindings/c++03 -Iout/hellochecksystembindings/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/hellochecksystembindings/c++03/test out/hellochecksystembindings/c++03/main.o out/hellochecksystembindings/c++03/pump.o out/hellochecksystembindings/c++03/runtime.o out/hellochecksystembindings/c++03/hellochecksystembindings.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/execute-c++03 
          timeout 10 diff -uw out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace |  out/hellochecksystembindings/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace |  out/hellochecksystembindings/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/hellochecksystembindings OUT=out/hellochecksystembindings/c++-msvc11 MAIN=out/hellochecksystembindings/main.cc MODEL=hellochecksystembindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellochecksystembindings/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/hellochecksystembindings/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/hellochecksystembindings/c++-msvc11/dzn/$file;\
done
for file in out/hellochecksystembindings/hellochecksystembindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends   -o out/hellochecksystembindings/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/build-c++-msvc11 
          make DIR=out/hellochecksystembindings LANGUAGE=c++-msvc11 OUT=out/hellochecksystembindings/c++-msvc11 IN=out/hellochecksystembindings/c++-msvc11 MAIN=out/hellochecksystembindings/main.cc -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/hellochecksystembindings/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++-msvc11/main.d -MT 'out/hellochecksystembindings/c++-msvc11/main.d out/hellochecksystembindings/c++-msvc11/main.o' -pthread -Iout/hellochecksystembindings/c++-msvc11 -Iout/hellochecksystembindings/c++-msvc11/.. -Iout/hellochecksystembindings/c++-msvc11 -Iout/hellochecksystembindings/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++-msvc11/main.o out/hellochecksystembindings/main.cc
mkdir -p out/hellochecksystembindings/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++-msvc11/pump.d -MT 'out/hellochecksystembindings/c++-msvc11/pump.d out/hellochecksystembindings/c++-msvc11/pump.o' -pthread -Iout/hellochecksystembindings/c++-msvc11 -Iout/hellochecksystembindings/c++-msvc11/.. -Iout/hellochecksystembindings/c++-msvc11 -Iout/hellochecksystembindings/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++-msvc11/pump.o out/hellochecksystembindings/c++-msvc11/pump.cc
mkdir -p out/hellochecksystembindings/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++-msvc11/runtime.d -MT 'out/hellochecksystembindings/c++-msvc11/runtime.d out/hellochecksystembindings/c++-msvc11/runtime.o' -pthread -Iout/hellochecksystembindings/c++-msvc11 -Iout/hellochecksystembindings/c++-msvc11/.. -Iout/hellochecksystembindings/c++-msvc11 -Iout/hellochecksystembindings/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++-msvc11/runtime.o out/hellochecksystembindings/c++-msvc11/runtime.cc
mkdir -p out/hellochecksystembindings/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++-msvc11/hellochecksystembindings.d -MT 'out/hellochecksystembindings/c++-msvc11/hellochecksystembindings.d out/hellochecksystembindings/c++-msvc11/hellochecksystembindings.o' -pthread -Iout/hellochecksystembindings/c++-msvc11 -Iout/hellochecksystembindings/c++-msvc11/.. -Iout/hellochecksystembindings/c++-msvc11 -Iout/hellochecksystembindings/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellochecksystembindings/c++-msvc11/hellochecksystembindings.o out/hellochecksystembindings/c++-msvc11/hellochecksystembindings.cc
mkdir -p out/hellochecksystembindings/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellochecksystembindings/c++-msvc11/test -MT 'out/hellochecksystembindings/c++-msvc11/test out/hellochecksystembindings/c++-msvc11/test' -pthread -Iout/hellochecksystembindings/c++-msvc11 -Iout/hellochecksystembindings/c++-msvc11/.. -Iout/hellochecksystembindings/c++-msvc11 -Iout/hellochecksystembindings/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/hellochecksystembindings/c++-msvc11/test out/hellochecksystembindings/c++-msvc11/main.o out/hellochecksystembindings/c++-msvc11/pump.o out/hellochecksystembindings/c++-msvc11/runtime.o out/hellochecksystembindings/c++-msvc11/hellochecksystembindings.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/execute-c++-msvc11 
          timeout 10 diff -uw out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace |  out/hellochecksystembindings/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace |  out/hellochecksystembindings/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/hellochecksystembindings OUT=out/hellochecksystembindings/c MODEL=hellochecksystembindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellochecksystembindings/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/hellochecksystembindings/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/hellochecksystembindings/c/dzn/$file;\
done
for file in out/hellochecksystembindings/hellochecksystembindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m hellochecksystembindings  -o out/hellochecksystembindings/c $file; done
c:dump-system: hellochecksystembindings
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/build-c 
          make DIR=out/hellochecksystembindings LANGUAGE=c OUT=out/hellochecksystembindings/c IN=out/hellochecksystembindings/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/hellochecksystembindings/c/
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -S -o out/hellochecksystembindings/c/mem.o.S out/hellochecksystembindings/c/mem.c
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -o out/hellochecksystembindings/c/mem.o out/hellochecksystembindings/c/mem.c
mkdir -p out/hellochecksystembindings/c/
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -S -o out/hellochecksystembindings/c/queue.o.S out/hellochecksystembindings/c/queue.c
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -o out/hellochecksystembindings/c/queue.o out/hellochecksystembindings/c/queue.c
mkdir -p out/hellochecksystembindings/c/
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -S -o out/hellochecksystembindings/c/locator.o.S out/hellochecksystembindings/c/locator.c
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -o out/hellochecksystembindings/c/locator.o out/hellochecksystembindings/c/locator.c
mkdir -p out/hellochecksystembindings/c/
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -S -o out/hellochecksystembindings/c/ihello.o.S out/hellochecksystembindings/c/ihello.c
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -o out/hellochecksystembindings/c/ihello.o out/hellochecksystembindings/c/ihello.c
mkdir -p out/hellochecksystembindings/c/
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -S -o out/hellochecksystembindings/c/main.o.S out/hellochecksystembindings/c/main.c
out/hellochecksystembindings/c/main.c: In function ‘read_line’:
out/hellochecksystembindings/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellochecksystembindings/c/main.c: In function ‘hellochecksystembindings_fill_event_map’:
out/hellochecksystembindings/c/main.c:125:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellochecksystembindings/c/main.c:144:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -o out/hellochecksystembindings/c/main.o out/hellochecksystembindings/c/main.c
out/hellochecksystembindings/c/main.c: In function ‘read_line’:
out/hellochecksystembindings/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellochecksystembindings/c/main.c: In function ‘hellochecksystembindings_fill_event_map’:
out/hellochecksystembindings/c/main.c:125:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellochecksystembindings/c/main.c:144:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/hellochecksystembindings/c/
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -S -o out/hellochecksystembindings/c/runtime.o.S out/hellochecksystembindings/c/runtime.c
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -o out/hellochecksystembindings/c/runtime.o out/hellochecksystembindings/c/runtime.c
mkdir -p out/hellochecksystembindings/c/
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -S -o out/hellochecksystembindings/c/hellocheckcompbindings.o.S out/hellochecksystembindings/c/hellocheckcompbindings.c
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -o out/hellochecksystembindings/c/hellocheckcompbindings.o out/hellochecksystembindings/c/hellocheckcompbindings.c
mkdir -p out/hellochecksystembindings/c/
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -S -o out/hellochecksystembindings/c/hellochecksystembindings.o.S out/hellochecksystembindings/c/hellochecksystembindings.c
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -o out/hellochecksystembindings/c/hellochecksystembindings.o out/hellochecksystembindings/c/hellochecksystembindings.c
mkdir -p out/hellochecksystembindings/c/
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -S -o out/hellochecksystembindings/c/map.o.S out/hellochecksystembindings/c/map.c
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c  -c -o out/hellochecksystembindings/c/map.o out/hellochecksystembindings/c/map.c
mkdir -p out/hellochecksystembindings/c/
gcc --std=c99 -g -O0 -Iout/hellochecksystembindings/c   -o out/hellochecksystembindings/c/test out/hellochecksystembindings/c/mem.o out/hellochecksystembindings/c/queue.o out/hellochecksystembindings/c/locator.o out/hellochecksystembindings/c/ihello.o out/hellochecksystembindings/c/main.o out/hellochecksystembindings/c/runtime.o out/hellochecksystembindings/c/hellocheckcompbindings.o out/hellochecksystembindings/c/hellochecksystembindings.o out/hellochecksystembindings/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/execute-c 
          timeout 10 diff -uw out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace |  out/hellochecksystembindings/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace |  out/hellochecksystembindings/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/hellochecksystembindings OUT=out/hellochecksystembindings/cs MAIN=out/hellochecksystembindings/main.cs MODEL=hellochecksystembindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellochecksystembindings/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/hellochecksystembindings/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/hellochecksystembindings/cs/dzn/$file;\
done
for file in out/hellochecksystembindings/hellochecksystembindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends   -o out/hellochecksystembindings/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/build-cs 
          make DIR=out/hellochecksystembindings LANGUAGE=cs OUT=out/hellochecksystembindings/cs IN=out/hellochecksystembindings/cs MAIN=out/hellochecksystembindings/main.cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/hellochecksystembindings/main.cs out/hellochecksystembindings/cs/main.cs
mcs -debug -out:out/hellochecksystembindings/cs/test.exe out/hellochecksystembindings/main.cs out/hellochecksystembindings/cs/ihello.cs out/hellochecksystembindings/cs/hellocheckcompbindings.cs out/hellochecksystembindings/cs/hellochecksystembindings.cs out/hellochecksystembindings/cs/dzn/pump.cs out/hellochecksystembindings/cs/dzn/context.cs out/hellochecksystembindings/cs/dzn/meta.cs out/hellochecksystembindings/cs/dzn/runtime.cs out/hellochecksystembindings/cs/dzn/coroutine.cs out/hellochecksystembindings/cs/dzn/container.cs out/hellochecksystembindings/cs/dzn/locator.cs
out/hellochecksystembindings/main.cs(47,27): warning CS0168: The variable `e' is declared but never used
out/hellochecksystembindings/cs/hellocheckcompbindings.cs(7,10): warning CS0414: The private field `hellocheckcompbindings.out_p' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
echo "$MONO_SCRIPT" > out/hellochecksystembindings/cs/test
chmod +x out/hellochecksystembindings/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/execute-cs 
          timeout 10 diff -uw out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace | sh out/hellochecksystembindings/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace | sh out/hellochecksystembindings/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/hellochecksystembindings OUT=out/hellochecksystembindings/javascript MODEL=hellochecksystembindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellochecksystembindings/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/hellochecksystembindings/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/hellochecksystembindings/javascript/dzn/$file;\
done
for file in out/hellochecksystembindings/hellochecksystembindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m hellochecksystembindings  -o out/hellochecksystembindings/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/build-javascript 
          make DIR=out/hellochecksystembindings LANGUAGE=javascript OUT=out/hellochecksystembindings/javascript IN=out/hellochecksystembindings/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/hellochecksystembindings/javascript/main.js out/hellochecksystembindings/javascript/test
chmod +x out/hellochecksystembindings/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/execute-javascript 
          timeout 10 diff -uw out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace | node out/hellochecksystembindings/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace | node out/hellochecksystembindings/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/hellochecksystembindings OUT=out/hellochecksystembindings/java MODEL=hellochecksystembindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/hellochecksystembindings/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/hellochecksystembindings/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/hellochecksystembindings/java/dzn/$file;\
done
for file in out/hellochecksystembindings/hellochecksystembindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m hellochecksystembindings  -o out/hellochecksystembindings/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/build-java 
          make DIR=out/hellochecksystembindings LANGUAGE=java OUT=out/hellochecksystembindings/java IN=out/hellochecksystembindings/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/hellochecksystembindings/java/dzn/*.java out/hellochecksystembindings/java
javac -Xdiags:verbose -d out/hellochecksystembindings/java out/hellochecksystembindings/java/*.java
echo "$JAVA_SCRIPT" > out/hellochecksystembindings/java/test
chmod +x out/hellochecksystembindings/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/execute-java 
          timeout 10 diff -uw out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace |  out/hellochecksystembindings/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace |  out/hellochecksystembindings/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/hellochecksystembindings OUT=out/hellochecksystembindings/python MODEL=hellochecksystembindings -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellochecksystembindings/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/hellochecksystembindings/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/hellochecksystembindings/python/dzn/$file;\
done
for file in out/hellochecksystembindings/hellochecksystembindings.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m hellochecksystembindings  -o out/hellochecksystembindings/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/build-python 
          make DIR=out/hellochecksystembindings LANGUAGE=python OUT=out/hellochecksystembindings/python IN=out/hellochecksystembindings/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/hellochecksystembindings/python/main.py out/hellochecksystembindings/python/test
chmod +x out/hellochecksystembindings/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/execute-python 
          timeout 10 diff -uw out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace | python out/hellochecksystembindings/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace | python out/hellochecksystembindings/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/run 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/traces 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/triangle-c++ 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/view 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/triangle-c++03 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/triangle-c++-msvc11 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/triangle-c 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/triangle-cs 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/triangle-javascript 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/triangle-java 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellochecksystembindings/triangle-python 
          execute will assert on failed check_bindings 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/convert 
          convert: [SKIPPED] no DM file out/helloenum/helloenum.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/helloenum/helloenum.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/table 
          table: [SKIPPED] no baseline out/helloenum/baseline/table/helloenum-state.dzntable: [SKIPPED] no baseline out/helloenum/baseline/table/helloenum-event.dzntable: [SKIPPED] no baseline out/helloenum/baseline/table/helloenum-state.htmltable: [SKIPPED] no baseline out/helloenum/baseline/table/helloenum-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m helloenum -o out/helloenum out/helloenum/helloenum.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/helloenum OUT=out/helloenum/c++ MODEL=helloenum -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloenum/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/helloenum/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/helloenum/c++/dzn/$file;\
done
for file in out/helloenum/helloenum.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m helloenum  -o out/helloenum/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/build-c++ 
          make DIR=out/helloenum LANGUAGE=c++ OUT=out/helloenum/c++ IN=out/helloenum/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/helloenum/c++/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++/pump.d -MT 'out/helloenum/c++/pump.d out/helloenum/c++/pump.o' -pthread -Iout/helloenum/c++ -Iout/helloenum/c++/.. -Iout/helloenum/c++ -Iout/helloenum/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloenum/c++/pump.o out/helloenum/c++/pump.cc
mkdir -p out/helloenum/c++/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++/main.d -MT 'out/helloenum/c++/main.d out/helloenum/c++/main.o' -pthread -Iout/helloenum/c++ -Iout/helloenum/c++/.. -Iout/helloenum/c++ -Iout/helloenum/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloenum/c++/main.o out/helloenum/c++/main.cc
mkdir -p out/helloenum/c++/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++/runtime.d -MT 'out/helloenum/c++/runtime.d out/helloenum/c++/runtime.o' -pthread -Iout/helloenum/c++ -Iout/helloenum/c++/.. -Iout/helloenum/c++ -Iout/helloenum/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloenum/c++/runtime.o out/helloenum/c++/runtime.cc
mkdir -p out/helloenum/c++/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++/helloenum.d -MT 'out/helloenum/c++/helloenum.d out/helloenum/c++/helloenum.o' -pthread -Iout/helloenum/c++ -Iout/helloenum/c++/.. -Iout/helloenum/c++ -Iout/helloenum/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloenum/c++/helloenum.o out/helloenum/c++/helloenum.cc
mkdir -p out/helloenum/c++/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++/test -MT 'out/helloenum/c++/test out/helloenum/c++/test' -pthread -Iout/helloenum/c++ -Iout/helloenum/c++/.. -Iout/helloenum/c++ -Iout/helloenum/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/helloenum/c++/test out/helloenum/c++/pump.o out/helloenum/c++/main.o out/helloenum/c++/runtime.o out/helloenum/c++/helloenum.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/execute-c++ 
          timeout 10 diff -uw out/helloenum/helloenum.trace.0 <(set -o pipefail;cat out/helloenum/helloenum.trace.0 |  out/helloenum/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloenum/helloenum.trace.0 |  out/helloenum/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/run 
          diff -uw <(grep -v "" out/helloenum/helloenum.trace.0) <(grep -v "" out/helloenum/helloenum.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=helloenum out/helloenum/helloenum.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=helloenum   out/helloenum/helloenum.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/helloenum OUT=out/helloenum/c++03 MODEL=helloenum -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloenum/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/helloenum/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/helloenum/c++03/dzn/$file;\
done
for file in out/helloenum/helloenum.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m helloenum  -o out/helloenum/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/build-c++03 
          make DIR=out/helloenum LANGUAGE=c++03 OUT=out/helloenum/c++03 IN=out/helloenum/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/helloenum/c++03/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++03/pump.d -MT 'out/helloenum/c++03/pump.d out/helloenum/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloenum/c++03 -Iout/helloenum/c++03/.. -Iout/helloenum/c++03 -Iout/helloenum/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloenum/c++03/pump.o out/helloenum/c++03/pump.cc
mkdir -p out/helloenum/c++03/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++03/main.d -MT 'out/helloenum/c++03/main.d out/helloenum/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloenum/c++03 -Iout/helloenum/c++03/.. -Iout/helloenum/c++03 -Iout/helloenum/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloenum/c++03/main.o out/helloenum/c++03/main.cc
mkdir -p out/helloenum/c++03/
g++ -g -std=c++03 -MMD -MF out/helloenum/c++03/runtime.d -MT 'out/helloenum/c++03/runtime.d out/helloenum/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloenum/c++03 -Iout/helloenum/c++03/.. -Iout/helloenum/c++03 -Iout/helloenum/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloenum/c++03/runtime.o out/helloenum/c++03/runtime.cc
mkdir -p out/helloenum/c++03/
g++ -g -std=c++03 -MMD -MF out/helloenum/c++03/helloenum.d -MT 'out/helloenum/c++03/helloenum.d out/helloenum/c++03/helloenum.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloenum/c++03 -Iout/helloenum/c++03/.. -Iout/helloenum/c++03 -Iout/helloenum/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloenum/c++03/helloenum.o out/helloenum/c++03/helloenum.cc
mkdir -p out/helloenum/c++03/
g++ -g -std=c++03 -MMD -MF out/helloenum/c++03/test -MT 'out/helloenum/c++03/test out/helloenum/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloenum/c++03 -Iout/helloenum/c++03/.. -Iout/helloenum/c++03 -Iout/helloenum/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/helloenum/c++03/test out/helloenum/c++03/pump.o out/helloenum/c++03/main.o out/helloenum/c++03/runtime.o out/helloenum/c++03/helloenum.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/execute-c++03 
          timeout 10 diff -uw out/helloenum/helloenum.trace.0 <(set -o pipefail;cat out/helloenum/helloenum.trace.0 |  out/helloenum/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloenum/helloenum.trace.0 |  out/helloenum/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/helloenum OUT=out/helloenum/c++-msvc11 MODEL=helloenum -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloenum/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/helloenum/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/helloenum/c++-msvc11/dzn/$file;\
done
for file in out/helloenum/helloenum.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m helloenum  -o out/helloenum/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/build-c++-msvc11 
          make DIR=out/helloenum LANGUAGE=c++-msvc11 OUT=out/helloenum/c++-msvc11 IN=out/helloenum/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/helloenum/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++-msvc11/pump.d -MT 'out/helloenum/c++-msvc11/pump.d out/helloenum/c++-msvc11/pump.o' -pthread -Iout/helloenum/c++-msvc11 -Iout/helloenum/c++-msvc11/.. -Iout/helloenum/c++-msvc11 -Iout/helloenum/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloenum/c++-msvc11/pump.o out/helloenum/c++-msvc11/pump.cc
mkdir -p out/helloenum/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++-msvc11/main.d -MT 'out/helloenum/c++-msvc11/main.d out/helloenum/c++-msvc11/main.o' -pthread -Iout/helloenum/c++-msvc11 -Iout/helloenum/c++-msvc11/.. -Iout/helloenum/c++-msvc11 -Iout/helloenum/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloenum/c++-msvc11/main.o out/helloenum/c++-msvc11/main.cc
mkdir -p out/helloenum/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++-msvc11/runtime.d -MT 'out/helloenum/c++-msvc11/runtime.d out/helloenum/c++-msvc11/runtime.o' -pthread -Iout/helloenum/c++-msvc11 -Iout/helloenum/c++-msvc11/.. -Iout/helloenum/c++-msvc11 -Iout/helloenum/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloenum/c++-msvc11/runtime.o out/helloenum/c++-msvc11/runtime.cc
mkdir -p out/helloenum/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++-msvc11/helloenum.d -MT 'out/helloenum/c++-msvc11/helloenum.d out/helloenum/c++-msvc11/helloenum.o' -pthread -Iout/helloenum/c++-msvc11 -Iout/helloenum/c++-msvc11/.. -Iout/helloenum/c++-msvc11 -Iout/helloenum/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloenum/c++-msvc11/helloenum.o out/helloenum/c++-msvc11/helloenum.cc
mkdir -p out/helloenum/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloenum/c++-msvc11/test -MT 'out/helloenum/c++-msvc11/test out/helloenum/c++-msvc11/test' -pthread -Iout/helloenum/c++-msvc11 -Iout/helloenum/c++-msvc11/.. -Iout/helloenum/c++-msvc11 -Iout/helloenum/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/helloenum/c++-msvc11/test out/helloenum/c++-msvc11/pump.o out/helloenum/c++-msvc11/main.o out/helloenum/c++-msvc11/runtime.o out/helloenum/c++-msvc11/helloenum.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/execute-c++-msvc11 
          timeout 10 diff -uw out/helloenum/helloenum.trace.0 <(set -o pipefail;cat out/helloenum/helloenum.trace.0 |  out/helloenum/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloenum/helloenum.trace.0 |  out/helloenum/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/helloenum OUT=out/helloenum/c MODEL=helloenum -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloenum/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/helloenum/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/helloenum/c/dzn/$file;\
done
for file in out/helloenum/helloenum.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m helloenum  -o out/helloenum/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/build-c 
          make DIR=out/helloenum LANGUAGE=c OUT=out/helloenum/c IN=out/helloenum/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/helloenum/c/
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -S -o out/helloenum/c/mem.o.S out/helloenum/c/mem.c
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -o out/helloenum/c/mem.o out/helloenum/c/mem.c
mkdir -p out/helloenum/c/
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -S -o out/helloenum/c/queue.o.S out/helloenum/c/queue.c
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -o out/helloenum/c/queue.o out/helloenum/c/queue.c
mkdir -p out/helloenum/c/
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -S -o out/helloenum/c/locator.o.S out/helloenum/c/locator.c
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -o out/helloenum/c/locator.o out/helloenum/c/locator.c
mkdir -p out/helloenum/c/
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -S -o out/helloenum/c/ihello.o.S out/helloenum/c/ihello.c
out/helloenum/c/ihello.c: In function ‘string_to_ihello_r’:
out/helloenum/c/ihello.c:21:9: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  return INT_MIN;
         ^
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -o out/helloenum/c/ihello.o out/helloenum/c/ihello.c
out/helloenum/c/ihello.c: In function ‘string_to_ihello_r’:
out/helloenum/c/ihello.c:21:9: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  return INT_MIN;
         ^
mkdir -p out/helloenum/c/
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -S -o out/helloenum/c/iworld.o.S out/helloenum/c/iworld.c
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -o out/helloenum/c/iworld.o out/helloenum/c/iworld.c
mkdir -p out/helloenum/c/
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -S -o out/helloenum/c/main.o.S out/helloenum/c/main.c
out/helloenum/c/main.c: In function ‘read_line’:
out/helloenum/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloenum/c/main.c: In function ‘helloenum_fill_event_map’:
out/helloenum/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloenum/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -o out/helloenum/c/main.o out/helloenum/c/main.c
out/helloenum/c/main.c: In function ‘read_line’:
out/helloenum/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloenum/c/main.c: In function ‘helloenum_fill_event_map’:
out/helloenum/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloenum/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/helloenum/c/
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -S -o out/helloenum/c/helloenum.o.S out/helloenum/c/helloenum.c
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -o out/helloenum/c/helloenum.o out/helloenum/c/helloenum.c
mkdir -p out/helloenum/c/
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -S -o out/helloenum/c/runtime.o.S out/helloenum/c/runtime.c
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -o out/helloenum/c/runtime.o out/helloenum/c/runtime.c
mkdir -p out/helloenum/c/
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -S -o out/helloenum/c/map.o.S out/helloenum/c/map.c
gcc --std=c99 -g -O0 -Iout/helloenum/c  -c -o out/helloenum/c/map.o out/helloenum/c/map.c
mkdir -p out/helloenum/c/
gcc --std=c99 -g -O0 -Iout/helloenum/c   -o out/helloenum/c/test out/helloenum/c/mem.o out/helloenum/c/queue.o out/helloenum/c/locator.o out/helloenum/c/ihello.o out/helloenum/c/iworld.o out/helloenum/c/main.o out/helloenum/c/helloenum.o out/helloenum/c/runtime.o out/helloenum/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/execute-c 
          timeout 10 diff -uw out/helloenum/helloenum.trace.0 <(set -o pipefail;cat out/helloenum/helloenum.trace.0 |  out/helloenum/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloenum/helloenum.trace.0 |  out/helloenum/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/helloenum OUT=out/helloenum/cs MODEL=helloenum -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloenum/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/helloenum/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/helloenum/cs/dzn/$file;\
done
for file in out/helloenum/helloenum.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m helloenum  -o out/helloenum/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/build-cs 
          make DIR=out/helloenum LANGUAGE=cs OUT=out/helloenum/cs IN=out/helloenum/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/helloenum/cs/main.cs out/helloenum/cs/main.cs
mcs -debug -out:out/helloenum/cs/test.exe out/helloenum/cs/main.cs out/helloenum/cs/ihello.cs out/helloenum/cs/iworld.cs out/helloenum/cs/helloenum.cs out/helloenum/cs/dzn/pump.cs out/helloenum/cs/dzn/context.cs out/helloenum/cs/dzn/meta.cs out/helloenum/cs/dzn/runtime.cs out/helloenum/cs/dzn/coroutine.cs out/helloenum/cs/dzn/container.cs out/helloenum/cs/dzn/locator.cs
out/helloenum/cs/helloenum.cs(9,10): warning CS0414: The private field `helloenum.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/helloenum/cs/test
chmod +x out/helloenum/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/execute-cs 
          timeout 10 diff -uw out/helloenum/helloenum.trace.0 <(set -o pipefail;cat out/helloenum/helloenum.trace.0 | sh out/helloenum/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloenum/helloenum.trace.0 | sh out/helloenum/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/helloenum OUT=out/helloenum/javascript MODEL=helloenum -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloenum/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/helloenum/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/helloenum/javascript/dzn/$file;\
done
for file in out/helloenum/helloenum.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m helloenum  -o out/helloenum/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/build-javascript 
          make DIR=out/helloenum LANGUAGE=javascript OUT=out/helloenum/javascript IN=out/helloenum/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/helloenum/javascript/main.js out/helloenum/javascript/test
chmod +x out/helloenum/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/execute-javascript 
          timeout 10 diff -uw out/helloenum/helloenum.trace.0 <(set -o pipefail;cat out/helloenum/helloenum.trace.0 | node out/helloenum/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloenum/helloenum.trace.0 | node out/helloenum/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/helloenum OUT=out/helloenum/java MODEL=helloenum -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/helloenum/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/helloenum/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/helloenum/java/dzn/$file;\
done
for file in out/helloenum/helloenum.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m helloenum  -o out/helloenum/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/build-java 
          make DIR=out/helloenum LANGUAGE=java OUT=out/helloenum/java IN=out/helloenum/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/helloenum/java/dzn/*.java out/helloenum/java
javac -Xdiags:verbose -d out/helloenum/java out/helloenum/java/*.java
echo "$JAVA_SCRIPT" > out/helloenum/java/test
chmod +x out/helloenum/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/execute-java 
          timeout 10 diff -uw out/helloenum/helloenum.trace.0 <(set -o pipefail;cat out/helloenum/helloenum.trace.0 |  out/helloenum/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloenum/helloenum.trace.0 |  out/helloenum/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/triangle-java 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/helloenum OUT=out/helloenum/python MODEL=helloenum -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloenum/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/helloenum/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/helloenum/python/dzn/$file;\
done
for file in out/helloenum/helloenum.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m helloenum  -o out/helloenum/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/build-python 
          make DIR=out/helloenum LANGUAGE=python OUT=out/helloenum/python IN=out/helloenum/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/helloenum/python/main.py out/helloenum/python/test
chmod +x out/helloenum/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/execute-python 
          timeout 10 diff -uw out/helloenum/helloenum.trace.0 <(set -o pipefail;cat out/helloenum/helloenum.trace.0 | python out/helloenum/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloenum/helloenum.trace.0 | python out/helloenum/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/triangle-python 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloenum/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/convert 
          convert: [SKIPPED] no DM file out/hello_expression/hello_expression.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/hello_expression/hello_expression.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/table 
          table: [SKIPPED] no baseline out/hello_expression/baseline/table/hello_expression-state.dzntable: [SKIPPED] no baseline out/hello_expression/baseline/table/hello_expression-event.dzntable: [SKIPPED] no baseline out/hello_expression/baseline/table/hello_expression-state.htmltable: [SKIPPED] no baseline out/hello_expression/baseline/table/hello_expression-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m hello_expression -o out/hello_expression out/hello_expression/hello_expression.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/hello_expression OUT=out/hello_expression/c++ MODEL=hello_expression -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hello_expression/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/hello_expression/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/hello_expression/c++/dzn/$file;\
done
for file in out/hello_expression/hello_expression.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m hello_expression  -o out/hello_expression/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/build-c++ 
          make DIR=out/hello_expression LANGUAGE=c++ OUT=out/hello_expression/c++ IN=out/hello_expression/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/hello_expression/c++/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++/pump.d -MT 'out/hello_expression/c++/pump.d out/hello_expression/c++/pump.o' -pthread -Iout/hello_expression/c++ -Iout/hello_expression/c++/.. -Iout/hello_expression/c++ -Iout/hello_expression/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hello_expression/c++/pump.o out/hello_expression/c++/pump.cc
mkdir -p out/hello_expression/c++/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++/main.d -MT 'out/hello_expression/c++/main.d out/hello_expression/c++/main.o' -pthread -Iout/hello_expression/c++ -Iout/hello_expression/c++/.. -Iout/hello_expression/c++ -Iout/hello_expression/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hello_expression/c++/main.o out/hello_expression/c++/main.cc
mkdir -p out/hello_expression/c++/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++/runtime.d -MT 'out/hello_expression/c++/runtime.d out/hello_expression/c++/runtime.o' -pthread -Iout/hello_expression/c++ -Iout/hello_expression/c++/.. -Iout/hello_expression/c++ -Iout/hello_expression/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hello_expression/c++/runtime.o out/hello_expression/c++/runtime.cc
mkdir -p out/hello_expression/c++/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++/hello_expression.d -MT 'out/hello_expression/c++/hello_expression.d out/hello_expression/c++/hello_expression.o' -pthread -Iout/hello_expression/c++ -Iout/hello_expression/c++/.. -Iout/hello_expression/c++ -Iout/hello_expression/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hello_expression/c++/hello_expression.o out/hello_expression/c++/hello_expression.cc
mkdir -p out/hello_expression/c++/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++/test -MT 'out/hello_expression/c++/test out/hello_expression/c++/test' -pthread -Iout/hello_expression/c++ -Iout/hello_expression/c++/.. -Iout/hello_expression/c++ -Iout/hello_expression/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/hello_expression/c++/test out/hello_expression/c++/pump.o out/hello_expression/c++/main.o out/hello_expression/c++/runtime.o out/hello_expression/c++/hello_expression.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/execute-c++ 
          timeout 10 diff -uw out/hello_expression/hello_expression.trace.0 <(set -o pipefail;cat out/hello_expression/hello_expression.trace.0 |  out/hello_expression/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hello_expression/hello_expression.trace.0 |  out/hello_expression/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/run 
          diff -uw <(grep -v "" out/hello_expression/hello_expression.trace.0) <(grep -v "" out/hello_expression/hello_expression.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=hello_expression out/hello_expression/hello_expression.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=hello_expression   out/hello_expression/hello_expression.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/hello_expression OUT=out/hello_expression/c++03 MODEL=hello_expression -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hello_expression/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/hello_expression/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/hello_expression/c++03/dzn/$file;\
done
for file in out/hello_expression/hello_expression.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m hello_expression  -o out/hello_expression/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/build-c++03 
          make DIR=out/hello_expression LANGUAGE=c++03 OUT=out/hello_expression/c++03 IN=out/hello_expression/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/hello_expression/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++03/pump.d -MT 'out/hello_expression/c++03/pump.d out/hello_expression/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_expression/c++03 -Iout/hello_expression/c++03/.. -Iout/hello_expression/c++03 -Iout/hello_expression/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hello_expression/c++03/pump.o out/hello_expression/c++03/pump.cc
mkdir -p out/hello_expression/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++03/main.d -MT 'out/hello_expression/c++03/main.d out/hello_expression/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_expression/c++03 -Iout/hello_expression/c++03/.. -Iout/hello_expression/c++03 -Iout/hello_expression/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hello_expression/c++03/main.o out/hello_expression/c++03/main.cc
mkdir -p out/hello_expression/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_expression/c++03/runtime.d -MT 'out/hello_expression/c++03/runtime.d out/hello_expression/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_expression/c++03 -Iout/hello_expression/c++03/.. -Iout/hello_expression/c++03 -Iout/hello_expression/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hello_expression/c++03/runtime.o out/hello_expression/c++03/runtime.cc
mkdir -p out/hello_expression/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_expression/c++03/hello_expression.d -MT 'out/hello_expression/c++03/hello_expression.d out/hello_expression/c++03/hello_expression.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_expression/c++03 -Iout/hello_expression/c++03/.. -Iout/hello_expression/c++03 -Iout/hello_expression/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hello_expression/c++03/hello_expression.o out/hello_expression/c++03/hello_expression.cc
mkdir -p out/hello_expression/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_expression/c++03/test -MT 'out/hello_expression/c++03/test out/hello_expression/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_expression/c++03 -Iout/hello_expression/c++03/.. -Iout/hello_expression/c++03 -Iout/hello_expression/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/hello_expression/c++03/test out/hello_expression/c++03/pump.o out/hello_expression/c++03/main.o out/hello_expression/c++03/runtime.o out/hello_expression/c++03/hello_expression.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/execute-c++03 
          timeout 10 diff -uw out/hello_expression/hello_expression.trace.0 <(set -o pipefail;cat out/hello_expression/hello_expression.trace.0 |  out/hello_expression/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hello_expression/hello_expression.trace.0 |  out/hello_expression/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/hello_expression OUT=out/hello_expression/c++-msvc11 MODEL=hello_expression -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hello_expression/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/hello_expression/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/hello_expression/c++-msvc11/dzn/$file;\
done
for file in out/hello_expression/hello_expression.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m hello_expression  -o out/hello_expression/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/build-c++-msvc11 
          make DIR=out/hello_expression LANGUAGE=c++-msvc11 OUT=out/hello_expression/c++-msvc11 IN=out/hello_expression/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/hello_expression/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++-msvc11/pump.d -MT 'out/hello_expression/c++-msvc11/pump.d out/hello_expression/c++-msvc11/pump.o' -pthread -Iout/hello_expression/c++-msvc11 -Iout/hello_expression/c++-msvc11/.. -Iout/hello_expression/c++-msvc11 -Iout/hello_expression/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hello_expression/c++-msvc11/pump.o out/hello_expression/c++-msvc11/pump.cc
mkdir -p out/hello_expression/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++-msvc11/main.d -MT 'out/hello_expression/c++-msvc11/main.d out/hello_expression/c++-msvc11/main.o' -pthread -Iout/hello_expression/c++-msvc11 -Iout/hello_expression/c++-msvc11/.. -Iout/hello_expression/c++-msvc11 -Iout/hello_expression/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hello_expression/c++-msvc11/main.o out/hello_expression/c++-msvc11/main.cc
mkdir -p out/hello_expression/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++-msvc11/runtime.d -MT 'out/hello_expression/c++-msvc11/runtime.d out/hello_expression/c++-msvc11/runtime.o' -pthread -Iout/hello_expression/c++-msvc11 -Iout/hello_expression/c++-msvc11/.. -Iout/hello_expression/c++-msvc11 -Iout/hello_expression/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hello_expression/c++-msvc11/runtime.o out/hello_expression/c++-msvc11/runtime.cc
mkdir -p out/hello_expression/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++-msvc11/hello_expression.d -MT 'out/hello_expression/c++-msvc11/hello_expression.d out/hello_expression/c++-msvc11/hello_expression.o' -pthread -Iout/hello_expression/c++-msvc11 -Iout/hello_expression/c++-msvc11/.. -Iout/hello_expression/c++-msvc11 -Iout/hello_expression/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hello_expression/c++-msvc11/hello_expression.o out/hello_expression/c++-msvc11/hello_expression.cc
mkdir -p out/hello_expression/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hello_expression/c++-msvc11/test -MT 'out/hello_expression/c++-msvc11/test out/hello_expression/c++-msvc11/test' -pthread -Iout/hello_expression/c++-msvc11 -Iout/hello_expression/c++-msvc11/.. -Iout/hello_expression/c++-msvc11 -Iout/hello_expression/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/hello_expression/c++-msvc11/test out/hello_expression/c++-msvc11/pump.o out/hello_expression/c++-msvc11/main.o out/hello_expression/c++-msvc11/runtime.o out/hello_expression/c++-msvc11/hello_expression.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/execute-c++-msvc11 
          timeout 10 diff -uw out/hello_expression/hello_expression.trace.0 <(set -o pipefail;cat out/hello_expression/hello_expression.trace.0 |  out/hello_expression/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hello_expression/hello_expression.trace.0 |  out/hello_expression/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/hello_expression OUT=out/hello_expression/c MODEL=hello_expression -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hello_expression/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/hello_expression/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/hello_expression/c/dzn/$file;\
done
for file in out/hello_expression/hello_expression.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m hello_expression  -o out/hello_expression/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/build-c 
          make DIR=out/hello_expression LANGUAGE=c OUT=out/hello_expression/c IN=out/hello_expression/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/hello_expression/c/
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -S -o out/hello_expression/c/mem.o.S out/hello_expression/c/mem.c
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -o out/hello_expression/c/mem.o out/hello_expression/c/mem.c
mkdir -p out/hello_expression/c/
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -S -o out/hello_expression/c/hello_expression.o.S out/hello_expression/c/hello_expression.c
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -o out/hello_expression/c/hello_expression.o out/hello_expression/c/hello_expression.c
mkdir -p out/hello_expression/c/
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -S -o out/hello_expression/c/queue.o.S out/hello_expression/c/queue.c
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -o out/hello_expression/c/queue.o out/hello_expression/c/queue.c
mkdir -p out/hello_expression/c/
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -S -o out/hello_expression/c/locator.o.S out/hello_expression/c/locator.c
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -o out/hello_expression/c/locator.o out/hello_expression/c/locator.c
mkdir -p out/hello_expression/c/
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -S -o out/hello_expression/c/ihello.o.S out/hello_expression/c/ihello.c
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -o out/hello_expression/c/ihello.o out/hello_expression/c/ihello.c
mkdir -p out/hello_expression/c/
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -S -o out/hello_expression/c/iworld.o.S out/hello_expression/c/iworld.c
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -o out/hello_expression/c/iworld.o out/hello_expression/c/iworld.c
mkdir -p out/hello_expression/c/
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -S -o out/hello_expression/c/main.o.S out/hello_expression/c/main.c
out/hello_expression/c/main.c: In function ‘read_line’:
out/hello_expression/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hello_expression/c/main.c: In function ‘hello_expression_fill_event_map’:
out/hello_expression/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hello_expression/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -o out/hello_expression/c/main.o out/hello_expression/c/main.c
out/hello_expression/c/main.c: In function ‘read_line’:
out/hello_expression/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hello_expression/c/main.c: In function ‘hello_expression_fill_event_map’:
out/hello_expression/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hello_expression/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/hello_expression/c/
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -S -o out/hello_expression/c/runtime.o.S out/hello_expression/c/runtime.c
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -o out/hello_expression/c/runtime.o out/hello_expression/c/runtime.c
mkdir -p out/hello_expression/c/
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -S -o out/hello_expression/c/map.o.S out/hello_expression/c/map.c
gcc --std=c99 -g -O0 -Iout/hello_expression/c  -c -o out/hello_expression/c/map.o out/hello_expression/c/map.c
mkdir -p out/hello_expression/c/
gcc --std=c99 -g -O0 -Iout/hello_expression/c   -o out/hello_expression/c/test out/hello_expression/c/mem.o out/hello_expression/c/hello_expression.o out/hello_expression/c/queue.o out/hello_expression/c/locator.o out/hello_expression/c/ihello.o out/hello_expression/c/iworld.o out/hello_expression/c/main.o out/hello_expression/c/runtime.o out/hello_expression/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/execute-c 
          timeout 10 diff -uw out/hello_expression/hello_expression.trace.0 <(set -o pipefail;cat out/hello_expression/hello_expression.trace.0 |  out/hello_expression/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hello_expression/hello_expression.trace.0 |  out/hello_expression/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/hello_expression OUT=out/hello_expression/cs MODEL=hello_expression -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hello_expression/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/hello_expression/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/hello_expression/cs/dzn/$file;\
done
for file in out/hello_expression/hello_expression.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m hello_expression  -o out/hello_expression/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/build-cs 
          make DIR=out/hello_expression LANGUAGE=cs OUT=out/hello_expression/cs IN=out/hello_expression/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/hello_expression/cs/main.cs out/hello_expression/cs/main.cs
mcs -debug -out:out/hello_expression/cs/test.exe out/hello_expression/cs/main.cs out/hello_expression/cs/ihello.cs out/hello_expression/cs/iworld.cs out/hello_expression/cs/hello_expression.cs out/hello_expression/cs/dzn/pump.cs out/hello_expression/cs/dzn/context.cs out/hello_expression/cs/dzn/meta.cs out/hello_expression/cs/dzn/runtime.cs out/hello_expression/cs/dzn/coroutine.cs out/hello_expression/cs/dzn/container.cs out/hello_expression/cs/dzn/locator.cs
out/hello_expression/cs/hello_expression.cs(46,10): warning CS0162: Unreachable code detected
out/hello_expression/cs/hello_expression.cs(8,10): warning CS0414: The private field `hello_expression.out_h' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
echo "$MONO_SCRIPT" > out/hello_expression/cs/test
chmod +x out/hello_expression/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/execute-cs 
          timeout 10 diff -uw out/hello_expression/hello_expression.trace.0 <(set -o pipefail;cat out/hello_expression/hello_expression.trace.0 | sh out/hello_expression/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hello_expression/hello_expression.trace.0 | sh out/hello_expression/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/hello_expression OUT=out/hello_expression/javascript MODEL=hello_expression -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hello_expression/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/hello_expression/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/hello_expression/javascript/dzn/$file;\
done
for file in out/hello_expression/hello_expression.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m hello_expression  -o out/hello_expression/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/build-javascript 
          make DIR=out/hello_expression LANGUAGE=javascript OUT=out/hello_expression/javascript IN=out/hello_expression/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/hello_expression/javascript/main.js out/hello_expression/javascript/test
chmod +x out/hello_expression/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/execute-javascript 
          timeout 10 diff -uw out/hello_expression/hello_expression.trace.0 <(set -o pipefail;cat out/hello_expression/hello_expression.trace.0 | node out/hello_expression/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hello_expression/hello_expression.trace.0 | node out/hello_expression/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/hello_expression OUT=out/hello_expression/java MODEL=hello_expression -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/hello_expression/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/hello_expression/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/hello_expression/java/dzn/$file;\
done
for file in out/hello_expression/hello_expression.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m hello_expression  -o out/hello_expression/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/build-java 
          make DIR=out/hello_expression LANGUAGE=java OUT=out/hello_expression/java IN=out/hello_expression/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/hello_expression/java/dzn/*.java out/hello_expression/java
javac -Xdiags:verbose -d out/hello_expression/java out/hello_expression/java/*.java
echo "$JAVA_SCRIPT" > out/hello_expression/java/test
chmod +x out/hello_expression/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/execute-java 
          timeout 10 diff -uw out/hello_expression/hello_expression.trace.0 <(set -o pipefail;cat out/hello_expression/hello_expression.trace.0 |  out/hello_expression/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hello_expression/hello_expression.trace.0 |  out/hello_expression/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/triangle-java 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/hello_expression OUT=out/hello_expression/python MODEL=hello_expression -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hello_expression/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/hello_expression/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/hello_expression/python/dzn/$file;\
done
for file in out/hello_expression/hello_expression.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m hello_expression  -o out/hello_expression/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/build-python 
          make DIR=out/hello_expression LANGUAGE=python OUT=out/hello_expression/python IN=out/hello_expression/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/hello_expression/python/main.py out/hello_expression/python/test
chmod +x out/hello_expression/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/execute-python 
          timeout 10 diff -uw out/hello_expression/hello_expression.trace.0 <(set -o pipefail;cat out/hello_expression/hello_expression.trace.0 | python out/hello_expression/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hello_expression/hello_expression.trace.0 | python out/hello_expression/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/triangle-python 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hello_expression/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/convert 
          convert: [SKIPPED] no DM file out/hellofunliteral/hellofunliteral.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/hellofunliteral/hellofunliteral.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/table 
          table: [SKIPPED] no baseline out/hellofunliteral/baseline/table/hellofunliteral-state.dzntable: [SKIPPED] no baseline out/hellofunliteral/baseline/table/hellofunliteral-event.dzntable: [SKIPPED] no baseline out/hellofunliteral/baseline/table/hellofunliteral-state.htmltable: [SKIPPED] no baseline out/hellofunliteral/baseline/table/hellofunliteral-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m hellofunliteral -o out/hellofunliteral out/hellofunliteral/hellofunliteral.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/hellofunliteral OUT=out/hellofunliteral/c++ MODEL=hellofunliteral -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellofunliteral/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/hellofunliteral/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/hellofunliteral/c++/dzn/$file;\
done
for file in out/hellofunliteral/hellofunliteral.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m hellofunliteral  -o out/hellofunliteral/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/build-c++ 
          make DIR=out/hellofunliteral LANGUAGE=c++ OUT=out/hellofunliteral/c++ IN=out/hellofunliteral/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/hellofunliteral/c++/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++/hellofunliteral.d -MT 'out/hellofunliteral/c++/hellofunliteral.d out/hellofunliteral/c++/hellofunliteral.o' -pthread -Iout/hellofunliteral/c++ -Iout/hellofunliteral/c++/.. -Iout/hellofunliteral/c++ -Iout/hellofunliteral/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++/hellofunliteral.o out/hellofunliteral/c++/hellofunliteral.cc
mkdir -p out/hellofunliteral/c++/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++/pump.d -MT 'out/hellofunliteral/c++/pump.d out/hellofunliteral/c++/pump.o' -pthread -Iout/hellofunliteral/c++ -Iout/hellofunliteral/c++/.. -Iout/hellofunliteral/c++ -Iout/hellofunliteral/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++/pump.o out/hellofunliteral/c++/pump.cc
mkdir -p out/hellofunliteral/c++/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++/main.d -MT 'out/hellofunliteral/c++/main.d out/hellofunliteral/c++/main.o' -pthread -Iout/hellofunliteral/c++ -Iout/hellofunliteral/c++/.. -Iout/hellofunliteral/c++ -Iout/hellofunliteral/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++/main.o out/hellofunliteral/c++/main.cc
mkdir -p out/hellofunliteral/c++/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++/runtime.d -MT 'out/hellofunliteral/c++/runtime.d out/hellofunliteral/c++/runtime.o' -pthread -Iout/hellofunliteral/c++ -Iout/hellofunliteral/c++/.. -Iout/hellofunliteral/c++ -Iout/hellofunliteral/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++/runtime.o out/hellofunliteral/c++/runtime.cc
mkdir -p out/hellofunliteral/c++/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++/test -MT 'out/hellofunliteral/c++/test out/hellofunliteral/c++/test' -pthread -Iout/hellofunliteral/c++ -Iout/hellofunliteral/c++/.. -Iout/hellofunliteral/c++ -Iout/hellofunliteral/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/hellofunliteral/c++/test out/hellofunliteral/c++/hellofunliteral.o out/hellofunliteral/c++/pump.o out/hellofunliteral/c++/main.o out/hellofunliteral/c++/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/execute-c++ 
          timeout 10 diff -uw out/hellofunliteral/hellofunliteral.trace.0 <(set -o pipefail;cat out/hellofunliteral/hellofunliteral.trace.0 |  out/hellofunliteral/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellofunliteral/hellofunliteral.trace.0 |  out/hellofunliteral/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/run 
          diff -uw <(grep -v "" out/hellofunliteral/hellofunliteral.trace.0) <(grep -v "" out/hellofunliteral/hellofunliteral.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=hellofunliteral out/hellofunliteral/hellofunliteral.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=hellofunliteral   out/hellofunliteral/hellofunliteral.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/hellofunliteral OUT=out/hellofunliteral/c++03 MODEL=hellofunliteral -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellofunliteral/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/hellofunliteral/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/hellofunliteral/c++03/dzn/$file;\
done
for file in out/hellofunliteral/hellofunliteral.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m hellofunliteral  -o out/hellofunliteral/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/build-c++03 
          make DIR=out/hellofunliteral LANGUAGE=c++03 OUT=out/hellofunliteral/c++03 IN=out/hellofunliteral/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/hellofunliteral/c++03/
g++ -g -std=c++03 -MMD -MF out/hellofunliteral/c++03/hellofunliteral.d -MT 'out/hellofunliteral/c++03/hellofunliteral.d out/hellofunliteral/c++03/hellofunliteral.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellofunliteral/c++03 -Iout/hellofunliteral/c++03/.. -Iout/hellofunliteral/c++03 -Iout/hellofunliteral/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++03/hellofunliteral.o out/hellofunliteral/c++03/hellofunliteral.cc
mkdir -p out/hellofunliteral/c++03/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++03/pump.d -MT 'out/hellofunliteral/c++03/pump.d out/hellofunliteral/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellofunliteral/c++03 -Iout/hellofunliteral/c++03/.. -Iout/hellofunliteral/c++03 -Iout/hellofunliteral/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++03/pump.o out/hellofunliteral/c++03/pump.cc
mkdir -p out/hellofunliteral/c++03/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++03/main.d -MT 'out/hellofunliteral/c++03/main.d out/hellofunliteral/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellofunliteral/c++03 -Iout/hellofunliteral/c++03/.. -Iout/hellofunliteral/c++03 -Iout/hellofunliteral/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++03/main.o out/hellofunliteral/c++03/main.cc
mkdir -p out/hellofunliteral/c++03/
g++ -g -std=c++03 -MMD -MF out/hellofunliteral/c++03/runtime.d -MT 'out/hellofunliteral/c++03/runtime.d out/hellofunliteral/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellofunliteral/c++03 -Iout/hellofunliteral/c++03/.. -Iout/hellofunliteral/c++03 -Iout/hellofunliteral/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++03/runtime.o out/hellofunliteral/c++03/runtime.cc
mkdir -p out/hellofunliteral/c++03/
g++ -g -std=c++03 -MMD -MF out/hellofunliteral/c++03/test -MT 'out/hellofunliteral/c++03/test out/hellofunliteral/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellofunliteral/c++03 -Iout/hellofunliteral/c++03/.. -Iout/hellofunliteral/c++03 -Iout/hellofunliteral/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/hellofunliteral/c++03/test out/hellofunliteral/c++03/hellofunliteral.o out/hellofunliteral/c++03/pump.o out/hellofunliteral/c++03/main.o out/hellofunliteral/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/execute-c++03 
          timeout 10 diff -uw out/hellofunliteral/hellofunliteral.trace.0 <(set -o pipefail;cat out/hellofunliteral/hellofunliteral.trace.0 |  out/hellofunliteral/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellofunliteral/hellofunliteral.trace.0 |  out/hellofunliteral/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/hellofunliteral OUT=out/hellofunliteral/c++-msvc11 MODEL=hellofunliteral -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellofunliteral/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/hellofunliteral/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/hellofunliteral/c++-msvc11/dzn/$file;\
done
for file in out/hellofunliteral/hellofunliteral.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m hellofunliteral  -o out/hellofunliteral/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/build-c++-msvc11 
          make DIR=out/hellofunliteral LANGUAGE=c++-msvc11 OUT=out/hellofunliteral/c++-msvc11 IN=out/hellofunliteral/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/hellofunliteral/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++-msvc11/hellofunliteral.d -MT 'out/hellofunliteral/c++-msvc11/hellofunliteral.d out/hellofunliteral/c++-msvc11/hellofunliteral.o' -pthread -Iout/hellofunliteral/c++-msvc11 -Iout/hellofunliteral/c++-msvc11/.. -Iout/hellofunliteral/c++-msvc11 -Iout/hellofunliteral/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++-msvc11/hellofunliteral.o out/hellofunliteral/c++-msvc11/hellofunliteral.cc
mkdir -p out/hellofunliteral/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++-msvc11/pump.d -MT 'out/hellofunliteral/c++-msvc11/pump.d out/hellofunliteral/c++-msvc11/pump.o' -pthread -Iout/hellofunliteral/c++-msvc11 -Iout/hellofunliteral/c++-msvc11/.. -Iout/hellofunliteral/c++-msvc11 -Iout/hellofunliteral/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++-msvc11/pump.o out/hellofunliteral/c++-msvc11/pump.cc
mkdir -p out/hellofunliteral/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++-msvc11/main.d -MT 'out/hellofunliteral/c++-msvc11/main.d out/hellofunliteral/c++-msvc11/main.o' -pthread -Iout/hellofunliteral/c++-msvc11 -Iout/hellofunliteral/c++-msvc11/.. -Iout/hellofunliteral/c++-msvc11 -Iout/hellofunliteral/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++-msvc11/main.o out/hellofunliteral/c++-msvc11/main.cc
mkdir -p out/hellofunliteral/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++-msvc11/runtime.d -MT 'out/hellofunliteral/c++-msvc11/runtime.d out/hellofunliteral/c++-msvc11/runtime.o' -pthread -Iout/hellofunliteral/c++-msvc11 -Iout/hellofunliteral/c++-msvc11/.. -Iout/hellofunliteral/c++-msvc11 -Iout/hellofunliteral/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellofunliteral/c++-msvc11/runtime.o out/hellofunliteral/c++-msvc11/runtime.cc
mkdir -p out/hellofunliteral/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellofunliteral/c++-msvc11/test -MT 'out/hellofunliteral/c++-msvc11/test out/hellofunliteral/c++-msvc11/test' -pthread -Iout/hellofunliteral/c++-msvc11 -Iout/hellofunliteral/c++-msvc11/.. -Iout/hellofunliteral/c++-msvc11 -Iout/hellofunliteral/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/hellofunliteral/c++-msvc11/test out/hellofunliteral/c++-msvc11/hellofunliteral.o out/hellofunliteral/c++-msvc11/pump.o out/hellofunliteral/c++-msvc11/main.o out/hellofunliteral/c++-msvc11/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/execute-c++-msvc11 
          timeout 10 diff -uw out/hellofunliteral/hellofunliteral.trace.0 <(set -o pipefail;cat out/hellofunliteral/hellofunliteral.trace.0 |  out/hellofunliteral/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellofunliteral/hellofunliteral.trace.0 |  out/hellofunliteral/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/hellofunliteral OUT=out/hellofunliteral/c MODEL=hellofunliteral -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellofunliteral/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/hellofunliteral/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/hellofunliteral/c/dzn/$file;\
done
for file in out/hellofunliteral/hellofunliteral.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m hellofunliteral  -o out/hellofunliteral/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/build-c 
          make DIR=out/hellofunliteral LANGUAGE=c OUT=out/hellofunliteral/c IN=out/hellofunliteral/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/hellofunliteral/c/
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -S -o out/hellofunliteral/c/mem.o.S out/hellofunliteral/c/mem.c
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -o out/hellofunliteral/c/mem.o out/hellofunliteral/c/mem.c
mkdir -p out/hellofunliteral/c/
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -S -o out/hellofunliteral/c/queue.o.S out/hellofunliteral/c/queue.c
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -o out/hellofunliteral/c/queue.o out/hellofunliteral/c/queue.c
mkdir -p out/hellofunliteral/c/
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -S -o out/hellofunliteral/c/locator.o.S out/hellofunliteral/c/locator.c
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -o out/hellofunliteral/c/locator.o out/hellofunliteral/c/locator.c
mkdir -p out/hellofunliteral/c/
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -S -o out/hellofunliteral/c/hellofunliteral.o.S out/hellofunliteral/c/hellofunliteral.c
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -o out/hellofunliteral/c/hellofunliteral.o out/hellofunliteral/c/hellofunliteral.c
mkdir -p out/hellofunliteral/c/
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -S -o out/hellofunliteral/c/ihello.o.S out/hellofunliteral/c/ihello.c
out/hellofunliteral/c/ihello.c: In function ‘string_to_ihello_r’:
out/hellofunliteral/c/ihello.c:21:9: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  return INT_MIN;
         ^
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -o out/hellofunliteral/c/ihello.o out/hellofunliteral/c/ihello.c
out/hellofunliteral/c/ihello.c: In function ‘string_to_ihello_r’:
out/hellofunliteral/c/ihello.c:21:9: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  return INT_MIN;
         ^
mkdir -p out/hellofunliteral/c/
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -S -o out/hellofunliteral/c/iworld.o.S out/hellofunliteral/c/iworld.c
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -o out/hellofunliteral/c/iworld.o out/hellofunliteral/c/iworld.c
mkdir -p out/hellofunliteral/c/
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -S -o out/hellofunliteral/c/main.o.S out/hellofunliteral/c/main.c
out/hellofunliteral/c/main.c: In function ‘read_line’:
out/hellofunliteral/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellofunliteral/c/main.c: In function ‘hellofunliteral_fill_event_map’:
out/hellofunliteral/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellofunliteral/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -o out/hellofunliteral/c/main.o out/hellofunliteral/c/main.c
out/hellofunliteral/c/main.c: In function ‘read_line’:
out/hellofunliteral/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellofunliteral/c/main.c: In function ‘hellofunliteral_fill_event_map’:
out/hellofunliteral/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellofunliteral/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/hellofunliteral/c/
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -S -o out/hellofunliteral/c/runtime.o.S out/hellofunliteral/c/runtime.c
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -o out/hellofunliteral/c/runtime.o out/hellofunliteral/c/runtime.c
mkdir -p out/hellofunliteral/c/
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -S -o out/hellofunliteral/c/map.o.S out/hellofunliteral/c/map.c
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c  -c -o out/hellofunliteral/c/map.o out/hellofunliteral/c/map.c
mkdir -p out/hellofunliteral/c/
gcc --std=c99 -g -O0 -Iout/hellofunliteral/c   -o out/hellofunliteral/c/test out/hellofunliteral/c/mem.o out/hellofunliteral/c/queue.o out/hellofunliteral/c/locator.o out/hellofunliteral/c/hellofunliteral.o out/hellofunliteral/c/ihello.o out/hellofunliteral/c/iworld.o out/hellofunliteral/c/main.o out/hellofunliteral/c/runtime.o out/hellofunliteral/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/execute-c 
          timeout 10 diff -uw out/hellofunliteral/hellofunliteral.trace.0 <(set -o pipefail;cat out/hellofunliteral/hellofunliteral.trace.0 |  out/hellofunliteral/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellofunliteral/hellofunliteral.trace.0 |  out/hellofunliteral/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/hellofunliteral OUT=out/hellofunliteral/cs MODEL=hellofunliteral -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellofunliteral/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/hellofunliteral/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/hellofunliteral/cs/dzn/$file;\
done
for file in out/hellofunliteral/hellofunliteral.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m hellofunliteral  -o out/hellofunliteral/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/build-cs 
          make DIR=out/hellofunliteral LANGUAGE=cs OUT=out/hellofunliteral/cs IN=out/hellofunliteral/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/hellofunliteral/cs/main.cs out/hellofunliteral/cs/main.cs
mcs -debug -out:out/hellofunliteral/cs/test.exe out/hellofunliteral/cs/main.cs out/hellofunliteral/cs/ihello.cs out/hellofunliteral/cs/iworld.cs out/hellofunliteral/cs/hellofunliteral.cs out/hellofunliteral/cs/dzn/pump.cs out/hellofunliteral/cs/dzn/context.cs out/hellofunliteral/cs/dzn/meta.cs out/hellofunliteral/cs/dzn/runtime.cs out/hellofunliteral/cs/dzn/coroutine.cs out/hellofunliteral/cs/dzn/container.cs out/hellofunliteral/cs/dzn/locator.cs
out/hellofunliteral/cs/hellofunliteral.cs(9,10): warning CS0414: The private field `hellofunliteral.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/hellofunliteral/cs/test
chmod +x out/hellofunliteral/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/execute-cs 
          timeout 10 diff -uw out/hellofunliteral/hellofunliteral.trace.0 <(set -o pipefail;cat out/hellofunliteral/hellofunliteral.trace.0 | sh out/hellofunliteral/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellofunliteral/hellofunliteral.trace.0 | sh out/hellofunliteral/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/hellofunliteral OUT=out/hellofunliteral/javascript MODEL=hellofunliteral -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellofunliteral/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/hellofunliteral/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/hellofunliteral/javascript/dzn/$file;\
done
for file in out/hellofunliteral/hellofunliteral.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m hellofunliteral  -o out/hellofunliteral/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/build-javascript 
          make DIR=out/hellofunliteral LANGUAGE=javascript OUT=out/hellofunliteral/javascript IN=out/hellofunliteral/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/hellofunliteral/javascript/main.js out/hellofunliteral/javascript/test
chmod +x out/hellofunliteral/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/execute-javascript 
          timeout 10 diff -uw out/hellofunliteral/hellofunliteral.trace.0 <(set -o pipefail;cat out/hellofunliteral/hellofunliteral.trace.0 | node out/hellofunliteral/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellofunliteral/hellofunliteral.trace.0 | node out/hellofunliteral/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/hellofunliteral OUT=out/hellofunliteral/java MODEL=hellofunliteral -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/hellofunliteral/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/hellofunliteral/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/hellofunliteral/java/dzn/$file;\
done
for file in out/hellofunliteral/hellofunliteral.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m hellofunliteral  -o out/hellofunliteral/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/build-java 
          make DIR=out/hellofunliteral LANGUAGE=java OUT=out/hellofunliteral/java IN=out/hellofunliteral/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/hellofunliteral/java/dzn/*.java out/hellofunliteral/java
javac -Xdiags:verbose -d out/hellofunliteral/java out/hellofunliteral/java/*.java
echo "$JAVA_SCRIPT" > out/hellofunliteral/java/test
chmod +x out/hellofunliteral/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/execute-java 
          timeout 10 diff -uw out/hellofunliteral/hellofunliteral.trace.0 <(set -o pipefail;cat out/hellofunliteral/hellofunliteral.trace.0 |  out/hellofunliteral/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellofunliteral/hellofunliteral.trace.0 |  out/hellofunliteral/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/triangle-java 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/hellofunliteral OUT=out/hellofunliteral/python MODEL=hellofunliteral -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellofunliteral/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/hellofunliteral/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/hellofunliteral/python/dzn/$file;\
done
for file in out/hellofunliteral/hellofunliteral.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m hellofunliteral  -o out/hellofunliteral/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/build-python 
          make DIR=out/hellofunliteral LANGUAGE=python OUT=out/hellofunliteral/python IN=out/hellofunliteral/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/hellofunliteral/python/main.py out/hellofunliteral/python/test
chmod +x out/hellofunliteral/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/execute-python 
          timeout 10 diff -uw out/hellofunliteral/hellofunliteral.trace.0 <(set -o pipefail;cat out/hellofunliteral/hellofunliteral.trace.0 | python out/hellofunliteral/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellofunliteral/hellofunliteral.trace.0 | python out/hellofunliteral/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/triangle-python 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellofunliteral/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/convert 
          convert: [SKIPPED] no DM file out/hellodata/hellodata.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/hellodata/hellodata.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/table 
          table: [SKIPPED] no baseline out/hellodata/baseline/table/hellodata-state.dzntable: [SKIPPED] no baseline out/hellodata/baseline/table/hellodata-event.dzntable: [SKIPPED] no baseline out/hellodata/baseline/table/hellodata-state.htmltable: [SKIPPED] no baseline out/hellodata/baseline/table/hellodata-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m hellodata -o out/hellodata out/hellodata/hellodata.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/hellodata OUT=out/hellodata/c++ MODEL=hellodata -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellodata/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/hellodata/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/hellodata/c++/dzn/$file;\
done
for file in out/hellodata/hellodata.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m hellodata  -o out/hellodata/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/build-c++ 
          make DIR=out/hellodata LANGUAGE=c++ OUT=out/hellodata/c++ IN=out/hellodata/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/hellodata/c++/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++/pump.d -MT 'out/hellodata/c++/pump.d out/hellodata/c++/pump.o' -pthread -Iout/hellodata/c++ -Iout/hellodata/c++/.. -Iout/hellodata/c++ -Iout/hellodata/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellodata/c++/pump.o out/hellodata/c++/pump.cc
mkdir -p out/hellodata/c++/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++/main.d -MT 'out/hellodata/c++/main.d out/hellodata/c++/main.o' -pthread -Iout/hellodata/c++ -Iout/hellodata/c++/.. -Iout/hellodata/c++ -Iout/hellodata/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellodata/c++/main.o out/hellodata/c++/main.cc
mkdir -p out/hellodata/c++/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++/runtime.d -MT 'out/hellodata/c++/runtime.d out/hellodata/c++/runtime.o' -pthread -Iout/hellodata/c++ -Iout/hellodata/c++/.. -Iout/hellodata/c++ -Iout/hellodata/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellodata/c++/runtime.o out/hellodata/c++/runtime.cc
mkdir -p out/hellodata/c++/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++/hellodata.d -MT 'out/hellodata/c++/hellodata.d out/hellodata/c++/hellodata.o' -pthread -Iout/hellodata/c++ -Iout/hellodata/c++/.. -Iout/hellodata/c++ -Iout/hellodata/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellodata/c++/hellodata.o out/hellodata/c++/hellodata.cc
mkdir -p out/hellodata/c++/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++/test -MT 'out/hellodata/c++/test out/hellodata/c++/test' -pthread -Iout/hellodata/c++ -Iout/hellodata/c++/.. -Iout/hellodata/c++ -Iout/hellodata/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/hellodata/c++/test out/hellodata/c++/pump.o out/hellodata/c++/main.o out/hellodata/c++/runtime.o out/hellodata/c++/hellodata.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/execute-c++ 
          timeout 10 diff -uw out/hellodata/hellodata.trace.0 <(set -o pipefail;cat out/hellodata/hellodata.trace.0 |  out/hellodata/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellodata/hellodata.trace.0 |  out/hellodata/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/run 
          diff -uw <(grep -v "" out/hellodata/hellodata.trace.0) <(grep -v "" out/hellodata/hellodata.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=hellodata out/hellodata/hellodata.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=hellodata   out/hellodata/hellodata.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/hellodata OUT=out/hellodata/c++03 MODEL=hellodata -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellodata/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/hellodata/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/hellodata/c++03/dzn/$file;\
done
for file in out/hellodata/hellodata.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m hellodata  -o out/hellodata/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/build-c++03 
          make DIR=out/hellodata LANGUAGE=c++03 OUT=out/hellodata/c++03 IN=out/hellodata/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/hellodata/c++03/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++03/pump.d -MT 'out/hellodata/c++03/pump.d out/hellodata/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellodata/c++03 -Iout/hellodata/c++03/.. -Iout/hellodata/c++03 -Iout/hellodata/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellodata/c++03/pump.o out/hellodata/c++03/pump.cc
mkdir -p out/hellodata/c++03/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++03/main.d -MT 'out/hellodata/c++03/main.d out/hellodata/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellodata/c++03 -Iout/hellodata/c++03/.. -Iout/hellodata/c++03 -Iout/hellodata/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellodata/c++03/main.o out/hellodata/c++03/main.cc
mkdir -p out/hellodata/c++03/
g++ -g -std=c++03 -MMD -MF out/hellodata/c++03/runtime.d -MT 'out/hellodata/c++03/runtime.d out/hellodata/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellodata/c++03 -Iout/hellodata/c++03/.. -Iout/hellodata/c++03 -Iout/hellodata/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellodata/c++03/runtime.o out/hellodata/c++03/runtime.cc
mkdir -p out/hellodata/c++03/
g++ -g -std=c++03 -MMD -MF out/hellodata/c++03/hellodata.d -MT 'out/hellodata/c++03/hellodata.d out/hellodata/c++03/hellodata.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellodata/c++03 -Iout/hellodata/c++03/.. -Iout/hellodata/c++03 -Iout/hellodata/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellodata/c++03/hellodata.o out/hellodata/c++03/hellodata.cc
mkdir -p out/hellodata/c++03/
g++ -g -std=c++03 -MMD -MF out/hellodata/c++03/test -MT 'out/hellodata/c++03/test out/hellodata/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellodata/c++03 -Iout/hellodata/c++03/.. -Iout/hellodata/c++03 -Iout/hellodata/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/hellodata/c++03/test out/hellodata/c++03/pump.o out/hellodata/c++03/main.o out/hellodata/c++03/runtime.o out/hellodata/c++03/hellodata.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/execute-c++03 
          timeout 10 diff -uw out/hellodata/hellodata.trace.0 <(set -o pipefail;cat out/hellodata/hellodata.trace.0 |  out/hellodata/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellodata/hellodata.trace.0 |  out/hellodata/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/hellodata OUT=out/hellodata/c++-msvc11 MODEL=hellodata -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellodata/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/hellodata/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/hellodata/c++-msvc11/dzn/$file;\
done
for file in out/hellodata/hellodata.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m hellodata  -o out/hellodata/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/build-c++-msvc11 
          make DIR=out/hellodata LANGUAGE=c++-msvc11 OUT=out/hellodata/c++-msvc11 IN=out/hellodata/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/hellodata/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++-msvc11/pump.d -MT 'out/hellodata/c++-msvc11/pump.d out/hellodata/c++-msvc11/pump.o' -pthread -Iout/hellodata/c++-msvc11 -Iout/hellodata/c++-msvc11/.. -Iout/hellodata/c++-msvc11 -Iout/hellodata/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellodata/c++-msvc11/pump.o out/hellodata/c++-msvc11/pump.cc
mkdir -p out/hellodata/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++-msvc11/main.d -MT 'out/hellodata/c++-msvc11/main.d out/hellodata/c++-msvc11/main.o' -pthread -Iout/hellodata/c++-msvc11 -Iout/hellodata/c++-msvc11/.. -Iout/hellodata/c++-msvc11 -Iout/hellodata/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellodata/c++-msvc11/main.o out/hellodata/c++-msvc11/main.cc
mkdir -p out/hellodata/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++-msvc11/runtime.d -MT 'out/hellodata/c++-msvc11/runtime.d out/hellodata/c++-msvc11/runtime.o' -pthread -Iout/hellodata/c++-msvc11 -Iout/hellodata/c++-msvc11/.. -Iout/hellodata/c++-msvc11 -Iout/hellodata/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellodata/c++-msvc11/runtime.o out/hellodata/c++-msvc11/runtime.cc
mkdir -p out/hellodata/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++-msvc11/hellodata.d -MT 'out/hellodata/c++-msvc11/hellodata.d out/hellodata/c++-msvc11/hellodata.o' -pthread -Iout/hellodata/c++-msvc11 -Iout/hellodata/c++-msvc11/.. -Iout/hellodata/c++-msvc11 -Iout/hellodata/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellodata/c++-msvc11/hellodata.o out/hellodata/c++-msvc11/hellodata.cc
mkdir -p out/hellodata/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellodata/c++-msvc11/test -MT 'out/hellodata/c++-msvc11/test out/hellodata/c++-msvc11/test' -pthread -Iout/hellodata/c++-msvc11 -Iout/hellodata/c++-msvc11/.. -Iout/hellodata/c++-msvc11 -Iout/hellodata/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/hellodata/c++-msvc11/test out/hellodata/c++-msvc11/pump.o out/hellodata/c++-msvc11/main.o out/hellodata/c++-msvc11/runtime.o out/hellodata/c++-msvc11/hellodata.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/execute-c++-msvc11 
          timeout 10 diff -uw out/hellodata/hellodata.trace.0 <(set -o pipefail;cat out/hellodata/hellodata.trace.0 |  out/hellodata/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellodata/hellodata.trace.0 |  out/hellodata/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/hellodata OUT=out/hellodata/c MODEL=hellodata -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellodata/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/hellodata/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/hellodata/c/dzn/$file;\
done
for file in out/hellodata/hellodata.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m hellodata  -o out/hellodata/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/build-c 
          make DIR=out/hellodata LANGUAGE=c OUT=out/hellodata/c IN=out/hellodata/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/hellodata/c/
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -S -o out/hellodata/c/mem.o.S out/hellodata/c/mem.c
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -o out/hellodata/c/mem.o out/hellodata/c/mem.c
mkdir -p out/hellodata/c/
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -S -o out/hellodata/c/queue.o.S out/hellodata/c/queue.c
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -o out/hellodata/c/queue.o out/hellodata/c/queue.c
mkdir -p out/hellodata/c/
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -S -o out/hellodata/c/locator.o.S out/hellodata/c/locator.c
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -o out/hellodata/c/locator.o out/hellodata/c/locator.c
mkdir -p out/hellodata/c/
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -S -o out/hellodata/c/ihello.o.S out/hellodata/c/ihello.c
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -o out/hellodata/c/ihello.o out/hellodata/c/ihello.c
mkdir -p out/hellodata/c/
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -S -o out/hellodata/c/iworld.o.S out/hellodata/c/iworld.c
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -o out/hellodata/c/iworld.o out/hellodata/c/iworld.c
mkdir -p out/hellodata/c/
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -S -o out/hellodata/c/main.o.S out/hellodata/c/main.c
out/hellodata/c/main.c: In function ‘read_line’:
out/hellodata/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellodata/c/main.c: In function ‘hellodata_fill_event_map’:
out/hellodata/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = hellodata_log_event_w_in_world;
                 ^
out/hellodata/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellodata/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -o out/hellodata/c/main.o out/hellodata/c/main.c
out/hellodata/c/main.c: In function ‘read_line’:
out/hellodata/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellodata/c/main.c: In function ‘hellodata_fill_event_map’:
out/hellodata/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = hellodata_log_event_w_in_world;
                 ^
out/hellodata/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellodata/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/hellodata/c/
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -S -o out/hellodata/c/runtime.o.S out/hellodata/c/runtime.c
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -o out/hellodata/c/runtime.o out/hellodata/c/runtime.c
mkdir -p out/hellodata/c/
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -S -o out/hellodata/c/map.o.S out/hellodata/c/map.c
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -o out/hellodata/c/map.o out/hellodata/c/map.c
mkdir -p out/hellodata/c/
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -S -o out/hellodata/c/hellodata.o.S out/hellodata/c/hellodata.c
gcc --std=c99 -g -O0 -Iout/hellodata/c  -c -o out/hellodata/c/hellodata.o out/hellodata/c/hellodata.c
mkdir -p out/hellodata/c/
gcc --std=c99 -g -O0 -Iout/hellodata/c   -o out/hellodata/c/test out/hellodata/c/mem.o out/hellodata/c/queue.o out/hellodata/c/locator.o out/hellodata/c/ihello.o out/hellodata/c/iworld.o out/hellodata/c/main.o out/hellodata/c/runtime.o out/hellodata/c/map.o out/hellodata/c/hellodata.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/execute-c 
          timeout 10 diff -uw out/hellodata/hellodata.trace.0 <(set -o pipefail;cat out/hellodata/hellodata.trace.0 |  out/hellodata/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellodata/hellodata.trace.0 |  out/hellodata/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/hellodata OUT=out/hellodata/cs MODEL=hellodata -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellodata/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/hellodata/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/hellodata/cs/dzn/$file;\
done
for file in out/hellodata/hellodata.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m hellodata  -o out/hellodata/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/build-cs 
          make DIR=out/hellodata LANGUAGE=cs OUT=out/hellodata/cs IN=out/hellodata/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/hellodata/cs/main.cs out/hellodata/cs/main.cs
mcs -debug -out:out/hellodata/cs/test.exe out/hellodata/cs/main.cs out/hellodata/cs/ihello.cs out/hellodata/cs/iworld.cs out/hellodata/cs/hellodata.cs out/hellodata/cs/dzn/pump.cs out/hellodata/cs/dzn/context.cs out/hellodata/cs/dzn/meta.cs out/hellodata/cs/dzn/runtime.cs out/hellodata/cs/dzn/coroutine.cs out/hellodata/cs/dzn/container.cs out/hellodata/cs/dzn/locator.cs
out/hellodata/cs/hellodata.cs(41,16): warning CS0219: The variable `j' is assigned but its value is never used
out/hellodata/cs/hellodata.cs(42,16): warning CS0219: The variable `k' is assigned but its value is never used
out/hellodata/cs/hellodata.cs(7,10): warning CS0414: The private field `hellodata.out_h' is assigned but its value is never used
Compilation succeeded - 3 warning(s)
echo "$MONO_SCRIPT" > out/hellodata/cs/test
chmod +x out/hellodata/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/execute-cs 
          timeout 10 diff -uw out/hellodata/hellodata.trace.0 <(set -o pipefail;cat out/hellodata/hellodata.trace.0 | sh out/hellodata/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellodata/hellodata.trace.0 | sh out/hellodata/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/hellodata OUT=out/hellodata/javascript MODEL=hellodata -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellodata/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/hellodata/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/hellodata/javascript/dzn/$file;\
done
for file in out/hellodata/hellodata.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m hellodata  -o out/hellodata/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/build-javascript 
          make DIR=out/hellodata LANGUAGE=javascript OUT=out/hellodata/javascript IN=out/hellodata/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/hellodata/javascript/main.js out/hellodata/javascript/test
chmod +x out/hellodata/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/execute-javascript 
          timeout 10 diff -uw out/hellodata/hellodata.trace.0 <(set -o pipefail;cat out/hellodata/hellodata.trace.0 | node out/hellodata/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellodata/hellodata.trace.0 | node out/hellodata/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/hellodata OUT=out/hellodata/java MODEL=hellodata -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/hellodata/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/hellodata/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/hellodata/java/dzn/$file;\
done
for file in out/hellodata/hellodata.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m hellodata  -o out/hellodata/java $file; done
args0 (((line . 441) (column . 73) (filename . gaiag/deprecated/code.scm)):code:->code: no match: 1
):1:6: match-error: 
    #(
      lambda-type model type formals)  #name ;
/gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/gaiag/templates/java/interface.java.scm:5:5: match-error: 
    #
     (lambda-type model type formals)  #name ;#})
Backtrace:
          13 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/code.scm:
     90:4 12 (main _)
In gaiag/deprecated/code.scm:
    91:19 11 (ast:code _)
In srfi/srfi-1.scm:
   592:17 10 (map1 ((interface* (scope.name* ihello) (types*) (ev…) …))
In ice-9/ports.scm:
   462:17  9 (call-with-output-file _ _ #:binary _ #:encoding _)
    473:4  8 (with-output-to-port _ _)
In gaiag/code.scm:
   525:26  7 (pipe # #)
In ice-9/ports.scm:
    549:4  6 (call-with-output-string _)
    473:4  5 (with-output-to-port _ _)
In gaiag/code.scm:
    592:5  4 (code-file _ _)
In gaiag/deprecated/code.scm:
  1147:16  3 (code:animate-file _ _)
In gaiag/deprecated/animate.scm:
    72:18  2 (animate-file _ _ _)
In ice-9/ports.scm:
   444:17  1 (call-with-input-file _ _ #:binary _ #:encoding _ # _)
    469:4  0 (with-input-from-port _ _)
ice-9/ports.scm:469:4: In procedure with-input-from-port:
Throw to key `match-error' with args `(((eval . #f) (tell 327) (start . 227) (exception "function" "" (quote ()) #f)))'.
make: *** [/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make:33: code] Error 1
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/build-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/execute-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/triangle-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/hellodata OUT=out/hellodata/python MODEL=hellodata -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellodata/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/hellodata/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/hellodata/python/dzn/$file;\
done
for file in out/hellodata/hellodata.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m hellodata  -o out/hellodata/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/build-python 
          make DIR=out/hellodata LANGUAGE=python OUT=out/hellodata/python IN=out/hellodata/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/hellodata/python/main.py out/hellodata/python/test
chmod +x out/hellodata/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/execute-python 
          timeout 10 diff -uw out/hellodata/hellodata.trace.0 <(set -o pipefail;cat out/hellodata/hellodata.trace.0 | python out/hellodata/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellodata/hellodata.trace.0 | python out/hellodata/python/test ; echo "E""R""R""O""R"))
.h.hello -> sut.h.hello
Traceback (most recent call last):
  File "out/hellodata/python/test", line 90, in 
    main ()
  File "out/hellodata/python/test", line 86, in main
    event_map[s] ()
  File "out/hellodata/python/dzn/hellodata.py", line 17, in 
    self.h.inport.hello = lambda *args: runtime.call_in (self, lambda: self.h_hello (*args), (self.h, 'hello'))
  File "out/hellodata/python/runtime.py", line 76, in call_in
    c.rt.handle (c, f)
  File "out/hellodata/python/runtime.py", line 49, in handle
    f ()
  File "out/hellodata/python/dzn/hellodata.py", line 17, in 
    self.h.inport.hello = lambda *args: runtime.call_in (self, lambda: self.h_hello (*args), (self.h, 'hello'))
TypeError: h_hello() takes exactly 2 arguments (1 given)
--- out/hellodata/hellodata.trace.0	2020-07-02 11:38:50.076994441 +0000
+++ /dev/fd/63	2020-07-02 11:39:33.340894266 +0000
@@ -1,4 +1,2 @@
 h.hello
-w.world
-w.return
-h.return
\ No newline at end of file
+ERROR
     
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/triangle-python 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellodata/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/convert 
          convert: [SKIPPED] no DM file out/helloif/helloif.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/helloif/helloif.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/table 
          table: [SKIPPED] no baseline out/helloif/baseline/table/helloif-state.dzntable: [SKIPPED] no baseline out/helloif/baseline/table/helloif-event.dzntable: [SKIPPED] no baseline out/helloif/baseline/table/helloif-state.htmltable: [SKIPPED] no baseline out/helloif/baseline/table/helloif-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m helloif -o out/helloif out/helloif/helloif.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/helloif OUT=out/helloif/c++ MODEL=helloif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloif/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/helloif/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/helloif/c++/dzn/$file;\
done
for file in out/helloif/helloif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m helloif  -o out/helloif/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/build-c++ 
          make DIR=out/helloif LANGUAGE=c++ OUT=out/helloif/c++ IN=out/helloif/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/helloif/c++/
g++ -g -std=c++11 -MMD -MF out/helloif/c++/pump.d -MT 'out/helloif/c++/pump.d out/helloif/c++/pump.o' -pthread -Iout/helloif/c++ -Iout/helloif/c++/.. -Iout/helloif/c++ -Iout/helloif/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloif/c++/pump.o out/helloif/c++/pump.cc
mkdir -p out/helloif/c++/
g++ -g -std=c++11 -MMD -MF out/helloif/c++/main.d -MT 'out/helloif/c++/main.d out/helloif/c++/main.o' -pthread -Iout/helloif/c++ -Iout/helloif/c++/.. -Iout/helloif/c++ -Iout/helloif/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloif/c++/main.o out/helloif/c++/main.cc
mkdir -p out/helloif/c++/
g++ -g -std=c++11 -MMD -MF out/helloif/c++/helloif.d -MT 'out/helloif/c++/helloif.d out/helloif/c++/helloif.o' -pthread -Iout/helloif/c++ -Iout/helloif/c++/.. -Iout/helloif/c++ -Iout/helloif/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloif/c++/helloif.o out/helloif/c++/helloif.cc
mkdir -p out/helloif/c++/
g++ -g -std=c++11 -MMD -MF out/helloif/c++/runtime.d -MT 'out/helloif/c++/runtime.d out/helloif/c++/runtime.o' -pthread -Iout/helloif/c++ -Iout/helloif/c++/.. -Iout/helloif/c++ -Iout/helloif/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloif/c++/runtime.o out/helloif/c++/runtime.cc
mkdir -p out/helloif/c++/
g++ -g -std=c++11 -MMD -MF out/helloif/c++/test -MT 'out/helloif/c++/test out/helloif/c++/test' -pthread -Iout/helloif/c++ -Iout/helloif/c++/.. -Iout/helloif/c++ -Iout/helloif/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/helloif/c++/test out/helloif/c++/pump.o out/helloif/c++/main.o out/helloif/c++/helloif.o out/helloif/c++/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/execute-c++ 
          timeout 10 diff -uw out/helloif/helloif.trace.0 <(set -o pipefail;cat out/helloif/helloif.trace.0 |  out/helloif/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloif/helloif.trace.0 |  out/helloif/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/run 
          diff -uw <(grep -v "" out/helloif/helloif.trace.0) <(grep -v "" out/helloif/helloif.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=helloif out/helloif/helloif.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=helloif   out/helloif/helloif.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/helloif OUT=out/helloif/c++03 MODEL=helloif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloif/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/helloif/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/helloif/c++03/dzn/$file;\
done
for file in out/helloif/helloif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m helloif  -o out/helloif/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/build-c++03 
          make DIR=out/helloif LANGUAGE=c++03 OUT=out/helloif/c++03 IN=out/helloif/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/helloif/c++03/
g++ -g -std=c++11 -MMD -MF out/helloif/c++03/pump.d -MT 'out/helloif/c++03/pump.d out/helloif/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloif/c++03 -Iout/helloif/c++03/.. -Iout/helloif/c++03 -Iout/helloif/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloif/c++03/pump.o out/helloif/c++03/pump.cc
mkdir -p out/helloif/c++03/
g++ -g -std=c++11 -MMD -MF out/helloif/c++03/main.d -MT 'out/helloif/c++03/main.d out/helloif/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloif/c++03 -Iout/helloif/c++03/.. -Iout/helloif/c++03 -Iout/helloif/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloif/c++03/main.o out/helloif/c++03/main.cc
mkdir -p out/helloif/c++03/
g++ -g -std=c++03 -MMD -MF out/helloif/c++03/helloif.d -MT 'out/helloif/c++03/helloif.d out/helloif/c++03/helloif.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloif/c++03 -Iout/helloif/c++03/.. -Iout/helloif/c++03 -Iout/helloif/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloif/c++03/helloif.o out/helloif/c++03/helloif.cc
mkdir -p out/helloif/c++03/
g++ -g -std=c++03 -MMD -MF out/helloif/c++03/runtime.d -MT 'out/helloif/c++03/runtime.d out/helloif/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloif/c++03 -Iout/helloif/c++03/.. -Iout/helloif/c++03 -Iout/helloif/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloif/c++03/runtime.o out/helloif/c++03/runtime.cc
mkdir -p out/helloif/c++03/
g++ -g -std=c++03 -MMD -MF out/helloif/c++03/test -MT 'out/helloif/c++03/test out/helloif/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloif/c++03 -Iout/helloif/c++03/.. -Iout/helloif/c++03 -Iout/helloif/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/helloif/c++03/test out/helloif/c++03/pump.o out/helloif/c++03/main.o out/helloif/c++03/helloif.o out/helloif/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/execute-c++03 
          timeout 10 diff -uw out/helloif/helloif.trace.0 <(set -o pipefail;cat out/helloif/helloif.trace.0 |  out/helloif/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloif/helloif.trace.0 |  out/helloif/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/helloif OUT=out/helloif/c++-msvc11 MODEL=helloif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloif/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/helloif/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/helloif/c++-msvc11/dzn/$file;\
done
for file in out/helloif/helloif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m helloif  -o out/helloif/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/build-c++-msvc11 
          make DIR=out/helloif LANGUAGE=c++-msvc11 OUT=out/helloif/c++-msvc11 IN=out/helloif/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/helloif/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloif/c++-msvc11/pump.d -MT 'out/helloif/c++-msvc11/pump.d out/helloif/c++-msvc11/pump.o' -pthread -Iout/helloif/c++-msvc11 -Iout/helloif/c++-msvc11/.. -Iout/helloif/c++-msvc11 -Iout/helloif/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloif/c++-msvc11/pump.o out/helloif/c++-msvc11/pump.cc
mkdir -p out/helloif/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloif/c++-msvc11/main.d -MT 'out/helloif/c++-msvc11/main.d out/helloif/c++-msvc11/main.o' -pthread -Iout/helloif/c++-msvc11 -Iout/helloif/c++-msvc11/.. -Iout/helloif/c++-msvc11 -Iout/helloif/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloif/c++-msvc11/main.o out/helloif/c++-msvc11/main.cc
mkdir -p out/helloif/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloif/c++-msvc11/helloif.d -MT 'out/helloif/c++-msvc11/helloif.d out/helloif/c++-msvc11/helloif.o' -pthread -Iout/helloif/c++-msvc11 -Iout/helloif/c++-msvc11/.. -Iout/helloif/c++-msvc11 -Iout/helloif/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloif/c++-msvc11/helloif.o out/helloif/c++-msvc11/helloif.cc
mkdir -p out/helloif/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloif/c++-msvc11/runtime.d -MT 'out/helloif/c++-msvc11/runtime.d out/helloif/c++-msvc11/runtime.o' -pthread -Iout/helloif/c++-msvc11 -Iout/helloif/c++-msvc11/.. -Iout/helloif/c++-msvc11 -Iout/helloif/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloif/c++-msvc11/runtime.o out/helloif/c++-msvc11/runtime.cc
mkdir -p out/helloif/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloif/c++-msvc11/test -MT 'out/helloif/c++-msvc11/test out/helloif/c++-msvc11/test' -pthread -Iout/helloif/c++-msvc11 -Iout/helloif/c++-msvc11/.. -Iout/helloif/c++-msvc11 -Iout/helloif/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/helloif/c++-msvc11/test out/helloif/c++-msvc11/pump.o out/helloif/c++-msvc11/main.o out/helloif/c++-msvc11/helloif.o out/helloif/c++-msvc11/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/execute-c++-msvc11 
          timeout 10 diff -uw out/helloif/helloif.trace.0 <(set -o pipefail;cat out/helloif/helloif.trace.0 |  out/helloif/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloif/helloif.trace.0 |  out/helloif/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/helloif OUT=out/helloif/c MODEL=helloif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloif/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/helloif/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/helloif/c/dzn/$file;\
done
for file in out/helloif/helloif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m helloif  -o out/helloif/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/build-c 
          make DIR=out/helloif LANGUAGE=c OUT=out/helloif/c IN=out/helloif/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/helloif/c/
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -S -o out/helloif/c/mem.o.S out/helloif/c/mem.c
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -o out/helloif/c/mem.o out/helloif/c/mem.c
mkdir -p out/helloif/c/
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -S -o out/helloif/c/queue.o.S out/helloif/c/queue.c
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -o out/helloif/c/queue.o out/helloif/c/queue.c
mkdir -p out/helloif/c/
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -S -o out/helloif/c/locator.o.S out/helloif/c/locator.c
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -o out/helloif/c/locator.o out/helloif/c/locator.c
mkdir -p out/helloif/c/
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -S -o out/helloif/c/ihello.o.S out/helloif/c/ihello.c
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -o out/helloif/c/ihello.o out/helloif/c/ihello.c
mkdir -p out/helloif/c/
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -S -o out/helloif/c/iworld.o.S out/helloif/c/iworld.c
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -o out/helloif/c/iworld.o out/helloif/c/iworld.c
mkdir -p out/helloif/c/
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -S -o out/helloif/c/runtime.o.S out/helloif/c/runtime.c
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -o out/helloif/c/runtime.o out/helloif/c/runtime.c
mkdir -p out/helloif/c/
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -S -o out/helloif/c/main.o.S out/helloif/c/main.c
out/helloif/c/main.c: In function ‘read_line’:
out/helloif/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloif/c/main.c: In function ‘helloif_fill_event_map’:
out/helloif/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloif/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -o out/helloif/c/main.o out/helloif/c/main.c
out/helloif/c/main.c: In function ‘read_line’:
out/helloif/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloif/c/main.c: In function ‘helloif_fill_event_map’:
out/helloif/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloif/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/helloif/c/
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -S -o out/helloif/c/helloif.o.S out/helloif/c/helloif.c
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -o out/helloif/c/helloif.o out/helloif/c/helloif.c
mkdir -p out/helloif/c/
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -S -o out/helloif/c/map.o.S out/helloif/c/map.c
gcc --std=c99 -g -O0 -Iout/helloif/c  -c -o out/helloif/c/map.o out/helloif/c/map.c
mkdir -p out/helloif/c/
gcc --std=c99 -g -O0 -Iout/helloif/c   -o out/helloif/c/test out/helloif/c/mem.o out/helloif/c/queue.o out/helloif/c/locator.o out/helloif/c/ihello.o out/helloif/c/iworld.o out/helloif/c/runtime.o out/helloif/c/main.o out/helloif/c/helloif.o out/helloif/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/execute-c 
          timeout 10 diff -uw out/helloif/helloif.trace.0 <(set -o pipefail;cat out/helloif/helloif.trace.0 |  out/helloif/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloif/helloif.trace.0 |  out/helloif/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/helloif OUT=out/helloif/cs MODEL=helloif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloif/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/helloif/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/helloif/cs/dzn/$file;\
done
for file in out/helloif/helloif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m helloif  -o out/helloif/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/build-cs 
          make DIR=out/helloif LANGUAGE=cs OUT=out/helloif/cs IN=out/helloif/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/helloif/cs/main.cs out/helloif/cs/main.cs
mcs -debug -out:out/helloif/cs/test.exe out/helloif/cs/main.cs out/helloif/cs/ihello.cs out/helloif/cs/iworld.cs out/helloif/cs/helloif.cs out/helloif/cs/dzn/pump.cs out/helloif/cs/dzn/context.cs out/helloif/cs/dzn/meta.cs out/helloif/cs/dzn/runtime.cs out/helloif/cs/dzn/coroutine.cs out/helloif/cs/dzn/container.cs out/helloif/cs/dzn/locator.cs
out/helloif/cs/helloif.cs(7,10): warning CS0414: The private field `helloif.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/helloif/cs/test
chmod +x out/helloif/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/execute-cs 
          timeout 10 diff -uw out/helloif/helloif.trace.0 <(set -o pipefail;cat out/helloif/helloif.trace.0 | sh out/helloif/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloif/helloif.trace.0 | sh out/helloif/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/helloif OUT=out/helloif/javascript MODEL=helloif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloif/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/helloif/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/helloif/javascript/dzn/$file;\
done
for file in out/helloif/helloif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m helloif  -o out/helloif/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/build-javascript 
          make DIR=out/helloif LANGUAGE=javascript OUT=out/helloif/javascript IN=out/helloif/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/helloif/javascript/main.js out/helloif/javascript/test
chmod +x out/helloif/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/execute-javascript 
          timeout 10 diff -uw out/helloif/helloif.trace.0 <(set -o pipefail;cat out/helloif/helloif.trace.0 | node out/helloif/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloif/helloif.trace.0 | node out/helloif/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/helloif OUT=out/helloif/java MODEL=helloif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/helloif/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/helloif/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/helloif/java/dzn/$file;\
done
for file in out/helloif/helloif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m helloif  -o out/helloif/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/build-java 
          make DIR=out/helloif LANGUAGE=java OUT=out/helloif/java IN=out/helloif/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/helloif/java/dzn/*.java out/helloif/java
javac -Xdiags:verbose -d out/helloif/java out/helloif/java/*.java
echo "$JAVA_SCRIPT" > out/helloif/java/test
chmod +x out/helloif/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/execute-java 
          timeout 10 diff -uw out/helloif/helloif.trace.0 <(set -o pipefail;cat out/helloif/helloif.trace.0 |  out/helloif/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloif/helloif.trace.0 |  out/helloif/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/triangle-java 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/helloif OUT=out/helloif/python MODEL=helloif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloif/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/helloif/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/helloif/python/dzn/$file;\
done
for file in out/helloif/helloif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m helloif  -o out/helloif/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/build-python 
          make DIR=out/helloif LANGUAGE=python OUT=out/helloif/python IN=out/helloif/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/helloif/python/main.py out/helloif/python/test
chmod +x out/helloif/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/execute-python 
          timeout 10 diff -uw out/helloif/helloif.trace.0 <(set -o pipefail;cat out/helloif/helloif.trace.0 | python out/helloif/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloif/helloif.trace.0 | python out/helloif/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/triangle-python 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloif/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/convert 
          convert: [SKIPPED] no DM file out/helloguard/helloguard.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/helloguard/helloguard.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/table 
          table: [SKIPPED] no baseline out/helloguard/baseline/table/helloguard-state.dzntable: [SKIPPED] no baseline out/helloguard/baseline/table/helloguard-event.dzntable: [SKIPPED] no baseline out/helloguard/baseline/table/helloguard-state.htmltable: [SKIPPED] no baseline out/helloguard/baseline/table/helloguard-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m helloguard -o out/helloguard out/helloguard/helloguard.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/helloguard OUT=out/helloguard/c++ MODEL=helloguard -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloguard/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/helloguard/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/helloguard/c++/dzn/$file;\
done
for file in out/helloguard/helloguard.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m helloguard  -o out/helloguard/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/build-c++ 
          make DIR=out/helloguard LANGUAGE=c++ OUT=out/helloguard/c++ IN=out/helloguard/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/helloguard/c++/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++/helloguard.d -MT 'out/helloguard/c++/helloguard.d out/helloguard/c++/helloguard.o' -pthread -Iout/helloguard/c++ -Iout/helloguard/c++/.. -Iout/helloguard/c++ -Iout/helloguard/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloguard/c++/helloguard.o out/helloguard/c++/helloguard.cc
mkdir -p out/helloguard/c++/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++/pump.d -MT 'out/helloguard/c++/pump.d out/helloguard/c++/pump.o' -pthread -Iout/helloguard/c++ -Iout/helloguard/c++/.. -Iout/helloguard/c++ -Iout/helloguard/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloguard/c++/pump.o out/helloguard/c++/pump.cc
mkdir -p out/helloguard/c++/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++/main.d -MT 'out/helloguard/c++/main.d out/helloguard/c++/main.o' -pthread -Iout/helloguard/c++ -Iout/helloguard/c++/.. -Iout/helloguard/c++ -Iout/helloguard/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloguard/c++/main.o out/helloguard/c++/main.cc
mkdir -p out/helloguard/c++/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++/runtime.d -MT 'out/helloguard/c++/runtime.d out/helloguard/c++/runtime.o' -pthread -Iout/helloguard/c++ -Iout/helloguard/c++/.. -Iout/helloguard/c++ -Iout/helloguard/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloguard/c++/runtime.o out/helloguard/c++/runtime.cc
mkdir -p out/helloguard/c++/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++/test -MT 'out/helloguard/c++/test out/helloguard/c++/test' -pthread -Iout/helloguard/c++ -Iout/helloguard/c++/.. -Iout/helloguard/c++ -Iout/helloguard/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/helloguard/c++/test out/helloguard/c++/helloguard.o out/helloguard/c++/pump.o out/helloguard/c++/main.o out/helloguard/c++/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/execute-c++ 
          timeout 10 diff -uw out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 |  out/helloguard/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 |  out/helloguard/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/run 
          diff -uw <(grep -v "" out/helloguard/helloguard.trace.0) <(grep -v "" out/helloguard/helloguard.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=helloguard out/helloguard/helloguard.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=helloguard   out/helloguard/helloguard.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/helloguard OUT=out/helloguard/c++03 MODEL=helloguard -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloguard/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/helloguard/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/helloguard/c++03/dzn/$file;\
done
for file in out/helloguard/helloguard.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m helloguard  -o out/helloguard/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/build-c++03 
          make DIR=out/helloguard LANGUAGE=c++03 OUT=out/helloguard/c++03 IN=out/helloguard/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/helloguard/c++03/
g++ -g -std=c++03 -MMD -MF out/helloguard/c++03/helloguard.d -MT 'out/helloguard/c++03/helloguard.d out/helloguard/c++03/helloguard.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloguard/c++03 -Iout/helloguard/c++03/.. -Iout/helloguard/c++03 -Iout/helloguard/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloguard/c++03/helloguard.o out/helloguard/c++03/helloguard.cc
mkdir -p out/helloguard/c++03/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++03/pump.d -MT 'out/helloguard/c++03/pump.d out/helloguard/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloguard/c++03 -Iout/helloguard/c++03/.. -Iout/helloguard/c++03 -Iout/helloguard/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloguard/c++03/pump.o out/helloguard/c++03/pump.cc
mkdir -p out/helloguard/c++03/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++03/main.d -MT 'out/helloguard/c++03/main.d out/helloguard/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloguard/c++03 -Iout/helloguard/c++03/.. -Iout/helloguard/c++03 -Iout/helloguard/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloguard/c++03/main.o out/helloguard/c++03/main.cc
mkdir -p out/helloguard/c++03/
g++ -g -std=c++03 -MMD -MF out/helloguard/c++03/runtime.d -MT 'out/helloguard/c++03/runtime.d out/helloguard/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloguard/c++03 -Iout/helloguard/c++03/.. -Iout/helloguard/c++03 -Iout/helloguard/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloguard/c++03/runtime.o out/helloguard/c++03/runtime.cc
mkdir -p out/helloguard/c++03/
g++ -g -std=c++03 -MMD -MF out/helloguard/c++03/test -MT 'out/helloguard/c++03/test out/helloguard/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloguard/c++03 -Iout/helloguard/c++03/.. -Iout/helloguard/c++03 -Iout/helloguard/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/helloguard/c++03/test out/helloguard/c++03/helloguard.o out/helloguard/c++03/pump.o out/helloguard/c++03/main.o out/helloguard/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/execute-c++03 
          timeout 10 diff -uw out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 |  out/helloguard/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 |  out/helloguard/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/helloguard OUT=out/helloguard/c++-msvc11 MODEL=helloguard -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloguard/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/helloguard/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/helloguard/c++-msvc11/dzn/$file;\
done
for file in out/helloguard/helloguard.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m helloguard  -o out/helloguard/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/build-c++-msvc11 
          make DIR=out/helloguard LANGUAGE=c++-msvc11 OUT=out/helloguard/c++-msvc11 IN=out/helloguard/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/helloguard/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++-msvc11/helloguard.d -MT 'out/helloguard/c++-msvc11/helloguard.d out/helloguard/c++-msvc11/helloguard.o' -pthread -Iout/helloguard/c++-msvc11 -Iout/helloguard/c++-msvc11/.. -Iout/helloguard/c++-msvc11 -Iout/helloguard/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloguard/c++-msvc11/helloguard.o out/helloguard/c++-msvc11/helloguard.cc
mkdir -p out/helloguard/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++-msvc11/pump.d -MT 'out/helloguard/c++-msvc11/pump.d out/helloguard/c++-msvc11/pump.o' -pthread -Iout/helloguard/c++-msvc11 -Iout/helloguard/c++-msvc11/.. -Iout/helloguard/c++-msvc11 -Iout/helloguard/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloguard/c++-msvc11/pump.o out/helloguard/c++-msvc11/pump.cc
mkdir -p out/helloguard/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++-msvc11/main.d -MT 'out/helloguard/c++-msvc11/main.d out/helloguard/c++-msvc11/main.o' -pthread -Iout/helloguard/c++-msvc11 -Iout/helloguard/c++-msvc11/.. -Iout/helloguard/c++-msvc11 -Iout/helloguard/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloguard/c++-msvc11/main.o out/helloguard/c++-msvc11/main.cc
mkdir -p out/helloguard/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++-msvc11/runtime.d -MT 'out/helloguard/c++-msvc11/runtime.d out/helloguard/c++-msvc11/runtime.o' -pthread -Iout/helloguard/c++-msvc11 -Iout/helloguard/c++-msvc11/.. -Iout/helloguard/c++-msvc11 -Iout/helloguard/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloguard/c++-msvc11/runtime.o out/helloguard/c++-msvc11/runtime.cc
mkdir -p out/helloguard/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloguard/c++-msvc11/test -MT 'out/helloguard/c++-msvc11/test out/helloguard/c++-msvc11/test' -pthread -Iout/helloguard/c++-msvc11 -Iout/helloguard/c++-msvc11/.. -Iout/helloguard/c++-msvc11 -Iout/helloguard/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/helloguard/c++-msvc11/test out/helloguard/c++-msvc11/helloguard.o out/helloguard/c++-msvc11/pump.o out/helloguard/c++-msvc11/main.o out/helloguard/c++-msvc11/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/execute-c++-msvc11 
          timeout 10 diff -uw out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 |  out/helloguard/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 |  out/helloguard/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/helloguard OUT=out/helloguard/c MODEL=helloguard -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloguard/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/helloguard/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/helloguard/c/dzn/$file;\
done
for file in out/helloguard/helloguard.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m helloguard  -o out/helloguard/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/build-c 
          make DIR=out/helloguard LANGUAGE=c OUT=out/helloguard/c IN=out/helloguard/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/helloguard/c/
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -S -o out/helloguard/c/mem.o.S out/helloguard/c/mem.c
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -o out/helloguard/c/mem.o out/helloguard/c/mem.c
mkdir -p out/helloguard/c/
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -S -o out/helloguard/c/queue.o.S out/helloguard/c/queue.c
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -o out/helloguard/c/queue.o out/helloguard/c/queue.c
mkdir -p out/helloguard/c/
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -S -o out/helloguard/c/locator.o.S out/helloguard/c/locator.c
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -o out/helloguard/c/locator.o out/helloguard/c/locator.c
mkdir -p out/helloguard/c/
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -S -o out/helloguard/c/ihello.o.S out/helloguard/c/ihello.c
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -o out/helloguard/c/ihello.o out/helloguard/c/ihello.c
mkdir -p out/helloguard/c/
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -S -o out/helloguard/c/iworld.o.S out/helloguard/c/iworld.c
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -o out/helloguard/c/iworld.o out/helloguard/c/iworld.c
mkdir -p out/helloguard/c/
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -S -o out/helloguard/c/helloguard.o.S out/helloguard/c/helloguard.c
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -o out/helloguard/c/helloguard.o out/helloguard/c/helloguard.c
mkdir -p out/helloguard/c/
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -S -o out/helloguard/c/main.o.S out/helloguard/c/main.c
out/helloguard/c/main.c: In function ‘read_line’:
out/helloguard/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloguard/c/main.c: In function ‘helloguard_fill_event_map’:
out/helloguard/c/main.c:125:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloguard/c/main.c:144:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -o out/helloguard/c/main.o out/helloguard/c/main.c
out/helloguard/c/main.c: In function ‘read_line’:
out/helloguard/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloguard/c/main.c: In function ‘helloguard_fill_event_map’:
out/helloguard/c/main.c:125:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloguard/c/main.c:144:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/helloguard/c/
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -S -o out/helloguard/c/runtime.o.S out/helloguard/c/runtime.c
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -o out/helloguard/c/runtime.o out/helloguard/c/runtime.c
mkdir -p out/helloguard/c/
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -S -o out/helloguard/c/map.o.S out/helloguard/c/map.c
gcc --std=c99 -g -O0 -Iout/helloguard/c  -c -o out/helloguard/c/map.o out/helloguard/c/map.c
mkdir -p out/helloguard/c/
gcc --std=c99 -g -O0 -Iout/helloguard/c   -o out/helloguard/c/test out/helloguard/c/mem.o out/helloguard/c/queue.o out/helloguard/c/locator.o out/helloguard/c/ihello.o out/helloguard/c/iworld.o out/helloguard/c/helloguard.o out/helloguard/c/main.o out/helloguard/c/runtime.o out/helloguard/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/execute-c 
          timeout 10 diff -uw out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 |  out/helloguard/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 |  out/helloguard/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/helloguard OUT=out/helloguard/cs MODEL=helloguard -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloguard/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/helloguard/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/helloguard/cs/dzn/$file;\
done
for file in out/helloguard/helloguard.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m helloguard  -o out/helloguard/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/build-cs 
          make DIR=out/helloguard LANGUAGE=cs OUT=out/helloguard/cs IN=out/helloguard/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/helloguard/cs/main.cs out/helloguard/cs/main.cs
mcs -debug -out:out/helloguard/cs/test.exe out/helloguard/cs/main.cs out/helloguard/cs/ihello.cs out/helloguard/cs/iworld.cs out/helloguard/cs/helloguard.cs out/helloguard/cs/dzn/pump.cs out/helloguard/cs/dzn/context.cs out/helloguard/cs/dzn/meta.cs out/helloguard/cs/dzn/runtime.cs out/helloguard/cs/dzn/coroutine.cs out/helloguard/cs/dzn/container.cs out/helloguard/cs/dzn/locator.cs
out/helloguard/cs/helloguard.cs(8,10): warning CS0414: The private field `helloguard.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/helloguard/cs/test
chmod +x out/helloguard/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/execute-cs 
          timeout 10 diff -uw out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 | sh out/helloguard/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 | sh out/helloguard/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/helloguard OUT=out/helloguard/javascript MODEL=helloguard -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloguard/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/helloguard/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/helloguard/javascript/dzn/$file;\
done
for file in out/helloguard/helloguard.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m helloguard  -o out/helloguard/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/build-javascript 
          make DIR=out/helloguard LANGUAGE=javascript OUT=out/helloguard/javascript IN=out/helloguard/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/helloguard/javascript/main.js out/helloguard/javascript/test
chmod +x out/helloguard/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/execute-javascript 
          timeout 10 diff -uw out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 | node out/helloguard/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 | node out/helloguard/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/helloguard OUT=out/helloguard/java MODEL=helloguard -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/helloguard/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/helloguard/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/helloguard/java/dzn/$file;\
done
for file in out/helloguard/helloguard.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m helloguard  -o out/helloguard/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/build-java 
          make DIR=out/helloguard LANGUAGE=java OUT=out/helloguard/java IN=out/helloguard/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/helloguard/java/dzn/*.java out/helloguard/java
javac -Xdiags:verbose -d out/helloguard/java out/helloguard/java/*.java
echo "$JAVA_SCRIPT" > out/helloguard/java/test
chmod +x out/helloguard/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/execute-java 
          timeout 10 diff -uw out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 |  out/helloguard/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 |  out/helloguard/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/triangle-java 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/helloguard OUT=out/helloguard/python MODEL=helloguard -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloguard/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/helloguard/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/helloguard/python/dzn/$file;\
done
for file in out/helloguard/helloguard.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m helloguard  -o out/helloguard/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/build-python 
          make DIR=out/helloguard LANGUAGE=python OUT=out/helloguard/python IN=out/helloguard/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/helloguard/python/main.py out/helloguard/python/test
chmod +x out/helloguard/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/execute-python 
          timeout 10 diff -uw out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 | python out/helloguard/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 | python out/helloguard/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/triangle-python 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloguard/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/convert 
          convert: [SKIPPED] no DM file out/helloifelse/helloifelse.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/helloifelse/helloifelse.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/table 
          table: [SKIPPED] no baseline out/helloifelse/baseline/table/helloifelse-state.dzntable: [SKIPPED] no baseline out/helloifelse/baseline/table/helloifelse-event.dzntable: [SKIPPED] no baseline out/helloifelse/baseline/table/helloifelse-state.htmltable: [SKIPPED] no baseline out/helloifelse/baseline/table/helloifelse-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m helloifelse -o out/helloifelse out/helloifelse/helloifelse.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/helloifelse OUT=out/helloifelse/c++ MODEL=helloifelse -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifelse/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/helloifelse/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/helloifelse/c++/dzn/$file;\
done
for file in out/helloifelse/helloifelse.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m helloifelse  -o out/helloifelse/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/build-c++ 
          make DIR=out/helloifelse LANGUAGE=c++ OUT=out/helloifelse/c++ IN=out/helloifelse/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/helloifelse/c++/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++/pump.d -MT 'out/helloifelse/c++/pump.d out/helloifelse/c++/pump.o' -pthread -Iout/helloifelse/c++ -Iout/helloifelse/c++/.. -Iout/helloifelse/c++ -Iout/helloifelse/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifelse/c++/pump.o out/helloifelse/c++/pump.cc
mkdir -p out/helloifelse/c++/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++/helloifelse.d -MT 'out/helloifelse/c++/helloifelse.d out/helloifelse/c++/helloifelse.o' -pthread -Iout/helloifelse/c++ -Iout/helloifelse/c++/.. -Iout/helloifelse/c++ -Iout/helloifelse/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifelse/c++/helloifelse.o out/helloifelse/c++/helloifelse.cc
mkdir -p out/helloifelse/c++/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++/main.d -MT 'out/helloifelse/c++/main.d out/helloifelse/c++/main.o' -pthread -Iout/helloifelse/c++ -Iout/helloifelse/c++/.. -Iout/helloifelse/c++ -Iout/helloifelse/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifelse/c++/main.o out/helloifelse/c++/main.cc
mkdir -p out/helloifelse/c++/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++/runtime.d -MT 'out/helloifelse/c++/runtime.d out/helloifelse/c++/runtime.o' -pthread -Iout/helloifelse/c++ -Iout/helloifelse/c++/.. -Iout/helloifelse/c++ -Iout/helloifelse/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifelse/c++/runtime.o out/helloifelse/c++/runtime.cc
mkdir -p out/helloifelse/c++/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++/test -MT 'out/helloifelse/c++/test out/helloifelse/c++/test' -pthread -Iout/helloifelse/c++ -Iout/helloifelse/c++/.. -Iout/helloifelse/c++ -Iout/helloifelse/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/helloifelse/c++/test out/helloifelse/c++/pump.o out/helloifelse/c++/helloifelse.o out/helloifelse/c++/main.o out/helloifelse/c++/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/execute-c++ 
          timeout 10 diff -uw out/helloifelse/helloifelse.trace.0 <(set -o pipefail;cat out/helloifelse/helloifelse.trace.0 |  out/helloifelse/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifelse/helloifelse.trace.0 |  out/helloifelse/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/run 
          diff -uw <(grep -v "" out/helloifelse/helloifelse.trace.0) <(grep -v "" out/helloifelse/helloifelse.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=helloifelse out/helloifelse/helloifelse.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=helloifelse   out/helloifelse/helloifelse.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/helloifelse OUT=out/helloifelse/c++03 MODEL=helloifelse -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifelse/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/helloifelse/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/helloifelse/c++03/dzn/$file;\
done
for file in out/helloifelse/helloifelse.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m helloifelse  -o out/helloifelse/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/build-c++03 
          make DIR=out/helloifelse LANGUAGE=c++03 OUT=out/helloifelse/c++03 IN=out/helloifelse/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/helloifelse/c++03/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++03/pump.d -MT 'out/helloifelse/c++03/pump.d out/helloifelse/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloifelse/c++03 -Iout/helloifelse/c++03/.. -Iout/helloifelse/c++03 -Iout/helloifelse/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifelse/c++03/pump.o out/helloifelse/c++03/pump.cc
mkdir -p out/helloifelse/c++03/
g++ -g -std=c++03 -MMD -MF out/helloifelse/c++03/helloifelse.d -MT 'out/helloifelse/c++03/helloifelse.d out/helloifelse/c++03/helloifelse.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloifelse/c++03 -Iout/helloifelse/c++03/.. -Iout/helloifelse/c++03 -Iout/helloifelse/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifelse/c++03/helloifelse.o out/helloifelse/c++03/helloifelse.cc
mkdir -p out/helloifelse/c++03/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++03/main.d -MT 'out/helloifelse/c++03/main.d out/helloifelse/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloifelse/c++03 -Iout/helloifelse/c++03/.. -Iout/helloifelse/c++03 -Iout/helloifelse/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifelse/c++03/main.o out/helloifelse/c++03/main.cc
mkdir -p out/helloifelse/c++03/
g++ -g -std=c++03 -MMD -MF out/helloifelse/c++03/runtime.d -MT 'out/helloifelse/c++03/runtime.d out/helloifelse/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloifelse/c++03 -Iout/helloifelse/c++03/.. -Iout/helloifelse/c++03 -Iout/helloifelse/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifelse/c++03/runtime.o out/helloifelse/c++03/runtime.cc
mkdir -p out/helloifelse/c++03/
g++ -g -std=c++03 -MMD -MF out/helloifelse/c++03/test -MT 'out/helloifelse/c++03/test out/helloifelse/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloifelse/c++03 -Iout/helloifelse/c++03/.. -Iout/helloifelse/c++03 -Iout/helloifelse/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/helloifelse/c++03/test out/helloifelse/c++03/pump.o out/helloifelse/c++03/helloifelse.o out/helloifelse/c++03/main.o out/helloifelse/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/execute-c++03 
          timeout 10 diff -uw out/helloifelse/helloifelse.trace.0 <(set -o pipefail;cat out/helloifelse/helloifelse.trace.0 |  out/helloifelse/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifelse/helloifelse.trace.0 |  out/helloifelse/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/helloifelse OUT=out/helloifelse/c++-msvc11 MODEL=helloifelse -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifelse/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/helloifelse/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/helloifelse/c++-msvc11/dzn/$file;\
done
for file in out/helloifelse/helloifelse.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m helloifelse  -o out/helloifelse/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/build-c++-msvc11 
          make DIR=out/helloifelse LANGUAGE=c++-msvc11 OUT=out/helloifelse/c++-msvc11 IN=out/helloifelse/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/helloifelse/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++-msvc11/pump.d -MT 'out/helloifelse/c++-msvc11/pump.d out/helloifelse/c++-msvc11/pump.o' -pthread -Iout/helloifelse/c++-msvc11 -Iout/helloifelse/c++-msvc11/.. -Iout/helloifelse/c++-msvc11 -Iout/helloifelse/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloifelse/c++-msvc11/pump.o out/helloifelse/c++-msvc11/pump.cc
mkdir -p out/helloifelse/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++-msvc11/helloifelse.d -MT 'out/helloifelse/c++-msvc11/helloifelse.d out/helloifelse/c++-msvc11/helloifelse.o' -pthread -Iout/helloifelse/c++-msvc11 -Iout/helloifelse/c++-msvc11/.. -Iout/helloifelse/c++-msvc11 -Iout/helloifelse/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloifelse/c++-msvc11/helloifelse.o out/helloifelse/c++-msvc11/helloifelse.cc
mkdir -p out/helloifelse/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++-msvc11/main.d -MT 'out/helloifelse/c++-msvc11/main.d out/helloifelse/c++-msvc11/main.o' -pthread -Iout/helloifelse/c++-msvc11 -Iout/helloifelse/c++-msvc11/.. -Iout/helloifelse/c++-msvc11 -Iout/helloifelse/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloifelse/c++-msvc11/main.o out/helloifelse/c++-msvc11/main.cc
mkdir -p out/helloifelse/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++-msvc11/runtime.d -MT 'out/helloifelse/c++-msvc11/runtime.d out/helloifelse/c++-msvc11/runtime.o' -pthread -Iout/helloifelse/c++-msvc11 -Iout/helloifelse/c++-msvc11/.. -Iout/helloifelse/c++-msvc11 -Iout/helloifelse/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloifelse/c++-msvc11/runtime.o out/helloifelse/c++-msvc11/runtime.cc
mkdir -p out/helloifelse/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloifelse/c++-msvc11/test -MT 'out/helloifelse/c++-msvc11/test out/helloifelse/c++-msvc11/test' -pthread -Iout/helloifelse/c++-msvc11 -Iout/helloifelse/c++-msvc11/.. -Iout/helloifelse/c++-msvc11 -Iout/helloifelse/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/helloifelse/c++-msvc11/test out/helloifelse/c++-msvc11/pump.o out/helloifelse/c++-msvc11/helloifelse.o out/helloifelse/c++-msvc11/main.o out/helloifelse/c++-msvc11/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/execute-c++-msvc11 
          timeout 10 diff -uw out/helloifelse/helloifelse.trace.0 <(set -o pipefail;cat out/helloifelse/helloifelse.trace.0 |  out/helloifelse/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifelse/helloifelse.trace.0 |  out/helloifelse/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/helloifelse OUT=out/helloifelse/c MODEL=helloifelse -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifelse/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/helloifelse/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/helloifelse/c/dzn/$file;\
done
for file in out/helloifelse/helloifelse.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m helloifelse  -o out/helloifelse/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/build-c 
          make DIR=out/helloifelse LANGUAGE=c OUT=out/helloifelse/c IN=out/helloifelse/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/helloifelse/c/
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -S -o out/helloifelse/c/mem.o.S out/helloifelse/c/mem.c
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -o out/helloifelse/c/mem.o out/helloifelse/c/mem.c
mkdir -p out/helloifelse/c/
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -S -o out/helloifelse/c/queue.o.S out/helloifelse/c/queue.c
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -o out/helloifelse/c/queue.o out/helloifelse/c/queue.c
mkdir -p out/helloifelse/c/
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -S -o out/helloifelse/c/locator.o.S out/helloifelse/c/locator.c
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -o out/helloifelse/c/locator.o out/helloifelse/c/locator.c
mkdir -p out/helloifelse/c/
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -S -o out/helloifelse/c/ihello.o.S out/helloifelse/c/ihello.c
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -o out/helloifelse/c/ihello.o out/helloifelse/c/ihello.c
mkdir -p out/helloifelse/c/
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -S -o out/helloifelse/c/iworld.o.S out/helloifelse/c/iworld.c
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -o out/helloifelse/c/iworld.o out/helloifelse/c/iworld.c
mkdir -p out/helloifelse/c/
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -S -o out/helloifelse/c/runtime.o.S out/helloifelse/c/runtime.c
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -o out/helloifelse/c/runtime.o out/helloifelse/c/runtime.c
mkdir -p out/helloifelse/c/
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -S -o out/helloifelse/c/main.o.S out/helloifelse/c/main.c
out/helloifelse/c/main.c: In function ‘read_line’:
out/helloifelse/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloifelse/c/main.c: In function ‘helloifelse_fill_event_map’:
out/helloifelse/c/main.c:125:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloifelse/c/main.c:144:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -o out/helloifelse/c/main.o out/helloifelse/c/main.c
out/helloifelse/c/main.c: In function ‘read_line’:
out/helloifelse/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloifelse/c/main.c: In function ‘helloifelse_fill_event_map’:
out/helloifelse/c/main.c:125:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloifelse/c/main.c:144:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/helloifelse/c/
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -S -o out/helloifelse/c/helloifelse.o.S out/helloifelse/c/helloifelse.c
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -o out/helloifelse/c/helloifelse.o out/helloifelse/c/helloifelse.c
mkdir -p out/helloifelse/c/
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -S -o out/helloifelse/c/map.o.S out/helloifelse/c/map.c
gcc --std=c99 -g -O0 -Iout/helloifelse/c  -c -o out/helloifelse/c/map.o out/helloifelse/c/map.c
mkdir -p out/helloifelse/c/
gcc --std=c99 -g -O0 -Iout/helloifelse/c   -o out/helloifelse/c/test out/helloifelse/c/mem.o out/helloifelse/c/queue.o out/helloifelse/c/locator.o out/helloifelse/c/ihello.o out/helloifelse/c/iworld.o out/helloifelse/c/runtime.o out/helloifelse/c/main.o out/helloifelse/c/helloifelse.o out/helloifelse/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/execute-c 
          timeout 10 diff -uw out/helloifelse/helloifelse.trace.0 <(set -o pipefail;cat out/helloifelse/helloifelse.trace.0 |  out/helloifelse/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifelse/helloifelse.trace.0 |  out/helloifelse/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/helloifelse OUT=out/helloifelse/cs MODEL=helloifelse -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifelse/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/helloifelse/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/helloifelse/cs/dzn/$file;\
done
for file in out/helloifelse/helloifelse.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m helloifelse  -o out/helloifelse/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/build-cs 
          make DIR=out/helloifelse LANGUAGE=cs OUT=out/helloifelse/cs IN=out/helloifelse/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/helloifelse/cs/main.cs out/helloifelse/cs/main.cs
mcs -debug -out:out/helloifelse/cs/test.exe out/helloifelse/cs/main.cs out/helloifelse/cs/ihello.cs out/helloifelse/cs/iworld.cs out/helloifelse/cs/helloifelse.cs out/helloifelse/cs/dzn/pump.cs out/helloifelse/cs/dzn/context.cs out/helloifelse/cs/dzn/meta.cs out/helloifelse/cs/dzn/runtime.cs out/helloifelse/cs/dzn/coroutine.cs out/helloifelse/cs/dzn/container.cs out/helloifelse/cs/dzn/locator.cs
out/helloifelse/cs/helloifelse.cs(43,7): warning CS0162: Unreachable code detected
out/helloifelse/cs/helloifelse.cs(7,10): warning CS0414: The private field `helloifelse.out_h' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
echo "$MONO_SCRIPT" > out/helloifelse/cs/test
chmod +x out/helloifelse/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/execute-cs 
          timeout 10 diff -uw out/helloifelse/helloifelse.trace.0 <(set -o pipefail;cat out/helloifelse/helloifelse.trace.0 | sh out/helloifelse/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifelse/helloifelse.trace.0 | sh out/helloifelse/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/helloifelse OUT=out/helloifelse/javascript MODEL=helloifelse -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifelse/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/helloifelse/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/helloifelse/javascript/dzn/$file;\
done
for file in out/helloifelse/helloifelse.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m helloifelse  -o out/helloifelse/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/build-javascript 
          make DIR=out/helloifelse LANGUAGE=javascript OUT=out/helloifelse/javascript IN=out/helloifelse/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/helloifelse/javascript/main.js out/helloifelse/javascript/test
chmod +x out/helloifelse/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/execute-javascript 
          timeout 10 diff -uw out/helloifelse/helloifelse.trace.0 <(set -o pipefail;cat out/helloifelse/helloifelse.trace.0 | node out/helloifelse/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifelse/helloifelse.trace.0 | node out/helloifelse/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/helloifelse OUT=out/helloifelse/java MODEL=helloifelse -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/helloifelse/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/helloifelse/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/helloifelse/java/dzn/$file;\
done
for file in out/helloifelse/helloifelse.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m helloifelse  -o out/helloifelse/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/build-java 
          make DIR=out/helloifelse LANGUAGE=java OUT=out/helloifelse/java IN=out/helloifelse/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/helloifelse/java/dzn/*.java out/helloifelse/java
javac -Xdiags:verbose -d out/helloifelse/java out/helloifelse/java/*.java
echo "$JAVA_SCRIPT" > out/helloifelse/java/test
chmod +x out/helloifelse/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/execute-java 
          timeout 10 diff -uw out/helloifelse/helloifelse.trace.0 <(set -o pipefail;cat out/helloifelse/helloifelse.trace.0 |  out/helloifelse/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifelse/helloifelse.trace.0 |  out/helloifelse/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/triangle-java 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/helloifelse OUT=out/helloifelse/python MODEL=helloifelse -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifelse/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/helloifelse/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/helloifelse/python/dzn/$file;\
done
for file in out/helloifelse/helloifelse.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m helloifelse  -o out/helloifelse/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/build-python 
          make DIR=out/helloifelse LANGUAGE=python OUT=out/helloifelse/python IN=out/helloifelse/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/helloifelse/python/main.py out/helloifelse/python/test
chmod +x out/helloifelse/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/execute-python 
          timeout 10 diff -uw out/helloifelse/helloifelse.trace.0 <(set -o pipefail;cat out/helloifelse/helloifelse.trace.0 | python out/helloifelse/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifelse/helloifelse.trace.0 | python out/helloifelse/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/triangle-python 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifelse/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/convert 
          convert: [SKIPPED] no DM file out/helloifif/helloifif.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/helloifif/helloifif.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/table 
          table: [SKIPPED] no baseline out/helloifif/baseline/table/helloifif-state.dzntable: [SKIPPED] no baseline out/helloifif/baseline/table/helloifif-event.dzntable: [SKIPPED] no baseline out/helloifif/baseline/table/helloifif-state.htmltable: [SKIPPED] no baseline out/helloifif/baseline/table/helloifif-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m helloifif -o out/helloifif out/helloifif/helloifif.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/helloifif OUT=out/helloifif/c++ MODEL=helloifif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifif/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/helloifif/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/helloifif/c++/dzn/$file;\
done
for file in out/helloifif/helloifif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m helloifif  -o out/helloifif/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/build-c++ 
          make DIR=out/helloifif LANGUAGE=c++ OUT=out/helloifif/c++ IN=out/helloifif/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/helloifif/c++/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++/helloifif.d -MT 'out/helloifif/c++/helloifif.d out/helloifif/c++/helloifif.o' -pthread -Iout/helloifif/c++ -Iout/helloifif/c++/.. -Iout/helloifif/c++ -Iout/helloifif/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifif/c++/helloifif.o out/helloifif/c++/helloifif.cc
mkdir -p out/helloifif/c++/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++/pump.d -MT 'out/helloifif/c++/pump.d out/helloifif/c++/pump.o' -pthread -Iout/helloifif/c++ -Iout/helloifif/c++/.. -Iout/helloifif/c++ -Iout/helloifif/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifif/c++/pump.o out/helloifif/c++/pump.cc
mkdir -p out/helloifif/c++/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++/main.d -MT 'out/helloifif/c++/main.d out/helloifif/c++/main.o' -pthread -Iout/helloifif/c++ -Iout/helloifif/c++/.. -Iout/helloifif/c++ -Iout/helloifif/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifif/c++/main.o out/helloifif/c++/main.cc
mkdir -p out/helloifif/c++/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++/runtime.d -MT 'out/helloifif/c++/runtime.d out/helloifif/c++/runtime.o' -pthread -Iout/helloifif/c++ -Iout/helloifif/c++/.. -Iout/helloifif/c++ -Iout/helloifif/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifif/c++/runtime.o out/helloifif/c++/runtime.cc
mkdir -p out/helloifif/c++/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++/test -MT 'out/helloifif/c++/test out/helloifif/c++/test' -pthread -Iout/helloifif/c++ -Iout/helloifif/c++/.. -Iout/helloifif/c++ -Iout/helloifif/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/helloifif/c++/test out/helloifif/c++/helloifif.o out/helloifif/c++/pump.o out/helloifif/c++/main.o out/helloifif/c++/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/execute-c++ 
          timeout 10 diff -uw out/helloifif/helloifif.trace.0 <(set -o pipefail;cat out/helloifif/helloifif.trace.0 |  out/helloifif/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifif/helloifif.trace.0 |  out/helloifif/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/run 
          diff -uw <(grep -v "" out/helloifif/helloifif.trace.0) <(grep -v "" out/helloifif/helloifif.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=helloifif out/helloifif/helloifif.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=helloifif   out/helloifif/helloifif.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/helloifif OUT=out/helloifif/c++03 MODEL=helloifif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifif/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/helloifif/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/helloifif/c++03/dzn/$file;\
done
for file in out/helloifif/helloifif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m helloifif  -o out/helloifif/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/build-c++03 
          make DIR=out/helloifif LANGUAGE=c++03 OUT=out/helloifif/c++03 IN=out/helloifif/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/helloifif/c++03/
g++ -g -std=c++03 -MMD -MF out/helloifif/c++03/helloifif.d -MT 'out/helloifif/c++03/helloifif.d out/helloifif/c++03/helloifif.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloifif/c++03 -Iout/helloifif/c++03/.. -Iout/helloifif/c++03 -Iout/helloifif/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifif/c++03/helloifif.o out/helloifif/c++03/helloifif.cc
mkdir -p out/helloifif/c++03/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++03/pump.d -MT 'out/helloifif/c++03/pump.d out/helloifif/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloifif/c++03 -Iout/helloifif/c++03/.. -Iout/helloifif/c++03 -Iout/helloifif/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifif/c++03/pump.o out/helloifif/c++03/pump.cc
mkdir -p out/helloifif/c++03/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++03/main.d -MT 'out/helloifif/c++03/main.d out/helloifif/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloifif/c++03 -Iout/helloifif/c++03/.. -Iout/helloifif/c++03 -Iout/helloifif/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifif/c++03/main.o out/helloifif/c++03/main.cc
mkdir -p out/helloifif/c++03/
g++ -g -std=c++03 -MMD -MF out/helloifif/c++03/runtime.d -MT 'out/helloifif/c++03/runtime.d out/helloifif/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloifif/c++03 -Iout/helloifif/c++03/.. -Iout/helloifif/c++03 -Iout/helloifif/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloifif/c++03/runtime.o out/helloifif/c++03/runtime.cc
mkdir -p out/helloifif/c++03/
g++ -g -std=c++03 -MMD -MF out/helloifif/c++03/test -MT 'out/helloifif/c++03/test out/helloifif/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloifif/c++03 -Iout/helloifif/c++03/.. -Iout/helloifif/c++03 -Iout/helloifif/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/helloifif/c++03/test out/helloifif/c++03/helloifif.o out/helloifif/c++03/pump.o out/helloifif/c++03/main.o out/helloifif/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/execute-c++03 
          timeout 10 diff -uw out/helloifif/helloifif.trace.0 <(set -o pipefail;cat out/helloifif/helloifif.trace.0 |  out/helloifif/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifif/helloifif.trace.0 |  out/helloifif/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/helloifif OUT=out/helloifif/c++-msvc11 MODEL=helloifif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifif/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/helloifif/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/helloifif/c++-msvc11/dzn/$file;\
done
for file in out/helloifif/helloifif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m helloifif  -o out/helloifif/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/build-c++-msvc11 
          make DIR=out/helloifif LANGUAGE=c++-msvc11 OUT=out/helloifif/c++-msvc11 IN=out/helloifif/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/helloifif/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++-msvc11/helloifif.d -MT 'out/helloifif/c++-msvc11/helloifif.d out/helloifif/c++-msvc11/helloifif.o' -pthread -Iout/helloifif/c++-msvc11 -Iout/helloifif/c++-msvc11/.. -Iout/helloifif/c++-msvc11 -Iout/helloifif/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloifif/c++-msvc11/helloifif.o out/helloifif/c++-msvc11/helloifif.cc
mkdir -p out/helloifif/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++-msvc11/pump.d -MT 'out/helloifif/c++-msvc11/pump.d out/helloifif/c++-msvc11/pump.o' -pthread -Iout/helloifif/c++-msvc11 -Iout/helloifif/c++-msvc11/.. -Iout/helloifif/c++-msvc11 -Iout/helloifif/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloifif/c++-msvc11/pump.o out/helloifif/c++-msvc11/pump.cc
mkdir -p out/helloifif/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++-msvc11/main.d -MT 'out/helloifif/c++-msvc11/main.d out/helloifif/c++-msvc11/main.o' -pthread -Iout/helloifif/c++-msvc11 -Iout/helloifif/c++-msvc11/.. -Iout/helloifif/c++-msvc11 -Iout/helloifif/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloifif/c++-msvc11/main.o out/helloifif/c++-msvc11/main.cc
mkdir -p out/helloifif/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++-msvc11/runtime.d -MT 'out/helloifif/c++-msvc11/runtime.d out/helloifif/c++-msvc11/runtime.o' -pthread -Iout/helloifif/c++-msvc11 -Iout/helloifif/c++-msvc11/.. -Iout/helloifif/c++-msvc11 -Iout/helloifif/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloifif/c++-msvc11/runtime.o out/helloifif/c++-msvc11/runtime.cc
mkdir -p out/helloifif/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloifif/c++-msvc11/test -MT 'out/helloifif/c++-msvc11/test out/helloifif/c++-msvc11/test' -pthread -Iout/helloifif/c++-msvc11 -Iout/helloifif/c++-msvc11/.. -Iout/helloifif/c++-msvc11 -Iout/helloifif/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/helloifif/c++-msvc11/test out/helloifif/c++-msvc11/helloifif.o out/helloifif/c++-msvc11/pump.o out/helloifif/c++-msvc11/main.o out/helloifif/c++-msvc11/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/execute-c++-msvc11 
          timeout 10 diff -uw out/helloifif/helloifif.trace.0 <(set -o pipefail;cat out/helloifif/helloifif.trace.0 |  out/helloifif/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifif/helloifif.trace.0 |  out/helloifif/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/helloifif OUT=out/helloifif/c MODEL=helloifif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifif/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/helloifif/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/helloifif/c/dzn/$file;\
done
for file in out/helloifif/helloifif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m helloifif  -o out/helloifif/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/build-c 
          make DIR=out/helloifif LANGUAGE=c OUT=out/helloifif/c IN=out/helloifif/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/helloifif/c/
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -S -o out/helloifif/c/mem.o.S out/helloifif/c/mem.c
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -o out/helloifif/c/mem.o out/helloifif/c/mem.c
mkdir -p out/helloifif/c/
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -S -o out/helloifif/c/queue.o.S out/helloifif/c/queue.c
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -o out/helloifif/c/queue.o out/helloifif/c/queue.c
mkdir -p out/helloifif/c/
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -S -o out/helloifif/c/helloifif.o.S out/helloifif/c/helloifif.c
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -o out/helloifif/c/helloifif.o out/helloifif/c/helloifif.c
mkdir -p out/helloifif/c/
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -S -o out/helloifif/c/locator.o.S out/helloifif/c/locator.c
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -o out/helloifif/c/locator.o out/helloifif/c/locator.c
mkdir -p out/helloifif/c/
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -S -o out/helloifif/c/ihello.o.S out/helloifif/c/ihello.c
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -o out/helloifif/c/ihello.o out/helloifif/c/ihello.c
mkdir -p out/helloifif/c/
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -S -o out/helloifif/c/iworld.o.S out/helloifif/c/iworld.c
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -o out/helloifif/c/iworld.o out/helloifif/c/iworld.c
mkdir -p out/helloifif/c/
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -S -o out/helloifif/c/main.o.S out/helloifif/c/main.c
out/helloifif/c/main.c: In function ‘read_line’:
out/helloifif/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloifif/c/main.c: In function ‘helloifif_fill_event_map’:
out/helloifif/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloifif/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -o out/helloifif/c/main.o out/helloifif/c/main.c
out/helloifif/c/main.c: In function ‘read_line’:
out/helloifif/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloifif/c/main.c: In function ‘helloifif_fill_event_map’:
out/helloifif/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloifif/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/helloifif/c/
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -S -o out/helloifif/c/runtime.o.S out/helloifif/c/runtime.c
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -o out/helloifif/c/runtime.o out/helloifif/c/runtime.c
mkdir -p out/helloifif/c/
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -S -o out/helloifif/c/map.o.S out/helloifif/c/map.c
gcc --std=c99 -g -O0 -Iout/helloifif/c  -c -o out/helloifif/c/map.o out/helloifif/c/map.c
mkdir -p out/helloifif/c/
gcc --std=c99 -g -O0 -Iout/helloifif/c   -o out/helloifif/c/test out/helloifif/c/mem.o out/helloifif/c/queue.o out/helloifif/c/helloifif.o out/helloifif/c/locator.o out/helloifif/c/ihello.o out/helloifif/c/iworld.o out/helloifif/c/main.o out/helloifif/c/runtime.o out/helloifif/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/execute-c 
          timeout 10 diff -uw out/helloifif/helloifif.trace.0 <(set -o pipefail;cat out/helloifif/helloifif.trace.0 |  out/helloifif/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifif/helloifif.trace.0 |  out/helloifif/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/helloifif OUT=out/helloifif/cs MODEL=helloifif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifif/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/helloifif/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/helloifif/cs/dzn/$file;\
done
for file in out/helloifif/helloifif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m helloifif  -o out/helloifif/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/build-cs 
          make DIR=out/helloifif LANGUAGE=cs OUT=out/helloifif/cs IN=out/helloifif/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/helloifif/cs/main.cs out/helloifif/cs/main.cs
mcs -debug -out:out/helloifif/cs/test.exe out/helloifif/cs/main.cs out/helloifif/cs/ihello.cs out/helloifif/cs/iworld.cs out/helloifif/cs/helloifif.cs out/helloifif/cs/dzn/pump.cs out/helloifif/cs/dzn/context.cs out/helloifif/cs/dzn/meta.cs out/helloifif/cs/dzn/runtime.cs out/helloifif/cs/dzn/coroutine.cs out/helloifif/cs/dzn/container.cs out/helloifif/cs/dzn/locator.cs
out/helloifif/cs/helloifif.cs(7,10): warning CS0414: The private field `helloifif.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/helloifif/cs/test
chmod +x out/helloifif/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/execute-cs 
          timeout 10 diff -uw out/helloifif/helloifif.trace.0 <(set -o pipefail;cat out/helloifif/helloifif.trace.0 | sh out/helloifif/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifif/helloifif.trace.0 | sh out/helloifif/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/helloifif OUT=out/helloifif/javascript MODEL=helloifif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifif/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/helloifif/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/helloifif/javascript/dzn/$file;\
done
for file in out/helloifif/helloifif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m helloifif  -o out/helloifif/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/build-javascript 
          make DIR=out/helloifif LANGUAGE=javascript OUT=out/helloifif/javascript IN=out/helloifif/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/helloifif/javascript/main.js out/helloifif/javascript/test
chmod +x out/helloifif/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/execute-javascript 
          timeout 10 diff -uw out/helloifif/helloifif.trace.0 <(set -o pipefail;cat out/helloifif/helloifif.trace.0 | node out/helloifif/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifif/helloifif.trace.0 | node out/helloifif/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/helloifif OUT=out/helloifif/java MODEL=helloifif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/helloifif/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/helloifif/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/helloifif/java/dzn/$file;\
done
for file in out/helloifif/helloifif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m helloifif  -o out/helloifif/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/build-java 
          make DIR=out/helloifif LANGUAGE=java OUT=out/helloifif/java IN=out/helloifif/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/helloifif/java/dzn/*.java out/helloifif/java
javac -Xdiags:verbose -d out/helloifif/java out/helloifif/java/*.java
echo "$JAVA_SCRIPT" > out/helloifif/java/test
chmod +x out/helloifif/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/execute-java 
          timeout 10 diff -uw out/helloifif/helloifif.trace.0 <(set -o pipefail;cat out/helloifif/helloifif.trace.0 |  out/helloifif/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifif/helloifif.trace.0 |  out/helloifif/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/triangle-java 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/helloifif OUT=out/helloifif/python MODEL=helloifif -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloifif/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/helloifif/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/helloifif/python/dzn/$file;\
done
for file in out/helloifif/helloifif.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m helloifif  -o out/helloifif/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/build-python 
          make DIR=out/helloifif LANGUAGE=python OUT=out/helloifif/python IN=out/helloifif/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/helloifif/python/main.py out/helloifif/python/test
chmod +x out/helloifif/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/execute-python 
          timeout 10 diff -uw out/helloifif/helloifif.trace.0 <(set -o pipefail;cat out/helloifif/helloifif.trace.0 | python out/helloifif/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloifif/helloifif.trace.0 | python out/helloifif/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/triangle-python 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloifif/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/convert 
          convert: [SKIPPED] no DM file out/helloparam/helloparam.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/helloparam/helloparam.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/table 
          table: [SKIPPED] no baseline out/helloparam/baseline/table/helloparam-state.dzntable: [SKIPPED] no baseline out/helloparam/baseline/table/helloparam-event.dzntable: [SKIPPED] no baseline out/helloparam/baseline/table/helloparam-state.htmltable: [SKIPPED] no baseline out/helloparam/baseline/table/helloparam-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m helloparam -o out/helloparam out/helloparam/helloparam.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/helloparam OUT=out/helloparam/c++ MODEL=helloparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparam/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/helloparam/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/helloparam/c++/dzn/$file;\
done
for file in out/helloparam/helloparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m helloparam  -o out/helloparam/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/build-c++ 
          make DIR=out/helloparam LANGUAGE=c++ OUT=out/helloparam/c++ IN=out/helloparam/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/helloparam/c++/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++/pump.d -MT 'out/helloparam/c++/pump.d out/helloparam/c++/pump.o' -pthread -Iout/helloparam/c++ -Iout/helloparam/c++/.. -Iout/helloparam/c++ -Iout/helloparam/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparam/c++/pump.o out/helloparam/c++/pump.cc
mkdir -p out/helloparam/c++/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++/main.d -MT 'out/helloparam/c++/main.d out/helloparam/c++/main.o' -pthread -Iout/helloparam/c++ -Iout/helloparam/c++/.. -Iout/helloparam/c++ -Iout/helloparam/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparam/c++/main.o out/helloparam/c++/main.cc
mkdir -p out/helloparam/c++/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++/runtime.d -MT 'out/helloparam/c++/runtime.d out/helloparam/c++/runtime.o' -pthread -Iout/helloparam/c++ -Iout/helloparam/c++/.. -Iout/helloparam/c++ -Iout/helloparam/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparam/c++/runtime.o out/helloparam/c++/runtime.cc
mkdir -p out/helloparam/c++/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++/helloparam.d -MT 'out/helloparam/c++/helloparam.d out/helloparam/c++/helloparam.o' -pthread -Iout/helloparam/c++ -Iout/helloparam/c++/.. -Iout/helloparam/c++ -Iout/helloparam/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparam/c++/helloparam.o out/helloparam/c++/helloparam.cc
mkdir -p out/helloparam/c++/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++/test -MT 'out/helloparam/c++/test out/helloparam/c++/test' -pthread -Iout/helloparam/c++ -Iout/helloparam/c++/.. -Iout/helloparam/c++ -Iout/helloparam/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/helloparam/c++/test out/helloparam/c++/pump.o out/helloparam/c++/main.o out/helloparam/c++/runtime.o out/helloparam/c++/helloparam.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/execute-c++ 
          timeout 10 diff -uw out/helloparam/helloparam.trace.0 <(set -o pipefail;cat out/helloparam/helloparam.trace.0 |  out/helloparam/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparam/helloparam.trace.0 |  out/helloparam/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/run 
          diff -uw <(grep -v "" out/helloparam/helloparam.trace.0) <(grep -v "" out/helloparam/helloparam.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=helloparam out/helloparam/helloparam.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=helloparam   out/helloparam/helloparam.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/helloparam OUT=out/helloparam/c++03 MODEL=helloparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparam/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/helloparam/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/helloparam/c++03/dzn/$file;\
done
for file in out/helloparam/helloparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m helloparam  -o out/helloparam/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/build-c++03 
          make DIR=out/helloparam LANGUAGE=c++03 OUT=out/helloparam/c++03 IN=out/helloparam/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/helloparam/c++03/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++03/pump.d -MT 'out/helloparam/c++03/pump.d out/helloparam/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloparam/c++03 -Iout/helloparam/c++03/.. -Iout/helloparam/c++03 -Iout/helloparam/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparam/c++03/pump.o out/helloparam/c++03/pump.cc
mkdir -p out/helloparam/c++03/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++03/main.d -MT 'out/helloparam/c++03/main.d out/helloparam/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloparam/c++03 -Iout/helloparam/c++03/.. -Iout/helloparam/c++03 -Iout/helloparam/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparam/c++03/main.o out/helloparam/c++03/main.cc
mkdir -p out/helloparam/c++03/
g++ -g -std=c++03 -MMD -MF out/helloparam/c++03/runtime.d -MT 'out/helloparam/c++03/runtime.d out/helloparam/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloparam/c++03 -Iout/helloparam/c++03/.. -Iout/helloparam/c++03 -Iout/helloparam/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparam/c++03/runtime.o out/helloparam/c++03/runtime.cc
mkdir -p out/helloparam/c++03/
g++ -g -std=c++03 -MMD -MF out/helloparam/c++03/helloparam.d -MT 'out/helloparam/c++03/helloparam.d out/helloparam/c++03/helloparam.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloparam/c++03 -Iout/helloparam/c++03/.. -Iout/helloparam/c++03 -Iout/helloparam/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparam/c++03/helloparam.o out/helloparam/c++03/helloparam.cc
mkdir -p out/helloparam/c++03/
g++ -g -std=c++03 -MMD -MF out/helloparam/c++03/test -MT 'out/helloparam/c++03/test out/helloparam/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloparam/c++03 -Iout/helloparam/c++03/.. -Iout/helloparam/c++03 -Iout/helloparam/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/helloparam/c++03/test out/helloparam/c++03/pump.o out/helloparam/c++03/main.o out/helloparam/c++03/runtime.o out/helloparam/c++03/helloparam.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/execute-c++03 
          timeout 10 diff -uw out/helloparam/helloparam.trace.0 <(set -o pipefail;cat out/helloparam/helloparam.trace.0 |  out/helloparam/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparam/helloparam.trace.0 |  out/helloparam/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/helloparam OUT=out/helloparam/c++-msvc11 MODEL=helloparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparam/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/helloparam/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/helloparam/c++-msvc11/dzn/$file;\
done
for file in out/helloparam/helloparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m helloparam  -o out/helloparam/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/build-c++-msvc11 
          make DIR=out/helloparam LANGUAGE=c++-msvc11 OUT=out/helloparam/c++-msvc11 IN=out/helloparam/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/helloparam/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++-msvc11/pump.d -MT 'out/helloparam/c++-msvc11/pump.d out/helloparam/c++-msvc11/pump.o' -pthread -Iout/helloparam/c++-msvc11 -Iout/helloparam/c++-msvc11/.. -Iout/helloparam/c++-msvc11 -Iout/helloparam/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloparam/c++-msvc11/pump.o out/helloparam/c++-msvc11/pump.cc
mkdir -p out/helloparam/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++-msvc11/main.d -MT 'out/helloparam/c++-msvc11/main.d out/helloparam/c++-msvc11/main.o' -pthread -Iout/helloparam/c++-msvc11 -Iout/helloparam/c++-msvc11/.. -Iout/helloparam/c++-msvc11 -Iout/helloparam/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloparam/c++-msvc11/main.o out/helloparam/c++-msvc11/main.cc
mkdir -p out/helloparam/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++-msvc11/runtime.d -MT 'out/helloparam/c++-msvc11/runtime.d out/helloparam/c++-msvc11/runtime.o' -pthread -Iout/helloparam/c++-msvc11 -Iout/helloparam/c++-msvc11/.. -Iout/helloparam/c++-msvc11 -Iout/helloparam/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloparam/c++-msvc11/runtime.o out/helloparam/c++-msvc11/runtime.cc
mkdir -p out/helloparam/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++-msvc11/helloparam.d -MT 'out/helloparam/c++-msvc11/helloparam.d out/helloparam/c++-msvc11/helloparam.o' -pthread -Iout/helloparam/c++-msvc11 -Iout/helloparam/c++-msvc11/.. -Iout/helloparam/c++-msvc11 -Iout/helloparam/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloparam/c++-msvc11/helloparam.o out/helloparam/c++-msvc11/helloparam.cc
mkdir -p out/helloparam/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloparam/c++-msvc11/test -MT 'out/helloparam/c++-msvc11/test out/helloparam/c++-msvc11/test' -pthread -Iout/helloparam/c++-msvc11 -Iout/helloparam/c++-msvc11/.. -Iout/helloparam/c++-msvc11 -Iout/helloparam/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/helloparam/c++-msvc11/test out/helloparam/c++-msvc11/pump.o out/helloparam/c++-msvc11/main.o out/helloparam/c++-msvc11/runtime.o out/helloparam/c++-msvc11/helloparam.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/execute-c++-msvc11 
          timeout 10 diff -uw out/helloparam/helloparam.trace.0 <(set -o pipefail;cat out/helloparam/helloparam.trace.0 |  out/helloparam/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparam/helloparam.trace.0 |  out/helloparam/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/helloparam OUT=out/helloparam/c MODEL=helloparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparam/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/helloparam/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/helloparam/c/dzn/$file;\
done
for file in out/helloparam/helloparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m helloparam  -o out/helloparam/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/build-c 
          make DIR=out/helloparam LANGUAGE=c OUT=out/helloparam/c IN=out/helloparam/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/helloparam/c/
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -S -o out/helloparam/c/mem.o.S out/helloparam/c/mem.c
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -o out/helloparam/c/mem.o out/helloparam/c/mem.c
mkdir -p out/helloparam/c/
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -S -o out/helloparam/c/queue.o.S out/helloparam/c/queue.c
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -o out/helloparam/c/queue.o out/helloparam/c/queue.c
mkdir -p out/helloparam/c/
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -S -o out/helloparam/c/locator.o.S out/helloparam/c/locator.c
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -o out/helloparam/c/locator.o out/helloparam/c/locator.c
mkdir -p out/helloparam/c/
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -S -o out/helloparam/c/ihello.o.S out/helloparam/c/ihello.c
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -o out/helloparam/c/ihello.o out/helloparam/c/ihello.c
mkdir -p out/helloparam/c/
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -S -o out/helloparam/c/iworld.o.S out/helloparam/c/iworld.c
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -o out/helloparam/c/iworld.o out/helloparam/c/iworld.c
mkdir -p out/helloparam/c/
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -S -o out/helloparam/c/main.o.S out/helloparam/c/main.c
out/helloparam/c/main.c: In function ‘read_line’:
out/helloparam/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloparam/c/main.c: In function ‘helloparam_fill_event_map’:
out/helloparam/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = helloparam_log_event_w_in_world;
                 ^
out/helloparam/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloparam/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -o out/helloparam/c/main.o out/helloparam/c/main.c
out/helloparam/c/main.c: In function ‘read_line’:
out/helloparam/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloparam/c/main.c: In function ‘helloparam_fill_event_map’:
out/helloparam/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = helloparam_log_event_w_in_world;
                 ^
out/helloparam/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloparam/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/helloparam/c/
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -S -o out/helloparam/c/runtime.o.S out/helloparam/c/runtime.c
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -o out/helloparam/c/runtime.o out/helloparam/c/runtime.c
mkdir -p out/helloparam/c/
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -S -o out/helloparam/c/map.o.S out/helloparam/c/map.c
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -o out/helloparam/c/map.o out/helloparam/c/map.c
mkdir -p out/helloparam/c/
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -S -o out/helloparam/c/helloparam.o.S out/helloparam/c/helloparam.c
gcc --std=c99 -g -O0 -Iout/helloparam/c  -c -o out/helloparam/c/helloparam.o out/helloparam/c/helloparam.c
mkdir -p out/helloparam/c/
gcc --std=c99 -g -O0 -Iout/helloparam/c   -o out/helloparam/c/test out/helloparam/c/mem.o out/helloparam/c/queue.o out/helloparam/c/locator.o out/helloparam/c/ihello.o out/helloparam/c/iworld.o out/helloparam/c/main.o out/helloparam/c/runtime.o out/helloparam/c/map.o out/helloparam/c/helloparam.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/execute-c 
          timeout 10 diff -uw out/helloparam/helloparam.trace.0 <(set -o pipefail;cat out/helloparam/helloparam.trace.0 |  out/helloparam/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparam/helloparam.trace.0 |  out/helloparam/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/helloparam OUT=out/helloparam/cs MODEL=helloparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparam/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/helloparam/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/helloparam/cs/dzn/$file;\
done
for file in out/helloparam/helloparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m helloparam  -o out/helloparam/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/build-cs 
          make DIR=out/helloparam LANGUAGE=cs OUT=out/helloparam/cs IN=out/helloparam/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/helloparam/cs/main.cs out/helloparam/cs/main.cs
mcs -debug -out:out/helloparam/cs/test.exe out/helloparam/cs/main.cs out/helloparam/cs/ihello.cs out/helloparam/cs/iworld.cs out/helloparam/cs/helloparam.cs out/helloparam/cs/dzn/pump.cs out/helloparam/cs/dzn/context.cs out/helloparam/cs/dzn/meta.cs out/helloparam/cs/dzn/runtime.cs out/helloparam/cs/dzn/coroutine.cs out/helloparam/cs/dzn/container.cs out/helloparam/cs/dzn/locator.cs
out/helloparam/cs/helloparam.cs(7,10): warning CS0414: The private field `helloparam.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/helloparam/cs/test
chmod +x out/helloparam/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/execute-cs 
          timeout 10 diff -uw out/helloparam/helloparam.trace.0 <(set -o pipefail;cat out/helloparam/helloparam.trace.0 | sh out/helloparam/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparam/helloparam.trace.0 | sh out/helloparam/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/helloparam OUT=out/helloparam/javascript MODEL=helloparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparam/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/helloparam/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/helloparam/javascript/dzn/$file;\
done
for file in out/helloparam/helloparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m helloparam  -o out/helloparam/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/build-javascript 
          make DIR=out/helloparam LANGUAGE=javascript OUT=out/helloparam/javascript IN=out/helloparam/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/helloparam/javascript/main.js out/helloparam/javascript/test
chmod +x out/helloparam/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/execute-javascript 
          timeout 10 diff -uw out/helloparam/helloparam.trace.0 <(set -o pipefail;cat out/helloparam/helloparam.trace.0 | node out/helloparam/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparam/helloparam.trace.0 | node out/helloparam/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/helloparam OUT=out/helloparam/java MODEL=helloparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/helloparam/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/helloparam/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/helloparam/java/dzn/$file;\
done
for file in out/helloparam/helloparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m helloparam  -o out/helloparam/java $file; done
args0 (((line . 441) (column . 73) (filename . gaiag/deprecated/code.scm)):code:->code: no match: 1
):1:6: match-error: 
    #(
      lambda-type model type formals)  #name ;
/gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/gaiag/templates/java/interface.java.scm:5:5: match-error: 
    #
     (lambda-type model type formals)  #name ;#})
Backtrace:
          13 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/code.scm:
     90:4 12 (main _)
In gaiag/deprecated/code.scm:
    91:19 11 (ast:code _)
In srfi/srfi-1.scm:
   592:17 10 (map1 ((interface* (scope.name* ihello) (types*) (ev…) …))
In ice-9/ports.scm:
   462:17  9 (call-with-output-file _ _ #:binary _ #:encoding _)
    473:4  8 (with-output-to-port _ _)
In gaiag/code.scm:
   525:26  7 (pipe # #)
In ice-9/ports.scm:
    549:4  6 (call-with-output-string _)
    473:4  5 (with-output-to-port _ _)
In gaiag/code.scm:
    592:5  4 (code-file _ _)
In gaiag/deprecated/code.scm:
  1147:16  3 (code:animate-file _ _)
In gaiag/deprecated/animate.scm:
    72:18  2 (animate-file _ _ _)
In ice-9/ports.scm:
   444:17  1 (call-with-input-file _ _ #:binary _ #:encoding _ # _)
    469:4  0 (with-input-from-port _ _)
ice-9/ports.scm:469:4: In procedure with-input-from-port:
Throw to key `match-error' with args `(((eval . #f) (tell 327) (start . 227) (exception "function" "" (quote ()) #f)))'.
make: *** [/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make:33: code] Error 1
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/build-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/execute-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/triangle-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/helloparam OUT=out/helloparam/python MODEL=helloparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparam/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/helloparam/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/helloparam/python/dzn/$file;\
done
for file in out/helloparam/helloparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m helloparam  -o out/helloparam/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/build-python 
          make DIR=out/helloparam LANGUAGE=python OUT=out/helloparam/python IN=out/helloparam/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/helloparam/python/main.py out/helloparam/python/test
chmod +x out/helloparam/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/execute-python 
          timeout 10 diff -uw out/helloparam/helloparam.trace.0 <(set -o pipefail;cat out/helloparam/helloparam.trace.0 | python out/helloparam/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparam/helloparam.trace.0 | python out/helloparam/python/test ; echo "E""R""R""O""R"))
.h.hello -> sut.h.hello
Traceback (most recent call last):
  File "out/helloparam/python/test", line 90, in 
    main ()
  File "out/helloparam/python/test", line 86, in main
    event_map[s] ()
  File "out/helloparam/python/dzn/helloparam.py", line 17, in 
    self.h.inport.hello = lambda *args: runtime.call_in (self, lambda: self.h_hello (*args), (self.h, 'hello'))
  File "out/helloparam/python/runtime.py", line 76, in call_in
    c.rt.handle (c, f)
  File "out/helloparam/python/runtime.py", line 49, in handle
    f ()
  File "out/helloparam/python/dzn/helloparam.py", line 17, in 
    self.h.inport.hello = lambda *args: runtime.call_in (self, lambda: self.h_hello (*args), (self.h, 'hello'))
TypeError: h_hello() takes exactly 2 arguments (1 given)
--- out/helloparam/helloparam.trace.0	2020-07-02 11:39:34.292980088 +0000
+++ /dev/fd/63	2020-07-02 11:40:17.004830202 +0000
@@ -1,4 +1,2 @@
 h.hello
-w.world
-w.return
-h.return
\ No newline at end of file
+ERROR
     
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/triangle-python 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparam/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/convert 
          convert: [SKIPPED] no DM file out/hellooutparam/hellooutparam.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/hellooutparam/hellooutparam.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/table 
          table: [SKIPPED] no baseline out/hellooutparam/baseline/table/hellooutparam-state.dzntable: [SKIPPED] no baseline out/hellooutparam/baseline/table/hellooutparam-event.dzntable: [SKIPPED] no baseline out/hellooutparam/baseline/table/hellooutparam-state.htmltable: [SKIPPED] no baseline out/hellooutparam/baseline/table/hellooutparam-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m hellooutparam -o out/hellooutparam out/hellooutparam/hellooutparam.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/hellooutparam OUT=out/hellooutparam/c++ MODEL=hellooutparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellooutparam/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/hellooutparam/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/hellooutparam/c++/dzn/$file;\
done
for file in out/hellooutparam/hellooutparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m hellooutparam  -o out/hellooutparam/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/build-c++ 
          make DIR=out/hellooutparam LANGUAGE=c++ OUT=out/hellooutparam/c++ IN=out/hellooutparam/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/hellooutparam/c++/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++/pump.d -MT 'out/hellooutparam/c++/pump.d out/hellooutparam/c++/pump.o' -pthread -Iout/hellooutparam/c++ -Iout/hellooutparam/c++/.. -Iout/hellooutparam/c++ -Iout/hellooutparam/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellooutparam/c++/pump.o out/hellooutparam/c++/pump.cc
mkdir -p out/hellooutparam/c++/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++/hellooutparam.d -MT 'out/hellooutparam/c++/hellooutparam.d out/hellooutparam/c++/hellooutparam.o' -pthread -Iout/hellooutparam/c++ -Iout/hellooutparam/c++/.. -Iout/hellooutparam/c++ -Iout/hellooutparam/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellooutparam/c++/hellooutparam.o out/hellooutparam/c++/hellooutparam.cc
mkdir -p out/hellooutparam/c++/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++/main.d -MT 'out/hellooutparam/c++/main.d out/hellooutparam/c++/main.o' -pthread -Iout/hellooutparam/c++ -Iout/hellooutparam/c++/.. -Iout/hellooutparam/c++ -Iout/hellooutparam/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellooutparam/c++/main.o out/hellooutparam/c++/main.cc
mkdir -p out/hellooutparam/c++/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++/runtime.d -MT 'out/hellooutparam/c++/runtime.d out/hellooutparam/c++/runtime.o' -pthread -Iout/hellooutparam/c++ -Iout/hellooutparam/c++/.. -Iout/hellooutparam/c++ -Iout/hellooutparam/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellooutparam/c++/runtime.o out/hellooutparam/c++/runtime.cc
mkdir -p out/hellooutparam/c++/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++/test -MT 'out/hellooutparam/c++/test out/hellooutparam/c++/test' -pthread -Iout/hellooutparam/c++ -Iout/hellooutparam/c++/.. -Iout/hellooutparam/c++ -Iout/hellooutparam/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/hellooutparam/c++/test out/hellooutparam/c++/pump.o out/hellooutparam/c++/hellooutparam.o out/hellooutparam/c++/main.o out/hellooutparam/c++/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/execute-c++ 
          timeout 10 diff -uw out/hellooutparam/hellooutparam.trace.0 <(set -o pipefail;cat out/hellooutparam/hellooutparam.trace.0 |  out/hellooutparam/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellooutparam/hellooutparam.trace.0 |  out/hellooutparam/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/run 
          diff -uw <(grep -v "" out/hellooutparam/hellooutparam.trace.0) <(grep -v "" out/hellooutparam/hellooutparam.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=hellooutparam out/hellooutparam/hellooutparam.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/triangle-c++ 
          FIXME 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=hellooutparam   out/hellooutparam/hellooutparam.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/hellooutparam OUT=out/hellooutparam/c++03 MODEL=hellooutparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellooutparam/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/hellooutparam/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/hellooutparam/c++03/dzn/$file;\
done
for file in out/hellooutparam/hellooutparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m hellooutparam  -o out/hellooutparam/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/build-c++03 
          make DIR=out/hellooutparam LANGUAGE=c++03 OUT=out/hellooutparam/c++03 IN=out/hellooutparam/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/hellooutparam/c++03/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++03/pump.d -MT 'out/hellooutparam/c++03/pump.d out/hellooutparam/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellooutparam/c++03 -Iout/hellooutparam/c++03/.. -Iout/hellooutparam/c++03 -Iout/hellooutparam/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellooutparam/c++03/pump.o out/hellooutparam/c++03/pump.cc
mkdir -p out/hellooutparam/c++03/
g++ -g -std=c++03 -MMD -MF out/hellooutparam/c++03/hellooutparam.d -MT 'out/hellooutparam/c++03/hellooutparam.d out/hellooutparam/c++03/hellooutparam.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellooutparam/c++03 -Iout/hellooutparam/c++03/.. -Iout/hellooutparam/c++03 -Iout/hellooutparam/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellooutparam/c++03/hellooutparam.o out/hellooutparam/c++03/hellooutparam.cc
mkdir -p out/hellooutparam/c++03/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++03/main.d -MT 'out/hellooutparam/c++03/main.d out/hellooutparam/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellooutparam/c++03 -Iout/hellooutparam/c++03/.. -Iout/hellooutparam/c++03 -Iout/hellooutparam/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellooutparam/c++03/main.o out/hellooutparam/c++03/main.cc
mkdir -p out/hellooutparam/c++03/
g++ -g -std=c++03 -MMD -MF out/hellooutparam/c++03/runtime.d -MT 'out/hellooutparam/c++03/runtime.d out/hellooutparam/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellooutparam/c++03 -Iout/hellooutparam/c++03/.. -Iout/hellooutparam/c++03 -Iout/hellooutparam/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellooutparam/c++03/runtime.o out/hellooutparam/c++03/runtime.cc
mkdir -p out/hellooutparam/c++03/
g++ -g -std=c++03 -MMD -MF out/hellooutparam/c++03/test -MT 'out/hellooutparam/c++03/test out/hellooutparam/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellooutparam/c++03 -Iout/hellooutparam/c++03/.. -Iout/hellooutparam/c++03 -Iout/hellooutparam/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/hellooutparam/c++03/test out/hellooutparam/c++03/pump.o out/hellooutparam/c++03/hellooutparam.o out/hellooutparam/c++03/main.o out/hellooutparam/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/execute-c++03 
          timeout 10 diff -uw out/hellooutparam/hellooutparam.trace.0 <(set -o pipefail;cat out/hellooutparam/hellooutparam.trace.0 |  out/hellooutparam/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellooutparam/hellooutparam.trace.0 |  out/hellooutparam/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/triangle-c++03 
          FIXME 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/hellooutparam OUT=out/hellooutparam/c++-msvc11 MODEL=hellooutparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellooutparam/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/hellooutparam/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/hellooutparam/c++-msvc11/dzn/$file;\
done
for file in out/hellooutparam/hellooutparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m hellooutparam  -o out/hellooutparam/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/build-c++-msvc11 
          make DIR=out/hellooutparam LANGUAGE=c++-msvc11 OUT=out/hellooutparam/c++-msvc11 IN=out/hellooutparam/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/hellooutparam/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++-msvc11/pump.d -MT 'out/hellooutparam/c++-msvc11/pump.d out/hellooutparam/c++-msvc11/pump.o' -pthread -Iout/hellooutparam/c++-msvc11 -Iout/hellooutparam/c++-msvc11/.. -Iout/hellooutparam/c++-msvc11 -Iout/hellooutparam/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellooutparam/c++-msvc11/pump.o out/hellooutparam/c++-msvc11/pump.cc
mkdir -p out/hellooutparam/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++-msvc11/hellooutparam.d -MT 'out/hellooutparam/c++-msvc11/hellooutparam.d out/hellooutparam/c++-msvc11/hellooutparam.o' -pthread -Iout/hellooutparam/c++-msvc11 -Iout/hellooutparam/c++-msvc11/.. -Iout/hellooutparam/c++-msvc11 -Iout/hellooutparam/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellooutparam/c++-msvc11/hellooutparam.o out/hellooutparam/c++-msvc11/hellooutparam.cc
mkdir -p out/hellooutparam/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++-msvc11/main.d -MT 'out/hellooutparam/c++-msvc11/main.d out/hellooutparam/c++-msvc11/main.o' -pthread -Iout/hellooutparam/c++-msvc11 -Iout/hellooutparam/c++-msvc11/.. -Iout/hellooutparam/c++-msvc11 -Iout/hellooutparam/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellooutparam/c++-msvc11/main.o out/hellooutparam/c++-msvc11/main.cc
mkdir -p out/hellooutparam/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++-msvc11/runtime.d -MT 'out/hellooutparam/c++-msvc11/runtime.d out/hellooutparam/c++-msvc11/runtime.o' -pthread -Iout/hellooutparam/c++-msvc11 -Iout/hellooutparam/c++-msvc11/.. -Iout/hellooutparam/c++-msvc11 -Iout/hellooutparam/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellooutparam/c++-msvc11/runtime.o out/hellooutparam/c++-msvc11/runtime.cc
mkdir -p out/hellooutparam/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellooutparam/c++-msvc11/test -MT 'out/hellooutparam/c++-msvc11/test out/hellooutparam/c++-msvc11/test' -pthread -Iout/hellooutparam/c++-msvc11 -Iout/hellooutparam/c++-msvc11/.. -Iout/hellooutparam/c++-msvc11 -Iout/hellooutparam/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/hellooutparam/c++-msvc11/test out/hellooutparam/c++-msvc11/pump.o out/hellooutparam/c++-msvc11/hellooutparam.o out/hellooutparam/c++-msvc11/main.o out/hellooutparam/c++-msvc11/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/execute-c++-msvc11 
          timeout 10 diff -uw out/hellooutparam/hellooutparam.trace.0 <(set -o pipefail;cat out/hellooutparam/hellooutparam.trace.0 |  out/hellooutparam/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellooutparam/hellooutparam.trace.0 |  out/hellooutparam/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/triangle-c++-msvc11 
          FIXME 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/hellooutparam OUT=out/hellooutparam/c MODEL=hellooutparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellooutparam/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/hellooutparam/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/hellooutparam/c/dzn/$file;\
done
for file in out/hellooutparam/hellooutparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m hellooutparam  -o out/hellooutparam/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/build-c 
          make DIR=out/hellooutparam LANGUAGE=c OUT=out/hellooutparam/c IN=out/hellooutparam/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/hellooutparam/c/
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -S -o out/hellooutparam/c/mem.o.S out/hellooutparam/c/mem.c
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -o out/hellooutparam/c/mem.o out/hellooutparam/c/mem.c
mkdir -p out/hellooutparam/c/
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -S -o out/hellooutparam/c/queue.o.S out/hellooutparam/c/queue.c
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -o out/hellooutparam/c/queue.o out/hellooutparam/c/queue.c
mkdir -p out/hellooutparam/c/
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -S -o out/hellooutparam/c/locator.o.S out/hellooutparam/c/locator.c
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -o out/hellooutparam/c/locator.o out/hellooutparam/c/locator.c
mkdir -p out/hellooutparam/c/
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -S -o out/hellooutparam/c/ihello.o.S out/hellooutparam/c/ihello.c
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -o out/hellooutparam/c/ihello.o out/hellooutparam/c/ihello.c
mkdir -p out/hellooutparam/c/
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -S -o out/hellooutparam/c/iworld.o.S out/hellooutparam/c/iworld.c
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -o out/hellooutparam/c/iworld.o out/hellooutparam/c/iworld.c
mkdir -p out/hellooutparam/c/
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -S -o out/hellooutparam/c/hellooutparam.o.S out/hellooutparam/c/hellooutparam.c
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -o out/hellooutparam/c/hellooutparam.o out/hellooutparam/c/hellooutparam.c
mkdir -p out/hellooutparam/c/
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -S -o out/hellooutparam/c/main.o.S out/hellooutparam/c/main.c
out/hellooutparam/c/main.c: In function ‘read_line’:
out/hellooutparam/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellooutparam/c/main.c: In function ‘hellooutparam_fill_event_map’:
out/hellooutparam/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = hellooutparam_log_event_w_in_world;
                 ^
out/hellooutparam/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellooutparam/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -o out/hellooutparam/c/main.o out/hellooutparam/c/main.c
out/hellooutparam/c/main.c: In function ‘read_line’:
out/hellooutparam/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellooutparam/c/main.c: In function ‘hellooutparam_fill_event_map’:
out/hellooutparam/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = hellooutparam_log_event_w_in_world;
                 ^
out/hellooutparam/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellooutparam/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/hellooutparam/c/
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -S -o out/hellooutparam/c/runtime.o.S out/hellooutparam/c/runtime.c
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -o out/hellooutparam/c/runtime.o out/hellooutparam/c/runtime.c
mkdir -p out/hellooutparam/c/
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -S -o out/hellooutparam/c/map.o.S out/hellooutparam/c/map.c
gcc --std=c99 -g -O0 -Iout/hellooutparam/c  -c -o out/hellooutparam/c/map.o out/hellooutparam/c/map.c
mkdir -p out/hellooutparam/c/
gcc --std=c99 -g -O0 -Iout/hellooutparam/c   -o out/hellooutparam/c/test out/hellooutparam/c/mem.o out/hellooutparam/c/queue.o out/hellooutparam/c/locator.o out/hellooutparam/c/ihello.o out/hellooutparam/c/iworld.o out/hellooutparam/c/hellooutparam.o out/hellooutparam/c/main.o out/hellooutparam/c/runtime.o out/hellooutparam/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/execute-c 
          timeout 10 diff -uw out/hellooutparam/hellooutparam.trace.0 <(set -o pipefail;cat out/hellooutparam/hellooutparam.trace.0 |  out/hellooutparam/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellooutparam/hellooutparam.trace.0 |  out/hellooutparam/c/test ; echo "E""R""R""O""R"))
.h.hello -> sut.h.hello
w.world
w.return
bash: line 1: 11708 Done                    cat out/hellooutparam/hellooutparam.trace.0
     11709 Segmentation fault      | out/hellooutparam/c/test
--- out/hellooutparam/hellooutparam.trace.0	2020-07-02 11:39:33.352895348 +0000
+++ /dev/fd/63	2020-07-02 11:40:11.592342310 +0000
@@ -1,4 +1,4 @@
 h.hello
 w.world
 w.return
-h.return
\ No newline at end of file
+ERROR
  
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/triangle-c 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/hellooutparam OUT=out/hellooutparam/cs MODEL=hellooutparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellooutparam/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/hellooutparam/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/hellooutparam/cs/dzn/$file;\
done
for file in out/hellooutparam/hellooutparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m hellooutparam  -o out/hellooutparam/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/build-cs 
          make DIR=out/hellooutparam LANGUAGE=cs OUT=out/hellooutparam/cs IN=out/hellooutparam/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/hellooutparam/cs/main.cs out/hellooutparam/cs/main.cs
mcs -debug -out:out/hellooutparam/cs/test.exe out/hellooutparam/cs/main.cs out/hellooutparam/cs/ihello.cs out/hellooutparam/cs/iworld.cs out/hellooutparam/cs/hellooutparam.cs out/hellooutparam/cs/dzn/pump.cs out/hellooutparam/cs/dzn/context.cs out/hellooutparam/cs/dzn/meta.cs out/hellooutparam/cs/dzn/runtime.cs out/hellooutparam/cs/dzn/coroutine.cs out/hellooutparam/cs/dzn/container.cs out/hellooutparam/cs/dzn/locator.cs
out/hellooutparam/cs/hellooutparam.cs(7,10): warning CS0414: The private field `hellooutparam.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/hellooutparam/cs/test
chmod +x out/hellooutparam/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/execute-cs 
          timeout 10 diff -uw out/hellooutparam/hellooutparam.trace.0 <(set -o pipefail;cat out/hellooutparam/hellooutparam.trace.0 | sh out/hellooutparam/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellooutparam/hellooutparam.trace.0 | sh out/hellooutparam/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/triangle-cs 
          FIXME 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/hellooutparam OUT=out/hellooutparam/javascript MODEL=hellooutparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellooutparam/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/hellooutparam/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/hellooutparam/javascript/dzn/$file;\
done
for file in out/hellooutparam/hellooutparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m hellooutparam  -o out/hellooutparam/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/build-javascript 
          make DIR=out/hellooutparam LANGUAGE=javascript OUT=out/hellooutparam/javascript IN=out/hellooutparam/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/hellooutparam/javascript/main.js out/hellooutparam/javascript/test
chmod +x out/hellooutparam/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/execute-javascript 
          timeout 10 diff -uw out/hellooutparam/hellooutparam.trace.0 <(set -o pipefail;cat out/hellooutparam/hellooutparam.trace.0 | node out/hellooutparam/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellooutparam/hellooutparam.trace.0 | node out/hellooutparam/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/triangle-javascript 
          FIXME 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/hellooutparam OUT=out/hellooutparam/java MODEL=hellooutparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/hellooutparam/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/hellooutparam/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/hellooutparam/java/dzn/$file;\
done
for file in out/hellooutparam/hellooutparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m hellooutparam  -o out/hellooutparam/java $file; done
args0 (((line . 441) (column . 73) (filename . gaiag/deprecated/code.scm)):code:->code: no match: 1
):1:6: match-error: 
    #(
      lambda-type model type formals)  #name ;
/gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/gaiag/templates/java/interface.java.scm:5:5: match-error: 
    #
     (lambda-type model type formals)  #name ;#})
Backtrace:
          13 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/code.scm:
     90:4 12 (main _)
In gaiag/deprecated/code.scm:
    91:19 11 (ast:code _)
In srfi/srfi-1.scm:
   592:17 10 (map1 ((interface* (scope.name* ihello) (types*) (ev…) …))
In ice-9/ports.scm:
   462:17  9 (call-with-output-file _ _ #:binary _ #:encoding _)
    473:4  8 (with-output-to-port _ _)
In gaiag/code.scm:
   525:26  7 (pipe # #)
In ice-9/ports.scm:
    549:4  6 (call-with-output-string _)
    473:4  5 (with-output-to-port _ _)
In gaiag/code.scm:
    592:5  4 (code-file _ _)
In gaiag/deprecated/code.scm:
  1147:16  3 (code:animate-file _ _)
In gaiag/deprecated/animate.scm:
    72:18  2 (animate-file _ _ _)
In ice-9/ports.scm:
   444:17  1 (call-with-input-file _ _ #:binary _ #:encoding _ # _)
    469:4  0 (with-input-from-port _ _)
ice-9/ports.scm:469:4: In procedure with-input-from-port:
Throw to key `match-error' with args `(((eval . #f) (tell 327) (start . 227) (exception "function" "" (quote ()) #f)))'.
make: *** [/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make:33: code] Error 1
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/build-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/execute-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/triangle-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/hellooutparam OUT=out/hellooutparam/python MODEL=hellooutparam -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellooutparam/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/hellooutparam/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/hellooutparam/python/dzn/$file;\
done
for file in out/hellooutparam/hellooutparam.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m hellooutparam  -o out/hellooutparam/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/build-python 
          make DIR=out/hellooutparam LANGUAGE=python OUT=out/hellooutparam/python IN=out/hellooutparam/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/hellooutparam/python/main.py out/hellooutparam/python/test
chmod +x out/hellooutparam/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/execute-python 
          timeout 10 diff -uw out/hellooutparam/hellooutparam.trace.0 <(set -o pipefail;cat out/hellooutparam/hellooutparam.trace.0 | python out/hellooutparam/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellooutparam/hellooutparam.trace.0 | python out/hellooutparam/python/test ; echo "E""R""R""O""R"))
.h.hello -> sut.h.hello
Traceback (most recent call last):
  File "out/hellooutparam/python/test", line 90, in 
    main ()
  File "out/hellooutparam/python/test", line 86, in main
    event_map[s] ()
  File "out/hellooutparam/python/dzn/hellooutparam.py", line 17, in 
    self.h.inport.hello = lambda *args: runtime.call_in (self, lambda: self.h_hello (*args), (self.h, 'hello'))
  File "out/hellooutparam/python/runtime.py", line 76, in call_in
    c.rt.handle (c, f)
  File "out/hellooutparam/python/runtime.py", line 49, in handle
    f ()
  File "out/hellooutparam/python/dzn/hellooutparam.py", line 17, in 
    self.h.inport.hello = lambda *args: runtime.call_in (self, lambda: self.h_hello (*args), (self.h, 'hello'))
TypeError: h_hello() takes exactly 2 arguments (1 given)
--- out/hellooutparam/hellooutparam.trace.0	2020-07-02 11:39:33.352895348 +0000
+++ /dev/fd/63	2020-07-02 11:40:17.220849675 +0000
@@ -1,4 +1,2 @@
 h.hello
-w.world
-w.return
-h.return
\ No newline at end of file
+ERROR
     
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/triangle-python 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellooutparam/view 
          FIXME 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/convert 
          convert: [SKIPPED] no DM file out/helloint/helloint.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/helloint/helloint.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/table 
          table: [SKIPPED] no baseline out/helloint/baseline/table/helloint-state.dzntable: [SKIPPED] no baseline out/helloint/baseline/table/helloint-event.dzntable: [SKIPPED] no baseline out/helloint/baseline/table/helloint-state.htmltable: [SKIPPED] no baseline out/helloint/baseline/table/helloint-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m helloint -o out/helloint out/helloint/helloint.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/helloint OUT=out/helloint/c++ MODEL=helloint -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloint/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/helloint/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/helloint/c++/dzn/$file;\
done
for file in out/helloint/helloint.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m helloint  -o out/helloint/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/build-c++ 
          make DIR=out/helloint LANGUAGE=c++ OUT=out/helloint/c++ IN=out/helloint/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/helloint/c++/
g++ -g -std=c++11 -MMD -MF out/helloint/c++/pump.d -MT 'out/helloint/c++/pump.d out/helloint/c++/pump.o' -pthread -Iout/helloint/c++ -Iout/helloint/c++/.. -Iout/helloint/c++ -Iout/helloint/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloint/c++/pump.o out/helloint/c++/pump.cc
mkdir -p out/helloint/c++/
g++ -g -std=c++11 -MMD -MF out/helloint/c++/helloint.d -MT 'out/helloint/c++/helloint.d out/helloint/c++/helloint.o' -pthread -Iout/helloint/c++ -Iout/helloint/c++/.. -Iout/helloint/c++ -Iout/helloint/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloint/c++/helloint.o out/helloint/c++/helloint.cc
mkdir -p out/helloint/c++/
g++ -g -std=c++11 -MMD -MF out/helloint/c++/main.d -MT 'out/helloint/c++/main.d out/helloint/c++/main.o' -pthread -Iout/helloint/c++ -Iout/helloint/c++/.. -Iout/helloint/c++ -Iout/helloint/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloint/c++/main.o out/helloint/c++/main.cc
mkdir -p out/helloint/c++/
g++ -g -std=c++11 -MMD -MF out/helloint/c++/runtime.d -MT 'out/helloint/c++/runtime.d out/helloint/c++/runtime.o' -pthread -Iout/helloint/c++ -Iout/helloint/c++/.. -Iout/helloint/c++ -Iout/helloint/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloint/c++/runtime.o out/helloint/c++/runtime.cc
mkdir -p out/helloint/c++/
g++ -g -std=c++11 -MMD -MF out/helloint/c++/test -MT 'out/helloint/c++/test out/helloint/c++/test' -pthread -Iout/helloint/c++ -Iout/helloint/c++/.. -Iout/helloint/c++ -Iout/helloint/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/helloint/c++/test out/helloint/c++/pump.o out/helloint/c++/helloint.o out/helloint/c++/main.o out/helloint/c++/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/execute-c++ 
          timeout 10 diff -uw out/helloint/helloint.trace.0 <(set -o pipefail;cat out/helloint/helloint.trace.0 |  out/helloint/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloint/helloint.trace.0 |  out/helloint/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/run 
          diff -uw <(grep -v "" out/helloint/helloint.trace.0) <(grep -v "" out/helloint/helloint.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=helloint out/helloint/helloint.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=helloint   out/helloint/helloint.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/helloint OUT=out/helloint/c++03 MODEL=helloint -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloint/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/helloint/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/helloint/c++03/dzn/$file;\
done
for file in out/helloint/helloint.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m helloint  -o out/helloint/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/build-c++03 
          make DIR=out/helloint LANGUAGE=c++03 OUT=out/helloint/c++03 IN=out/helloint/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/helloint/c++03/
g++ -g -std=c++11 -MMD -MF out/helloint/c++03/pump.d -MT 'out/helloint/c++03/pump.d out/helloint/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloint/c++03 -Iout/helloint/c++03/.. -Iout/helloint/c++03 -Iout/helloint/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloint/c++03/pump.o out/helloint/c++03/pump.cc
mkdir -p out/helloint/c++03/
g++ -g -std=c++03 -MMD -MF out/helloint/c++03/helloint.d -MT 'out/helloint/c++03/helloint.d out/helloint/c++03/helloint.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloint/c++03 -Iout/helloint/c++03/.. -Iout/helloint/c++03 -Iout/helloint/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloint/c++03/helloint.o out/helloint/c++03/helloint.cc
mkdir -p out/helloint/c++03/
g++ -g -std=c++11 -MMD -MF out/helloint/c++03/main.d -MT 'out/helloint/c++03/main.d out/helloint/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloint/c++03 -Iout/helloint/c++03/.. -Iout/helloint/c++03 -Iout/helloint/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloint/c++03/main.o out/helloint/c++03/main.cc
mkdir -p out/helloint/c++03/
g++ -g -std=c++03 -MMD -MF out/helloint/c++03/runtime.d -MT 'out/helloint/c++03/runtime.d out/helloint/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloint/c++03 -Iout/helloint/c++03/.. -Iout/helloint/c++03 -Iout/helloint/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloint/c++03/runtime.o out/helloint/c++03/runtime.cc
mkdir -p out/helloint/c++03/
g++ -g -std=c++03 -MMD -MF out/helloint/c++03/test -MT 'out/helloint/c++03/test out/helloint/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloint/c++03 -Iout/helloint/c++03/.. -Iout/helloint/c++03 -Iout/helloint/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/helloint/c++03/test out/helloint/c++03/pump.o out/helloint/c++03/helloint.o out/helloint/c++03/main.o out/helloint/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/execute-c++03 
          timeout 10 diff -uw out/helloint/helloint.trace.0 <(set -o pipefail;cat out/helloint/helloint.trace.0 |  out/helloint/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloint/helloint.trace.0 |  out/helloint/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/helloint OUT=out/helloint/c++-msvc11 MODEL=helloint -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloint/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/helloint/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/helloint/c++-msvc11/dzn/$file;\
done
for file in out/helloint/helloint.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m helloint  -o out/helloint/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/build-c++-msvc11 
          make DIR=out/helloint LANGUAGE=c++-msvc11 OUT=out/helloint/c++-msvc11 IN=out/helloint/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/helloint/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloint/c++-msvc11/pump.d -MT 'out/helloint/c++-msvc11/pump.d out/helloint/c++-msvc11/pump.o' -pthread -Iout/helloint/c++-msvc11 -Iout/helloint/c++-msvc11/.. -Iout/helloint/c++-msvc11 -Iout/helloint/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloint/c++-msvc11/pump.o out/helloint/c++-msvc11/pump.cc
mkdir -p out/helloint/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloint/c++-msvc11/helloint.d -MT 'out/helloint/c++-msvc11/helloint.d out/helloint/c++-msvc11/helloint.o' -pthread -Iout/helloint/c++-msvc11 -Iout/helloint/c++-msvc11/.. -Iout/helloint/c++-msvc11 -Iout/helloint/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloint/c++-msvc11/helloint.o out/helloint/c++-msvc11/helloint.cc
mkdir -p out/helloint/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloint/c++-msvc11/main.d -MT 'out/helloint/c++-msvc11/main.d out/helloint/c++-msvc11/main.o' -pthread -Iout/helloint/c++-msvc11 -Iout/helloint/c++-msvc11/.. -Iout/helloint/c++-msvc11 -Iout/helloint/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloint/c++-msvc11/main.o out/helloint/c++-msvc11/main.cc
mkdir -p out/helloint/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloint/c++-msvc11/runtime.d -MT 'out/helloint/c++-msvc11/runtime.d out/helloint/c++-msvc11/runtime.o' -pthread -Iout/helloint/c++-msvc11 -Iout/helloint/c++-msvc11/.. -Iout/helloint/c++-msvc11 -Iout/helloint/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloint/c++-msvc11/runtime.o out/helloint/c++-msvc11/runtime.cc
mkdir -p out/helloint/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloint/c++-msvc11/test -MT 'out/helloint/c++-msvc11/test out/helloint/c++-msvc11/test' -pthread -Iout/helloint/c++-msvc11 -Iout/helloint/c++-msvc11/.. -Iout/helloint/c++-msvc11 -Iout/helloint/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/helloint/c++-msvc11/test out/helloint/c++-msvc11/pump.o out/helloint/c++-msvc11/helloint.o out/helloint/c++-msvc11/main.o out/helloint/c++-msvc11/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/execute-c++-msvc11 
          timeout 10 diff -uw out/helloint/helloint.trace.0 <(set -o pipefail;cat out/helloint/helloint.trace.0 |  out/helloint/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloint/helloint.trace.0 |  out/helloint/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/helloint OUT=out/helloint/c MODEL=helloint -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloint/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/helloint/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/helloint/c/dzn/$file;\
done
for file in out/helloint/helloint.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m helloint  -o out/helloint/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/build-c 
          make DIR=out/helloint LANGUAGE=c OUT=out/helloint/c IN=out/helloint/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/helloint/c/
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -S -o out/helloint/c/mem.o.S out/helloint/c/mem.c
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -o out/helloint/c/mem.o out/helloint/c/mem.c
mkdir -p out/helloint/c/
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -S -o out/helloint/c/queue.o.S out/helloint/c/queue.c
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -o out/helloint/c/queue.o out/helloint/c/queue.c
mkdir -p out/helloint/c/
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -S -o out/helloint/c/locator.o.S out/helloint/c/locator.c
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -o out/helloint/c/locator.o out/helloint/c/locator.c
mkdir -p out/helloint/c/
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -S -o out/helloint/c/ihello.o.S out/helloint/c/ihello.c
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -o out/helloint/c/ihello.o out/helloint/c/ihello.c
mkdir -p out/helloint/c/
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -S -o out/helloint/c/iworld.o.S out/helloint/c/iworld.c
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -o out/helloint/c/iworld.o out/helloint/c/iworld.c
mkdir -p out/helloint/c/
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -S -o out/helloint/c/helloint.o.S out/helloint/c/helloint.c
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -o out/helloint/c/helloint.o out/helloint/c/helloint.c
mkdir -p out/helloint/c/
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -S -o out/helloint/c/main.o.S out/helloint/c/main.c
out/helloint/c/main.c: In function ‘read_line’:
out/helloint/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloint/c/main.c: In function ‘helloint_log_event_w_in_world’:
out/helloint/c/main.c:103:53: warning: passing argument 4 of ‘log_valued’ from incompatible pointer type [-Wincompatible-pointer-types]
  return log_valued("w.", "world", global_event_map, string_to__int, _int_to_string);}
                                                     ^
out/helloint/c/main.c:83:5: note: expected ‘int (*)(char *)’ but argument is of type ‘int8_t (*)(char *) {aka signed char (*)(char *)}’
 int log_valued(char* prefix, char* event, map* event_map, int (*string_to_value)(char*), char* (*value_to_string)(int))
     ^
out/helloint/c/main.c:103:69: warning: passing argument 5 of ‘log_valued’ from incompatible pointer type [-Wincompatible-pointer-types]
  return log_valued("w.", "world", global_event_map, string_to__int, _int_to_string);}
                                                                     ^
out/helloint/c/main.c:83:5: note: expected ‘char * (*)(int)’ but argument is of type ‘char * (*)(int8_t) {aka char * (*)(signed char)}’
 int log_valued(char* prefix, char* event, map* event_map, int (*string_to_value)(char*), char* (*value_to_string)(int))
     ^
out/helloint/c/main.c: In function ‘helloint_fill_event_map’:
out/helloint/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = helloint_log_event_w_in_world;
                 ^
out/helloint/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloint/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -o out/helloint/c/main.o out/helloint/c/main.c
out/helloint/c/main.c: In function ‘read_line’:
out/helloint/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloint/c/main.c: In function ‘helloint_log_event_w_in_world’:
out/helloint/c/main.c:103:53: warning: passing argument 4 of ‘log_valued’ from incompatible pointer type [-Wincompatible-pointer-types]
  return log_valued("w.", "world", global_event_map, string_to__int, _int_to_string);}
                                                     ^
out/helloint/c/main.c:83:5: note: expected ‘int (*)(char *)’ but argument is of type ‘int8_t (*)(char *) {aka signed char (*)(char *)}’
 int log_valued(char* prefix, char* event, map* event_map, int (*string_to_value)(char*), char* (*value_to_string)(int))
     ^
out/helloint/c/main.c:103:69: warning: passing argument 5 of ‘log_valued’ from incompatible pointer type [-Wincompatible-pointer-types]
  return log_valued("w.", "world", global_event_map, string_to__int, _int_to_string);}
                                                                     ^
out/helloint/c/main.c:83:5: note: expected ‘char * (*)(int)’ but argument is of type ‘char * (*)(int8_t) {aka char * (*)(signed char)}’
 int log_valued(char* prefix, char* event, map* event_map, int (*string_to_value)(char*), char* (*value_to_string)(int))
     ^
out/helloint/c/main.c: In function ‘helloint_fill_event_map’:
out/helloint/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = helloint_log_event_w_in_world;
                 ^
out/helloint/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloint/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/helloint/c/
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -S -o out/helloint/c/runtime.o.S out/helloint/c/runtime.c
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -o out/helloint/c/runtime.o out/helloint/c/runtime.c
mkdir -p out/helloint/c/
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -S -o out/helloint/c/map.o.S out/helloint/c/map.c
gcc --std=c99 -g -O0 -Iout/helloint/c  -c -o out/helloint/c/map.o out/helloint/c/map.c
mkdir -p out/helloint/c/
gcc --std=c99 -g -O0 -Iout/helloint/c   -o out/helloint/c/test out/helloint/c/mem.o out/helloint/c/queue.o out/helloint/c/locator.o out/helloint/c/ihello.o out/helloint/c/iworld.o out/helloint/c/helloint.o out/helloint/c/main.o out/helloint/c/runtime.o out/helloint/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/execute-c 
          timeout 10 diff -uw out/helloint/helloint.trace.0 <(set -o pipefail;cat out/helloint/helloint.trace.0 |  out/helloint/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloint/helloint.trace.0 |  out/helloint/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/helloint OUT=out/helloint/cs MODEL=helloint -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloint/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/helloint/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/helloint/cs/dzn/$file;\
done
for file in out/helloint/helloint.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m helloint  -o out/helloint/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/build-cs 
          make DIR=out/helloint LANGUAGE=cs OUT=out/helloint/cs IN=out/helloint/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/helloint/cs/main.cs out/helloint/cs/main.cs
mcs -debug -out:out/helloint/cs/test.exe out/helloint/cs/main.cs out/helloint/cs/ihello.cs out/helloint/cs/iworld.cs out/helloint/cs/helloint.cs out/helloint/cs/dzn/pump.cs out/helloint/cs/dzn/context.cs out/helloint/cs/dzn/meta.cs out/helloint/cs/dzn/runtime.cs out/helloint/cs/dzn/coroutine.cs out/helloint/cs/dzn/container.cs out/helloint/cs/dzn/locator.cs
out/helloint/cs/helloint.cs(43,16): warning CS0219: The variable `i' is assigned but its value is never used
out/helloint/cs/helloint.cs(9,10): warning CS0414: The private field `helloint.out_h' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
echo "$MONO_SCRIPT" > out/helloint/cs/test
chmod +x out/helloint/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/execute-cs 
          timeout 10 diff -uw out/helloint/helloint.trace.0 <(set -o pipefail;cat out/helloint/helloint.trace.0 | sh out/helloint/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloint/helloint.trace.0 | sh out/helloint/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/helloint OUT=out/helloint/javascript MODEL=helloint -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloint/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/helloint/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/helloint/javascript/dzn/$file;\
done
for file in out/helloint/helloint.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m helloint  -o out/helloint/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/build-javascript 
          make DIR=out/helloint LANGUAGE=javascript OUT=out/helloint/javascript IN=out/helloint/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/helloint/javascript/main.js out/helloint/javascript/test
chmod +x out/helloint/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/execute-javascript 
          timeout 10 diff -uw out/helloint/helloint.trace.0 <(set -o pipefail;cat out/helloint/helloint.trace.0 | node out/helloint/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloint/helloint.trace.0 | node out/helloint/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/helloint OUT=out/helloint/java MODEL=helloint -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/helloint/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/helloint/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/helloint/java/dzn/$file;\
done
for file in out/helloint/helloint.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m helloint  -o out/helloint/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/build-java 
          make DIR=out/helloint LANGUAGE=java OUT=out/helloint/java IN=out/helloint/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/helloint/java/dzn/*.java out/helloint/java
javac -Xdiags:verbose -d out/helloint/java out/helloint/java/*.java
out/helloint/java/main.java:90: error:  expected
    m.w.in.world = () -> {return log_valued("w.", "world", e, "w.int_", DznGlobal.int.class);};
                                                                                  ^
out/helloint/java/main.java:90: error:  expected
    m.w.in.world = () -> {return log_valued("w.", "world", e, "w.int_", DznGlobal.int.class);};
                                                                                      ^
out/helloint/java/main.java:90: error: illegal start of expression
    m.w.in.world = () -> {return log_valued("w.", "world", e, "w.int_", DznGlobal.int.class);};
                                                                                           ^
3 errors
make: *** [/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make:21: out/helloint/java/main.class] Error 1
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/execute-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/triangle-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/helloint OUT=out/helloint/python MODEL=helloint -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloint/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/helloint/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/helloint/python/dzn/$file;\
done
for file in out/helloint/helloint.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m helloint  -o out/helloint/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/build-python 
          make DIR=out/helloint LANGUAGE=python OUT=out/helloint/python IN=out/helloint/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/helloint/python/main.py out/helloint/python/test
chmod +x out/helloint/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/execute-python 
          timeout 10 diff -uw out/helloint/helloint.trace.0 <(set -o pipefail;cat out/helloint/helloint.trace.0 | python out/helloint/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloint/helloint.trace.0 | python out/helloint/python/test ; echo "E""R""R""O""R"))
Traceback (most recent call last):
  File "out/helloint/python/test", line 90, in 
    main ()
  File "out/helloint/python/test", line 86, in main
    event_map[s] ()
  File "out/helloint/python/dzn/helloint.py", line 18, in 
    self.h.inport.hello = lambda *args: runtime.rcall_in (self, lambda: self.h_hello (*args), (self.h, 'hello', self.h.int_to_string))
AttributeError: ihello instance has no attribute 'int_to_string'
--- out/helloint/helloint.trace.0	2020-07-02 11:39:33.168878760 +0000
+++ /dev/fd/63	2020-07-02 11:40:17.332859772 +0000
@@ -1,4 +1 @@
-h.hello
-w.world
-w.0
-h.0
\ No newline at end of file
+ERROR
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/triangle-python 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloint/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/convert 
          convert: [SKIPPED] no DM file out/helloworld/helloworld.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/helloworld/helloworld.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/table 
          table: [SKIPPED] no baseline out/helloworld/baseline/table/helloworld-state.dzntable: [SKIPPED] no baseline out/helloworld/baseline/table/helloworld-event.dzntable: [SKIPPED] no baseline out/helloworld/baseline/table/helloworld-state.htmltable: [SKIPPED] no baseline out/helloworld/baseline/table/helloworld-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m helloworld -o out/helloworld out/helloworld/helloworld.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/helloworld OUT=out/helloworld/cs MODEL=helloworld -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloworld/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/helloworld/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/helloworld/cs/dzn/$file;\
done
for file in out/helloworld/helloworld.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m helloworld  -o out/helloworld/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/build-cs 
          make DIR=out/helloworld LANGUAGE=cs OUT=out/helloworld/cs IN=out/helloworld/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/helloworld/cs/main.cs out/helloworld/cs/main.cs
mcs -debug -out:out/helloworld/cs/test.exe out/helloworld/cs/main.cs out/helloworld/cs/ihello.cs out/helloworld/cs/iworld.cs out/helloworld/cs/helloworld.cs out/helloworld/cs/dzn/pump.cs out/helloworld/cs/dzn/context.cs out/helloworld/cs/dzn/meta.cs out/helloworld/cs/dzn/runtime.cs out/helloworld/cs/dzn/coroutine.cs out/helloworld/cs/dzn/container.cs out/helloworld/cs/dzn/locator.cs
out/helloworld/cs/helloworld.cs(7,10): warning CS0414: The private field `helloworld.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/helloworld/cs/test
chmod +x out/helloworld/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/execute-cs 
          timeout 10 diff -uw out/helloworld/helloworld.trace.0 <(set -o pipefail;cat out/helloworld/helloworld.trace.0 | sh out/helloworld/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloworld/helloworld.trace.0 | sh out/helloworld/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/run 
          diff -uw <(grep -v "" out/helloworld/helloworld.trace.0) <(grep -v "" out/helloworld/helloworld.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=helloworld out/helloworld/helloworld.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=helloworld   out/helloworld/helloworld.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/helloworld OUT=out/helloworld/c++ MODEL=helloworld -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloworld/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/helloworld/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/helloworld/c++/dzn/$file;\
done
for file in out/helloworld/helloworld.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m helloworld  -o out/helloworld/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/build-c++ 
          make DIR=out/helloworld LANGUAGE=c++ OUT=out/helloworld/c++ IN=out/helloworld/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/helloworld/c++/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++/helloworld.d -MT 'out/helloworld/c++/helloworld.d out/helloworld/c++/helloworld.o' -pthread -Iout/helloworld/c++ -Iout/helloworld/c++/.. -Iout/helloworld/c++ -Iout/helloworld/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloworld/c++/helloworld.o out/helloworld/c++/helloworld.cc
mkdir -p out/helloworld/c++/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++/pump.d -MT 'out/helloworld/c++/pump.d out/helloworld/c++/pump.o' -pthread -Iout/helloworld/c++ -Iout/helloworld/c++/.. -Iout/helloworld/c++ -Iout/helloworld/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloworld/c++/pump.o out/helloworld/c++/pump.cc
mkdir -p out/helloworld/c++/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++/main.d -MT 'out/helloworld/c++/main.d out/helloworld/c++/main.o' -pthread -Iout/helloworld/c++ -Iout/helloworld/c++/.. -Iout/helloworld/c++ -Iout/helloworld/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloworld/c++/main.o out/helloworld/c++/main.cc
mkdir -p out/helloworld/c++/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++/runtime.d -MT 'out/helloworld/c++/runtime.d out/helloworld/c++/runtime.o' -pthread -Iout/helloworld/c++ -Iout/helloworld/c++/.. -Iout/helloworld/c++ -Iout/helloworld/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloworld/c++/runtime.o out/helloworld/c++/runtime.cc
mkdir -p out/helloworld/c++/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++/test -MT 'out/helloworld/c++/test out/helloworld/c++/test' -pthread -Iout/helloworld/c++ -Iout/helloworld/c++/.. -Iout/helloworld/c++ -Iout/helloworld/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/helloworld/c++/test out/helloworld/c++/helloworld.o out/helloworld/c++/pump.o out/helloworld/c++/main.o out/helloworld/c++/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/execute-c++ 
          timeout 10 diff -uw out/helloworld/helloworld.trace.0 <(set -o pipefail;cat out/helloworld/helloworld.trace.0 |  out/helloworld/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloworld/helloworld.trace.0 |  out/helloworld/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/helloworld OUT=out/helloworld/c++-msvc11 MODEL=helloworld -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloworld/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/helloworld/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/helloworld/c++-msvc11/dzn/$file;\
done
for file in out/helloworld/helloworld.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m helloworld  -o out/helloworld/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/build-c++-msvc11 
          make DIR=out/helloworld LANGUAGE=c++-msvc11 OUT=out/helloworld/c++-msvc11 IN=out/helloworld/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/helloworld/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++-msvc11/helloworld.d -MT 'out/helloworld/c++-msvc11/helloworld.d out/helloworld/c++-msvc11/helloworld.o' -pthread -Iout/helloworld/c++-msvc11 -Iout/helloworld/c++-msvc11/.. -Iout/helloworld/c++-msvc11 -Iout/helloworld/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloworld/c++-msvc11/helloworld.o out/helloworld/c++-msvc11/helloworld.cc
mkdir -p out/helloworld/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++-msvc11/pump.d -MT 'out/helloworld/c++-msvc11/pump.d out/helloworld/c++-msvc11/pump.o' -pthread -Iout/helloworld/c++-msvc11 -Iout/helloworld/c++-msvc11/.. -Iout/helloworld/c++-msvc11 -Iout/helloworld/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloworld/c++-msvc11/pump.o out/helloworld/c++-msvc11/pump.cc
mkdir -p out/helloworld/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++-msvc11/main.d -MT 'out/helloworld/c++-msvc11/main.d out/helloworld/c++-msvc11/main.o' -pthread -Iout/helloworld/c++-msvc11 -Iout/helloworld/c++-msvc11/.. -Iout/helloworld/c++-msvc11 -Iout/helloworld/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloworld/c++-msvc11/main.o out/helloworld/c++-msvc11/main.cc
mkdir -p out/helloworld/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++-msvc11/runtime.d -MT 'out/helloworld/c++-msvc11/runtime.d out/helloworld/c++-msvc11/runtime.o' -pthread -Iout/helloworld/c++-msvc11 -Iout/helloworld/c++-msvc11/.. -Iout/helloworld/c++-msvc11 -Iout/helloworld/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloworld/c++-msvc11/runtime.o out/helloworld/c++-msvc11/runtime.cc
mkdir -p out/helloworld/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++-msvc11/test -MT 'out/helloworld/c++-msvc11/test out/helloworld/c++-msvc11/test' -pthread -Iout/helloworld/c++-msvc11 -Iout/helloworld/c++-msvc11/.. -Iout/helloworld/c++-msvc11 -Iout/helloworld/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/helloworld/c++-msvc11/test out/helloworld/c++-msvc11/helloworld.o out/helloworld/c++-msvc11/pump.o out/helloworld/c++-msvc11/main.o out/helloworld/c++-msvc11/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/execute-c++-msvc11 
          timeout 10 diff -uw out/helloworld/helloworld.trace.0 <(set -o pipefail;cat out/helloworld/helloworld.trace.0 |  out/helloworld/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloworld/helloworld.trace.0 |  out/helloworld/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/helloworld OUT=out/helloworld/java MODEL=helloworld -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/helloworld/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/helloworld/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/helloworld/java/dzn/$file;\
done
for file in out/helloworld/helloworld.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m helloworld  -o out/helloworld/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/build-java 
          make DIR=out/helloworld LANGUAGE=java OUT=out/helloworld/java IN=out/helloworld/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/helloworld/java/dzn/*.java out/helloworld/java
javac -Xdiags:verbose -d out/helloworld/java out/helloworld/java/*.java
echo "$JAVA_SCRIPT" > out/helloworld/java/test
chmod +x out/helloworld/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/execute-java 
          timeout 10 diff -uw out/helloworld/helloworld.trace.0 <(set -o pipefail;cat out/helloworld/helloworld.trace.0 |  out/helloworld/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloworld/helloworld.trace.0 |  out/helloworld/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/triangle-java 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/helloworld OUT=out/helloworld/python MODEL=helloworld -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloworld/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/helloworld/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/helloworld/python/dzn/$file;\
done
for file in out/helloworld/helloworld.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m helloworld  -o out/helloworld/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/build-python 
          make DIR=out/helloworld LANGUAGE=python OUT=out/helloworld/python IN=out/helloworld/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/helloworld/python/main.py out/helloworld/python/test
chmod +x out/helloworld/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/execute-python 
          timeout 10 diff -uw out/helloworld/helloworld.trace.0 <(set -o pipefail;cat out/helloworld/helloworld.trace.0 | python out/helloworld/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloworld/helloworld.trace.0 | python out/helloworld/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/triangle-python 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/build-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/code-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/execute-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/build-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/code-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/execute-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/build-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/code-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/execute-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloworld/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/convert 
          convert: [SKIPPED] no DM file out/hellobool/hellobool.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/hellobool/hellobool.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/table 
          table: [SKIPPED] no baseline out/hellobool/baseline/table/hellobool-state.dzntable: [SKIPPED] no baseline out/hellobool/baseline/table/hellobool-event.dzntable: [SKIPPED] no baseline out/hellobool/baseline/table/hellobool-state.htmltable: [SKIPPED] no baseline out/hellobool/baseline/table/hellobool-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m hellobool -o out/hellobool out/hellobool/hellobool.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/hellobool OUT=out/hellobool/c++ MODEL=hellobool -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellobool/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/hellobool/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/hellobool/c++/dzn/$file;\
done
for file in out/hellobool/hellobool.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m hellobool  -o out/hellobool/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/build-c++ 
          make DIR=out/hellobool LANGUAGE=c++ OUT=out/hellobool/c++ IN=out/hellobool/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/hellobool/c++/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++/pump.d -MT 'out/hellobool/c++/pump.d out/hellobool/c++/pump.o' -pthread -Iout/hellobool/c++ -Iout/hellobool/c++/.. -Iout/hellobool/c++ -Iout/hellobool/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellobool/c++/pump.o out/hellobool/c++/pump.cc
mkdir -p out/hellobool/c++/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++/main.d -MT 'out/hellobool/c++/main.d out/hellobool/c++/main.o' -pthread -Iout/hellobool/c++ -Iout/hellobool/c++/.. -Iout/hellobool/c++ -Iout/hellobool/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellobool/c++/main.o out/hellobool/c++/main.cc
mkdir -p out/hellobool/c++/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++/runtime.d -MT 'out/hellobool/c++/runtime.d out/hellobool/c++/runtime.o' -pthread -Iout/hellobool/c++ -Iout/hellobool/c++/.. -Iout/hellobool/c++ -Iout/hellobool/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellobool/c++/runtime.o out/hellobool/c++/runtime.cc
mkdir -p out/hellobool/c++/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++/hellobool.d -MT 'out/hellobool/c++/hellobool.d out/hellobool/c++/hellobool.o' -pthread -Iout/hellobool/c++ -Iout/hellobool/c++/.. -Iout/hellobool/c++ -Iout/hellobool/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellobool/c++/hellobool.o out/hellobool/c++/hellobool.cc
mkdir -p out/hellobool/c++/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++/test -MT 'out/hellobool/c++/test out/hellobool/c++/test' -pthread -Iout/hellobool/c++ -Iout/hellobool/c++/.. -Iout/hellobool/c++ -Iout/hellobool/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/hellobool/c++/test out/hellobool/c++/pump.o out/hellobool/c++/main.o out/hellobool/c++/runtime.o out/hellobool/c++/hellobool.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/execute-c++ 
          timeout 10 diff -uw out/hellobool/hellobool.trace.0 <(set -o pipefail;cat out/hellobool/hellobool.trace.0 |  out/hellobool/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellobool/hellobool.trace.0 |  out/hellobool/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/run 
          diff -uw <(grep -v "" out/hellobool/hellobool.trace.0) <(grep -v "" out/hellobool/hellobool.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=hellobool out/hellobool/hellobool.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=hellobool   out/hellobool/hellobool.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/hellobool OUT=out/hellobool/c++03 MODEL=hellobool -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellobool/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/hellobool/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/hellobool/c++03/dzn/$file;\
done
for file in out/hellobool/hellobool.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m hellobool  -o out/hellobool/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/build-c++03 
          make DIR=out/hellobool LANGUAGE=c++03 OUT=out/hellobool/c++03 IN=out/hellobool/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/hellobool/c++03/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++03/pump.d -MT 'out/hellobool/c++03/pump.d out/hellobool/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellobool/c++03 -Iout/hellobool/c++03/.. -Iout/hellobool/c++03 -Iout/hellobool/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellobool/c++03/pump.o out/hellobool/c++03/pump.cc
mkdir -p out/hellobool/c++03/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++03/main.d -MT 'out/hellobool/c++03/main.d out/hellobool/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellobool/c++03 -Iout/hellobool/c++03/.. -Iout/hellobool/c++03 -Iout/hellobool/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellobool/c++03/main.o out/hellobool/c++03/main.cc
mkdir -p out/hellobool/c++03/
g++ -g -std=c++03 -MMD -MF out/hellobool/c++03/runtime.d -MT 'out/hellobool/c++03/runtime.d out/hellobool/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellobool/c++03 -Iout/hellobool/c++03/.. -Iout/hellobool/c++03 -Iout/hellobool/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellobool/c++03/runtime.o out/hellobool/c++03/runtime.cc
mkdir -p out/hellobool/c++03/
g++ -g -std=c++03 -MMD -MF out/hellobool/c++03/hellobool.d -MT 'out/hellobool/c++03/hellobool.d out/hellobool/c++03/hellobool.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellobool/c++03 -Iout/hellobool/c++03/.. -Iout/hellobool/c++03 -Iout/hellobool/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellobool/c++03/hellobool.o out/hellobool/c++03/hellobool.cc
mkdir -p out/hellobool/c++03/
g++ -g -std=c++03 -MMD -MF out/hellobool/c++03/test -MT 'out/hellobool/c++03/test out/hellobool/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellobool/c++03 -Iout/hellobool/c++03/.. -Iout/hellobool/c++03 -Iout/hellobool/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/hellobool/c++03/test out/hellobool/c++03/pump.o out/hellobool/c++03/main.o out/hellobool/c++03/runtime.o out/hellobool/c++03/hellobool.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/execute-c++03 
          timeout 10 diff -uw out/hellobool/hellobool.trace.0 <(set -o pipefail;cat out/hellobool/hellobool.trace.0 |  out/hellobool/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellobool/hellobool.trace.0 |  out/hellobool/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/hellobool OUT=out/hellobool/c++-msvc11 MODEL=hellobool -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellobool/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/hellobool/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/hellobool/c++-msvc11/dzn/$file;\
done
for file in out/hellobool/hellobool.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m hellobool  -o out/hellobool/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/build-c++-msvc11 
          make DIR=out/hellobool LANGUAGE=c++-msvc11 OUT=out/hellobool/c++-msvc11 IN=out/hellobool/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/hellobool/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++-msvc11/pump.d -MT 'out/hellobool/c++-msvc11/pump.d out/hellobool/c++-msvc11/pump.o' -pthread -Iout/hellobool/c++-msvc11 -Iout/hellobool/c++-msvc11/.. -Iout/hellobool/c++-msvc11 -Iout/hellobool/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellobool/c++-msvc11/pump.o out/hellobool/c++-msvc11/pump.cc
mkdir -p out/hellobool/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++-msvc11/main.d -MT 'out/hellobool/c++-msvc11/main.d out/hellobool/c++-msvc11/main.o' -pthread -Iout/hellobool/c++-msvc11 -Iout/hellobool/c++-msvc11/.. -Iout/hellobool/c++-msvc11 -Iout/hellobool/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellobool/c++-msvc11/main.o out/hellobool/c++-msvc11/main.cc
mkdir -p out/hellobool/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++-msvc11/runtime.d -MT 'out/hellobool/c++-msvc11/runtime.d out/hellobool/c++-msvc11/runtime.o' -pthread -Iout/hellobool/c++-msvc11 -Iout/hellobool/c++-msvc11/.. -Iout/hellobool/c++-msvc11 -Iout/hellobool/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellobool/c++-msvc11/runtime.o out/hellobool/c++-msvc11/runtime.cc
mkdir -p out/hellobool/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++-msvc11/hellobool.d -MT 'out/hellobool/c++-msvc11/hellobool.d out/hellobool/c++-msvc11/hellobool.o' -pthread -Iout/hellobool/c++-msvc11 -Iout/hellobool/c++-msvc11/.. -Iout/hellobool/c++-msvc11 -Iout/hellobool/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellobool/c++-msvc11/hellobool.o out/hellobool/c++-msvc11/hellobool.cc
mkdir -p out/hellobool/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellobool/c++-msvc11/test -MT 'out/hellobool/c++-msvc11/test out/hellobool/c++-msvc11/test' -pthread -Iout/hellobool/c++-msvc11 -Iout/hellobool/c++-msvc11/.. -Iout/hellobool/c++-msvc11 -Iout/hellobool/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/hellobool/c++-msvc11/test out/hellobool/c++-msvc11/pump.o out/hellobool/c++-msvc11/main.o out/hellobool/c++-msvc11/runtime.o out/hellobool/c++-msvc11/hellobool.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/execute-c++-msvc11 
          timeout 10 diff -uw out/hellobool/hellobool.trace.0 <(set -o pipefail;cat out/hellobool/hellobool.trace.0 |  out/hellobool/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellobool/hellobool.trace.0 |  out/hellobool/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/hellobool OUT=out/hellobool/c MODEL=hellobool -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellobool/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/hellobool/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/hellobool/c/dzn/$file;\
done
for file in out/hellobool/hellobool.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m hellobool  -o out/hellobool/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/build-c 
          make DIR=out/hellobool LANGUAGE=c OUT=out/hellobool/c IN=out/hellobool/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/hellobool/c/
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -S -o out/hellobool/c/mem.o.S out/hellobool/c/mem.c
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -o out/hellobool/c/mem.o out/hellobool/c/mem.c
mkdir -p out/hellobool/c/
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -S -o out/hellobool/c/queue.o.S out/hellobool/c/queue.c
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -o out/hellobool/c/queue.o out/hellobool/c/queue.c
mkdir -p out/hellobool/c/
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -S -o out/hellobool/c/locator.o.S out/hellobool/c/locator.c
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -o out/hellobool/c/locator.o out/hellobool/c/locator.c
mkdir -p out/hellobool/c/
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -S -o out/hellobool/c/ihello.o.S out/hellobool/c/ihello.c
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -o out/hellobool/c/ihello.o out/hellobool/c/ihello.c
mkdir -p out/hellobool/c/
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -S -o out/hellobool/c/iworld.o.S out/hellobool/c/iworld.c
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -o out/hellobool/c/iworld.o out/hellobool/c/iworld.c
mkdir -p out/hellobool/c/
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -S -o out/hellobool/c/main.o.S out/hellobool/c/main.c
out/hellobool/c/main.c: In function ‘read_line’:
out/hellobool/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellobool/c/main.c: In function ‘hellobool_log_event_w_in_world’:
out/hellobool/c/main.c:103:53: warning: passing argument 4 of ‘log_valued’ from incompatible pointer type [-Wincompatible-pointer-types]
  return log_valued("w.", "world", global_event_map, string_to__bool, _bool_to_string);}
                                                     ^
out/hellobool/c/main.c:83:5: note: expected ‘int (*)(char *)’ but argument is of type ‘_Bool (*)(char *)’
 int log_valued(char* prefix, char* event, map* event_map, int (*string_to_value)(char*), char* (*value_to_string)(int))
     ^
out/hellobool/c/main.c:103:70: warning: passing argument 5 of ‘log_valued’ from incompatible pointer type [-Wincompatible-pointer-types]
  return log_valued("w.", "world", global_event_map, string_to__bool, _bool_to_string);}
                                                                      ^
out/hellobool/c/main.c:83:5: note: expected ‘char * (*)(int)’ but argument is of type ‘char * (*)(_Bool)’
 int log_valued(char* prefix, char* event, map* event_map, int (*string_to_value)(char*), char* (*value_to_string)(int))
     ^
out/hellobool/c/main.c: In function ‘hellobool_fill_event_map’:
out/hellobool/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = hellobool_log_event_w_in_world;
                 ^
out/hellobool/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellobool/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -o out/hellobool/c/main.o out/hellobool/c/main.c
out/hellobool/c/main.c: In function ‘read_line’:
out/hellobool/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellobool/c/main.c: In function ‘hellobool_log_event_w_in_world’:
out/hellobool/c/main.c:103:53: warning: passing argument 4 of ‘log_valued’ from incompatible pointer type [-Wincompatible-pointer-types]
  return log_valued("w.", "world", global_event_map, string_to__bool, _bool_to_string);}
                                                     ^
out/hellobool/c/main.c:83:5: note: expected ‘int (*)(char *)’ but argument is of type ‘_Bool (*)(char *)’
 int log_valued(char* prefix, char* event, map* event_map, int (*string_to_value)(char*), char* (*value_to_string)(int))
     ^
out/hellobool/c/main.c:103:70: warning: passing argument 5 of ‘log_valued’ from incompatible pointer type [-Wincompatible-pointer-types]
  return log_valued("w.", "world", global_event_map, string_to__bool, _bool_to_string);}
                                                                      ^
out/hellobool/c/main.c:83:5: note: expected ‘char * (*)(int)’ but argument is of type ‘char * (*)(_Bool)’
 int log_valued(char* prefix, char* event, map* event_map, int (*string_to_value)(char*), char* (*value_to_string)(int))
     ^
out/hellobool/c/main.c: In function ‘hellobool_fill_event_map’:
out/hellobool/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = hellobool_log_event_w_in_world;
                 ^
out/hellobool/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellobool/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/hellobool/c/
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -S -o out/hellobool/c/runtime.o.S out/hellobool/c/runtime.c
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -o out/hellobool/c/runtime.o out/hellobool/c/runtime.c
mkdir -p out/hellobool/c/
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -S -o out/hellobool/c/hellobool.o.S out/hellobool/c/hellobool.c
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -o out/hellobool/c/hellobool.o out/hellobool/c/hellobool.c
mkdir -p out/hellobool/c/
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -S -o out/hellobool/c/map.o.S out/hellobool/c/map.c
gcc --std=c99 -g -O0 -Iout/hellobool/c  -c -o out/hellobool/c/map.o out/hellobool/c/map.c
mkdir -p out/hellobool/c/
gcc --std=c99 -g -O0 -Iout/hellobool/c   -o out/hellobool/c/test out/hellobool/c/mem.o out/hellobool/c/queue.o out/hellobool/c/locator.o out/hellobool/c/ihello.o out/hellobool/c/iworld.o out/hellobool/c/main.o out/hellobool/c/runtime.o out/hellobool/c/hellobool.o out/hellobool/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/execute-c 
          timeout 10 diff -uw out/hellobool/hellobool.trace.0 <(set -o pipefail;cat out/hellobool/hellobool.trace.0 |  out/hellobool/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellobool/hellobool.trace.0 |  out/hellobool/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/hellobool OUT=out/hellobool/cs MODEL=hellobool -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellobool/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/hellobool/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/hellobool/cs/dzn/$file;\
done
for file in out/hellobool/hellobool.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m hellobool  -o out/hellobool/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/build-cs 
          make DIR=out/hellobool LANGUAGE=cs OUT=out/hellobool/cs IN=out/hellobool/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/hellobool/cs/main.cs out/hellobool/cs/main.cs
mcs -debug -out:out/hellobool/cs/test.exe out/hellobool/cs/main.cs out/hellobool/cs/ihello.cs out/hellobool/cs/iworld.cs out/hellobool/cs/hellobool.cs out/hellobool/cs/dzn/pump.cs out/hellobool/cs/dzn/context.cs out/hellobool/cs/dzn/meta.cs out/hellobool/cs/dzn/runtime.cs out/hellobool/cs/dzn/coroutine.cs out/hellobool/cs/dzn/container.cs out/hellobool/cs/dzn/locator.cs
out/hellobool/cs/hellobool.cs(9,10): warning CS0414: The private field `hellobool.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/hellobool/cs/test
chmod +x out/hellobool/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/execute-cs 
          timeout 10 diff -uw out/hellobool/hellobool.trace.0 <(set -o pipefail;cat out/hellobool/hellobool.trace.0 | sh out/hellobool/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellobool/hellobool.trace.0 | sh out/hellobool/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/hellobool OUT=out/hellobool/javascript MODEL=hellobool -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellobool/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/hellobool/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/hellobool/javascript/dzn/$file;\
done
for file in out/hellobool/hellobool.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m hellobool  -o out/hellobool/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/build-javascript 
          make DIR=out/hellobool LANGUAGE=javascript OUT=out/hellobool/javascript IN=out/hellobool/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/hellobool/javascript/main.js out/hellobool/javascript/test
chmod +x out/hellobool/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/execute-javascript 
          timeout 10 diff -uw out/hellobool/hellobool.trace.0 <(set -o pipefail;cat out/hellobool/hellobool.trace.0 | node out/hellobool/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellobool/hellobool.trace.0 | node out/hellobool/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/hellobool OUT=out/hellobool/java MODEL=hellobool -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/hellobool/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/hellobool/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/hellobool/java/dzn/$file;\
done
for file in out/hellobool/hellobool.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m hellobool  -o out/hellobool/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/build-java 
          make DIR=out/hellobool LANGUAGE=java OUT=out/hellobool/java IN=out/hellobool/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/hellobool/java/dzn/*.java out/hellobool/java
javac -Xdiags:verbose -d out/hellobool/java out/hellobool/java/*.java
out/hellobool/java/hellobool.java:23: error: no suitable method found for callIn(hellobool,()->{ retu[...](); },Meta)
    h.in.hello = () -> {return Runtime.callIn(this, () -> {return h_hello();}, new Meta(this.h, "hello"));};
                                      ^
    method Runtime.callIn(Component,Action,Meta) is not applicable
      (argument mismatch; bad return type in lambda expression
          unexpected return value)
    method Runtime.callIn(Component,ValuedAction,Meta) is not applicable
      (inferred type does not conform to upper bound(s)
        inferred: Boolean
        upper bound(s): Enum)
  where R is a type-variable:
    R extends Enum declared in method callIn(Component,ValuedAction,Meta)
out/hellobool/java/main.java:90: error: package DznGlobal does not exist
    m.w.in.world = () -> {return log_valued("w.", "world", e, "w.bool_", DznGlobal.bool.class);};
                                                                                  ^
2 errors
make: *** [/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make:21: out/hellobool/java/main.class] Error 1
       
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/execute-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/triangle-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/hellobool OUT=out/hellobool/python MODEL=hellobool -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellobool/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/hellobool/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/hellobool/python/dzn/$file;\
done
for file in out/hellobool/hellobool.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m hellobool  -o out/hellobool/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/build-python 
          make DIR=out/hellobool LANGUAGE=python OUT=out/hellobool/python IN=out/hellobool/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/hellobool/python/main.py out/hellobool/python/test
chmod +x out/hellobool/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/execute-python 
          timeout 10 diff -uw out/hellobool/hellobool.trace.0 <(set -o pipefail;cat out/hellobool/hellobool.trace.0 | python out/hellobool/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellobool/hellobool.trace.0 | python out/hellobool/python/test ; echo "E""R""R""O""R"))
Traceback (most recent call last):
  File "out/hellobool/python/test", line 90, in 
    main ()
  File "out/hellobool/python/test", line 86, in main
    event_map[s] ()
  File "out/hellobool/python/dzn/hellobool.py", line 18, in 
    self.h.inport.hello = lambda *args: runtime.rcall_in (self, lambda: self.h_hello (*args), (self.h, 'hello', self.h.bool_to_string))
AttributeError: ihello instance has no attribute 'bool_to_string'
--- out/hellobool/hellobool.trace.0	2020-07-02 11:39:50.046400121 +0000
+++ /dev/fd/63	2020-07-02 11:40:33.070278382 +0000
@@ -1,4 +1 @@
-h.hello
-w.world
-w.true
-h.true
\ No newline at end of file
+ERROR
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/triangle-python 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellobool/view 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/convert 
          convert: [SKIPPED] no DM file out/hellosystem/hellosystem.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/hellosystem/hellosystem.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/table 
          table: [SKIPPED] no baseline out/hellosystem/baseline/table/hellosystem-state.dzntable: [SKIPPED] no baseline out/hellosystem/baseline/table/hellosystem-event.dzntable: [SKIPPED] no baseline out/hellosystem/baseline/table/hellosystem-state.htmltable: [SKIPPED] no baseline out/hellosystem/baseline/table/hellosystem-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/hellosystem OUT=out/hellosystem/c++ MODEL=hellosystem -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellosystem/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/hellosystem/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/hellosystem/c++/dzn/$file;\
done
for file in out/hellosystem/hellosystem.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m hellosystem  -o out/hellosystem/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/build-c++ 
          make DIR=out/hellosystem LANGUAGE=c++ OUT=out/hellosystem/c++ IN=out/hellosystem/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/hellosystem/c++/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++/hellosystem.d -MT 'out/hellosystem/c++/hellosystem.d out/hellosystem/c++/hellosystem.o' -pthread -Iout/hellosystem/c++ -Iout/hellosystem/c++/.. -Iout/hellosystem/c++ -Iout/hellosystem/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellosystem/c++/hellosystem.o out/hellosystem/c++/hellosystem.cc
mkdir -p out/hellosystem/c++/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++/pump.d -MT 'out/hellosystem/c++/pump.d out/hellosystem/c++/pump.o' -pthread -Iout/hellosystem/c++ -Iout/hellosystem/c++/.. -Iout/hellosystem/c++ -Iout/hellosystem/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellosystem/c++/pump.o out/hellosystem/c++/pump.cc
mkdir -p out/hellosystem/c++/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++/main.d -MT 'out/hellosystem/c++/main.d out/hellosystem/c++/main.o' -pthread -Iout/hellosystem/c++ -Iout/hellosystem/c++/.. -Iout/hellosystem/c++ -Iout/hellosystem/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellosystem/c++/main.o out/hellosystem/c++/main.cc
mkdir -p out/hellosystem/c++/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++/runtime.d -MT 'out/hellosystem/c++/runtime.d out/hellosystem/c++/runtime.o' -pthread -Iout/hellosystem/c++ -Iout/hellosystem/c++/.. -Iout/hellosystem/c++ -Iout/hellosystem/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellosystem/c++/runtime.o out/hellosystem/c++/runtime.cc
mkdir -p out/hellosystem/c++/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++/test -MT 'out/hellosystem/c++/test out/hellosystem/c++/test' -pthread -Iout/hellosystem/c++ -Iout/hellosystem/c++/.. -Iout/hellosystem/c++ -Iout/hellosystem/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/hellosystem/c++/test out/hellosystem/c++/hellosystem.o out/hellosystem/c++/pump.o out/hellosystem/c++/main.o out/hellosystem/c++/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/execute-c++ 
          timeout 10 diff -uw out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace |  out/hellosystem/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellosystem/trace |  out/hellosystem/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/run 
          diff -uw <(grep -v "" out/hellosystem/trace) <(grep -v "" out/hellosystem/trace| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=helloworld out/hellosystem/hellosystem.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/triangle-c++ 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=helloworld   out/hellosystem/hellosystem.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/hellosystem OUT=out/hellosystem/c++03 MODEL=hellosystem -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellosystem/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/hellosystem/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/hellosystem/c++03/dzn/$file;\
done
for file in out/hellosystem/hellosystem.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m hellosystem  -o out/hellosystem/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/build-c++03 
          make DIR=out/hellosystem LANGUAGE=c++03 OUT=out/hellosystem/c++03 IN=out/hellosystem/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/hellosystem/c++03/
g++ -g -std=c++03 -MMD -MF out/hellosystem/c++03/hellosystem.d -MT 'out/hellosystem/c++03/hellosystem.d out/hellosystem/c++03/hellosystem.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellosystem/c++03 -Iout/hellosystem/c++03/.. -Iout/hellosystem/c++03 -Iout/hellosystem/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellosystem/c++03/hellosystem.o out/hellosystem/c++03/hellosystem.cc
mkdir -p out/hellosystem/c++03/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++03/pump.d -MT 'out/hellosystem/c++03/pump.d out/hellosystem/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellosystem/c++03 -Iout/hellosystem/c++03/.. -Iout/hellosystem/c++03 -Iout/hellosystem/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellosystem/c++03/pump.o out/hellosystem/c++03/pump.cc
mkdir -p out/hellosystem/c++03/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++03/main.d -MT 'out/hellosystem/c++03/main.d out/hellosystem/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellosystem/c++03 -Iout/hellosystem/c++03/.. -Iout/hellosystem/c++03 -Iout/hellosystem/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellosystem/c++03/main.o out/hellosystem/c++03/main.cc
mkdir -p out/hellosystem/c++03/
g++ -g -std=c++03 -MMD -MF out/hellosystem/c++03/runtime.d -MT 'out/hellosystem/c++03/runtime.d out/hellosystem/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellosystem/c++03 -Iout/hellosystem/c++03/.. -Iout/hellosystem/c++03 -Iout/hellosystem/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/hellosystem/c++03/runtime.o out/hellosystem/c++03/runtime.cc
mkdir -p out/hellosystem/c++03/
g++ -g -std=c++03 -MMD -MF out/hellosystem/c++03/test -MT 'out/hellosystem/c++03/test out/hellosystem/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellosystem/c++03 -Iout/hellosystem/c++03/.. -Iout/hellosystem/c++03 -Iout/hellosystem/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/hellosystem/c++03/test out/hellosystem/c++03/hellosystem.o out/hellosystem/c++03/pump.o out/hellosystem/c++03/main.o out/hellosystem/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/execute-c++03 
          timeout 10 diff -uw out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace |  out/hellosystem/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellosystem/trace |  out/hellosystem/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/triangle-c++03 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/hellosystem OUT=out/hellosystem/c++-msvc11 MODEL=hellosystem -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellosystem/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/hellosystem/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/hellosystem/c++-msvc11/dzn/$file;\
done
for file in out/hellosystem/hellosystem.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m hellosystem  -o out/hellosystem/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/build-c++-msvc11 
          make DIR=out/hellosystem LANGUAGE=c++-msvc11 OUT=out/hellosystem/c++-msvc11 IN=out/hellosystem/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/hellosystem/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++-msvc11/hellosystem.d -MT 'out/hellosystem/c++-msvc11/hellosystem.d out/hellosystem/c++-msvc11/hellosystem.o' -pthread -Iout/hellosystem/c++-msvc11 -Iout/hellosystem/c++-msvc11/.. -Iout/hellosystem/c++-msvc11 -Iout/hellosystem/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellosystem/c++-msvc11/hellosystem.o out/hellosystem/c++-msvc11/hellosystem.cc
mkdir -p out/hellosystem/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++-msvc11/pump.d -MT 'out/hellosystem/c++-msvc11/pump.d out/hellosystem/c++-msvc11/pump.o' -pthread -Iout/hellosystem/c++-msvc11 -Iout/hellosystem/c++-msvc11/.. -Iout/hellosystem/c++-msvc11 -Iout/hellosystem/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellosystem/c++-msvc11/pump.o out/hellosystem/c++-msvc11/pump.cc
mkdir -p out/hellosystem/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++-msvc11/main.d -MT 'out/hellosystem/c++-msvc11/main.d out/hellosystem/c++-msvc11/main.o' -pthread -Iout/hellosystem/c++-msvc11 -Iout/hellosystem/c++-msvc11/.. -Iout/hellosystem/c++-msvc11 -Iout/hellosystem/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellosystem/c++-msvc11/main.o out/hellosystem/c++-msvc11/main.cc
mkdir -p out/hellosystem/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++-msvc11/runtime.d -MT 'out/hellosystem/c++-msvc11/runtime.d out/hellosystem/c++-msvc11/runtime.o' -pthread -Iout/hellosystem/c++-msvc11 -Iout/hellosystem/c++-msvc11/.. -Iout/hellosystem/c++-msvc11 -Iout/hellosystem/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/hellosystem/c++-msvc11/runtime.o out/hellosystem/c++-msvc11/runtime.cc
mkdir -p out/hellosystem/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/hellosystem/c++-msvc11/test -MT 'out/hellosystem/c++-msvc11/test out/hellosystem/c++-msvc11/test' -pthread -Iout/hellosystem/c++-msvc11 -Iout/hellosystem/c++-msvc11/.. -Iout/hellosystem/c++-msvc11 -Iout/hellosystem/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/hellosystem/c++-msvc11/test out/hellosystem/c++-msvc11/hellosystem.o out/hellosystem/c++-msvc11/pump.o out/hellosystem/c++-msvc11/main.o out/hellosystem/c++-msvc11/runtime.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/execute-c++-msvc11 
          timeout 10 diff -uw out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace |  out/hellosystem/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellosystem/trace |  out/hellosystem/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/triangle-c++-msvc11 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/hellosystem OUT=out/hellosystem/c MODEL=hellosystem -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellosystem/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/hellosystem/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/hellosystem/c/dzn/$file;\
done
for file in out/hellosystem/hellosystem.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m hellosystem  -o out/hellosystem/c $file; done
c:dump-system: hellosystem
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/build-c 
          make DIR=out/hellosystem LANGUAGE=c OUT=out/hellosystem/c IN=out/hellosystem/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -S -o out/hellosystem/c/mem.o.S out/hellosystem/c/mem.c
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -o out/hellosystem/c/mem.o out/hellosystem/c/mem.c
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -S -o out/hellosystem/c/queue.o.S out/hellosystem/c/queue.c
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -o out/hellosystem/c/queue.o out/hellosystem/c/queue.c
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -S -o out/hellosystem/c/locator.o.S out/hellosystem/c/locator.c
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -o out/hellosystem/c/locator.o out/hellosystem/c/locator.c
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -S -o out/hellosystem/c/ihello.o.S out/hellosystem/c/ihello.c
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -o out/hellosystem/c/ihello.o out/hellosystem/c/ihello.c
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -S -o out/hellosystem/c/helloworld.o.S out/hellosystem/c/helloworld.c
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -o out/hellosystem/c/helloworld.o out/hellosystem/c/helloworld.c
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -S -o out/hellosystem/c/hellosystem.o.S out/hellosystem/c/hellosystem.c
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -o out/hellosystem/c/hellosystem.o out/hellosystem/c/hellosystem.c
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -S -o out/hellosystem/c/iworld.o.S out/hellosystem/c/iworld.c
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -o out/hellosystem/c/iworld.o out/hellosystem/c/iworld.c
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -S -o out/hellosystem/c/main.o.S out/hellosystem/c/main.c
out/hellosystem/c/main.c: In function ‘read_line’:
out/hellosystem/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellosystem/c/main.c: In function ‘hellosystem_fill_event_map’:
out/hellosystem/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellosystem/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -o out/hellosystem/c/main.o out/hellosystem/c/main.c
out/hellosystem/c/main.c: In function ‘read_line’:
out/hellosystem/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/hellosystem/c/main.c: In function ‘hellosystem_fill_event_map’:
out/hellosystem/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/hellosystem/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -S -o out/hellosystem/c/runtime.o.S out/hellosystem/c/runtime.c
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -o out/hellosystem/c/runtime.o out/hellosystem/c/runtime.c
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -S -o out/hellosystem/c/map.o.S out/hellosystem/c/map.c
gcc --std=c99 -g -O0 -Iout/hellosystem/c  -c -o out/hellosystem/c/map.o out/hellosystem/c/map.c
mkdir -p out/hellosystem/c/
gcc --std=c99 -g -O0 -Iout/hellosystem/c   -o out/hellosystem/c/test out/hellosystem/c/mem.o out/hellosystem/c/queue.o out/hellosystem/c/locator.o out/hellosystem/c/ihello.o out/hellosystem/c/helloworld.o out/hellosystem/c/hellosystem.o out/hellosystem/c/iworld.o out/hellosystem/c/main.o out/hellosystem/c/runtime.o out/hellosystem/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/execute-c 
          timeout 10 diff -uw out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace |  out/hellosystem/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellosystem/trace |  out/hellosystem/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/triangle-c 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/hellosystem OUT=out/hellosystem/cs MODEL=hellosystem -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellosystem/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/hellosystem/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/hellosystem/cs/dzn/$file;\
done
for file in out/hellosystem/hellosystem.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m hellosystem  -o out/hellosystem/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/build-cs 
          make DIR=out/hellosystem LANGUAGE=cs OUT=out/hellosystem/cs IN=out/hellosystem/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/hellosystem/cs/main.cs out/hellosystem/cs/main.cs
mcs -debug -out:out/hellosystem/cs/test.exe out/hellosystem/cs/main.cs out/hellosystem/cs/ihello.cs out/hellosystem/cs/iworld.cs out/hellosystem/cs/hellosystem.cs out/hellosystem/cs/helloworld.cs out/hellosystem/cs/dzn/pump.cs out/hellosystem/cs/dzn/context.cs out/hellosystem/cs/dzn/meta.cs out/hellosystem/cs/dzn/runtime.cs out/hellosystem/cs/dzn/coroutine.cs out/hellosystem/cs/dzn/container.cs out/hellosystem/cs/dzn/locator.cs
out/hellosystem/cs/helloworld.cs(7,10): warning CS0414: The private field `helloworld.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/hellosystem/cs/test
chmod +x out/hellosystem/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/execute-cs 
          timeout 10 diff -uw out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace | sh out/hellosystem/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellosystem/trace | sh out/hellosystem/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/triangle-cs 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/hellosystem OUT=out/hellosystem/javascript MODEL=hellosystem -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellosystem/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/hellosystem/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/hellosystem/javascript/dzn/$file;\
done
for file in out/hellosystem/hellosystem.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m hellosystem  -o out/hellosystem/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/build-javascript 
          make DIR=out/hellosystem LANGUAGE=javascript OUT=out/hellosystem/javascript IN=out/hellosystem/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/hellosystem/javascript/main.js out/hellosystem/javascript/test
chmod +x out/hellosystem/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/execute-javascript 
          timeout 10 diff -uw out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace | node out/hellosystem/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellosystem/trace | node out/hellosystem/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/triangle-javascript 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/hellosystem OUT=out/hellosystem/java MODEL=hellosystem -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/hellosystem/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/hellosystem/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/hellosystem/java/dzn/$file;\
done
for file in out/hellosystem/hellosystem.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m hellosystem  -o out/hellosystem/java $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/build-java 
          make DIR=out/hellosystem LANGUAGE=java OUT=out/hellosystem/java IN=out/hellosystem/java -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.java.make
cp out/hellosystem/java/dzn/*.java out/hellosystem/java
javac -Xdiags:verbose -d out/hellosystem/java out/hellosystem/java/*.java
echo "$JAVA_SCRIPT" > out/hellosystem/java/test
chmod +x out/hellosystem/java/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/execute-java 
          timeout 10 diff -uw out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace |  out/hellosystem/java/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellosystem/trace |  out/hellosystem/java/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/triangle-java 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/hellosystem OUT=out/hellosystem/python MODEL=hellosystem -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/hellosystem/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/hellosystem/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/hellosystem/python/dzn/$file;\
done
for file in out/hellosystem/hellosystem.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m hellosystem  -o out/hellosystem/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/build-python 
          make DIR=out/hellosystem LANGUAGE=python OUT=out/hellosystem/python IN=out/hellosystem/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/hellosystem/python/main.py out/hellosystem/python/test
chmod +x out/hellosystem/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/execute-python 
          timeout 10 diff -uw out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace | python out/hellosystem/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/hellosystem/trace | python out/hellosystem/python/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/triangle-python 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/traces 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/hellosystem/view 
          system: cannot run 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/convert 
          convert: [SKIPPED] no DM file out/helloparams/helloparams.dm 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/parse 
          [ "$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn parse  out/helloparams/helloparams.dzn |& sed 's,.\r,,g')" = "" ]
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/table 
          table: [SKIPPED] no baseline out/helloparams/baseline/table/helloparams-state.dzntable: [SKIPPED] no baseline out/helloparams/baseline/table/helloparams-event.dzntable: [SKIPPED] no baseline out/helloparams/baseline/table/helloparams-state.htmltable: [SKIPPED] no baseline out/helloparams/baseline/table/helloparams-event.html 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/traces 
          timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn traces    -m helloparams -o out/helloparams out/helloparams/helloparams.dzn
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/code-c++ 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN=out/helloparams OUT=out/helloparams/c++ MODEL=helloparams -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparams/c++/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/$file out/helloparams/c++/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++/dzn/$file out/helloparams/c++/dzn/$file;\
done
for file in out/helloparams/helloparams.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++ --depends -m helloparams  -o out/helloparams/c++ $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/build-c++ 
          make DIR=out/helloparams LANGUAGE=c++ OUT=out/helloparams/c++ IN=out/helloparams/c++ -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++.make
mkdir -p out/helloparams/c++/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++/pump.d -MT 'out/helloparams/c++/pump.d out/helloparams/c++/pump.o' -pthread -Iout/helloparams/c++ -Iout/helloparams/c++/.. -Iout/helloparams/c++ -Iout/helloparams/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparams/c++/pump.o out/helloparams/c++/pump.cc
mkdir -p out/helloparams/c++/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++/main.d -MT 'out/helloparams/c++/main.d out/helloparams/c++/main.o' -pthread -Iout/helloparams/c++ -Iout/helloparams/c++/.. -Iout/helloparams/c++ -Iout/helloparams/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparams/c++/main.o out/helloparams/c++/main.cc
mkdir -p out/helloparams/c++/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++/runtime.d -MT 'out/helloparams/c++/runtime.d out/helloparams/c++/runtime.o' -pthread -Iout/helloparams/c++ -Iout/helloparams/c++/.. -Iout/helloparams/c++ -Iout/helloparams/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparams/c++/runtime.o out/helloparams/c++/runtime.cc
mkdir -p out/helloparams/c++/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++/helloparams.d -MT 'out/helloparams/c++/helloparams.d out/helloparams/c++/helloparams.o' -pthread -Iout/helloparams/c++ -Iout/helloparams/c++/.. -Iout/helloparams/c++ -Iout/helloparams/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparams/c++/helloparams.o out/helloparams/c++/helloparams.cc
mkdir -p out/helloparams/c++/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++/test -MT 'out/helloparams/c++/test out/helloparams/c++/test' -pthread -Iout/helloparams/c++ -Iout/helloparams/c++/.. -Iout/helloparams/c++ -Iout/helloparams/c++/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime   -o out/helloparams/c++/test out/helloparams/c++/pump.o out/helloparams/c++/main.o out/helloparams/c++/runtime.o out/helloparams/c++/helloparams.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/execute-c++ 
          timeout 10 diff -uw out/helloparams/helloparams.trace.0 <(set -o pipefail;cat out/helloparams/helloparams.trace.0 |  out/helloparams/c++/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparams/helloparams.trace.0 |  out/helloparams/c++/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/run 
          diff -uw <(grep -v "" out/helloparams/helloparams.trace.0) <(grep -v "" out/helloparams/helloparams.trace.0| timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn run  --strict --model=helloparams out/helloparams/helloparams.dzn |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/triangle-c++ 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/verify 
          out="$(timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn verify --all  --model=helloparams   out/helloparams/helloparams.dzn 2>&1)" && [ "$out" = "" ] || { echo "verification output: "$out""; false; }
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/code-c++03 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN=out/helloparams OUT=out/helloparams/c++03 MODEL=helloparams -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparams/c++03/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/$file out/helloparams/c++03/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++03/dzn/$file out/helloparams/c++03/dzn/$file;\
done
for file in out/helloparams/helloparams.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++03 --depends -m helloparams  -o out/helloparams/c++03 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/build-c++03 
          make DIR=out/helloparams LANGUAGE=c++03 OUT=out/helloparams/c++03 IN=out/helloparams/c++03 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++03.make
mkdir -p out/helloparams/c++03/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++03/pump.d -MT 'out/helloparams/c++03/pump.d out/helloparams/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloparams/c++03 -Iout/helloparams/c++03/.. -Iout/helloparams/c++03 -Iout/helloparams/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparams/c++03/pump.o out/helloparams/c++03/pump.cc
mkdir -p out/helloparams/c++03/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++03/main.d -MT 'out/helloparams/c++03/main.d out/helloparams/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloparams/c++03 -Iout/helloparams/c++03/.. -Iout/helloparams/c++03 -Iout/helloparams/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparams/c++03/main.o out/helloparams/c++03/main.cc
mkdir -p out/helloparams/c++03/
g++ -g -std=c++03 -MMD -MF out/helloparams/c++03/runtime.d -MT 'out/helloparams/c++03/runtime.d out/helloparams/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloparams/c++03 -Iout/helloparams/c++03/.. -Iout/helloparams/c++03 -Iout/helloparams/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparams/c++03/runtime.o out/helloparams/c++03/runtime.cc
mkdir -p out/helloparams/c++03/
g++ -g -std=c++03 -MMD -MF out/helloparams/c++03/helloparams.d -MT 'out/helloparams/c++03/helloparams.d out/helloparams/c++03/helloparams.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloparams/c++03 -Iout/helloparams/c++03/.. -Iout/helloparams/c++03 -Iout/helloparams/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime  -c -o out/helloparams/c++03/helloparams.o out/helloparams/c++03/helloparams.cc
mkdir -p out/helloparams/c++03/
g++ -g -std=c++03 -MMD -MF out/helloparams/c++03/test -MT 'out/helloparams/c++03/test out/helloparams/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloparams/c++03 -Iout/helloparams/c++03/.. -Iout/helloparams/c++03 -Iout/helloparams/c++03/.. -I/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/externals/asd_cpp_runtime -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system  -o out/helloparams/c++03/test out/helloparams/c++03/pump.o out/helloparams/c++03/main.o out/helloparams/c++03/runtime.o out/helloparams/c++03/helloparams.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/execute-c++03 
          timeout 10 diff -uw out/helloparams/helloparams.trace.0 <(set -o pipefail;cat out/helloparams/helloparams.trace.0 |  out/helloparams/c++03/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparams/helloparams.trace.0 |  out/helloparams/c++03/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/triangle-c++03 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/code-c++-msvc11 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++-msvc11 IN=out/helloparams OUT=out/helloparams/c++-msvc11 MODEL=helloparams -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparams/c++-msvc11/dzn
for file in pump.cc runtime.cc; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/$file out/helloparams/c++-msvc11/$file;\
done
for file in container.hh context.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c++-msvc11/dzn/$file out/helloparams/c++-msvc11/dzn/$file;\
done
for file in out/helloparams/helloparams.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c++-msvc11 --depends -m helloparams  -o out/helloparams/c++-msvc11 $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/build-c++-msvc11 
          make DIR=out/helloparams LANGUAGE=c++-msvc11 OUT=out/helloparams/c++-msvc11 IN=out/helloparams/c++-msvc11 -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c++-msvc11.make
mkdir -p out/helloparams/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++-msvc11/pump.d -MT 'out/helloparams/c++-msvc11/pump.d out/helloparams/c++-msvc11/pump.o' -pthread -Iout/helloparams/c++-msvc11 -Iout/helloparams/c++-msvc11/.. -Iout/helloparams/c++-msvc11 -Iout/helloparams/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloparams/c++-msvc11/pump.o out/helloparams/c++-msvc11/pump.cc
mkdir -p out/helloparams/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++-msvc11/main.d -MT 'out/helloparams/c++-msvc11/main.d out/helloparams/c++-msvc11/main.o' -pthread -Iout/helloparams/c++-msvc11 -Iout/helloparams/c++-msvc11/.. -Iout/helloparams/c++-msvc11 -Iout/helloparams/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloparams/c++-msvc11/main.o out/helloparams/c++-msvc11/main.cc
mkdir -p out/helloparams/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++-msvc11/runtime.d -MT 'out/helloparams/c++-msvc11/runtime.d out/helloparams/c++-msvc11/runtime.o' -pthread -Iout/helloparams/c++-msvc11 -Iout/helloparams/c++-msvc11/.. -Iout/helloparams/c++-msvc11 -Iout/helloparams/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloparams/c++-msvc11/runtime.o out/helloparams/c++-msvc11/runtime.cc
mkdir -p out/helloparams/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++-msvc11/helloparams.d -MT 'out/helloparams/c++-msvc11/helloparams.d out/helloparams/c++-msvc11/helloparams.o' -pthread -Iout/helloparams/c++-msvc11 -Iout/helloparams/c++-msvc11/.. -Iout/helloparams/c++-msvc11 -Iout/helloparams/c++-msvc11/.. -I//externals/asd_cpp_runtime  -c -o out/helloparams/c++-msvc11/helloparams.o out/helloparams/c++-msvc11/helloparams.cc
mkdir -p out/helloparams/c++-msvc11/
g++ -g -std=c++11 -MMD -MF out/helloparams/c++-msvc11/test -MT 'out/helloparams/c++-msvc11/test out/helloparams/c++-msvc11/test' -pthread -Iout/helloparams/c++-msvc11 -Iout/helloparams/c++-msvc11/.. -Iout/helloparams/c++-msvc11 -Iout/helloparams/c++-msvc11/.. -I//externals/asd_cpp_runtime   -o out/helloparams/c++-msvc11/test out/helloparams/c++-msvc11/pump.o out/helloparams/c++-msvc11/main.o out/helloparams/c++-msvc11/runtime.o out/helloparams/c++-msvc11/helloparams.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/execute-c++-msvc11 
          timeout 10 diff -uw out/helloparams/helloparams.trace.0 <(set -o pipefail;cat out/helloparams/helloparams.trace.0 |  out/helloparams/c++-msvc11/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparams/helloparams.trace.0 |  out/helloparams/c++-msvc11/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/triangle-c++-msvc11 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/code-c 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c IN=out/helloparams OUT=out/helloparams/c MODEL=helloparams -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparams/c/dzn
for file in locator.c map.c mem.c queue.c runtime.c; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/$file out/helloparams/c/$file;\
done
for file in closure.h config.h locator.h map.h mem.h meta.h pair.h queue.h runtime.h; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/c/dzn/$file out/helloparams/c/dzn/$file;\
done
for file in out/helloparams/helloparams.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l c --depends -m helloparams  -o out/helloparams/c $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/build-c 
          make DIR=out/helloparams LANGUAGE=c OUT=out/helloparams/c IN=out/helloparams/c -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.c.make
mkdir -p out/helloparams/c/
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -S -o out/helloparams/c/mem.o.S out/helloparams/c/mem.c
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -o out/helloparams/c/mem.o out/helloparams/c/mem.c
mkdir -p out/helloparams/c/
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -S -o out/helloparams/c/helloparams.o.S out/helloparams/c/helloparams.c
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -o out/helloparams/c/helloparams.o out/helloparams/c/helloparams.c
mkdir -p out/helloparams/c/
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -S -o out/helloparams/c/queue.o.S out/helloparams/c/queue.c
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -o out/helloparams/c/queue.o out/helloparams/c/queue.c
mkdir -p out/helloparams/c/
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -S -o out/helloparams/c/locator.o.S out/helloparams/c/locator.c
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -o out/helloparams/c/locator.o out/helloparams/c/locator.c
mkdir -p out/helloparams/c/
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -S -o out/helloparams/c/ihello.o.S out/helloparams/c/ihello.c
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -o out/helloparams/c/ihello.o out/helloparams/c/ihello.c
mkdir -p out/helloparams/c/
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -S -o out/helloparams/c/iworld.o.S out/helloparams/c/iworld.c
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -o out/helloparams/c/iworld.o out/helloparams/c/iworld.c
mkdir -p out/helloparams/c/
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -S -o out/helloparams/c/main.o.S out/helloparams/c/main.c
out/helloparams/c/main.c: In function ‘read_line’:
out/helloparams/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloparams/c/main.c: In function ‘helloparams_fill_event_map’:
out/helloparams/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = helloparams_log_event_w_in_world;
                 ^
out/helloparams/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloparams/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -o out/helloparams/c/main.o out/helloparams/c/main.c
out/helloparams/c/main.c: In function ‘read_line’:
out/helloparams/c/main.c:33:6: warning: implicit declaration of function ‘getline’ [-Wimplicit-function-declaration]
  if (getline(&line, &size, stdin) != -1) {
      ^
out/helloparams/c/main.c: In function ‘helloparams_fill_event_map’:
out/helloparams/c/main.c:118:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  m->w->in.world = helloparams_log_event_w_in_world;
                 ^
out/helloparams/c/main.c:121:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
out/helloparams/c/main.c:140:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  c->f = log_flush;
       ^
mkdir -p out/helloparams/c/
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -S -o out/helloparams/c/runtime.o.S out/helloparams/c/runtime.c
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -o out/helloparams/c/runtime.o out/helloparams/c/runtime.c
mkdir -p out/helloparams/c/
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -S -o out/helloparams/c/map.o.S out/helloparams/c/map.c
gcc --std=c99 -g -O0 -Iout/helloparams/c  -c -o out/helloparams/c/map.o out/helloparams/c/map.c
mkdir -p out/helloparams/c/
gcc --std=c99 -g -O0 -Iout/helloparams/c   -o out/helloparams/c/test out/helloparams/c/mem.o out/helloparams/c/helloparams.o out/helloparams/c/queue.o out/helloparams/c/locator.o out/helloparams/c/ihello.o out/helloparams/c/iworld.o out/helloparams/c/main.o out/helloparams/c/runtime.o out/helloparams/c/map.o 
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/execute-c 
          timeout 10 diff -uw out/helloparams/helloparams.trace.0 <(set -o pipefail;cat out/helloparams/helloparams.trace.0 |  out/helloparams/c/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparams/helloparams.trace.0 |  out/helloparams/c/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/triangle-c 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/code-cs 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=cs IN=out/helloparams OUT=out/helloparams/cs MODEL=helloparams -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparams/cs/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/$file out/helloparams/cs/$file;\
done
for file in container.cs context.cs coroutine.cs locator.cs meta.cs pump.cs runtime.cs; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/cs/dzn/$file out/helloparams/cs/dzn/$file;\
done
for file in out/helloparams/helloparams.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l cs --depends -m helloparams  -o out/helloparams/cs $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/build-cs 
          make DIR=out/helloparams LANGUAGE=cs OUT=out/helloparams/cs IN=out/helloparams/cs -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.cs.make
cp --force --backup out/helloparams/cs/main.cs out/helloparams/cs/main.cs
mcs -debug -out:out/helloparams/cs/test.exe out/helloparams/cs/main.cs out/helloparams/cs/ihello.cs out/helloparams/cs/iworld.cs out/helloparams/cs/helloparams.cs out/helloparams/cs/dzn/pump.cs out/helloparams/cs/dzn/context.cs out/helloparams/cs/dzn/meta.cs out/helloparams/cs/dzn/runtime.cs out/helloparams/cs/dzn/coroutine.cs out/helloparams/cs/dzn/container.cs out/helloparams/cs/dzn/locator.cs
out/helloparams/cs/helloparams.cs(7,10): warning CS0414: The private field `helloparams.out_h' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
echo "$MONO_SCRIPT" > out/helloparams/cs/test
chmod +x out/helloparams/cs/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/execute-cs 
          timeout 10 diff -uw out/helloparams/helloparams.trace.0 <(set -o pipefail;cat out/helloparams/helloparams.trace.0 | sh out/helloparams/cs/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparams/helloparams.trace.0 | sh out/helloparams/cs/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/triangle-cs 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/code-javascript 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN=out/helloparams OUT=out/helloparams/javascript MODEL=helloparams -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparams/javascript/dzn
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/$file out/helloparams/javascript/$file;\
done
for file in runtime.js; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/javascript/dzn/$file out/helloparams/javascript/dzn/$file;\
done
for file in out/helloparams/helloparams.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l javascript --depends -m helloparams  -o out/helloparams/javascript $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/build-javascript 
          make DIR=out/helloparams LANGUAGE=javascript OUT=out/helloparams/javascript IN=out/helloparams/javascript -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.javascript.make
cp out/helloparams/javascript/main.js out/helloparams/javascript/test
chmod +x out/helloparams/javascript/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/execute-javascript 
          timeout 10 diff -uw out/helloparams/helloparams.trace.0 <(set -o pipefail;cat out/helloparams/helloparams.trace.0 | node out/helloparams/javascript/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparams/helloparams.trace.0 | node out/helloparams/javascript/test ; echo "E""R""R""O""R"))
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/triangle-javascript 
           
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/code-java 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=java IN=out/helloparams OUT=out/helloparams/java MODEL=helloparams -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
ls: cannot access 'share/runtime/java/dzn': No such file or directory
Backtrace:
           2 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/ls.scm:
    42:19  1 (main _)
In unknown file:
           0 (scm-error misc-error #f "~A" ("pipe failed: \"ls -1 …") …)
ERROR: In procedure scm-error:
pipe failed: "ls -1 -F -L share/runtime/java/dzn"
mkdir -p out/helloparams/java/dzn
for file in header.java; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/$file out/helloparams/java/$file;\
done
for file in ; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/java/dzn/$file out/helloparams/java/dzn/$file;\
done
for file in out/helloparams/helloparams.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l java --depends -m helloparams  -o out/helloparams/java $file; done
args0 (((line . 441) (column . 73) (filename . gaiag/deprecated/code.scm)):code:->code: no match: 2
):1:6: match-error: 
    #(
      lambda-type model type formals)  #name ;
/gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/gaiag/templates/java/interface.java.scm:5:5: match-error: 
    #
     (lambda-type model type formals)  #name ;#})
Backtrace:
          13 (primitive-load "/gnu/store/iqyhgff2h0r5w5b1w0r190nbbz8…")
In gaiag/commands/code.scm:
     90:4 12 (main _)
In gaiag/deprecated/code.scm:
    91:19 11 (ast:code _)
In srfi/srfi-1.scm:
   592:17 10 (map1 ((interface* (scope.name* ihello) (types*) (ev…) …))
In ice-9/ports.scm:
   462:17  9 (call-with-output-file _ _ #:binary _ #:encoding _)
    473:4  8 (with-output-to-port _ _)
In gaiag/code.scm:
   525:26  7 (pipe # #)
In ice-9/ports.scm:
    549:4  6 (call-with-output-string _)
    473:4  5 (with-output-to-port _ _)
In gaiag/code.scm:
    592:5  4 (code-file _ _)
In gaiag/deprecated/code.scm:
  1147:16  3 (code:animate-file _ _)
In gaiag/deprecated/animate.scm:
    72:18  2 (animate-file _ _ _)
In ice-9/ports.scm:
   444:17  1 (call-with-input-file _ _ #:binary _ #:encoding _ # _)
    469:4  0 (with-input-from-port _ _)
ice-9/ports.scm:469:4: In procedure with-input-from-port:
Throw to key `match-error' with args `(((eval . #f) (tell 327) (start . 227) (exception "function" "" (quote ()) #f)))'.
make: *** [/gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make:33: code] Error 1
   
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/build-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/execute-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/triangle-java 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/code-python 
          make DZN="timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=python IN=out/helloparams OUT=out/helloparams/python MODEL=helloparams -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/code.make
mkdir -p out/helloparams/python/dzn
for file in locator.py runtime.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/$file out/helloparams/python/$file;\
done
for file in __init__.py; do\
    ln -sf /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/gaiag/runtime/python/dzn/$file out/helloparams/python/dzn/$file;\
done
for file in out/helloparams/helloparams.dzn; do timeout 30 /gnu/store/indnyjsncn0v7cpvr0k5ilwh7fq37276-dezyne-services-2.4.1-2.4.1/services/2.4.1/bin/gdzn code   -l python --depends -m helloparams  -o out/helloparams/python $file; done
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/build-python 
          make DIR=out/helloparams LANGUAGE=python OUT=out/helloparams/python IN=out/helloparams/python -f /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/build.python.make
cp out/helloparams/python/main.py out/helloparams/python/test
chmod +x out/helloparams/python/test
 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/execute-python 
          timeout 10 diff -uw out/helloparams/helloparams.trace.0 <(set -o pipefail;cat out/helloparams/helloparams.trace.0 | python out/helloparams/python/test |& /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/lib/../bin/code2fdr || (cat out/helloparams/helloparams.trace.0 | python out/helloparams/python/test ; echo "E""R""R""O""R"))
.h.hello -> sut.h.hello
Traceback (most recent call last):
  File "out/helloparams/python/test", line 90, in 
    main ()
  File "out/helloparams/python/test", line 86, in main
    event_map[s] ()
  File "out/helloparams/python/dzn/helloparams.py", line 17, in 
    self.h.inport.hello = lambda *args: runtime.call_in (self, lambda: self.h_hello (*args), (self.h, 'hello'))
  File "out/helloparams/python/runtime.py", line 76, in call_in
    c.rt.handle (c, f)
  File "out/helloparams/python/runtime.py", line 49, in handle
    f ()
  File "out/helloparams/python/dzn/helloparams.py", line 17, in 
    self.h.inport.hello = lambda *args: runtime.call_in (self, lambda: self.h_hello (*args), (self.h, 'hello'))
TypeError: h_hello() takes exactly 3 arguments (1 given)
--- out/helloparams/helloparams.trace.0	2020-07-02 11:40:10.268222951 +0000
+++ /dev/fd/63	2020-07-02 11:40:49.179730533 +0000
@@ -1,4 +1,2 @@
 h.hello
-w.world
-w.return
-h.return
\ No newline at end of file
+ERROR
     
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/triangle-python 
          Not executed because prerequisite did not succeed 
         
        
           
          /gnu/store/4kxvndycwvjpc9bdndig2yg5cdc3arwr-dezyne-test-content-2.4.1-2.4.1/test/hello/helloparams/view