Target: /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello [FAIL]
Date
Start time
End time
Elapsed time
Total tests
Passed
Solved
Known
Failed
8/5/2020
11:51:35 AM
11:58:25 AM
6m 49s
126
94
5
25
2
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/convert
convert: [SKIPPED] no DM file "out/async_cancel/async_cancel.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_cancel/async_cancel.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_cancel" OUT="out/async_cancel"/c++ MAIN=out/async_cancel/main.cc MODEL="async_cancel" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_cancel/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_cancel/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_cancel/c++"/dzn/$file;\
done
ls: cannot access 'out/async_cancel/*/*.dzn': No such file or directory
set -x; for file in "out/async_cancel/async_cancel.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_cancel/c++" "$file";\
done
+ for file in "out/async_cancel/async_cancel.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_cancel/c++ out/async_cancel/async_cancel.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/build-c++
mkdir -p "out/async_cancel"/c++ && ln -sf "out/async_cancel" "out/async_cancel" && make DIR="out/async_cancel" LANGUAGE=c++ OUT="out/async_cancel"/c++ IN="out/async_cancel"/c++ MAIN="out/async_cancel/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_cancel/c++/
g++ -g -std=c++11 -MMD -MF out/async_cancel/c++/main.d -MT 'out/async_cancel/c++/main.d out/async_cancel/c++/main.o' -pthread -Iout/async_cancel/c++ -Iout/async_cancel/c++/.. -Iout/async_cancel/c++ -Iout/async_cancel/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_cancel/c++/main.o out/async_cancel/main.cc
mkdir -p out/async_cancel/c++/
g++ -g -std=c++11 -MMD -MF out/async_cancel/c++/async_cancel.d -MT 'out/async_cancel/c++/async_cancel.d out/async_cancel/c++/async_cancel.o' -pthread -Iout/async_cancel/c++ -Iout/async_cancel/c++/.. -Iout/async_cancel/c++ -Iout/async_cancel/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_cancel/c++/async_cancel.o out/async_cancel/c++/async_cancel.cc
mkdir -p out/async_cancel/c++/
g++ -g -std=c++11 -MMD -MF out/async_cancel/c++/pump.d -MT 'out/async_cancel/c++/pump.d out/async_cancel/c++/pump.o' -pthread -Iout/async_cancel/c++ -Iout/async_cancel/c++/.. -Iout/async_cancel/c++ -Iout/async_cancel/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_cancel/c++/pump.o out/async_cancel/c++/pump.cc
mkdir -p out/async_cancel/c++/
g++ -g -std=c++11 -MMD -MF out/async_cancel/c++/runtime.d -MT 'out/async_cancel/c++/runtime.d out/async_cancel/c++/runtime.o' -pthread -Iout/async_cancel/c++ -Iout/async_cancel/c++/.. -Iout/async_cancel/c++ -Iout/async_cancel/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_cancel/c++/runtime.o out/async_cancel/c++/runtime.cc
mkdir -p out/async_cancel/c++/
g++ -g -std=c++11 -MMD -MF out/async_cancel/c++/test -MT 'out/async_cancel/c++/test out/async_cancel/c++/test' -pthread -Iout/async_cancel/c++ -Iout/async_cancel/c++/.. -Iout/async_cancel/c++ -Iout/async_cancel/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_cancel/c++/test out/async_cancel/c++/main.o out/async_cancel/c++/async_cancel.o out/async_cancel/c++/pump.o out/async_cancel/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/execute-c++
timeout 2 diff -uwB out/async_cancel/trace <(set -o pipefail;cat out/async_cancel/trace | "out/async_cancel"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_cancel/trace | "out/async_cancel"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/run
diff -uwB <(grep -v "" "out/async_cancel/trace") <(grep -v "" "out/async_cancel/trace"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_cancel "out/async_cancel/async_cancel.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/verify
mkdir -p "out/async_cancel"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_cancel "out/async_cancel/async_cancel.dzn" 2>"out/async_cancel"/verify/"async_cancel".stderr)";err="$(cat "out/async_cancel"/verify/"async_cancel".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_cancel"/verify/"async_cancel".stderr:; cat "out/async_cancel"/verify/"async_cancel".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_cancel" OUT="out/async_cancel"/c++03 MAIN=out/async_cancel/main.cc MODEL="async_cancel" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_cancel/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_cancel/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_cancel/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_cancel/*/*.dzn': No such file or directory
set -x; for file in "out/async_cancel/async_cancel.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_cancel/c++03" "$file";\
done
+ for file in "out/async_cancel/async_cancel.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_cancel/c++03 out/async_cancel/async_cancel.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/build-c++03
mkdir -p "out/async_cancel"/c++03 && ln -sf "out/async_cancel" "out/async_cancel" && make DIR="out/async_cancel" LANGUAGE=c++03 OUT="out/async_cancel"/c++03 IN="out/async_cancel"/c++03 MAIN="out/async_cancel/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_cancel/c++03/
g++ -g -std=c++11 -MMD -MF out/async_cancel/c++03/main.d -MT 'out/async_cancel/c++03/main.d out/async_cancel/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_cancel/c++03 -Iout/async_cancel/c++03/.. -Iout/async_cancel/c++03 -Iout/async_cancel/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_cancel/c++03/main.o out/async_cancel/main.cc
mkdir -p out/async_cancel/c++03/
g++ -g -std=c++03 -MMD -MF out/async_cancel/c++03/async_cancel.d -MT 'out/async_cancel/c++03/async_cancel.d out/async_cancel/c++03/async_cancel.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_cancel/c++03 -Iout/async_cancel/c++03/.. -Iout/async_cancel/c++03 -Iout/async_cancel/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_cancel/c++03/async_cancel.o out/async_cancel/c++03/async_cancel.cc
mkdir -p out/async_cancel/c++03/
g++ -g -std=c++11 -MMD -MF out/async_cancel/c++03/pump.d -MT 'out/async_cancel/c++03/pump.d out/async_cancel/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_cancel/c++03 -Iout/async_cancel/c++03/.. -Iout/async_cancel/c++03 -Iout/async_cancel/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_cancel/c++03/pump.o out/async_cancel/c++03/pump.cc
mkdir -p out/async_cancel/c++03/
g++ -g -std=c++03 -MMD -MF out/async_cancel/c++03/runtime.d -MT 'out/async_cancel/c++03/runtime.d out/async_cancel/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_cancel/c++03 -Iout/async_cancel/c++03/.. -Iout/async_cancel/c++03 -Iout/async_cancel/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_cancel/c++03/runtime.o out/async_cancel/c++03/runtime.cc
mkdir -p out/async_cancel/c++03/
g++ -g -std=c++03 -MMD -MF out/async_cancel/c++03/test -MT 'out/async_cancel/c++03/test out/async_cancel/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_cancel/c++03 -Iout/async_cancel/c++03/.. -Iout/async_cancel/c++03 -Iout/async_cancel/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_cancel/c++03/test out/async_cancel/c++03/main.o out/async_cancel/c++03/async_cancel.o out/async_cancel/c++03/pump.o out/async_cancel/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/execute-c++03
timeout 2 diff -uwB out/async_cancel/trace <(set -o pipefail;cat out/async_cancel/trace | "out/async_cancel"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_cancel/trace | "out/async_cancel"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_cancel/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/convert
convert: [SKIPPED] no DM file "out/async_hello/async_hello.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_hello/async_hello.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_hello/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_hello/c++"/dzn/$file;\
done
ls: cannot access 'out/async_hello/*/*.dzn': No such file or directory
set -x; for file in "out/async_hello/async_hello.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_hello/c++" "$file";\
done
+ for file in "out/async_hello/async_hello.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_hello/c++ out/async_hello/async_hello.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/build-c++
mkdir -p "out/async_hello"/c++ && ln -sf "out/async_hello" "out/async_hello" && 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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/execute-c++
timeout 2 diff -uwB out/async_hello/trace <(set -o pipefail;cat out/async_hello/trace | "out/async_hello"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_hello/trace | "out/async_hello"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/run
diff -uwB <(grep -v "" "out/async_hello/trace") <(grep -v "" "out/async_hello/trace"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/verify
mkdir -p "out/async_hello"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_hello "out/async_hello/async_hello.dzn" 2>"out/async_hello"/verify/"async_hello".stderr)";err="$(cat "out/async_hello"/verify/"async_hello".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_hello"/verify/"async_hello".stderr:; cat "out/async_hello"/verify/"async_hello".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_hello/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_hello/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_hello/*/*.dzn': No such file or directory
set -x; for file in "out/async_hello/async_hello.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_hello/c++03" "$file";\
done
+ for file in "out/async_hello/async_hello.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_hello/c++03 out/async_hello/async_hello.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/build-c++03
mkdir -p "out/async_hello"/c++03 && ln -sf "out/async_hello" "out/async_hello" && 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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/execute-c++03
timeout 2 diff -uwB out/async_hello/trace <(set -o pipefail;cat out/async_hello/trace | "out/async_hello"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_hello/trace | "out/async_hello"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_hello/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/convert
convert: [SKIPPED] no DM file "out/async_context2/async_context2.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_context2" OUT="out/async_context2"/c++ MODEL="async_context2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_context2/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_context2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_context2/c++"/dzn/$file;\
done
ls: cannot access 'out/async_context2/*/*.dzn': No such file or directory
set -x; for file in "out/async_context2/async_context2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'async_context2' -o "out/async_context2/c++" "$file";\
done
+ for file in "out/async_context2/async_context2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m async_context2 -o out/async_context2/c++ out/async_context2/async_context2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/build-c++
mkdir -p "out/async_context2"/c++ && ln -sf "out/async_context2" "out/async_context2" && make DIR="out/async_context2" LANGUAGE=c++ OUT="out/async_context2"/c++ IN="out/async_context2"/c++ MAIN="out/async_context2/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_context2/c++/
g++ -g -std=c++11 -MMD -MF out/async_context2/c++/main.d -MT 'out/async_context2/c++/main.d out/async_context2/c++/main.o' -pthread -Iout/async_context2/c++ -Iout/async_context2/c++/.. -Iout/async_context2/c++ -Iout/async_context2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context2/c++/main.o out/async_context2/c++/main.cc
mkdir -p out/async_context2/c++/
g++ -g -std=c++11 -MMD -MF out/async_context2/c++/pump.d -MT 'out/async_context2/c++/pump.d out/async_context2/c++/pump.o' -pthread -Iout/async_context2/c++ -Iout/async_context2/c++/.. -Iout/async_context2/c++ -Iout/async_context2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context2/c++/pump.o out/async_context2/c++/pump.cc
mkdir -p out/async_context2/c++/
g++ -g -std=c++11 -MMD -MF out/async_context2/c++/runtime.d -MT 'out/async_context2/c++/runtime.d out/async_context2/c++/runtime.o' -pthread -Iout/async_context2/c++ -Iout/async_context2/c++/.. -Iout/async_context2/c++ -Iout/async_context2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context2/c++/runtime.o out/async_context2/c++/runtime.cc
mkdir -p out/async_context2/c++/
g++ -g -std=c++11 -MMD -MF out/async_context2/c++/async_context2.d -MT 'out/async_context2/c++/async_context2.d out/async_context2/c++/async_context2.o' -pthread -Iout/async_context2/c++ -Iout/async_context2/c++/.. -Iout/async_context2/c++ -Iout/async_context2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context2/c++/async_context2.o out/async_context2/c++/async_context2.cc
mkdir -p out/async_context2/c++/
g++ -g -std=c++11 -MMD -MF out/async_context2/c++/test -MT 'out/async_context2/c++/test out/async_context2/c++/test' -pthread -Iout/async_context2/c++ -Iout/async_context2/c++/.. -Iout/async_context2/c++ -Iout/async_context2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_context2/c++/test out/async_context2/c++/main.o out/async_context2/c++/pump.o out/async_context2/c++/runtime.o out/async_context2/c++/async_context2.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_context2/async_context2.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/verify
mkdir -p "out/async_context2"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_context2 "out/async_context2/async_context2.dzn" 2>"out/async_context2"/verify/"async_context2".stderr)";err="$(cat "out/async_context2"/verify/"async_context2".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_context2"/verify/"async_context2".stderr:; cat "out/async_context2"/verify/"async_context2".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_context2" OUT="out/async_context2"/c++03 MODEL="async_context2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_context2/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_context2/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_context2/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_context2/*/*.dzn': No such file or directory
set -x; for file in "out/async_context2/async_context2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'async_context2' -o "out/async_context2/c++03" "$file";\
done
+ for file in "out/async_context2/async_context2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m async_context2 -o out/async_context2/c++03 out/async_context2/async_context2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/build-c++03
mkdir -p "out/async_context2"/c++03 && ln -sf "out/async_context2" "out/async_context2" && make DIR="out/async_context2" LANGUAGE=c++03 OUT="out/async_context2"/c++03 IN="out/async_context2"/c++03 MAIN="out/async_context2/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_context2/c++03/
g++ -g -std=c++11 -MMD -MF out/async_context2/c++03/main.d -MT 'out/async_context2/c++03/main.d out/async_context2/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context2/c++03 -Iout/async_context2/c++03/.. -Iout/async_context2/c++03 -Iout/async_context2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context2/c++03/main.o out/async_context2/c++03/main.cc
mkdir -p out/async_context2/c++03/
g++ -g -std=c++11 -MMD -MF out/async_context2/c++03/pump.d -MT 'out/async_context2/c++03/pump.d out/async_context2/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context2/c++03 -Iout/async_context2/c++03/.. -Iout/async_context2/c++03 -Iout/async_context2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context2/c++03/pump.o out/async_context2/c++03/pump.cc
mkdir -p out/async_context2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_context2/c++03/runtime.d -MT 'out/async_context2/c++03/runtime.d out/async_context2/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context2/c++03 -Iout/async_context2/c++03/.. -Iout/async_context2/c++03 -Iout/async_context2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context2/c++03/runtime.o out/async_context2/c++03/runtime.cc
mkdir -p out/async_context2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_context2/c++03/async_context2.d -MT 'out/async_context2/c++03/async_context2.d out/async_context2/c++03/async_context2.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context2/c++03 -Iout/async_context2/c++03/.. -Iout/async_context2/c++03 -Iout/async_context2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context2/c++03/async_context2.o out/async_context2/c++03/async_context2.cc
mkdir -p out/async_context2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_context2/c++03/test -MT 'out/async_context2/c++03/test out/async_context2/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context2/c++03 -Iout/async_context2/c++03/.. -Iout/async_context2/c++03 -Iout/async_context2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_context2/c++03/test out/async_context2/c++03/main.o out/async_context2/c++03/pump.o out/async_context2/c++03/runtime.o out/async_context2/c++03/async_context2.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/async_context2" OUT="out/async_context2"/javascript MODEL="async_context2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_context2/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/async_context2/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/async_context2/javascript"/dzn/$file;\
done
ls: cannot access 'out/async_context2/*/*.dzn': No such file or directory
set -x; for file in "out/async_context2/async_context2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'async_context2' -o "out/async_context2/javascript" "$file";\
done
+ for file in "out/async_context2/async_context2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m async_context2 -o out/async_context2/javascript out/async_context2/async_context2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/build-javascript
mkdir -p "out/async_context2"/javascript && ln -sf "out/async_context2" "out/async_context2" && make DIR="out/async_context2" LANGUAGE=javascript OUT="out/async_context2"/javascript IN="out/async_context2"/javascript MAIN="out/async_context2/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/async_context2/javascript/main.js out/async_context2/javascript/test
chmod +x out/async_context2/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/execute-c++
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/run
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/table
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/traces
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/triangle-c++
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/view
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/execute-c++03
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/triangle-c++03
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/build-c++-msvc11
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/code-c++-msvc11
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/execute-c++-msvc11
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/triangle-c++-msvc11
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/execute-javascript
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context2/triangle-javascript
livelock model; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/convert
convert: [SKIPPED] no DM file "out/async_blocking/async_blocking.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_blocking/async_blocking.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_blocking" OUT="out/async_blocking"/c++ MODEL="async_blocking" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_blocking/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_blocking/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_blocking/c++"/dzn/$file;\
done
ls: cannot access 'out/async_blocking/*/*.dzn': No such file or directory
set -x; for file in "out/async_blocking/async_blocking.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'async_blocking' -o "out/async_blocking/c++" "$file";\
done
+ for file in "out/async_blocking/async_blocking.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m async_blocking -o out/async_blocking/c++ out/async_blocking/async_blocking.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/build-c++
mkdir -p "out/async_blocking"/c++ && ln -sf "out/async_blocking" "out/async_blocking" && make DIR="out/async_blocking" LANGUAGE=c++ OUT="out/async_blocking"/c++ IN="out/async_blocking"/c++ MAIN="out/async_blocking/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_blocking/c++/
g++ -g -std=c++11 -MMD -MF out/async_blocking/c++/main.d -MT 'out/async_blocking/c++/main.d out/async_blocking/c++/main.o' -pthread -Iout/async_blocking/c++ -Iout/async_blocking/c++/.. -Iout/async_blocking/c++ -Iout/async_blocking/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_blocking/c++/main.o out/async_blocking/c++/main.cc
mkdir -p out/async_blocking/c++/
g++ -g -std=c++11 -MMD -MF out/async_blocking/c++/pump.d -MT 'out/async_blocking/c++/pump.d out/async_blocking/c++/pump.o' -pthread -Iout/async_blocking/c++ -Iout/async_blocking/c++/.. -Iout/async_blocking/c++ -Iout/async_blocking/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_blocking/c++/pump.o out/async_blocking/c++/pump.cc
mkdir -p out/async_blocking/c++/
g++ -g -std=c++11 -MMD -MF out/async_blocking/c++/async_blocking.d -MT 'out/async_blocking/c++/async_blocking.d out/async_blocking/c++/async_blocking.o' -pthread -Iout/async_blocking/c++ -Iout/async_blocking/c++/.. -Iout/async_blocking/c++ -Iout/async_blocking/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_blocking/c++/async_blocking.o out/async_blocking/c++/async_blocking.cc
mkdir -p out/async_blocking/c++/
g++ -g -std=c++11 -MMD -MF out/async_blocking/c++/runtime.d -MT 'out/async_blocking/c++/runtime.d out/async_blocking/c++/runtime.o' -pthread -Iout/async_blocking/c++ -Iout/async_blocking/c++/.. -Iout/async_blocking/c++ -Iout/async_blocking/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_blocking/c++/runtime.o out/async_blocking/c++/runtime.cc
mkdir -p out/async_blocking/c++/
g++ -g -std=c++11 -MMD -MF out/async_blocking/c++/test -MT 'out/async_blocking/c++/test out/async_blocking/c++/test' -pthread -Iout/async_blocking/c++ -Iout/async_blocking/c++/.. -Iout/async_blocking/c++ -Iout/async_blocking/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_blocking/c++/test out/async_blocking/c++/main.o out/async_blocking/c++/pump.o out/async_blocking/c++/async_blocking.o out/async_blocking/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/execute-c++
timeout 2 diff -uwB out/async_blocking/async_blocking.trace.0 <(set -o pipefail;cat out/async_blocking/async_blocking.trace.0 | "out/async_blocking"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_blocking/async_blocking.trace.0 | "out/async_blocking"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/run
diff -uwB <(grep -v "" "out/async_blocking/async_blocking.trace.0") <(grep -v "" "out/async_blocking/async_blocking.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_blocking "out/async_blocking/async_blocking.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/triangle-c++
async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/verify
mkdir -p "out/async_blocking"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_blocking "out/async_blocking/async_blocking.dzn" 2>"out/async_blocking"/verify/"async_blocking".stderr)";err="$(cat "out/async_blocking"/verify/"async_blocking".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_blocking"/verify/"async_blocking".stderr:; cat "out/async_blocking"/verify/"async_blocking".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_blocking" OUT="out/async_blocking"/c++03 MODEL="async_blocking" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_blocking/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_blocking/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_blocking/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_blocking/*/*.dzn': No such file or directory
set -x; for file in "out/async_blocking/async_blocking.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'async_blocking' -o "out/async_blocking/c++03" "$file";\
done
+ for file in "out/async_blocking/async_blocking.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m async_blocking -o out/async_blocking/c++03 out/async_blocking/async_blocking.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/build-c++03
mkdir -p "out/async_blocking"/c++03 && ln -sf "out/async_blocking" "out/async_blocking" && make DIR="out/async_blocking" LANGUAGE=c++03 OUT="out/async_blocking"/c++03 IN="out/async_blocking"/c++03 MAIN="out/async_blocking/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_blocking/c++03/
g++ -g -std=c++11 -MMD -MF out/async_blocking/c++03/main.d -MT 'out/async_blocking/c++03/main.d out/async_blocking/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_blocking/c++03 -Iout/async_blocking/c++03/.. -Iout/async_blocking/c++03 -Iout/async_blocking/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_blocking/c++03/main.o out/async_blocking/c++03/main.cc
mkdir -p out/async_blocking/c++03/
g++ -g -std=c++11 -MMD -MF out/async_blocking/c++03/pump.d -MT 'out/async_blocking/c++03/pump.d out/async_blocking/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_blocking/c++03 -Iout/async_blocking/c++03/.. -Iout/async_blocking/c++03 -Iout/async_blocking/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_blocking/c++03/pump.o out/async_blocking/c++03/pump.cc
mkdir -p out/async_blocking/c++03/
g++ -g -std=c++03 -MMD -MF out/async_blocking/c++03/async_blocking.d -MT 'out/async_blocking/c++03/async_blocking.d out/async_blocking/c++03/async_blocking.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_blocking/c++03 -Iout/async_blocking/c++03/.. -Iout/async_blocking/c++03 -Iout/async_blocking/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_blocking/c++03/async_blocking.o out/async_blocking/c++03/async_blocking.cc
mkdir -p out/async_blocking/c++03/
g++ -g -std=c++03 -MMD -MF out/async_blocking/c++03/runtime.d -MT 'out/async_blocking/c++03/runtime.d out/async_blocking/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_blocking/c++03 -Iout/async_blocking/c++03/.. -Iout/async_blocking/c++03 -Iout/async_blocking/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_blocking/c++03/runtime.o out/async_blocking/c++03/runtime.cc
mkdir -p out/async_blocking/c++03/
g++ -g -std=c++03 -MMD -MF out/async_blocking/c++03/test -MT 'out/async_blocking/c++03/test out/async_blocking/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_blocking/c++03 -Iout/async_blocking/c++03/.. -Iout/async_blocking/c++03 -Iout/async_blocking/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_blocking/c++03/test out/async_blocking/c++03/main.o out/async_blocking/c++03/pump.o out/async_blocking/c++03/async_blocking.o out/async_blocking/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/execute-c++03
timeout 2 diff -uwB out/async_blocking/async_blocking.trace.0 <(set -o pipefail;cat out/async_blocking/async_blocking.trace.0 | "out/async_blocking"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_blocking/async_blocking.trace.0 | "out/async_blocking"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/triangle-c++03
async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/async_blocking" OUT="out/async_blocking"/javascript MODEL="async_blocking" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_blocking/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/async_blocking/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/async_blocking/javascript"/dzn/$file;\
done
ls: cannot access 'out/async_blocking/*/*.dzn': No such file or directory
set -x; for file in "out/async_blocking/async_blocking.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'async_blocking' -o "out/async_blocking/javascript" "$file";\
done
+ for file in "out/async_blocking/async_blocking.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m async_blocking -o out/async_blocking/javascript out/async_blocking/async_blocking.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/build-javascript
mkdir -p "out/async_blocking"/javascript && ln -sf "out/async_blocking" "out/async_blocking" && make DIR="out/async_blocking" LANGUAGE=javascript OUT="out/async_blocking"/javascript IN="out/async_blocking"/javascript MAIN="out/async_blocking/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/async_blocking/javascript/main.js out/async_blocking/javascript/test
chmod +x out/async_blocking/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/execute-javascript
timeout 2 diff -uwB out/async_blocking/async_blocking.trace.0 <(set -o pipefail;cat out/async_blocking/async_blocking.trace.0 | node "out/async_blocking"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_blocking/async_blocking.trace.0 | node "out/async_blocking"/javascript/test ; echo "E""R""R""O""R"))
/tmp/out/async_blocking/javascript/dzn/async_blocking.js:73
this.i = new dzn.async ({provides: {}, requires: {name: 'i', component: this}});
^
TypeError: dzn.async is not a constructor
at new dzn.async_blocking (/tmp/out/async_blocking/javascript/dzn/async_blocking.js:73:12)
at main (/tmp/out/async_blocking/javascript/test:107:13)
at Object. (/tmp/out/async_blocking/javascript/test:122:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
--- out/async_blocking/async_blocking.trace.0 2020-08-05 11:51:37.518291706 +0000
+++ /dev/fd/63 2020-08-05 11:52:08.913125059 +0000
@@ -1,3 +1 @@
-h.hello
-h.world
-h.return
\ No newline at end of file
+ERROR
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/triangle-javascript
async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/table
async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/traces
async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/view
async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/build-c++-msvc11
async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/code-c++-msvc11
async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/execute-c++-msvc11
async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_blocking/triangle-c++-msvc11
async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/convert
convert: [SKIPPED] no DM file "out/async_context/async_context.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_context/async_context.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_context" OUT="out/async_context"/c++ MAIN=out/async_context/main.cc MODEL="async_context" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_context/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_context/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_context/c++"/dzn/$file;\
done
ls: cannot access 'out/async_context/*/*.dzn': No such file or directory
set -x; for file in "out/async_context/async_context.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_context/c++" "$file";\
done
+ for file in "out/async_context/async_context.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_context/c++ out/async_context/async_context.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/build-c++
mkdir -p "out/async_context"/c++ && ln -sf "out/async_context" "out/async_context" && make DIR="out/async_context" LANGUAGE=c++ OUT="out/async_context"/c++ IN="out/async_context"/c++ MAIN="out/async_context/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_context/c++/
g++ -g -std=c++11 -MMD -MF out/async_context/c++/main.d -MT 'out/async_context/c++/main.d out/async_context/c++/main.o' -pthread -Iout/async_context/c++ -Iout/async_context/c++/.. -Iout/async_context/c++ -Iout/async_context/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context/c++/main.o out/async_context/main.cc
mkdir -p out/async_context/c++/
g++ -g -std=c++11 -MMD -MF out/async_context/c++/pump.d -MT 'out/async_context/c++/pump.d out/async_context/c++/pump.o' -pthread -Iout/async_context/c++ -Iout/async_context/c++/.. -Iout/async_context/c++ -Iout/async_context/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context/c++/pump.o out/async_context/c++/pump.cc
mkdir -p out/async_context/c++/
g++ -g -std=c++11 -MMD -MF out/async_context/c++/async_context.d -MT 'out/async_context/c++/async_context.d out/async_context/c++/async_context.o' -pthread -Iout/async_context/c++ -Iout/async_context/c++/.. -Iout/async_context/c++ -Iout/async_context/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context/c++/async_context.o out/async_context/c++/async_context.cc
mkdir -p out/async_context/c++/
g++ -g -std=c++11 -MMD -MF out/async_context/c++/runtime.d -MT 'out/async_context/c++/runtime.d out/async_context/c++/runtime.o' -pthread -Iout/async_context/c++ -Iout/async_context/c++/.. -Iout/async_context/c++ -Iout/async_context/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context/c++/runtime.o out/async_context/c++/runtime.cc
mkdir -p out/async_context/c++/
g++ -g -std=c++11 -MMD -MF out/async_context/c++/test -MT 'out/async_context/c++/test out/async_context/c++/test' -pthread -Iout/async_context/c++ -Iout/async_context/c++/.. -Iout/async_context/c++ -Iout/async_context/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_context/c++/test out/async_context/c++/main.o out/async_context/c++/pump.o out/async_context/c++/async_context.o out/async_context/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/execute-c++
timeout 2 diff -uwB out/async_context/async_context.trace.0 <(set -o pipefail;cat out/async_context/async_context.trace.0 | "out/async_context"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_context/async_context.trace.0 | "out/async_context"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_context/async_context.trace.1 <(set -o pipefail;cat out/async_context/async_context.trace.1 | "out/async_context"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_context/async_context.trace.1 | "out/async_context"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_context/async_context.trace.2 <(set -o pipefail;cat out/async_context/async_context.trace.2 | "out/async_context"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_context/async_context.trace.2 | "out/async_context"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/run
diff -uwB <(grep -v "" "out/async_context/async_context.trace.0") <(grep -v "" "out/async_context/async_context.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_context "out/async_context/async_context.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_context/async_context.trace.1") <(grep -v "" "out/async_context/async_context.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_context "out/async_context/async_context.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_context/async_context.trace.2") <(grep -v "" "out/async_context/async_context.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_context "out/async_context/async_context.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/triangle-c++
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/verify
mkdir -p "out/async_context"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_context "out/async_context/async_context.dzn" 2>"out/async_context"/verify/"async_context".stderr)";err="$(cat "out/async_context"/verify/"async_context".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_context"/verify/"async_context".stderr:; cat "out/async_context"/verify/"async_context".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_context" OUT="out/async_context"/c++03 MAIN=out/async_context/main.cc MODEL="async_context" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_context/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_context/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_context/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_context/*/*.dzn': No such file or directory
set -x; for file in "out/async_context/async_context.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_context/c++03" "$file";\
done
+ for file in "out/async_context/async_context.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_context/c++03 out/async_context/async_context.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/build-c++03
mkdir -p "out/async_context"/c++03 && ln -sf "out/async_context" "out/async_context" && make DIR="out/async_context" LANGUAGE=c++03 OUT="out/async_context"/c++03 IN="out/async_context"/c++03 MAIN="out/async_context/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_context/c++03/
g++ -g -std=c++11 -MMD -MF out/async_context/c++03/main.d -MT 'out/async_context/c++03/main.d out/async_context/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context/c++03 -Iout/async_context/c++03/.. -Iout/async_context/c++03 -Iout/async_context/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context/c++03/main.o out/async_context/main.cc
mkdir -p out/async_context/c++03/
g++ -g -std=c++11 -MMD -MF out/async_context/c++03/pump.d -MT 'out/async_context/c++03/pump.d out/async_context/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context/c++03 -Iout/async_context/c++03/.. -Iout/async_context/c++03 -Iout/async_context/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context/c++03/pump.o out/async_context/c++03/pump.cc
mkdir -p out/async_context/c++03/
g++ -g -std=c++03 -MMD -MF out/async_context/c++03/async_context.d -MT 'out/async_context/c++03/async_context.d out/async_context/c++03/async_context.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context/c++03 -Iout/async_context/c++03/.. -Iout/async_context/c++03 -Iout/async_context/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context/c++03/async_context.o out/async_context/c++03/async_context.cc
mkdir -p out/async_context/c++03/
g++ -g -std=c++03 -MMD -MF out/async_context/c++03/runtime.d -MT 'out/async_context/c++03/runtime.d out/async_context/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context/c++03 -Iout/async_context/c++03/.. -Iout/async_context/c++03 -Iout/async_context/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context/c++03/runtime.o out/async_context/c++03/runtime.cc
mkdir -p out/async_context/c++03/
g++ -g -std=c++03 -MMD -MF out/async_context/c++03/test -MT 'out/async_context/c++03/test out/async_context/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context/c++03 -Iout/async_context/c++03/.. -Iout/async_context/c++03 -Iout/async_context/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_context/c++03/test out/async_context/c++03/main.o out/async_context/c++03/pump.o out/async_context/c++03/async_context.o out/async_context/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/execute-c++03
timeout 2 diff -uwB out/async_context/async_context.trace.0 <(set -o pipefail;cat out/async_context/async_context.trace.0 | "out/async_context"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_context/async_context.trace.0 | "out/async_context"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_context/async_context.trace.1 <(set -o pipefail;cat out/async_context/async_context.trace.1 | "out/async_context"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_context/async_context.trace.1 | "out/async_context"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_context/async_context.trace.2 <(set -o pipefail;cat out/async_context/async_context.trace.2 | "out/async_context"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_context/async_context.trace.2 | "out/async_context"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/triangle-c++03
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/table
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/traces
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/view
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/build-c++-msvc11
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/code-c++-msvc11
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/execute-c++-msvc11
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/triangle-c++-msvc11
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/build-javascript
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/code-javascript
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/execute-javascript
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context/triangle-javascript
async-refine: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/convert
convert: [SKIPPED] no DM file "out/async_context3/async_context3.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_context3" OUT="out/async_context3"/c++ MODEL="async_context3" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_context3/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_context3/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_context3/c++"/dzn/$file;\
done
ls: cannot access 'out/async_context3/*/*.dzn': No such file or directory
set -x; for file in "out/async_context3/async_context3.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'async_context3' -o "out/async_context3/c++" "$file";\
done
+ for file in "out/async_context3/async_context3.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m async_context3 -o out/async_context3/c++ out/async_context3/async_context3.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/build-c++
mkdir -p "out/async_context3"/c++ && ln -sf "out/async_context3" "out/async_context3" && make DIR="out/async_context3" LANGUAGE=c++ OUT="out/async_context3"/c++ IN="out/async_context3"/c++ MAIN="out/async_context3/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_context3/c++/
g++ -g -std=c++11 -MMD -MF out/async_context3/c++/main.d -MT 'out/async_context3/c++/main.d out/async_context3/c++/main.o' -pthread -Iout/async_context3/c++ -Iout/async_context3/c++/.. -Iout/async_context3/c++ -Iout/async_context3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context3/c++/main.o out/async_context3/c++/main.cc
mkdir -p out/async_context3/c++/
g++ -g -std=c++11 -MMD -MF out/async_context3/c++/async_context3.d -MT 'out/async_context3/c++/async_context3.d out/async_context3/c++/async_context3.o' -pthread -Iout/async_context3/c++ -Iout/async_context3/c++/.. -Iout/async_context3/c++ -Iout/async_context3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context3/c++/async_context3.o out/async_context3/c++/async_context3.cc
mkdir -p out/async_context3/c++/
g++ -g -std=c++11 -MMD -MF out/async_context3/c++/pump.d -MT 'out/async_context3/c++/pump.d out/async_context3/c++/pump.o' -pthread -Iout/async_context3/c++ -Iout/async_context3/c++/.. -Iout/async_context3/c++ -Iout/async_context3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context3/c++/pump.o out/async_context3/c++/pump.cc
mkdir -p out/async_context3/c++/
g++ -g -std=c++11 -MMD -MF out/async_context3/c++/runtime.d -MT 'out/async_context3/c++/runtime.d out/async_context3/c++/runtime.o' -pthread -Iout/async_context3/c++ -Iout/async_context3/c++/.. -Iout/async_context3/c++ -Iout/async_context3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context3/c++/runtime.o out/async_context3/c++/runtime.cc
mkdir -p out/async_context3/c++/
g++ -g -std=c++11 -MMD -MF out/async_context3/c++/test -MT 'out/async_context3/c++/test out/async_context3/c++/test' -pthread -Iout/async_context3/c++ -Iout/async_context3/c++/.. -Iout/async_context3/c++ -Iout/async_context3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_context3/c++/test out/async_context3/c++/main.o out/async_context3/c++/async_context3.o out/async_context3/c++/pump.o out/async_context3/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_context3/async_context3.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/verify
mkdir -p "out/async_context3"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=async_context3 "out/async_context3/async_context3.dzn" 2>"out/async_context3"/verify/"async_context3".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/async_context3"/verify/"async_context3"| test ! -s "out/async_context3/baseline/verify/async_context3"| test ! -s "out/async_context3/baseline/verify/async_context3".stderr;} || (diff -uwB "out/async_context3/baseline/verify/async_context3" "out/async_context3"/verify/"async_context3" && (test ! -s "out/async_context3"/verify/"async_context3".stderr || (sed -i s,.\r,,g "out/async_context3"/verify/"async_context3".stderr; diff -u "out/async_context3/baseline/verify/async_context3".stderr "out/async_context3"/verify/"async_context3".stderr))) || { echo "out/async_context3"/verify/"async_context3".stderr:; cat "out/async_context3"/verify/"async_context3".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_context3" OUT="out/async_context3"/c++03 MODEL="async_context3" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_context3/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_context3/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_context3/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_context3/*/*.dzn': No such file or directory
set -x; for file in "out/async_context3/async_context3.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'async_context3' -o "out/async_context3/c++03" "$file";\
done
+ for file in "out/async_context3/async_context3.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m async_context3 -o out/async_context3/c++03 out/async_context3/async_context3.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/build-c++03
mkdir -p "out/async_context3"/c++03 && ln -sf "out/async_context3" "out/async_context3" && make DIR="out/async_context3" LANGUAGE=c++03 OUT="out/async_context3"/c++03 IN="out/async_context3"/c++03 MAIN="out/async_context3/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_context3/c++03/
g++ -g -std=c++11 -MMD -MF out/async_context3/c++03/main.d -MT 'out/async_context3/c++03/main.d out/async_context3/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context3/c++03 -Iout/async_context3/c++03/.. -Iout/async_context3/c++03 -Iout/async_context3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context3/c++03/main.o out/async_context3/c++03/main.cc
mkdir -p out/async_context3/c++03/
g++ -g -std=c++03 -MMD -MF out/async_context3/c++03/async_context3.d -MT 'out/async_context3/c++03/async_context3.d out/async_context3/c++03/async_context3.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context3/c++03 -Iout/async_context3/c++03/.. -Iout/async_context3/c++03 -Iout/async_context3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context3/c++03/async_context3.o out/async_context3/c++03/async_context3.cc
mkdir -p out/async_context3/c++03/
g++ -g -std=c++11 -MMD -MF out/async_context3/c++03/pump.d -MT 'out/async_context3/c++03/pump.d out/async_context3/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context3/c++03 -Iout/async_context3/c++03/.. -Iout/async_context3/c++03 -Iout/async_context3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context3/c++03/pump.o out/async_context3/c++03/pump.cc
mkdir -p out/async_context3/c++03/
g++ -g -std=c++03 -MMD -MF out/async_context3/c++03/runtime.d -MT 'out/async_context3/c++03/runtime.d out/async_context3/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context3/c++03 -Iout/async_context3/c++03/.. -Iout/async_context3/c++03 -Iout/async_context3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_context3/c++03/runtime.o out/async_context3/c++03/runtime.cc
mkdir -p out/async_context3/c++03/
g++ -g -std=c++03 -MMD -MF out/async_context3/c++03/test -MT 'out/async_context3/c++03/test out/async_context3/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_context3/c++03 -Iout/async_context3/c++03/.. -Iout/async_context3/c++03 -Iout/async_context3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_context3/c++03/test out/async_context3/c++03/main.o out/async_context3/c++03/async_context3.o out/async_context3/c++03/pump.o out/async_context3/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/async_context3" OUT="out/async_context3"/javascript MODEL="async_context3" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_context3/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/async_context3/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/async_context3/javascript"/dzn/$file;\
done
ls: cannot access 'out/async_context3/*/*.dzn': No such file or directory
set -x; for file in "out/async_context3/async_context3.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'async_context3' -o "out/async_context3/javascript" "$file";\
done
+ for file in "out/async_context3/async_context3.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m async_context3 -o out/async_context3/javascript out/async_context3/async_context3.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/build-javascript
mkdir -p "out/async_context3"/javascript && ln -sf "out/async_context3" "out/async_context3" && make DIR="out/async_context3" LANGUAGE=javascript OUT="out/async_context3"/javascript IN="out/async_context3"/javascript MAIN="out/async_context3/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/async_context3/javascript/main.js out/async_context3/javascript/test
chmod +x out/async_context3/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/execute-c++
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/run
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/table
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/traces
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/triangle-c++
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/view
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/execute-c++03
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/triangle-c++03
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/build-c++-msvc11
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/code-c++-msvc11
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/execute-c++-msvc11
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/triangle-c++-msvc11
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/execute-javascript
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_context3/triangle-javascript
compliance error; javascript: async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/convert
convert: [SKIPPED] no DM file "out/async_nondet/async_nondet.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_nondet" OUT="out/async_nondet"/c++ MODEL="async_nondet" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_nondet/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_nondet/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_nondet/c++"/dzn/$file;\
done
ls: cannot access 'out/async_nondet/*/*.dzn': No such file or directory
set -x; for file in "out/async_nondet/async_nondet.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'async_nondet' -o "out/async_nondet/c++" "$file";\
done
+ for file in "out/async_nondet/async_nondet.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m async_nondet -o out/async_nondet/c++ out/async_nondet/async_nondet.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/build-c++
mkdir -p "out/async_nondet"/c++ && ln -sf "out/async_nondet" "out/async_nondet" && make DIR="out/async_nondet" LANGUAGE=c++ OUT="out/async_nondet"/c++ IN="out/async_nondet"/c++ MAIN="out/async_nondet/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_nondet/c++/
g++ -g -std=c++11 -MMD -MF out/async_nondet/c++/main.d -MT 'out/async_nondet/c++/main.d out/async_nondet/c++/main.o' -pthread -Iout/async_nondet/c++ -Iout/async_nondet/c++/.. -Iout/async_nondet/c++ -Iout/async_nondet/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_nondet/c++/main.o out/async_nondet/c++/main.cc
mkdir -p out/async_nondet/c++/
g++ -g -std=c++11 -MMD -MF out/async_nondet/c++/pump.d -MT 'out/async_nondet/c++/pump.d out/async_nondet/c++/pump.o' -pthread -Iout/async_nondet/c++ -Iout/async_nondet/c++/.. -Iout/async_nondet/c++ -Iout/async_nondet/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_nondet/c++/pump.o out/async_nondet/c++/pump.cc
mkdir -p out/async_nondet/c++/
g++ -g -std=c++11 -MMD -MF out/async_nondet/c++/runtime.d -MT 'out/async_nondet/c++/runtime.d out/async_nondet/c++/runtime.o' -pthread -Iout/async_nondet/c++ -Iout/async_nondet/c++/.. -Iout/async_nondet/c++ -Iout/async_nondet/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_nondet/c++/runtime.o out/async_nondet/c++/runtime.cc
mkdir -p out/async_nondet/c++/
g++ -g -std=c++11 -MMD -MF out/async_nondet/c++/async_nondet.d -MT 'out/async_nondet/c++/async_nondet.d out/async_nondet/c++/async_nondet.o' -pthread -Iout/async_nondet/c++ -Iout/async_nondet/c++/.. -Iout/async_nondet/c++ -Iout/async_nondet/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_nondet/c++/async_nondet.o out/async_nondet/c++/async_nondet.cc
mkdir -p out/async_nondet/c++/
g++ -g -std=c++11 -MMD -MF out/async_nondet/c++/test -MT 'out/async_nondet/c++/test out/async_nondet/c++/test' -pthread -Iout/async_nondet/c++ -Iout/async_nondet/c++/.. -Iout/async_nondet/c++ -Iout/async_nondet/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_nondet/c++/test out/async_nondet/c++/main.o out/async_nondet/c++/pump.o out/async_nondet/c++/runtime.o out/async_nondet/c++/async_nondet.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_nondet/async_nondet.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/run
diff -uwB <(grep -v "" "out/async_nondet/async_nondet.trace.0") <(grep -v "" "out/async_nondet/async_nondet.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_nondet "out/async_nondet/async_nondet.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_nondet/async_nondet.trace.1") <(grep -v "" "out/async_nondet/async_nondet.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_nondet "out/async_nondet/async_nondet.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/verify
mkdir -p "out/async_nondet"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=async_nondet "out/async_nondet/async_nondet.dzn" 2>"out/async_nondet"/verify/"async_nondet".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/async_nondet"/verify/"async_nondet"| test ! -s "out/async_nondet/baseline/verify/async_nondet"| test ! -s "out/async_nondet/baseline/verify/async_nondet".stderr;} || (diff -uwB "out/async_nondet/baseline/verify/async_nondet" "out/async_nondet"/verify/"async_nondet" && (test ! -s "out/async_nondet"/verify/"async_nondet".stderr || (sed -i s,.\r,,g "out/async_nondet"/verify/"async_nondet".stderr; diff -u "out/async_nondet/baseline/verify/async_nondet".stderr "out/async_nondet"/verify/"async_nondet".stderr))) || { echo "out/async_nondet"/verify/"async_nondet".stderr:; cat "out/async_nondet"/verify/"async_nondet".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_nondet" OUT="out/async_nondet"/c++03 MODEL="async_nondet" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_nondet/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_nondet/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_nondet/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_nondet/*/*.dzn': No such file or directory
set -x; for file in "out/async_nondet/async_nondet.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'async_nondet' -o "out/async_nondet/c++03" "$file";\
done
+ for file in "out/async_nondet/async_nondet.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m async_nondet -o out/async_nondet/c++03 out/async_nondet/async_nondet.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/build-c++03
mkdir -p "out/async_nondet"/c++03 && ln -sf "out/async_nondet" "out/async_nondet" && make DIR="out/async_nondet" LANGUAGE=c++03 OUT="out/async_nondet"/c++03 IN="out/async_nondet"/c++03 MAIN="out/async_nondet/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_nondet/c++03/
g++ -g -std=c++11 -MMD -MF out/async_nondet/c++03/main.d -MT 'out/async_nondet/c++03/main.d out/async_nondet/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_nondet/c++03 -Iout/async_nondet/c++03/.. -Iout/async_nondet/c++03 -Iout/async_nondet/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_nondet/c++03/main.o out/async_nondet/c++03/main.cc
mkdir -p out/async_nondet/c++03/
g++ -g -std=c++11 -MMD -MF out/async_nondet/c++03/pump.d -MT 'out/async_nondet/c++03/pump.d out/async_nondet/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_nondet/c++03 -Iout/async_nondet/c++03/.. -Iout/async_nondet/c++03 -Iout/async_nondet/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_nondet/c++03/pump.o out/async_nondet/c++03/pump.cc
mkdir -p out/async_nondet/c++03/
g++ -g -std=c++03 -MMD -MF out/async_nondet/c++03/runtime.d -MT 'out/async_nondet/c++03/runtime.d out/async_nondet/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_nondet/c++03 -Iout/async_nondet/c++03/.. -Iout/async_nondet/c++03 -Iout/async_nondet/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_nondet/c++03/runtime.o out/async_nondet/c++03/runtime.cc
mkdir -p out/async_nondet/c++03/
g++ -g -std=c++03 -MMD -MF out/async_nondet/c++03/async_nondet.d -MT 'out/async_nondet/c++03/async_nondet.d out/async_nondet/c++03/async_nondet.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_nondet/c++03 -Iout/async_nondet/c++03/.. -Iout/async_nondet/c++03 -Iout/async_nondet/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_nondet/c++03/async_nondet.o out/async_nondet/c++03/async_nondet.cc
mkdir -p out/async_nondet/c++03/
g++ -g -std=c++03 -MMD -MF out/async_nondet/c++03/test -MT 'out/async_nondet/c++03/test out/async_nondet/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_nondet/c++03 -Iout/async_nondet/c++03/.. -Iout/async_nondet/c++03 -Iout/async_nondet/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_nondet/c++03/test out/async_nondet/c++03/main.o out/async_nondet/c++03/pump.o out/async_nondet/c++03/runtime.o out/async_nondet/c++03/async_nondet.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/async_nondet" OUT="out/async_nondet"/javascript MODEL="async_nondet" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_nondet/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/async_nondet/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/async_nondet/javascript"/dzn/$file;\
done
ls: cannot access 'out/async_nondet/*/*.dzn': No such file or directory
set -x; for file in "out/async_nondet/async_nondet.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'async_nondet' -o "out/async_nondet/javascript" "$file";\
done
+ for file in "out/async_nondet/async_nondet.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m async_nondet -o out/async_nondet/javascript out/async_nondet/async_nondet.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/build-javascript
mkdir -p "out/async_nondet"/javascript && ln -sf "out/async_nondet" "out/async_nondet" && make DIR="out/async_nondet" LANGUAGE=javascript OUT="out/async_nondet"/javascript IN="out/async_nondet"/javascript MAIN="out/async_nondet/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/async_nondet/javascript/main.js out/async_nondet/javascript/test
chmod +x out/async_nondet/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/execute-c++
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/table
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/traces
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/triangle-c++
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/view
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/execute-c++03
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/triangle-c++03
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/build-c++-msvc11
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/code-c++-msvc11
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/execute-c++-msvc11
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/triangle-c++-msvc11
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/execute-javascript
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_nondet/triangle-javascript
exec:nondeterministic model cannot run; javascript,c#:async not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/convert
convert: [SKIPPED] no DM file "out/async_multiple_provides/async_multiple_provides.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_multiple_provides/async_multiple_provides.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_multiple_provides" OUT="out/async_multiple_provides"/c++ MODEL="async_multiple_provides" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_multiple_provides/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_multiple_provides/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_multiple_provides/c++"/dzn/$file;\
done
ls: cannot access 'out/async_multiple_provides/*/*.dzn': No such file or directory
set -x; for file in "out/async_multiple_provides/async_multiple_provides.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'async_multiple_provides' -o "out/async_multiple_provides/c++" "$file";\
done
+ for file in "out/async_multiple_provides/async_multiple_provides.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m async_multiple_provides -o out/async_multiple_provides/c++ out/async_multiple_provides/async_multiple_provides.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/build-c++
mkdir -p "out/async_multiple_provides"/c++ && ln -sf "out/async_multiple_provides" "out/async_multiple_provides" && make DIR="out/async_multiple_provides" LANGUAGE=c++ OUT="out/async_multiple_provides"/c++ IN="out/async_multiple_provides"/c++ MAIN="out/async_multiple_provides/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_multiple_provides/c++/
g++ -g -std=c++11 -MMD -MF out/async_multiple_provides/c++/main.d -MT 'out/async_multiple_provides/c++/main.d out/async_multiple_provides/c++/main.o' -pthread -Iout/async_multiple_provides/c++ -Iout/async_multiple_provides/c++/.. -Iout/async_multiple_provides/c++ -Iout/async_multiple_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_multiple_provides/c++/main.o out/async_multiple_provides/c++/main.cc
mkdir -p out/async_multiple_provides/c++/
g++ -g -std=c++11 -MMD -MF out/async_multiple_provides/c++/pump.d -MT 'out/async_multiple_provides/c++/pump.d out/async_multiple_provides/c++/pump.o' -pthread -Iout/async_multiple_provides/c++ -Iout/async_multiple_provides/c++/.. -Iout/async_multiple_provides/c++ -Iout/async_multiple_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_multiple_provides/c++/pump.o out/async_multiple_provides/c++/pump.cc
mkdir -p out/async_multiple_provides/c++/
g++ -g -std=c++11 -MMD -MF out/async_multiple_provides/c++/async_multiple_provides.d -MT 'out/async_multiple_provides/c++/async_multiple_provides.d out/async_multiple_provides/c++/async_multiple_provides.o' -pthread -Iout/async_multiple_provides/c++ -Iout/async_multiple_provides/c++/.. -Iout/async_multiple_provides/c++ -Iout/async_multiple_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_multiple_provides/c++/async_multiple_provides.o out/async_multiple_provides/c++/async_multiple_provides.cc
mkdir -p out/async_multiple_provides/c++/
g++ -g -std=c++11 -MMD -MF out/async_multiple_provides/c++/runtime.d -MT 'out/async_multiple_provides/c++/runtime.d out/async_multiple_provides/c++/runtime.o' -pthread -Iout/async_multiple_provides/c++ -Iout/async_multiple_provides/c++/.. -Iout/async_multiple_provides/c++ -Iout/async_multiple_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_multiple_provides/c++/runtime.o out/async_multiple_provides/c++/runtime.cc
mkdir -p out/async_multiple_provides/c++/
g++ -g -std=c++11 -MMD -MF out/async_multiple_provides/c++/test -MT 'out/async_multiple_provides/c++/test out/async_multiple_provides/c++/test' -pthread -Iout/async_multiple_provides/c++ -Iout/async_multiple_provides/c++/.. -Iout/async_multiple_provides/c++ -Iout/async_multiple_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_multiple_provides/c++/test out/async_multiple_provides/c++/main.o out/async_multiple_provides/c++/pump.o out/async_multiple_provides/c++/async_multiple_provides.o out/async_multiple_provides/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/execute-c++
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.0 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.0 | "out/async_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.0 | "out/async_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
.l.hello -> sut.l.hello [0, 0]
sut.l.return -> .l.return [1, 0]
sut.l.world -> .l.world
terminate called after throwing an instance of 'std::runtime_error'
what(): unmatched expectation: "l.world" got: "r.return"
bash: line 1: 1652 Done cat out/async_multiple_provides/async_multiple_provides.trace.0
1654 Aborted | "out/async_multiple_provides"/c++/test
--- out/async_multiple_provides/async_multiple_provides.trace.0 2020-08-05 11:51:37.686306869 +0000
+++ /dev/fd/63 2020-08-05 11:51:47.543196445 +0000
@@ -1,8 +1,4 @@
l.hello
l.return
-r.hello
-r.return
-l.world
-l.hello
-l.return
l.world
\ No newline at end of file
+ERROR
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.1 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.1 | "out/async_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.1 | "out/async_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
.l.hello -> sut.l.hello [0, 0]
sut.l.return -> .l.return [1, 0]
sut.l.world -> .l.world
terminate called after throwing an instance of 'std::runtime_error'
what(): unmatched expectation: "l.world" got: "r.return"
bash: line 1: 1705 Done cat out/async_multiple_provides/async_multiple_provides.trace.1
1706 Aborted | "out/async_multiple_provides"/c++/test
--- out/async_multiple_provides/async_multiple_provides.trace.1 2020-08-05 11:51:37.686306869 +0000
+++ /dev/fd/63 2020-08-05 11:51:47.619203305 +0000
@@ -1,6 +1,4 @@
l.hello
l.return
-r.hello
-r.return
l.world
-r.world
\ No newline at end of file
+ERROR
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.2 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.2 | "out/async_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.2 | "out/async_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.3 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.3 | "out/async_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.3 | "out/async_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/run
diff -uwB <(grep -v "" "out/async_multiple_provides/async_multiple_provides.trace.0") <(grep -v "" "out/async_multiple_provides/async_multiple_provides.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_multiple_provides "out/async_multiple_provides/async_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_multiple_provides/async_multiple_provides.trace.1") <(grep -v "" "out/async_multiple_provides/async_multiple_provides.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_multiple_provides "out/async_multiple_provides/async_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_multiple_provides/async_multiple_provides.trace.2") <(grep -v "" "out/async_multiple_provides/async_multiple_provides.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_multiple_provides "out/async_multiple_provides/async_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_multiple_provides/async_multiple_provides.trace.3") <(grep -v "" "out/async_multiple_provides/async_multiple_provides.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_multiple_provides "out/async_multiple_provides/async_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/triangle-c++
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/verify
mkdir -p "out/async_multiple_provides"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_multiple_provides "out/async_multiple_provides/async_multiple_provides.dzn" 2>"out/async_multiple_provides"/verify/"async_multiple_provides".stderr)";err="$(cat "out/async_multiple_provides"/verify/"async_multiple_provides".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_multiple_provides"/verify/"async_multiple_provides".stderr:; cat "out/async_multiple_provides"/verify/"async_multiple_provides".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_multiple_provides" OUT="out/async_multiple_provides"/c++03 MODEL="async_multiple_provides" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_multiple_provides/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_multiple_provides/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_multiple_provides/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_multiple_provides/*/*.dzn': No such file or directory
set -x; for file in "out/async_multiple_provides/async_multiple_provides.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'async_multiple_provides' -o "out/async_multiple_provides/c++03" "$file";\
done
+ for file in "out/async_multiple_provides/async_multiple_provides.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m async_multiple_provides -o out/async_multiple_provides/c++03 out/async_multiple_provides/async_multiple_provides.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/build-c++03
mkdir -p "out/async_multiple_provides"/c++03 && ln -sf "out/async_multiple_provides" "out/async_multiple_provides" && make DIR="out/async_multiple_provides" LANGUAGE=c++03 OUT="out/async_multiple_provides"/c++03 IN="out/async_multiple_provides"/c++03 MAIN="out/async_multiple_provides/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_multiple_provides/c++03/
g++ -g -std=c++11 -MMD -MF out/async_multiple_provides/c++03/main.d -MT 'out/async_multiple_provides/c++03/main.d out/async_multiple_provides/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_multiple_provides/c++03 -Iout/async_multiple_provides/c++03/.. -Iout/async_multiple_provides/c++03 -Iout/async_multiple_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_multiple_provides/c++03/main.o out/async_multiple_provides/c++03/main.cc
mkdir -p out/async_multiple_provides/c++03/
g++ -g -std=c++11 -MMD -MF out/async_multiple_provides/c++03/pump.d -MT 'out/async_multiple_provides/c++03/pump.d out/async_multiple_provides/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_multiple_provides/c++03 -Iout/async_multiple_provides/c++03/.. -Iout/async_multiple_provides/c++03 -Iout/async_multiple_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_multiple_provides/c++03/pump.o out/async_multiple_provides/c++03/pump.cc
mkdir -p out/async_multiple_provides/c++03/
g++ -g -std=c++03 -MMD -MF out/async_multiple_provides/c++03/async_multiple_provides.d -MT 'out/async_multiple_provides/c++03/async_multiple_provides.d out/async_multiple_provides/c++03/async_multiple_provides.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_multiple_provides/c++03 -Iout/async_multiple_provides/c++03/.. -Iout/async_multiple_provides/c++03 -Iout/async_multiple_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_multiple_provides/c++03/async_multiple_provides.o out/async_multiple_provides/c++03/async_multiple_provides.cc
mkdir -p out/async_multiple_provides/c++03/
g++ -g -std=c++03 -MMD -MF out/async_multiple_provides/c++03/runtime.d -MT 'out/async_multiple_provides/c++03/runtime.d out/async_multiple_provides/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_multiple_provides/c++03 -Iout/async_multiple_provides/c++03/.. -Iout/async_multiple_provides/c++03 -Iout/async_multiple_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_multiple_provides/c++03/runtime.o out/async_multiple_provides/c++03/runtime.cc
mkdir -p out/async_multiple_provides/c++03/
g++ -g -std=c++03 -MMD -MF out/async_multiple_provides/c++03/test -MT 'out/async_multiple_provides/c++03/test out/async_multiple_provides/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_multiple_provides/c++03 -Iout/async_multiple_provides/c++03/.. -Iout/async_multiple_provides/c++03 -Iout/async_multiple_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_multiple_provides/c++03/test out/async_multiple_provides/c++03/main.o out/async_multiple_provides/c++03/pump.o out/async_multiple_provides/c++03/async_multiple_provides.o out/async_multiple_provides/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/execute-c++03
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.0 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.0 | "out/async_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.0 | "out/async_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
.l.hello -> sut.l.hello
sut.l.return -> .l.return
sut.l.world -> .l.world
terminate called after throwing an instance of 'std::runtime_error'
what(): unmatched expectation: "l.world" got: "r.return"
bash: line 1: 4253 Done cat out/async_multiple_provides/async_multiple_provides.trace.0
4254 Aborted | "out/async_multiple_provides"/c++03/test
--- out/async_multiple_provides/async_multiple_provides.trace.0 2020-08-05 11:51:37.686306869 +0000
+++ /dev/fd/63 2020-08-05 11:52:14.405620751 +0000
@@ -1,8 +1,4 @@
l.hello
l.return
-r.hello
-r.return
-l.world
-l.hello
-l.return
l.world
\ No newline at end of file
+ERROR
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.1 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.1 | "out/async_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.1 | "out/async_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
.l.hello -> sut.l.hello
sut.l.return -> .l.return
sut.l.world -> .l.world
terminate called after throwing an instance of 'std::runtime_error'
what(): unmatched expectation: "l.world" got: "r.return"
bash: line 1: 4268 Done cat out/async_multiple_provides/async_multiple_provides.trace.1
4269 Aborted | "out/async_multiple_provides"/c++03/test
--- out/async_multiple_provides/async_multiple_provides.trace.1 2020-08-05 11:51:37.686306869 +0000
+++ /dev/fd/63 2020-08-05 11:52:14.529631943 +0000
@@ -1,6 +1,4 @@
l.hello
l.return
-r.hello
-r.return
l.world
-r.world
\ No newline at end of file
+ERROR
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.2 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.2 | "out/async_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.2 | "out/async_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.3 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.3 | "out/async_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.3 | "out/async_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/triangle-c++03
requires more system context to execute all traces ;async not supported for javascript and c#
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/async_multiple_provides" OUT="out/async_multiple_provides"/javascript MODEL="async_multiple_provides" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_multiple_provides/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/async_multiple_provides/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/async_multiple_provides/javascript"/dzn/$file;\
done
ls: cannot access 'out/async_multiple_provides/*/*.dzn': No such file or directory
set -x; for file in "out/async_multiple_provides/async_multiple_provides.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'async_multiple_provides' -o "out/async_multiple_provides/javascript" "$file";\
done
+ for file in "out/async_multiple_provides/async_multiple_provides.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m async_multiple_provides -o out/async_multiple_provides/javascript out/async_multiple_provides/async_multiple_provides.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/build-javascript
mkdir -p "out/async_multiple_provides"/javascript && ln -sf "out/async_multiple_provides" "out/async_multiple_provides" && make DIR="out/async_multiple_provides" LANGUAGE=javascript OUT="out/async_multiple_provides"/javascript IN="out/async_multiple_provides"/javascript MAIN="out/async_multiple_provides/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/async_multiple_provides/javascript/main.js out/async_multiple_provides/javascript/test
chmod +x out/async_multiple_provides/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/execute-javascript
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.0 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.0 | node "out/async_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.0 | node "out/async_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
/tmp/out/async_multiple_provides/javascript/dzn/async_multiple_provides.js:76
this.i = new dzn.async ({provides: {}, requires: {name: 'i', component: this}});
^
TypeError: dzn.async is not a constructor
at new dzn.async_multiple_provides (/tmp/out/async_multiple_provides/javascript/dzn/async_multiple_provides.js:76:12)
at main (/tmp/out/async_multiple_provides/javascript/test:112:13)
at Object. (/tmp/out/async_multiple_provides/javascript/test:127:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
--- out/async_multiple_provides/async_multiple_provides.trace.0 2020-08-05 11:51:37.686306869 +0000
+++ /dev/fd/63 2020-08-05 11:52:18.101954340 +0000
@@ -1,8 +1 @@
-l.hello
-l.return
-r.hello
-r.return
-l.world
-l.hello
-l.return
-l.world
\ No newline at end of file
+ERROR
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.1 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.1 | node "out/async_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.1 | node "out/async_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
/tmp/out/async_multiple_provides/javascript/dzn/async_multiple_provides.js:76
this.i = new dzn.async ({provides: {}, requires: {name: 'i', component: this}});
^
TypeError: dzn.async is not a constructor
at new dzn.async_multiple_provides (/tmp/out/async_multiple_provides/javascript/dzn/async_multiple_provides.js:76:12)
at main (/tmp/out/async_multiple_provides/javascript/test:112:13)
at Object. (/tmp/out/async_multiple_provides/javascript/test:127:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
--- out/async_multiple_provides/async_multiple_provides.trace.1 2020-08-05 11:51:37.686306869 +0000
+++ /dev/fd/63 2020-08-05 11:52:18.794016798 +0000
@@ -1,6 +1 @@
-l.hello
-l.return
-r.hello
-r.return
-l.world
-r.world
\ No newline at end of file
+ERROR
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.2 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.2 | node "out/async_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.2 | node "out/async_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
/tmp/out/async_multiple_provides/javascript/dzn/async_multiple_provides.js:76
this.i = new dzn.async ({provides: {}, requires: {name: 'i', component: this}});
^
TypeError: dzn.async is not a constructor
at new dzn.async_multiple_provides (/tmp/out/async_multiple_provides/javascript/dzn/async_multiple_provides.js:76:12)
at main (/tmp/out/async_multiple_provides/javascript/test:112:13)
at Object. (/tmp/out/async_multiple_provides/javascript/test:127:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
--- out/async_multiple_provides/async_multiple_provides.trace.2 2020-08-05 11:51:37.686306869 +0000
+++ /dev/fd/63 2020-08-05 11:52:19.306063010 +0000
@@ -1,3 +1 @@
-l.hello
-l.return
-l.world
\ No newline at end of file
+ERROR
timeout 2 diff -uwB out/async_multiple_provides/async_multiple_provides.trace.3 <(set -o pipefail;cat out/async_multiple_provides/async_multiple_provides.trace.3 | node "out/async_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_multiple_provides/async_multiple_provides.trace.3 | node "out/async_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
/tmp/out/async_multiple_provides/javascript/dzn/async_multiple_provides.js:76
this.i = new dzn.async ({provides: {}, requires: {name: 'i', component: this}});
^
TypeError: dzn.async is not a constructor
at new dzn.async_multiple_provides (/tmp/out/async_multiple_provides/javascript/dzn/async_multiple_provides.js:76:12)
at main (/tmp/out/async_multiple_provides/javascript/test:112:13)
at Object. (/tmp/out/async_multiple_provides/javascript/test:127:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
--- out/async_multiple_provides/async_multiple_provides.trace.3 2020-08-05 11:51:37.686306869 +0000
+++ /dev/fd/63 2020-08-05 11:52:19.758103806 +0000
@@ -1,2 +1 @@
-r.hello
-r.return
\ No newline at end of file
+ERROR
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/triangle-javascript
requires more system context to execute all traces ;async not supported for javascript and c#
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/table
requires more system context to execute all traces ;async not supported for javascript and c#
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/traces
requires more system context to execute all traces ;async not supported for javascript and c#
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/view
requires more system context to execute all traces ;async not supported for javascript and c#
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/build-c++-msvc11
requires more system context to execute all traces ;async not supported for javascript and c#
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/code-c++-msvc11
requires more system context to execute all traces ;async not supported for javascript and c#
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/execute-c++-msvc11
requires more system context to execute all traces ;async not supported for javascript and c#
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_multiple_provides/triangle-c++-msvc11
requires more system context to execute all traces ;async not supported for javascript and c#
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/convert
convert: [SKIPPED] no DM file "out/async_rank/async_rank.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_rank" OUT="out/async_rank"/c++ MAIN=out/async_rank/main.cc MODEL="async_rank" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_rank/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_rank/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_rank/c++"/dzn/$file;\
done
ls: cannot access 'out/async_rank/*/*.dzn': No such file or directory
set -x; for file in "out/async_rank/async_rank.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_rank/c++" "$file";\
done
+ for file in "out/async_rank/async_rank.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_rank/c++ out/async_rank/async_rank.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/build-c++
mkdir -p "out/async_rank"/c++ && ln -sf "out/async_rank" "out/async_rank" && make DIR="out/async_rank" LANGUAGE=c++ OUT="out/async_rank"/c++ IN="out/async_rank"/c++ MAIN="out/async_rank/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_rank/c++/
g++ -g -std=c++11 -MMD -MF out/async_rank/c++/main.d -MT 'out/async_rank/c++/main.d out/async_rank/c++/main.o' -pthread -Iout/async_rank/c++ -Iout/async_rank/c++/.. -Iout/async_rank/c++ -Iout/async_rank/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_rank/c++/main.o out/async_rank/main.cc
mkdir -p out/async_rank/c++/
g++ -g -std=c++11 -MMD -MF out/async_rank/c++/pump.d -MT 'out/async_rank/c++/pump.d out/async_rank/c++/pump.o' -pthread -Iout/async_rank/c++ -Iout/async_rank/c++/.. -Iout/async_rank/c++ -Iout/async_rank/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_rank/c++/pump.o out/async_rank/c++/pump.cc
mkdir -p out/async_rank/c++/
g++ -g -std=c++11 -MMD -MF out/async_rank/c++/async_rank.d -MT 'out/async_rank/c++/async_rank.d out/async_rank/c++/async_rank.o' -pthread -Iout/async_rank/c++ -Iout/async_rank/c++/.. -Iout/async_rank/c++ -Iout/async_rank/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_rank/c++/async_rank.o out/async_rank/c++/async_rank.cc
mkdir -p out/async_rank/c++/
g++ -g -std=c++11 -MMD -MF out/async_rank/c++/runtime.d -MT 'out/async_rank/c++/runtime.d out/async_rank/c++/runtime.o' -pthread -Iout/async_rank/c++ -Iout/async_rank/c++/.. -Iout/async_rank/c++ -Iout/async_rank/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_rank/c++/runtime.o out/async_rank/c++/runtime.cc
mkdir -p out/async_rank/c++/
g++ -g -std=c++11 -MMD -MF out/async_rank/c++/test -MT 'out/async_rank/c++/test out/async_rank/c++/test' -pthread -Iout/async_rank/c++ -Iout/async_rank/c++/.. -Iout/async_rank/c++ -Iout/async_rank/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_rank/c++/test out/async_rank/c++/main.o out/async_rank/c++/pump.o out/async_rank/c++/async_rank.o out/async_rank/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_rank/async_rank.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/verify
mkdir -p "out/async_rank"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_rank "out/async_rank/async_rank.dzn" 2>"out/async_rank"/verify/"async_rank".stderr)";err="$(cat "out/async_rank"/verify/"async_rank".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_rank"/verify/"async_rank".stderr:; cat "out/async_rank"/verify/"async_rank".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_rank" OUT="out/async_rank"/c++03 MAIN=out/async_rank/main.cc MODEL="async_rank" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_rank/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_rank/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_rank/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_rank/*/*.dzn': No such file or directory
set -x; for file in "out/async_rank/async_rank.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_rank/c++03" "$file";\
done
+ for file in "out/async_rank/async_rank.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_rank/c++03 out/async_rank/async_rank.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/build-c++03
mkdir -p "out/async_rank"/c++03 && ln -sf "out/async_rank" "out/async_rank" && make DIR="out/async_rank" LANGUAGE=c++03 OUT="out/async_rank"/c++03 IN="out/async_rank"/c++03 MAIN="out/async_rank/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_rank/c++03/
g++ -g -std=c++11 -MMD -MF out/async_rank/c++03/main.d -MT 'out/async_rank/c++03/main.d out/async_rank/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_rank/c++03 -Iout/async_rank/c++03/.. -Iout/async_rank/c++03 -Iout/async_rank/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_rank/c++03/main.o out/async_rank/main.cc
mkdir -p out/async_rank/c++03/
g++ -g -std=c++11 -MMD -MF out/async_rank/c++03/pump.d -MT 'out/async_rank/c++03/pump.d out/async_rank/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_rank/c++03 -Iout/async_rank/c++03/.. -Iout/async_rank/c++03 -Iout/async_rank/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_rank/c++03/pump.o out/async_rank/c++03/pump.cc
mkdir -p out/async_rank/c++03/
g++ -g -std=c++03 -MMD -MF out/async_rank/c++03/async_rank.d -MT 'out/async_rank/c++03/async_rank.d out/async_rank/c++03/async_rank.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_rank/c++03 -Iout/async_rank/c++03/.. -Iout/async_rank/c++03 -Iout/async_rank/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_rank/c++03/async_rank.o out/async_rank/c++03/async_rank.cc
mkdir -p out/async_rank/c++03/
g++ -g -std=c++03 -MMD -MF out/async_rank/c++03/runtime.d -MT 'out/async_rank/c++03/runtime.d out/async_rank/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_rank/c++03 -Iout/async_rank/c++03/.. -Iout/async_rank/c++03 -Iout/async_rank/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_rank/c++03/runtime.o out/async_rank/c++03/runtime.cc
mkdir -p out/async_rank/c++03/
g++ -g -std=c++03 -MMD -MF out/async_rank/c++03/test -MT 'out/async_rank/c++03/test out/async_rank/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_rank/c++03 -Iout/async_rank/c++03/.. -Iout/async_rank/c++03 -Iout/async_rank/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_rank/c++03/test out/async_rank/c++03/main.o out/async_rank/c++03/pump.o out/async_rank/c++03/async_rank.o out/async_rank/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/execute-c++
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/run
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/table
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/traces
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/triangle-c++
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/view
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/execute-c++03
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/triangle-c++03
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/build-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/code-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/execute-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/triangle-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/build-javascript
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/code-javascript
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/execute-javascript
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_rank/triangle-javascript
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/convert
convert: [SKIPPED] no DM file "out/async_ranking/async_ranking.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_ranking" OUT="out/async_ranking"/c++ MAIN=out/async_ranking/main.cc MODEL="async_ranking" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_ranking/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_ranking/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_ranking/c++"/dzn/$file;\
done
ls: cannot access 'out/async_ranking/*/*.dzn': No such file or directory
set -x; for file in "out/async_ranking/async_ranking.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_ranking/c++" "$file";\
done
+ for file in "out/async_ranking/async_ranking.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_ranking/c++ out/async_ranking/async_ranking.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/build-c++
mkdir -p "out/async_ranking"/c++ && ln -sf "out/async_ranking" "out/async_ranking" && make DIR="out/async_ranking" LANGUAGE=c++ OUT="out/async_ranking"/c++ IN="out/async_ranking"/c++ MAIN="out/async_ranking/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_ranking/c++/
g++ -g -std=c++11 -MMD -MF out/async_ranking/c++/main.d -MT 'out/async_ranking/c++/main.d out/async_ranking/c++/main.o' -pthread -Iout/async_ranking/c++ -Iout/async_ranking/c++/.. -Iout/async_ranking/c++ -Iout/async_ranking/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_ranking/c++/main.o out/async_ranking/main.cc
mkdir -p out/async_ranking/c++/
g++ -g -std=c++11 -MMD -MF out/async_ranking/c++/pump.d -MT 'out/async_ranking/c++/pump.d out/async_ranking/c++/pump.o' -pthread -Iout/async_ranking/c++ -Iout/async_ranking/c++/.. -Iout/async_ranking/c++ -Iout/async_ranking/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_ranking/c++/pump.o out/async_ranking/c++/pump.cc
mkdir -p out/async_ranking/c++/
g++ -g -std=c++11 -MMD -MF out/async_ranking/c++/async_ranking.d -MT 'out/async_ranking/c++/async_ranking.d out/async_ranking/c++/async_ranking.o' -pthread -Iout/async_ranking/c++ -Iout/async_ranking/c++/.. -Iout/async_ranking/c++ -Iout/async_ranking/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_ranking/c++/async_ranking.o out/async_ranking/c++/async_ranking.cc
mkdir -p out/async_ranking/c++/
g++ -g -std=c++11 -MMD -MF out/async_ranking/c++/runtime.d -MT 'out/async_ranking/c++/runtime.d out/async_ranking/c++/runtime.o' -pthread -Iout/async_ranking/c++ -Iout/async_ranking/c++/.. -Iout/async_ranking/c++ -Iout/async_ranking/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_ranking/c++/runtime.o out/async_ranking/c++/runtime.cc
mkdir -p out/async_ranking/c++/
g++ -g -std=c++11 -MMD -MF out/async_ranking/c++/test -MT 'out/async_ranking/c++/test out/async_ranking/c++/test' -pthread -Iout/async_ranking/c++ -Iout/async_ranking/c++/.. -Iout/async_ranking/c++ -Iout/async_ranking/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_ranking/c++/test out/async_ranking/c++/main.o out/async_ranking/c++/pump.o out/async_ranking/c++/async_ranking.o out/async_ranking/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_ranking/async_ranking.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/verify
mkdir -p "out/async_ranking"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_ranking "out/async_ranking/async_ranking.dzn" 2>"out/async_ranking"/verify/"async_ranking".stderr)";err="$(cat "out/async_ranking"/verify/"async_ranking".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_ranking"/verify/"async_ranking".stderr:; cat "out/async_ranking"/verify/"async_ranking".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_ranking" OUT="out/async_ranking"/c++03 MAIN=out/async_ranking/main.cc MODEL="async_ranking" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_ranking/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_ranking/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_ranking/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_ranking/*/*.dzn': No such file or directory
set -x; for file in "out/async_ranking/async_ranking.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_ranking/c++03" "$file";\
done
+ for file in "out/async_ranking/async_ranking.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_ranking/c++03 out/async_ranking/async_ranking.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/build-c++03
mkdir -p "out/async_ranking"/c++03 && ln -sf "out/async_ranking" "out/async_ranking" && make DIR="out/async_ranking" LANGUAGE=c++03 OUT="out/async_ranking"/c++03 IN="out/async_ranking"/c++03 MAIN="out/async_ranking/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_ranking/c++03/
g++ -g -std=c++11 -MMD -MF out/async_ranking/c++03/main.d -MT 'out/async_ranking/c++03/main.d out/async_ranking/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_ranking/c++03 -Iout/async_ranking/c++03/.. -Iout/async_ranking/c++03 -Iout/async_ranking/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_ranking/c++03/main.o out/async_ranking/main.cc
mkdir -p out/async_ranking/c++03/
g++ -g -std=c++11 -MMD -MF out/async_ranking/c++03/pump.d -MT 'out/async_ranking/c++03/pump.d out/async_ranking/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_ranking/c++03 -Iout/async_ranking/c++03/.. -Iout/async_ranking/c++03 -Iout/async_ranking/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_ranking/c++03/pump.o out/async_ranking/c++03/pump.cc
mkdir -p out/async_ranking/c++03/
g++ -g -std=c++03 -MMD -MF out/async_ranking/c++03/async_ranking.d -MT 'out/async_ranking/c++03/async_ranking.d out/async_ranking/c++03/async_ranking.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_ranking/c++03 -Iout/async_ranking/c++03/.. -Iout/async_ranking/c++03 -Iout/async_ranking/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_ranking/c++03/async_ranking.o out/async_ranking/c++03/async_ranking.cc
mkdir -p out/async_ranking/c++03/
g++ -g -std=c++03 -MMD -MF out/async_ranking/c++03/runtime.d -MT 'out/async_ranking/c++03/runtime.d out/async_ranking/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_ranking/c++03 -Iout/async_ranking/c++03/.. -Iout/async_ranking/c++03 -Iout/async_ranking/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_ranking/c++03/runtime.o out/async_ranking/c++03/runtime.cc
mkdir -p out/async_ranking/c++03/
g++ -g -std=c++03 -MMD -MF out/async_ranking/c++03/test -MT 'out/async_ranking/c++03/test out/async_ranking/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_ranking/c++03 -Iout/async_ranking/c++03/.. -Iout/async_ranking/c++03 -Iout/async_ranking/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_ranking/c++03/test out/async_ranking/c++03/main.o out/async_ranking/c++03/pump.o out/async_ranking/c++03/async_ranking.o out/async_ranking/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/execute-c++
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/run
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/table
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/traces
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/triangle-c++
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/view
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/execute-c++03
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/triangle-c++03
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/build-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/code-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/execute-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/triangle-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/build-javascript
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/code-javascript
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/execute-javascript
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_ranking/triangle-javascript
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/convert
convert: [SKIPPED] no DM file "out/async_order2/async_order2.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_order2/async_order2.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_order2" OUT="out/async_order2"/c++ MAIN=out/async_order2/main.cc MODEL="async_order2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_order2/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_order2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_order2/c++"/dzn/$file;\
done
ls: cannot access 'out/async_order2/*/*.dzn': No such file or directory
set -x; for file in "out/async_order2/async_order2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_order2/c++" "$file";\
done
+ for file in "out/async_order2/async_order2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_order2/c++ out/async_order2/async_order2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/build-c++
mkdir -p "out/async_order2"/c++ && ln -sf "out/async_order2" "out/async_order2" && make DIR="out/async_order2" LANGUAGE=c++ OUT="out/async_order2"/c++ IN="out/async_order2"/c++ MAIN="out/async_order2/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_order2/c++/
g++ -g -std=c++11 -MMD -MF out/async_order2/c++/main.d -MT 'out/async_order2/c++/main.d out/async_order2/c++/main.o' -pthread -Iout/async_order2/c++ -Iout/async_order2/c++/.. -Iout/async_order2/c++ -Iout/async_order2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order2/c++/main.o out/async_order2/main.cc
mkdir -p out/async_order2/c++/
g++ -g -std=c++11 -MMD -MF out/async_order2/c++/pump.d -MT 'out/async_order2/c++/pump.d out/async_order2/c++/pump.o' -pthread -Iout/async_order2/c++ -Iout/async_order2/c++/.. -Iout/async_order2/c++ -Iout/async_order2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order2/c++/pump.o out/async_order2/c++/pump.cc
mkdir -p out/async_order2/c++/
g++ -g -std=c++11 -MMD -MF out/async_order2/c++/runtime.d -MT 'out/async_order2/c++/runtime.d out/async_order2/c++/runtime.o' -pthread -Iout/async_order2/c++ -Iout/async_order2/c++/.. -Iout/async_order2/c++ -Iout/async_order2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order2/c++/runtime.o out/async_order2/c++/runtime.cc
mkdir -p out/async_order2/c++/
g++ -g -std=c++11 -MMD -MF out/async_order2/c++/async_order2.d -MT 'out/async_order2/c++/async_order2.d out/async_order2/c++/async_order2.o' -pthread -Iout/async_order2/c++ -Iout/async_order2/c++/.. -Iout/async_order2/c++ -Iout/async_order2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order2/c++/async_order2.o out/async_order2/c++/async_order2.cc
mkdir -p out/async_order2/c++/
g++ -g -std=c++11 -MMD -MF out/async_order2/c++/test -MT 'out/async_order2/c++/test out/async_order2/c++/test' -pthread -Iout/async_order2/c++ -Iout/async_order2/c++/.. -Iout/async_order2/c++ -Iout/async_order2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_order2/c++/test out/async_order2/c++/main.o out/async_order2/c++/pump.o out/async_order2/c++/runtime.o out/async_order2/c++/async_order2.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/execute-c++
timeout 2 diff -uwB out/async_order2/async_order2.trace.0 <(set -o pipefail;cat out/async_order2/async_order2.trace.0 | "out/async_order2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order2/async_order2.trace.0 | "out/async_order2"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order2/async_order2.trace.1 <(set -o pipefail;cat out/async_order2/async_order2.trace.1 | "out/async_order2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order2/async_order2.trace.1 | "out/async_order2"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order2/async_order2.trace.2 <(set -o pipefail;cat out/async_order2/async_order2.trace.2 | "out/async_order2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order2/async_order2.trace.2 | "out/async_order2"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order2/async_order2.trace.3 <(set -o pipefail;cat out/async_order2/async_order2.trace.3 | "out/async_order2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order2/async_order2.trace.3 | "out/async_order2"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/run
diff -uwB <(grep -v "" "out/async_order2/async_order2.trace.0") <(grep -v "" "out/async_order2/async_order2.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_order2 "out/async_order2/async_order2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_order2/async_order2.trace.1") <(grep -v "" "out/async_order2/async_order2.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_order2 "out/async_order2/async_order2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_order2/async_order2.trace.2") <(grep -v "" "out/async_order2/async_order2.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_order2 "out/async_order2/async_order2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_order2/async_order2.trace.3") <(grep -v "" "out/async_order2/async_order2.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_order2 "out/async_order2/async_order2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/verify
mkdir -p "out/async_order2"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_order2 "out/async_order2/async_order2.dzn" 2>"out/async_order2"/verify/"async_order2".stderr)";err="$(cat "out/async_order2"/verify/"async_order2".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_order2"/verify/"async_order2".stderr:; cat "out/async_order2"/verify/"async_order2".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_order2" OUT="out/async_order2"/c++03 MAIN=out/async_order2/main.cc MODEL="async_order2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_order2/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_order2/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_order2/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_order2/*/*.dzn': No such file or directory
set -x; for file in "out/async_order2/async_order2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_order2/c++03" "$file";\
done
+ for file in "out/async_order2/async_order2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_order2/c++03 out/async_order2/async_order2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/build-c++03
mkdir -p "out/async_order2"/c++03 && ln -sf "out/async_order2" "out/async_order2" && make DIR="out/async_order2" LANGUAGE=c++03 OUT="out/async_order2"/c++03 IN="out/async_order2"/c++03 MAIN="out/async_order2/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_order2/c++03/
g++ -g -std=c++11 -MMD -MF out/async_order2/c++03/main.d -MT 'out/async_order2/c++03/main.d out/async_order2/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_order2/c++03 -Iout/async_order2/c++03/.. -Iout/async_order2/c++03 -Iout/async_order2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order2/c++03/main.o out/async_order2/main.cc
mkdir -p out/async_order2/c++03/
g++ -g -std=c++11 -MMD -MF out/async_order2/c++03/pump.d -MT 'out/async_order2/c++03/pump.d out/async_order2/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_order2/c++03 -Iout/async_order2/c++03/.. -Iout/async_order2/c++03 -Iout/async_order2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order2/c++03/pump.o out/async_order2/c++03/pump.cc
mkdir -p out/async_order2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_order2/c++03/runtime.d -MT 'out/async_order2/c++03/runtime.d out/async_order2/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_order2/c++03 -Iout/async_order2/c++03/.. -Iout/async_order2/c++03 -Iout/async_order2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order2/c++03/runtime.o out/async_order2/c++03/runtime.cc
mkdir -p out/async_order2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_order2/c++03/async_order2.d -MT 'out/async_order2/c++03/async_order2.d out/async_order2/c++03/async_order2.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_order2/c++03 -Iout/async_order2/c++03/.. -Iout/async_order2/c++03 -Iout/async_order2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order2/c++03/async_order2.o out/async_order2/c++03/async_order2.cc
mkdir -p out/async_order2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_order2/c++03/test -MT 'out/async_order2/c++03/test out/async_order2/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_order2/c++03 -Iout/async_order2/c++03/.. -Iout/async_order2/c++03 -Iout/async_order2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_order2/c++03/test out/async_order2/c++03/main.o out/async_order2/c++03/pump.o out/async_order2/c++03/runtime.o out/async_order2/c++03/async_order2.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/execute-c++03
timeout 2 diff -uwB out/async_order2/async_order2.trace.0 <(set -o pipefail;cat out/async_order2/async_order2.trace.0 | "out/async_order2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order2/async_order2.trace.0 | "out/async_order2"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order2/async_order2.trace.1 <(set -o pipefail;cat out/async_order2/async_order2.trace.1 | "out/async_order2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order2/async_order2.trace.1 | "out/async_order2"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order2/async_order2.trace.2 <(set -o pipefail;cat out/async_order2/async_order2.trace.2 | "out/async_order2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order2/async_order2.trace.2 | "out/async_order2"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order2/async_order2.trace.3 <(set -o pipefail;cat out/async_order2/async_order2.trace.3 | "out/async_order2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order2/async_order2.trace.3 | "out/async_order2"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order2/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/convert
convert: [SKIPPED] no DM file "out/async_order/async_order.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_order/async_order.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_order" OUT="out/async_order"/c++ MAIN=out/async_order/main.cc MODEL="async_order" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_order/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_order/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_order/c++"/dzn/$file;\
done
ls: cannot access 'out/async_order/*/*.dzn': No such file or directory
set -x; for file in "out/async_order/async_order.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_order/c++" "$file";\
done
+ for file in "out/async_order/async_order.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_order/c++ out/async_order/async_order.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/build-c++
mkdir -p "out/async_order"/c++ && ln -sf "out/async_order" "out/async_order" && make DIR="out/async_order" LANGUAGE=c++ OUT="out/async_order"/c++ IN="out/async_order"/c++ MAIN="out/async_order/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_order/c++/
g++ -g -std=c++11 -MMD -MF out/async_order/c++/main.d -MT 'out/async_order/c++/main.d out/async_order/c++/main.o' -pthread -Iout/async_order/c++ -Iout/async_order/c++/.. -Iout/async_order/c++ -Iout/async_order/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order/c++/main.o out/async_order/main.cc
mkdir -p out/async_order/c++/
g++ -g -std=c++11 -MMD -MF out/async_order/c++/pump.d -MT 'out/async_order/c++/pump.d out/async_order/c++/pump.o' -pthread -Iout/async_order/c++ -Iout/async_order/c++/.. -Iout/async_order/c++ -Iout/async_order/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order/c++/pump.o out/async_order/c++/pump.cc
mkdir -p out/async_order/c++/
g++ -g -std=c++11 -MMD -MF out/async_order/c++/async_order.d -MT 'out/async_order/c++/async_order.d out/async_order/c++/async_order.o' -pthread -Iout/async_order/c++ -Iout/async_order/c++/.. -Iout/async_order/c++ -Iout/async_order/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order/c++/async_order.o out/async_order/c++/async_order.cc
mkdir -p out/async_order/c++/
g++ -g -std=c++11 -MMD -MF out/async_order/c++/runtime.d -MT 'out/async_order/c++/runtime.d out/async_order/c++/runtime.o' -pthread -Iout/async_order/c++ -Iout/async_order/c++/.. -Iout/async_order/c++ -Iout/async_order/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order/c++/runtime.o out/async_order/c++/runtime.cc
mkdir -p out/async_order/c++/
g++ -g -std=c++11 -MMD -MF out/async_order/c++/test -MT 'out/async_order/c++/test out/async_order/c++/test' -pthread -Iout/async_order/c++ -Iout/async_order/c++/.. -Iout/async_order/c++ -Iout/async_order/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_order/c++/test out/async_order/c++/main.o out/async_order/c++/pump.o out/async_order/c++/async_order.o out/async_order/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/execute-c++
timeout 2 diff -uwB out/async_order/async_order.trace.0 <(set -o pipefail;cat out/async_order/async_order.trace.0 | "out/async_order"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order/async_order.trace.0 | "out/async_order"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order/async_order.trace.1 <(set -o pipefail;cat out/async_order/async_order.trace.1 | "out/async_order"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order/async_order.trace.1 | "out/async_order"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order/async_order.trace.2 <(set -o pipefail;cat out/async_order/async_order.trace.2 | "out/async_order"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order/async_order.trace.2 | "out/async_order"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order/async_order.trace.3 <(set -o pipefail;cat out/async_order/async_order.trace.3 | "out/async_order"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order/async_order.trace.3 | "out/async_order"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/run
diff -uwB <(grep -v "" "out/async_order/async_order.trace.0") <(grep -v "" "out/async_order/async_order.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_order "out/async_order/async_order.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_order/async_order.trace.1") <(grep -v "" "out/async_order/async_order.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_order "out/async_order/async_order.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_order/async_order.trace.2") <(grep -v "" "out/async_order/async_order.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_order "out/async_order/async_order.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_order/async_order.trace.3") <(grep -v "" "out/async_order/async_order.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_order "out/async_order/async_order.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/verify
mkdir -p "out/async_order"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_order "out/async_order/async_order.dzn" 2>"out/async_order"/verify/"async_order".stderr)";err="$(cat "out/async_order"/verify/"async_order".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_order"/verify/"async_order".stderr:; cat "out/async_order"/verify/"async_order".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_order" OUT="out/async_order"/c++03 MAIN=out/async_order/main.cc MODEL="async_order" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_order/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_order/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_order/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_order/*/*.dzn': No such file or directory
set -x; for file in "out/async_order/async_order.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_order/c++03" "$file";\
done
+ for file in "out/async_order/async_order.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_order/c++03 out/async_order/async_order.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/build-c++03
mkdir -p "out/async_order"/c++03 && ln -sf "out/async_order" "out/async_order" && make DIR="out/async_order" LANGUAGE=c++03 OUT="out/async_order"/c++03 IN="out/async_order"/c++03 MAIN="out/async_order/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_order/c++03/
g++ -g -std=c++11 -MMD -MF out/async_order/c++03/main.d -MT 'out/async_order/c++03/main.d out/async_order/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_order/c++03 -Iout/async_order/c++03/.. -Iout/async_order/c++03 -Iout/async_order/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order/c++03/main.o out/async_order/main.cc
mkdir -p out/async_order/c++03/
g++ -g -std=c++11 -MMD -MF out/async_order/c++03/pump.d -MT 'out/async_order/c++03/pump.d out/async_order/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_order/c++03 -Iout/async_order/c++03/.. -Iout/async_order/c++03 -Iout/async_order/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order/c++03/pump.o out/async_order/c++03/pump.cc
mkdir -p out/async_order/c++03/
g++ -g -std=c++03 -MMD -MF out/async_order/c++03/async_order.d -MT 'out/async_order/c++03/async_order.d out/async_order/c++03/async_order.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_order/c++03 -Iout/async_order/c++03/.. -Iout/async_order/c++03 -Iout/async_order/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order/c++03/async_order.o out/async_order/c++03/async_order.cc
mkdir -p out/async_order/c++03/
g++ -g -std=c++03 -MMD -MF out/async_order/c++03/runtime.d -MT 'out/async_order/c++03/runtime.d out/async_order/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_order/c++03 -Iout/async_order/c++03/.. -Iout/async_order/c++03 -Iout/async_order/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_order/c++03/runtime.o out/async_order/c++03/runtime.cc
mkdir -p out/async_order/c++03/
g++ -g -std=c++03 -MMD -MF out/async_order/c++03/test -MT 'out/async_order/c++03/test out/async_order/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_order/c++03 -Iout/async_order/c++03/.. -Iout/async_order/c++03 -Iout/async_order/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_order/c++03/test out/async_order/c++03/main.o out/async_order/c++03/pump.o out/async_order/c++03/async_order.o out/async_order/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/execute-c++03
timeout 2 diff -uwB out/async_order/async_order.trace.0 <(set -o pipefail;cat out/async_order/async_order.trace.0 | "out/async_order"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order/async_order.trace.0 | "out/async_order"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order/async_order.trace.1 <(set -o pipefail;cat out/async_order/async_order.trace.1 | "out/async_order"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order/async_order.trace.1 | "out/async_order"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order/async_order.trace.2 <(set -o pipefail;cat out/async_order/async_order.trace.2 | "out/async_order"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order/async_order.trace.2 | "out/async_order"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_order/async_order.trace.3 <(set -o pipefail;cat out/async_order/async_order.trace.3 | "out/async_order"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_order/async_order.trace.3 | "out/async_order"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_order/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/convert
convert: [SKIPPED] no DM file "out/async_prio/async_prio.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_prio/async_prio.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_prio" OUT="out/async_prio"/c++ MAIN=out/async_prio/main.cc MODEL="async_prio" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_prio/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_prio/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_prio/c++"/dzn/$file;\
done
ls: cannot access 'out/async_prio/*/*.dzn': No such file or directory
set -x; for file in "out/async_prio/async_prio.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_prio/c++" "$file";\
done
+ for file in "out/async_prio/async_prio.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_prio/c++ out/async_prio/async_prio.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/build-c++
mkdir -p "out/async_prio"/c++ && ln -sf "out/async_prio" "out/async_prio" && make DIR="out/async_prio" LANGUAGE=c++ OUT="out/async_prio"/c++ IN="out/async_prio"/c++ MAIN="out/async_prio/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_prio/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio/c++/main.d -MT 'out/async_prio/c++/main.d out/async_prio/c++/main.o' -pthread -Iout/async_prio/c++ -Iout/async_prio/c++/.. -Iout/async_prio/c++ -Iout/async_prio/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio/c++/main.o out/async_prio/main.cc
mkdir -p out/async_prio/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio/c++/pump.d -MT 'out/async_prio/c++/pump.d out/async_prio/c++/pump.o' -pthread -Iout/async_prio/c++ -Iout/async_prio/c++/.. -Iout/async_prio/c++ -Iout/async_prio/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio/c++/pump.o out/async_prio/c++/pump.cc
mkdir -p out/async_prio/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio/c++/runtime.d -MT 'out/async_prio/c++/runtime.d out/async_prio/c++/runtime.o' -pthread -Iout/async_prio/c++ -Iout/async_prio/c++/.. -Iout/async_prio/c++ -Iout/async_prio/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio/c++/runtime.o out/async_prio/c++/runtime.cc
mkdir -p out/async_prio/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio/c++/async_prio.d -MT 'out/async_prio/c++/async_prio.d out/async_prio/c++/async_prio.o' -pthread -Iout/async_prio/c++ -Iout/async_prio/c++/.. -Iout/async_prio/c++ -Iout/async_prio/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio/c++/async_prio.o out/async_prio/c++/async_prio.cc
mkdir -p out/async_prio/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio/c++/test -MT 'out/async_prio/c++/test out/async_prio/c++/test' -pthread -Iout/async_prio/c++ -Iout/async_prio/c++/.. -Iout/async_prio/c++ -Iout/async_prio/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_prio/c++/test out/async_prio/c++/main.o out/async_prio/c++/pump.o out/async_prio/c++/runtime.o out/async_prio/c++/async_prio.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/execute-c++
timeout 2 diff -uwB out/async_prio/async_prio.trace.0 <(set -o pipefail;cat out/async_prio/async_prio.trace.0 | "out/async_prio"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio/async_prio.trace.0 | "out/async_prio"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio/async_prio.trace.1 <(set -o pipefail;cat out/async_prio/async_prio.trace.1 | "out/async_prio"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio/async_prio.trace.1 | "out/async_prio"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio/async_prio.trace.2 <(set -o pipefail;cat out/async_prio/async_prio.trace.2 | "out/async_prio"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio/async_prio.trace.2 | "out/async_prio"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio/async_prio.trace.3 <(set -o pipefail;cat out/async_prio/async_prio.trace.3 | "out/async_prio"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio/async_prio.trace.3 | "out/async_prio"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/run
diff -uwB <(grep -v "" "out/async_prio/async_prio.trace.0") <(grep -v "" "out/async_prio/async_prio.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio "out/async_prio/async_prio.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_prio/async_prio.trace.1") <(grep -v "" "out/async_prio/async_prio.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio "out/async_prio/async_prio.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_prio/async_prio.trace.2") <(grep -v "" "out/async_prio/async_prio.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio "out/async_prio/async_prio.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_prio/async_prio.trace.3") <(grep -v "" "out/async_prio/async_prio.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio "out/async_prio/async_prio.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/verify
mkdir -p "out/async_prio"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_prio "out/async_prio/async_prio.dzn" 2>"out/async_prio"/verify/"async_prio".stderr)";err="$(cat "out/async_prio"/verify/"async_prio".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_prio"/verify/"async_prio".stderr:; cat "out/async_prio"/verify/"async_prio".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_prio" OUT="out/async_prio"/c++03 MAIN=out/async_prio/main.cc MODEL="async_prio" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_prio/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_prio/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_prio/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_prio/*/*.dzn': No such file or directory
set -x; for file in "out/async_prio/async_prio.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_prio/c++03" "$file";\
done
+ for file in "out/async_prio/async_prio.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_prio/c++03 out/async_prio/async_prio.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/build-c++03
mkdir -p "out/async_prio"/c++03 && ln -sf "out/async_prio" "out/async_prio" && make DIR="out/async_prio" LANGUAGE=c++03 OUT="out/async_prio"/c++03 IN="out/async_prio"/c++03 MAIN="out/async_prio/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_prio/c++03/
g++ -g -std=c++11 -MMD -MF out/async_prio/c++03/main.d -MT 'out/async_prio/c++03/main.d out/async_prio/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio/c++03 -Iout/async_prio/c++03/.. -Iout/async_prio/c++03 -Iout/async_prio/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio/c++03/main.o out/async_prio/main.cc
mkdir -p out/async_prio/c++03/
g++ -g -std=c++11 -MMD -MF out/async_prio/c++03/pump.d -MT 'out/async_prio/c++03/pump.d out/async_prio/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio/c++03 -Iout/async_prio/c++03/.. -Iout/async_prio/c++03 -Iout/async_prio/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio/c++03/pump.o out/async_prio/c++03/pump.cc
mkdir -p out/async_prio/c++03/
g++ -g -std=c++03 -MMD -MF out/async_prio/c++03/runtime.d -MT 'out/async_prio/c++03/runtime.d out/async_prio/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio/c++03 -Iout/async_prio/c++03/.. -Iout/async_prio/c++03 -Iout/async_prio/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio/c++03/runtime.o out/async_prio/c++03/runtime.cc
mkdir -p out/async_prio/c++03/
g++ -g -std=c++03 -MMD -MF out/async_prio/c++03/async_prio.d -MT 'out/async_prio/c++03/async_prio.d out/async_prio/c++03/async_prio.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio/c++03 -Iout/async_prio/c++03/.. -Iout/async_prio/c++03 -Iout/async_prio/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio/c++03/async_prio.o out/async_prio/c++03/async_prio.cc
mkdir -p out/async_prio/c++03/
g++ -g -std=c++03 -MMD -MF out/async_prio/c++03/test -MT 'out/async_prio/c++03/test out/async_prio/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio/c++03 -Iout/async_prio/c++03/.. -Iout/async_prio/c++03 -Iout/async_prio/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_prio/c++03/test out/async_prio/c++03/main.o out/async_prio/c++03/pump.o out/async_prio/c++03/runtime.o out/async_prio/c++03/async_prio.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/execute-c++03
timeout 2 diff -uwB out/async_prio/async_prio.trace.0 <(set -o pipefail;cat out/async_prio/async_prio.trace.0 | "out/async_prio"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio/async_prio.trace.0 | "out/async_prio"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio/async_prio.trace.1 <(set -o pipefail;cat out/async_prio/async_prio.trace.1 | "out/async_prio"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio/async_prio.trace.1 | "out/async_prio"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio/async_prio.trace.2 <(set -o pipefail;cat out/async_prio/async_prio.trace.2 | "out/async_prio"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio/async_prio.trace.2 | "out/async_prio"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio/async_prio.trace.3 <(set -o pipefail;cat out/async_prio/async_prio.trace.3 | "out/async_prio"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio/async_prio.trace.3 | "out/async_prio"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/convert
convert: [SKIPPED] no DM file "out/async_prio2/async_prio2.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_prio2/async_prio2.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_prio2" OUT="out/async_prio2"/c++ MAIN=out/async_prio2/main.cc MODEL="async_prio2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_prio2/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_prio2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_prio2/c++"/dzn/$file;\
done
ls: cannot access 'out/async_prio2/*/*.dzn': No such file or directory
set -x; for file in "out/async_prio2/async_prio2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_prio2/c++" "$file";\
done
+ for file in "out/async_prio2/async_prio2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_prio2/c++ out/async_prio2/async_prio2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/build-c++
mkdir -p "out/async_prio2"/c++ && ln -sf "out/async_prio2" "out/async_prio2" && make DIR="out/async_prio2" LANGUAGE=c++ OUT="out/async_prio2"/c++ IN="out/async_prio2"/c++ MAIN="out/async_prio2/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_prio2/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio2/c++/main.d -MT 'out/async_prio2/c++/main.d out/async_prio2/c++/main.o' -pthread -Iout/async_prio2/c++ -Iout/async_prio2/c++/.. -Iout/async_prio2/c++ -Iout/async_prio2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio2/c++/main.o out/async_prio2/main.cc
mkdir -p out/async_prio2/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio2/c++/pump.d -MT 'out/async_prio2/c++/pump.d out/async_prio2/c++/pump.o' -pthread -Iout/async_prio2/c++ -Iout/async_prio2/c++/.. -Iout/async_prio2/c++ -Iout/async_prio2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio2/c++/pump.o out/async_prio2/c++/pump.cc
mkdir -p out/async_prio2/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio2/c++/async_prio2.d -MT 'out/async_prio2/c++/async_prio2.d out/async_prio2/c++/async_prio2.o' -pthread -Iout/async_prio2/c++ -Iout/async_prio2/c++/.. -Iout/async_prio2/c++ -Iout/async_prio2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio2/c++/async_prio2.o out/async_prio2/c++/async_prio2.cc
mkdir -p out/async_prio2/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio2/c++/runtime.d -MT 'out/async_prio2/c++/runtime.d out/async_prio2/c++/runtime.o' -pthread -Iout/async_prio2/c++ -Iout/async_prio2/c++/.. -Iout/async_prio2/c++ -Iout/async_prio2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio2/c++/runtime.o out/async_prio2/c++/runtime.cc
mkdir -p out/async_prio2/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio2/c++/test -MT 'out/async_prio2/c++/test out/async_prio2/c++/test' -pthread -Iout/async_prio2/c++ -Iout/async_prio2/c++/.. -Iout/async_prio2/c++ -Iout/async_prio2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_prio2/c++/test out/async_prio2/c++/main.o out/async_prio2/c++/pump.o out/async_prio2/c++/async_prio2.o out/async_prio2/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/execute-c++
timeout 2 diff -uwB out/async_prio2/async_prio2.trace.0 <(set -o pipefail;cat out/async_prio2/async_prio2.trace.0 | "out/async_prio2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio2/async_prio2.trace.0 | "out/async_prio2"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio2/async_prio2.trace.1 <(set -o pipefail;cat out/async_prio2/async_prio2.trace.1 | "out/async_prio2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio2/async_prio2.trace.1 | "out/async_prio2"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio2/async_prio2.trace.2 <(set -o pipefail;cat out/async_prio2/async_prio2.trace.2 | "out/async_prio2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio2/async_prio2.trace.2 | "out/async_prio2"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio2/async_prio2.trace.3 <(set -o pipefail;cat out/async_prio2/async_prio2.trace.3 | "out/async_prio2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio2/async_prio2.trace.3 | "out/async_prio2"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/run
diff -uwB <(grep -v "" "out/async_prio2/async_prio2.trace.0") <(grep -v "" "out/async_prio2/async_prio2.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio2 "out/async_prio2/async_prio2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_prio2/async_prio2.trace.1") <(grep -v "" "out/async_prio2/async_prio2.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio2 "out/async_prio2/async_prio2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_prio2/async_prio2.trace.2") <(grep -v "" "out/async_prio2/async_prio2.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio2 "out/async_prio2/async_prio2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_prio2/async_prio2.trace.3") <(grep -v "" "out/async_prio2/async_prio2.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio2 "out/async_prio2/async_prio2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/verify
mkdir -p "out/async_prio2"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_prio2 "out/async_prio2/async_prio2.dzn" 2>"out/async_prio2"/verify/"async_prio2".stderr)";err="$(cat "out/async_prio2"/verify/"async_prio2".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_prio2"/verify/"async_prio2".stderr:; cat "out/async_prio2"/verify/"async_prio2".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_prio2" OUT="out/async_prio2"/c++03 MAIN=out/async_prio2/main.cc MODEL="async_prio2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_prio2/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_prio2/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_prio2/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_prio2/*/*.dzn': No such file or directory
set -x; for file in "out/async_prio2/async_prio2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_prio2/c++03" "$file";\
done
+ for file in "out/async_prio2/async_prio2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_prio2/c++03 out/async_prio2/async_prio2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/build-c++03
mkdir -p "out/async_prio2"/c++03 && ln -sf "out/async_prio2" "out/async_prio2" && make DIR="out/async_prio2" LANGUAGE=c++03 OUT="out/async_prio2"/c++03 IN="out/async_prio2"/c++03 MAIN="out/async_prio2/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_prio2/c++03/
g++ -g -std=c++11 -MMD -MF out/async_prio2/c++03/main.d -MT 'out/async_prio2/c++03/main.d out/async_prio2/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio2/c++03 -Iout/async_prio2/c++03/.. -Iout/async_prio2/c++03 -Iout/async_prio2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio2/c++03/main.o out/async_prio2/main.cc
mkdir -p out/async_prio2/c++03/
g++ -g -std=c++11 -MMD -MF out/async_prio2/c++03/pump.d -MT 'out/async_prio2/c++03/pump.d out/async_prio2/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio2/c++03 -Iout/async_prio2/c++03/.. -Iout/async_prio2/c++03 -Iout/async_prio2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio2/c++03/pump.o out/async_prio2/c++03/pump.cc
mkdir -p out/async_prio2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_prio2/c++03/async_prio2.d -MT 'out/async_prio2/c++03/async_prio2.d out/async_prio2/c++03/async_prio2.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio2/c++03 -Iout/async_prio2/c++03/.. -Iout/async_prio2/c++03 -Iout/async_prio2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio2/c++03/async_prio2.o out/async_prio2/c++03/async_prio2.cc
mkdir -p out/async_prio2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_prio2/c++03/runtime.d -MT 'out/async_prio2/c++03/runtime.d out/async_prio2/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio2/c++03 -Iout/async_prio2/c++03/.. -Iout/async_prio2/c++03 -Iout/async_prio2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio2/c++03/runtime.o out/async_prio2/c++03/runtime.cc
mkdir -p out/async_prio2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_prio2/c++03/test -MT 'out/async_prio2/c++03/test out/async_prio2/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio2/c++03 -Iout/async_prio2/c++03/.. -Iout/async_prio2/c++03 -Iout/async_prio2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_prio2/c++03/test out/async_prio2/c++03/main.o out/async_prio2/c++03/pump.o out/async_prio2/c++03/async_prio2.o out/async_prio2/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/execute-c++03
timeout 2 diff -uwB out/async_prio2/async_prio2.trace.0 <(set -o pipefail;cat out/async_prio2/async_prio2.trace.0 | "out/async_prio2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio2/async_prio2.trace.0 | "out/async_prio2"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio2/async_prio2.trace.1 <(set -o pipefail;cat out/async_prio2/async_prio2.trace.1 | "out/async_prio2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio2/async_prio2.trace.1 | "out/async_prio2"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio2/async_prio2.trace.2 <(set -o pipefail;cat out/async_prio2/async_prio2.trace.2 | "out/async_prio2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio2/async_prio2.trace.2 | "out/async_prio2"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio2/async_prio2.trace.3 <(set -o pipefail;cat out/async_prio2/async_prio2.trace.3 | "out/async_prio2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio2/async_prio2.trace.3 | "out/async_prio2"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio2/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/convert
convert: [SKIPPED] no DM file "out/async_prio3/async_prio3.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_prio3/async_prio3.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_prio3" OUT="out/async_prio3"/c++ MAIN=out/async_prio3/main.cc MODEL="async_prio3" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_prio3/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_prio3/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_prio3/c++"/dzn/$file;\
done
ls: cannot access 'out/async_prio3/*/*.dzn': No such file or directory
set -x; for file in "out/async_prio3/async_prio3.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_prio3/c++" "$file";\
done
+ for file in "out/async_prio3/async_prio3.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_prio3/c++ out/async_prio3/async_prio3.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/build-c++
mkdir -p "out/async_prio3"/c++ && ln -sf "out/async_prio3" "out/async_prio3" && make DIR="out/async_prio3" LANGUAGE=c++ OUT="out/async_prio3"/c++ IN="out/async_prio3"/c++ MAIN="out/async_prio3/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_prio3/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio3/c++/main.d -MT 'out/async_prio3/c++/main.d out/async_prio3/c++/main.o' -pthread -Iout/async_prio3/c++ -Iout/async_prio3/c++/.. -Iout/async_prio3/c++ -Iout/async_prio3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio3/c++/main.o out/async_prio3/main.cc
mkdir -p out/async_prio3/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio3/c++/async_prio3.d -MT 'out/async_prio3/c++/async_prio3.d out/async_prio3/c++/async_prio3.o' -pthread -Iout/async_prio3/c++ -Iout/async_prio3/c++/.. -Iout/async_prio3/c++ -Iout/async_prio3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio3/c++/async_prio3.o out/async_prio3/c++/async_prio3.cc
mkdir -p out/async_prio3/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio3/c++/pump.d -MT 'out/async_prio3/c++/pump.d out/async_prio3/c++/pump.o' -pthread -Iout/async_prio3/c++ -Iout/async_prio3/c++/.. -Iout/async_prio3/c++ -Iout/async_prio3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio3/c++/pump.o out/async_prio3/c++/pump.cc
mkdir -p out/async_prio3/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio3/c++/runtime.d -MT 'out/async_prio3/c++/runtime.d out/async_prio3/c++/runtime.o' -pthread -Iout/async_prio3/c++ -Iout/async_prio3/c++/.. -Iout/async_prio3/c++ -Iout/async_prio3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio3/c++/runtime.o out/async_prio3/c++/runtime.cc
mkdir -p out/async_prio3/c++/
g++ -g -std=c++11 -MMD -MF out/async_prio3/c++/test -MT 'out/async_prio3/c++/test out/async_prio3/c++/test' -pthread -Iout/async_prio3/c++ -Iout/async_prio3/c++/.. -Iout/async_prio3/c++ -Iout/async_prio3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_prio3/c++/test out/async_prio3/c++/main.o out/async_prio3/c++/async_prio3.o out/async_prio3/c++/pump.o out/async_prio3/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/execute-c++
timeout 2 diff -uwB out/async_prio3/async_prio3.trace.0 <(set -o pipefail;cat out/async_prio3/async_prio3.trace.0 | "out/async_prio3"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio3/async_prio3.trace.0 | "out/async_prio3"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio3/async_prio3.trace.1 <(set -o pipefail;cat out/async_prio3/async_prio3.trace.1 | "out/async_prio3"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio3/async_prio3.trace.1 | "out/async_prio3"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio3/async_prio3.trace.2 <(set -o pipefail;cat out/async_prio3/async_prio3.trace.2 | "out/async_prio3"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio3/async_prio3.trace.2 | "out/async_prio3"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio3/async_prio3.trace.3 <(set -o pipefail;cat out/async_prio3/async_prio3.trace.3 | "out/async_prio3"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio3/async_prio3.trace.3 | "out/async_prio3"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/run
diff -uwB <(grep -v "" "out/async_prio3/async_prio3.trace.0") <(grep -v "" "out/async_prio3/async_prio3.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio3 "out/async_prio3/async_prio3.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_prio3/async_prio3.trace.1") <(grep -v "" "out/async_prio3/async_prio3.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio3 "out/async_prio3/async_prio3.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_prio3/async_prio3.trace.2") <(grep -v "" "out/async_prio3/async_prio3.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio3 "out/async_prio3/async_prio3.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_prio3/async_prio3.trace.3") <(grep -v "" "out/async_prio3/async_prio3.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_prio3 "out/async_prio3/async_prio3.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/verify
mkdir -p "out/async_prio3"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_prio3 "out/async_prio3/async_prio3.dzn" 2>"out/async_prio3"/verify/"async_prio3".stderr)";err="$(cat "out/async_prio3"/verify/"async_prio3".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_prio3"/verify/"async_prio3".stderr:; cat "out/async_prio3"/verify/"async_prio3".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_prio3" OUT="out/async_prio3"/c++03 MAIN=out/async_prio3/main.cc MODEL="async_prio3" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_prio3/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_prio3/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_prio3/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_prio3/*/*.dzn': No such file or directory
set -x; for file in "out/async_prio3/async_prio3.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_prio3/c++03" "$file";\
done
+ for file in "out/async_prio3/async_prio3.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_prio3/c++03 out/async_prio3/async_prio3.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/build-c++03
mkdir -p "out/async_prio3"/c++03 && ln -sf "out/async_prio3" "out/async_prio3" && make DIR="out/async_prio3" LANGUAGE=c++03 OUT="out/async_prio3"/c++03 IN="out/async_prio3"/c++03 MAIN="out/async_prio3/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_prio3/c++03/
g++ -g -std=c++11 -MMD -MF out/async_prio3/c++03/main.d -MT 'out/async_prio3/c++03/main.d out/async_prio3/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio3/c++03 -Iout/async_prio3/c++03/.. -Iout/async_prio3/c++03 -Iout/async_prio3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio3/c++03/main.o out/async_prio3/main.cc
mkdir -p out/async_prio3/c++03/
g++ -g -std=c++03 -MMD -MF out/async_prio3/c++03/async_prio3.d -MT 'out/async_prio3/c++03/async_prio3.d out/async_prio3/c++03/async_prio3.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio3/c++03 -Iout/async_prio3/c++03/.. -Iout/async_prio3/c++03 -Iout/async_prio3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio3/c++03/async_prio3.o out/async_prio3/c++03/async_prio3.cc
mkdir -p out/async_prio3/c++03/
g++ -g -std=c++11 -MMD -MF out/async_prio3/c++03/pump.d -MT 'out/async_prio3/c++03/pump.d out/async_prio3/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio3/c++03 -Iout/async_prio3/c++03/.. -Iout/async_prio3/c++03 -Iout/async_prio3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio3/c++03/pump.o out/async_prio3/c++03/pump.cc
mkdir -p out/async_prio3/c++03/
g++ -g -std=c++03 -MMD -MF out/async_prio3/c++03/runtime.d -MT 'out/async_prio3/c++03/runtime.d out/async_prio3/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio3/c++03 -Iout/async_prio3/c++03/.. -Iout/async_prio3/c++03 -Iout/async_prio3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_prio3/c++03/runtime.o out/async_prio3/c++03/runtime.cc
mkdir -p out/async_prio3/c++03/
g++ -g -std=c++03 -MMD -MF out/async_prio3/c++03/test -MT 'out/async_prio3/c++03/test out/async_prio3/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_prio3/c++03 -Iout/async_prio3/c++03/.. -Iout/async_prio3/c++03 -Iout/async_prio3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_prio3/c++03/test out/async_prio3/c++03/main.o out/async_prio3/c++03/async_prio3.o out/async_prio3/c++03/pump.o out/async_prio3/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/execute-c++03
timeout 2 diff -uwB out/async_prio3/async_prio3.trace.0 <(set -o pipefail;cat out/async_prio3/async_prio3.trace.0 | "out/async_prio3"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio3/async_prio3.trace.0 | "out/async_prio3"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio3/async_prio3.trace.1 <(set -o pipefail;cat out/async_prio3/async_prio3.trace.1 | "out/async_prio3"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio3/async_prio3.trace.1 | "out/async_prio3"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio3/async_prio3.trace.2 <(set -o pipefail;cat out/async_prio3/async_prio3.trace.2 | "out/async_prio3"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio3/async_prio3.trace.2 | "out/async_prio3"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_prio3/async_prio3.trace.3 <(set -o pipefail;cat out/async_prio3/async_prio3.trace.3 | "out/async_prio3"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_prio3/async_prio3.trace.3 | "out/async_prio3"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_prio3/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/convert
convert: [SKIPPED] no DM file "out/async_silent/async_silent.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_silent" OUT="out/async_silent"/c++ MODEL="async_silent" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_silent/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_silent/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_silent/c++"/dzn/$file;\
done
ls: cannot access 'out/async_silent/*/*.dzn': No such file or directory
set -x; for file in "out/async_silent/async_silent.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'async_silent' -o "out/async_silent/c++" "$file";\
done
+ for file in "out/async_silent/async_silent.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m async_silent -o out/async_silent/c++ out/async_silent/async_silent.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/build-c++
mkdir -p "out/async_silent"/c++ && ln -sf "out/async_silent" "out/async_silent" && make DIR="out/async_silent" LANGUAGE=c++ OUT="out/async_silent"/c++ IN="out/async_silent"/c++ MAIN="out/async_silent/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_silent/c++/
g++ -g -std=c++11 -MMD -MF out/async_silent/c++/main.d -MT 'out/async_silent/c++/main.d out/async_silent/c++/main.o' -pthread -Iout/async_silent/c++ -Iout/async_silent/c++/.. -Iout/async_silent/c++ -Iout/async_silent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_silent/c++/main.o out/async_silent/c++/main.cc
mkdir -p out/async_silent/c++/
g++ -g -std=c++11 -MMD -MF out/async_silent/c++/pump.d -MT 'out/async_silent/c++/pump.d out/async_silent/c++/pump.o' -pthread -Iout/async_silent/c++ -Iout/async_silent/c++/.. -Iout/async_silent/c++ -Iout/async_silent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_silent/c++/pump.o out/async_silent/c++/pump.cc
mkdir -p out/async_silent/c++/
g++ -g -std=c++11 -MMD -MF out/async_silent/c++/async_silent.d -MT 'out/async_silent/c++/async_silent.d out/async_silent/c++/async_silent.o' -pthread -Iout/async_silent/c++ -Iout/async_silent/c++/.. -Iout/async_silent/c++ -Iout/async_silent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_silent/c++/async_silent.o out/async_silent/c++/async_silent.cc
mkdir -p out/async_silent/c++/
g++ -g -std=c++11 -MMD -MF out/async_silent/c++/runtime.d -MT 'out/async_silent/c++/runtime.d out/async_silent/c++/runtime.o' -pthread -Iout/async_silent/c++ -Iout/async_silent/c++/.. -Iout/async_silent/c++ -Iout/async_silent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_silent/c++/runtime.o out/async_silent/c++/runtime.cc
mkdir -p out/async_silent/c++/
g++ -g -std=c++11 -MMD -MF out/async_silent/c++/test -MT 'out/async_silent/c++/test out/async_silent/c++/test' -pthread -Iout/async_silent/c++ -Iout/async_silent/c++/.. -Iout/async_silent/c++ -Iout/async_silent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_silent/c++/test out/async_silent/c++/main.o out/async_silent/c++/pump.o out/async_silent/c++/async_silent.o out/async_silent/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_silent/async_silent.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/run
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.0") <(grep -v "" "out/async_silent/async_silent.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.1") <(grep -v "" "out/async_silent/async_silent.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.10") <(grep -v "" "out/async_silent/async_silent.trace.10"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.11") <(grep -v "" "out/async_silent/async_silent.trace.11"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.12") <(grep -v "" "out/async_silent/async_silent.trace.12"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.13") <(grep -v "" "out/async_silent/async_silent.trace.13"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.14") <(grep -v "" "out/async_silent/async_silent.trace.14"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.15") <(grep -v "" "out/async_silent/async_silent.trace.15"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.16") <(grep -v "" "out/async_silent/async_silent.trace.16"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.17") <(grep -v "" "out/async_silent/async_silent.trace.17"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.18") <(grep -v "" "out/async_silent/async_silent.trace.18"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.19") <(grep -v "" "out/async_silent/async_silent.trace.19"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.2") <(grep -v "" "out/async_silent/async_silent.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.3") <(grep -v "" "out/async_silent/async_silent.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.4") <(grep -v "" "out/async_silent/async_silent.trace.4"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.5") <(grep -v "" "out/async_silent/async_silent.trace.5"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.6") <(grep -v "" "out/async_silent/async_silent.trace.6"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.7") <(grep -v "" "out/async_silent/async_silent.trace.7"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.8") <(grep -v "" "out/async_silent/async_silent.trace.8"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_silent/async_silent.trace.9") <(grep -v "" "out/async_silent/async_silent.trace.9"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_silent "out/async_silent/async_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/verify
mkdir -p "out/async_silent"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=async_silent "out/async_silent/async_silent.dzn" 2>"out/async_silent"/verify/"async_silent".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/async_silent"/verify/"async_silent"| test ! -s "out/async_silent/baseline/verify/async_silent"| test ! -s "out/async_silent/baseline/verify/async_silent".stderr;} || (diff -uwB "out/async_silent/baseline/verify/async_silent" "out/async_silent"/verify/"async_silent" && (test ! -s "out/async_silent"/verify/"async_silent".stderr || (sed -i s,.\r,,g "out/async_silent"/verify/"async_silent".stderr; diff -u "out/async_silent/baseline/verify/async_silent".stderr "out/async_silent"/verify/"async_silent".stderr))) || { echo "out/async_silent"/verify/"async_silent".stderr:; cat "out/async_silent"/verify/"async_silent".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_silent" OUT="out/async_silent"/c++03 MODEL="async_silent" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_silent/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_silent/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_silent/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_silent/*/*.dzn': No such file or directory
set -x; for file in "out/async_silent/async_silent.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'async_silent' -o "out/async_silent/c++03" "$file";\
done
+ for file in "out/async_silent/async_silent.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m async_silent -o out/async_silent/c++03 out/async_silent/async_silent.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/build-c++03
mkdir -p "out/async_silent"/c++03 && ln -sf "out/async_silent" "out/async_silent" && make DIR="out/async_silent" LANGUAGE=c++03 OUT="out/async_silent"/c++03 IN="out/async_silent"/c++03 MAIN="out/async_silent/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_silent/c++03/
g++ -g -std=c++11 -MMD -MF out/async_silent/c++03/main.d -MT 'out/async_silent/c++03/main.d out/async_silent/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_silent/c++03 -Iout/async_silent/c++03/.. -Iout/async_silent/c++03 -Iout/async_silent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_silent/c++03/main.o out/async_silent/c++03/main.cc
mkdir -p out/async_silent/c++03/
g++ -g -std=c++11 -MMD -MF out/async_silent/c++03/pump.d -MT 'out/async_silent/c++03/pump.d out/async_silent/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_silent/c++03 -Iout/async_silent/c++03/.. -Iout/async_silent/c++03 -Iout/async_silent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_silent/c++03/pump.o out/async_silent/c++03/pump.cc
mkdir -p out/async_silent/c++03/
g++ -g -std=c++03 -MMD -MF out/async_silent/c++03/async_silent.d -MT 'out/async_silent/c++03/async_silent.d out/async_silent/c++03/async_silent.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_silent/c++03 -Iout/async_silent/c++03/.. -Iout/async_silent/c++03 -Iout/async_silent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_silent/c++03/async_silent.o out/async_silent/c++03/async_silent.cc
mkdir -p out/async_silent/c++03/
g++ -g -std=c++03 -MMD -MF out/async_silent/c++03/runtime.d -MT 'out/async_silent/c++03/runtime.d out/async_silent/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_silent/c++03 -Iout/async_silent/c++03/.. -Iout/async_silent/c++03 -Iout/async_silent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_silent/c++03/runtime.o out/async_silent/c++03/runtime.cc
mkdir -p out/async_silent/c++03/
g++ -g -std=c++03 -MMD -MF out/async_silent/c++03/test -MT 'out/async_silent/c++03/test out/async_silent/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_silent/c++03 -Iout/async_silent/c++03/.. -Iout/async_silent/c++03 -Iout/async_silent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_silent/c++03/test out/async_silent/c++03/main.o out/async_silent/c++03/pump.o out/async_silent/c++03/async_silent.o out/async_silent/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/execute-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/execute-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_silent/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/convert
convert: [SKIPPED] no DM file "out/async_simple/async_simple.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_simple/async_simple.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_simple" OUT="out/async_simple"/c++ MAIN=out/async_simple/main.cc MODEL="async_simple" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_simple/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_simple/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_simple/c++"/dzn/$file;\
done
ls: cannot access 'out/async_simple/*/*.dzn': No such file or directory
set -x; for file in "out/async_simple/async_simple.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_simple/c++" "$file";\
done
+ for file in "out/async_simple/async_simple.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_simple/c++ out/async_simple/async_simple.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/build-c++
mkdir -p "out/async_simple"/c++ && ln -sf "out/async_simple" "out/async_simple" && make DIR="out/async_simple" LANGUAGE=c++ OUT="out/async_simple"/c++ IN="out/async_simple"/c++ MAIN="out/async_simple/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_simple/c++/
g++ -g -std=c++11 -MMD -MF out/async_simple/c++/main.d -MT 'out/async_simple/c++/main.d out/async_simple/c++/main.o' -pthread -Iout/async_simple/c++ -Iout/async_simple/c++/.. -Iout/async_simple/c++ -Iout/async_simple/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_simple/c++/main.o out/async_simple/main.cc
mkdir -p out/async_simple/c++/
g++ -g -std=c++11 -MMD -MF out/async_simple/c++/pump.d -MT 'out/async_simple/c++/pump.d out/async_simple/c++/pump.o' -pthread -Iout/async_simple/c++ -Iout/async_simple/c++/.. -Iout/async_simple/c++ -Iout/async_simple/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_simple/c++/pump.o out/async_simple/c++/pump.cc
mkdir -p out/async_simple/c++/
g++ -g -std=c++11 -MMD -MF out/async_simple/c++/async_simple.d -MT 'out/async_simple/c++/async_simple.d out/async_simple/c++/async_simple.o' -pthread -Iout/async_simple/c++ -Iout/async_simple/c++/.. -Iout/async_simple/c++ -Iout/async_simple/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_simple/c++/async_simple.o out/async_simple/c++/async_simple.cc
mkdir -p out/async_simple/c++/
g++ -g -std=c++11 -MMD -MF out/async_simple/c++/runtime.d -MT 'out/async_simple/c++/runtime.d out/async_simple/c++/runtime.o' -pthread -Iout/async_simple/c++ -Iout/async_simple/c++/.. -Iout/async_simple/c++ -Iout/async_simple/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_simple/c++/runtime.o out/async_simple/c++/runtime.cc
mkdir -p out/async_simple/c++/
g++ -g -std=c++11 -MMD -MF out/async_simple/c++/test -MT 'out/async_simple/c++/test out/async_simple/c++/test' -pthread -Iout/async_simple/c++ -Iout/async_simple/c++/.. -Iout/async_simple/c++ -Iout/async_simple/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_simple/c++/test out/async_simple/c++/main.o out/async_simple/c++/pump.o out/async_simple/c++/async_simple.o out/async_simple/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/execute-c++
timeout 2 diff -uwB out/async_simple/async_simple.trace.0 <(set -o pipefail;cat out/async_simple/async_simple.trace.0 | "out/async_simple"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_simple/async_simple.trace.0 | "out/async_simple"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_simple/async_simple.trace.1 <(set -o pipefail;cat out/async_simple/async_simple.trace.1 | "out/async_simple"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_simple/async_simple.trace.1 | "out/async_simple"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_simple/async_simple.trace.2 <(set -o pipefail;cat out/async_simple/async_simple.trace.2 | "out/async_simple"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_simple/async_simple.trace.2 | "out/async_simple"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/run
diff -uwB <(grep -v "" "out/async_simple/async_simple.trace.0") <(grep -v "" "out/async_simple/async_simple.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_simple "out/async_simple/async_simple.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_simple/async_simple.trace.1") <(grep -v "" "out/async_simple/async_simple.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_simple "out/async_simple/async_simple.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_simple/async_simple.trace.2") <(grep -v "" "out/async_simple/async_simple.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_simple "out/async_simple/async_simple.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/verify
mkdir -p "out/async_simple"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_simple "out/async_simple/async_simple.dzn" 2>"out/async_simple"/verify/"async_simple".stderr)";err="$(cat "out/async_simple"/verify/"async_simple".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_simple"/verify/"async_simple".stderr:; cat "out/async_simple"/verify/"async_simple".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_simple" OUT="out/async_simple"/c++03 MAIN=out/async_simple/main.cc MODEL="async_simple" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_simple/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_simple/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_simple/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_simple/*/*.dzn': No such file or directory
set -x; for file in "out/async_simple/async_simple.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_simple/c++03" "$file";\
done
+ for file in "out/async_simple/async_simple.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_simple/c++03 out/async_simple/async_simple.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/build-c++03
mkdir -p "out/async_simple"/c++03 && ln -sf "out/async_simple" "out/async_simple" && make DIR="out/async_simple" LANGUAGE=c++03 OUT="out/async_simple"/c++03 IN="out/async_simple"/c++03 MAIN="out/async_simple/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_simple/c++03/
g++ -g -std=c++11 -MMD -MF out/async_simple/c++03/main.d -MT 'out/async_simple/c++03/main.d out/async_simple/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_simple/c++03 -Iout/async_simple/c++03/.. -Iout/async_simple/c++03 -Iout/async_simple/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_simple/c++03/main.o out/async_simple/main.cc
mkdir -p out/async_simple/c++03/
g++ -g -std=c++11 -MMD -MF out/async_simple/c++03/pump.d -MT 'out/async_simple/c++03/pump.d out/async_simple/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_simple/c++03 -Iout/async_simple/c++03/.. -Iout/async_simple/c++03 -Iout/async_simple/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_simple/c++03/pump.o out/async_simple/c++03/pump.cc
mkdir -p out/async_simple/c++03/
g++ -g -std=c++03 -MMD -MF out/async_simple/c++03/async_simple.d -MT 'out/async_simple/c++03/async_simple.d out/async_simple/c++03/async_simple.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_simple/c++03 -Iout/async_simple/c++03/.. -Iout/async_simple/c++03 -Iout/async_simple/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_simple/c++03/async_simple.o out/async_simple/c++03/async_simple.cc
mkdir -p out/async_simple/c++03/
g++ -g -std=c++03 -MMD -MF out/async_simple/c++03/runtime.d -MT 'out/async_simple/c++03/runtime.d out/async_simple/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_simple/c++03 -Iout/async_simple/c++03/.. -Iout/async_simple/c++03 -Iout/async_simple/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_simple/c++03/runtime.o out/async_simple/c++03/runtime.cc
mkdir -p out/async_simple/c++03/
g++ -g -std=c++03 -MMD -MF out/async_simple/c++03/test -MT 'out/async_simple/c++03/test out/async_simple/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_simple/c++03 -Iout/async_simple/c++03/.. -Iout/async_simple/c++03 -Iout/async_simple/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_simple/c++03/test out/async_simple/c++03/main.o out/async_simple/c++03/pump.o out/async_simple/c++03/async_simple.o out/async_simple/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/execute-c++03
timeout 2 diff -uwB out/async_simple/async_simple.trace.0 <(set -o pipefail;cat out/async_simple/async_simple.trace.0 | "out/async_simple"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_simple/async_simple.trace.0 | "out/async_simple"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_simple/async_simple.trace.1 <(set -o pipefail;cat out/async_simple/async_simple.trace.1 | "out/async_simple"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_simple/async_simple.trace.1 | "out/async_simple"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_simple/async_simple.trace.2 <(set -o pipefail;cat out/async_simple/async_simple.trace.2 | "out/async_simple"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_simple/async_simple.trace.2 | "out/async_simple"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_simple/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/convert
convert: [SKIPPED] no DM file "out/compliance_provides_bool/compliance_provides_bool.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/compliance_provides_bool" OUT="out/compliance_provides_bool"/c++ MODEL="compliance_provides_bool" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_bool/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/compliance_provides_bool/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/compliance_provides_bool/c++"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_bool/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_bool/compliance_provides_bool.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'compliance_provides_bool' -o "out/compliance_provides_bool/c++" "$file";\
done
+ for file in "out/compliance_provides_bool/compliance_provides_bool.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m compliance_provides_bool -o out/compliance_provides_bool/c++ out/compliance_provides_bool/compliance_provides_bool.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/build-c++
mkdir -p "out/compliance_provides_bool"/c++ && ln -sf "out/compliance_provides_bool" "out/compliance_provides_bool" && make DIR="out/compliance_provides_bool" LANGUAGE=c++ OUT="out/compliance_provides_bool"/c++ IN="out/compliance_provides_bool"/c++ MAIN="out/compliance_provides_bool/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/compliance_provides_bool/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_bool/c++/main.d -MT 'out/compliance_provides_bool/c++/main.d out/compliance_provides_bool/c++/main.o' -pthread -Iout/compliance_provides_bool/c++ -Iout/compliance_provides_bool/c++/.. -Iout/compliance_provides_bool/c++ -Iout/compliance_provides_bool/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_bool/c++/main.o out/compliance_provides_bool/c++/main.cc
mkdir -p out/compliance_provides_bool/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_bool/c++/pump.d -MT 'out/compliance_provides_bool/c++/pump.d out/compliance_provides_bool/c++/pump.o' -pthread -Iout/compliance_provides_bool/c++ -Iout/compliance_provides_bool/c++/.. -Iout/compliance_provides_bool/c++ -Iout/compliance_provides_bool/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_bool/c++/pump.o out/compliance_provides_bool/c++/pump.cc
mkdir -p out/compliance_provides_bool/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_bool/c++/runtime.d -MT 'out/compliance_provides_bool/c++/runtime.d out/compliance_provides_bool/c++/runtime.o' -pthread -Iout/compliance_provides_bool/c++ -Iout/compliance_provides_bool/c++/.. -Iout/compliance_provides_bool/c++ -Iout/compliance_provides_bool/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_bool/c++/runtime.o out/compliance_provides_bool/c++/runtime.cc
mkdir -p out/compliance_provides_bool/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_bool/c++/compliance_provides_bool.d -MT 'out/compliance_provides_bool/c++/compliance_provides_bool.d out/compliance_provides_bool/c++/compliance_provides_bool.o' -pthread -Iout/compliance_provides_bool/c++ -Iout/compliance_provides_bool/c++/.. -Iout/compliance_provides_bool/c++ -Iout/compliance_provides_bool/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_bool/c++/compliance_provides_bool.o out/compliance_provides_bool/c++/compliance_provides_bool.cc
mkdir -p out/compliance_provides_bool/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_bool/c++/test -MT 'out/compliance_provides_bool/c++/test out/compliance_provides_bool/c++/test' -pthread -Iout/compliance_provides_bool/c++ -Iout/compliance_provides_bool/c++/.. -Iout/compliance_provides_bool/c++ -Iout/compliance_provides_bool/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/compliance_provides_bool/c++/test out/compliance_provides_bool/c++/main.o out/compliance_provides_bool/c++/pump.o out/compliance_provides_bool/c++/runtime.o out/compliance_provides_bool/c++/compliance_provides_bool.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/compliance_provides_bool/compliance_provides_bool.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/run
diff -uwB <(grep -v "" "out/compliance_provides_bool/compliance_provides_bool.trace.0") <(grep -v "" "out/compliance_provides_bool/compliance_provides_bool.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=compliance_provides_bool "out/compliance_provides_bool/compliance_provides_bool.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/verify
mkdir -p "out/compliance_provides_bool"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=compliance_provides_bool "out/compliance_provides_bool/compliance_provides_bool.dzn" 2>"out/compliance_provides_bool"/verify/"compliance_provides_bool".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/compliance_provides_bool"/verify/"compliance_provides_bool"| test ! -s "out/compliance_provides_bool/baseline/verify/compliance_provides_bool"| test ! -s "out/compliance_provides_bool/baseline/verify/compliance_provides_bool".stderr;} || (diff -uwB "out/compliance_provides_bool/baseline/verify/compliance_provides_bool" "out/compliance_provides_bool"/verify/"compliance_provides_bool" && (test ! -s "out/compliance_provides_bool"/verify/"compliance_provides_bool".stderr || (sed -i s,.\r,,g "out/compliance_provides_bool"/verify/"compliance_provides_bool".stderr; diff -u "out/compliance_provides_bool/baseline/verify/compliance_provides_bool".stderr "out/compliance_provides_bool"/verify/"compliance_provides_bool".stderr))) || { echo "out/compliance_provides_bool"/verify/"compliance_provides_bool".stderr:; cat "out/compliance_provides_bool"/verify/"compliance_provides_bool".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/compliance_provides_bool" OUT="out/compliance_provides_bool"/c++03 MODEL="compliance_provides_bool" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_bool/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/compliance_provides_bool/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/compliance_provides_bool/c++03"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_bool/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_bool/compliance_provides_bool.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'compliance_provides_bool' -o "out/compliance_provides_bool/c++03" "$file";\
done
+ for file in "out/compliance_provides_bool/compliance_provides_bool.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m compliance_provides_bool -o out/compliance_provides_bool/c++03 out/compliance_provides_bool/compliance_provides_bool.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/build-c++03
mkdir -p "out/compliance_provides_bool"/c++03 && ln -sf "out/compliance_provides_bool" "out/compliance_provides_bool" && make DIR="out/compliance_provides_bool" LANGUAGE=c++03 OUT="out/compliance_provides_bool"/c++03 IN="out/compliance_provides_bool"/c++03 MAIN="out/compliance_provides_bool/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/compliance_provides_bool/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_bool/c++03/main.d -MT 'out/compliance_provides_bool/c++03/main.d out/compliance_provides_bool/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_bool/c++03 -Iout/compliance_provides_bool/c++03/.. -Iout/compliance_provides_bool/c++03 -Iout/compliance_provides_bool/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_bool/c++03/main.o out/compliance_provides_bool/c++03/main.cc
mkdir -p out/compliance_provides_bool/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_bool/c++03/pump.d -MT 'out/compliance_provides_bool/c++03/pump.d out/compliance_provides_bool/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_bool/c++03 -Iout/compliance_provides_bool/c++03/.. -Iout/compliance_provides_bool/c++03 -Iout/compliance_provides_bool/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_bool/c++03/pump.o out/compliance_provides_bool/c++03/pump.cc
mkdir -p out/compliance_provides_bool/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_bool/c++03/runtime.d -MT 'out/compliance_provides_bool/c++03/runtime.d out/compliance_provides_bool/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_bool/c++03 -Iout/compliance_provides_bool/c++03/.. -Iout/compliance_provides_bool/c++03 -Iout/compliance_provides_bool/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_bool/c++03/runtime.o out/compliance_provides_bool/c++03/runtime.cc
mkdir -p out/compliance_provides_bool/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_bool/c++03/compliance_provides_bool.d -MT 'out/compliance_provides_bool/c++03/compliance_provides_bool.d out/compliance_provides_bool/c++03/compliance_provides_bool.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_bool/c++03 -Iout/compliance_provides_bool/c++03/.. -Iout/compliance_provides_bool/c++03 -Iout/compliance_provides_bool/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_bool/c++03/compliance_provides_bool.o out/compliance_provides_bool/c++03/compliance_provides_bool.cc
mkdir -p out/compliance_provides_bool/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_bool/c++03/test -MT 'out/compliance_provides_bool/c++03/test out/compliance_provides_bool/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_bool/c++03 -Iout/compliance_provides_bool/c++03/.. -Iout/compliance_provides_bool/c++03 -Iout/compliance_provides_bool/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/compliance_provides_bool/c++03/test out/compliance_provides_bool/c++03/main.o out/compliance_provides_bool/c++03/pump.o out/compliance_provides_bool/c++03/runtime.o out/compliance_provides_bool/c++03/compliance_provides_bool.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/compliance_provides_bool" OUT="out/compliance_provides_bool"/javascript MODEL="compliance_provides_bool" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_bool/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/compliance_provides_bool/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/compliance_provides_bool/javascript"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_bool/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_bool/compliance_provides_bool.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'compliance_provides_bool' -o "out/compliance_provides_bool/javascript" "$file";\
done
+ for file in "out/compliance_provides_bool/compliance_provides_bool.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m compliance_provides_bool -o out/compliance_provides_bool/javascript out/compliance_provides_bool/compliance_provides_bool.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/build-javascript
mkdir -p "out/compliance_provides_bool"/javascript && ln -sf "out/compliance_provides_bool" "out/compliance_provides_bool" && make DIR="out/compliance_provides_bool" LANGUAGE=javascript OUT="out/compliance_provides_bool"/javascript IN="out/compliance_provides_bool"/javascript MAIN="out/compliance_provides_bool/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/compliance_provides_bool/javascript/main.js out/compliance_provides_bool/javascript/test
chmod +x out/compliance_provides_bool/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/execute-c++
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/table
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/traces
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/triangle-c++
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/view
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/execute-c++03
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/triangle-c++03
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/build-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/code-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/execute-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/triangle-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/execute-javascript
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_bool/triangle-javascript
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/convert
convert: [SKIPPED] no DM file "out/async_synccb/async_synccb.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_synccb/async_synccb.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_synccb" OUT="out/async_synccb"/c++ MAIN=out/async_synccb/main.cc MODEL="async_synccb" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_synccb/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_synccb/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_synccb/c++"/dzn/$file;\
done
ls: cannot access 'out/async_synccb/*/*.dzn': No such file or directory
set -x; for file in "out/async_synccb/async_synccb.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_synccb/c++" "$file";\
done
+ for file in "out/async_synccb/async_synccb.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_synccb/c++ out/async_synccb/async_synccb.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/build-c++
mkdir -p "out/async_synccb"/c++ && ln -sf "out/async_synccb" "out/async_synccb" && make DIR="out/async_synccb" LANGUAGE=c++ OUT="out/async_synccb"/c++ IN="out/async_synccb"/c++ MAIN="out/async_synccb/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_synccb/c++/
g++ -g -std=c++11 -MMD -MF out/async_synccb/c++/main.d -MT 'out/async_synccb/c++/main.d out/async_synccb/c++/main.o' -pthread -Iout/async_synccb/c++ -Iout/async_synccb/c++/.. -Iout/async_synccb/c++ -Iout/async_synccb/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb/c++/main.o out/async_synccb/main.cc
mkdir -p out/async_synccb/c++/
g++ -g -std=c++11 -MMD -MF out/async_synccb/c++/async_synccb.d -MT 'out/async_synccb/c++/async_synccb.d out/async_synccb/c++/async_synccb.o' -pthread -Iout/async_synccb/c++ -Iout/async_synccb/c++/.. -Iout/async_synccb/c++ -Iout/async_synccb/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb/c++/async_synccb.o out/async_synccb/c++/async_synccb.cc
mkdir -p out/async_synccb/c++/
g++ -g -std=c++11 -MMD -MF out/async_synccb/c++/pump.d -MT 'out/async_synccb/c++/pump.d out/async_synccb/c++/pump.o' -pthread -Iout/async_synccb/c++ -Iout/async_synccb/c++/.. -Iout/async_synccb/c++ -Iout/async_synccb/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb/c++/pump.o out/async_synccb/c++/pump.cc
mkdir -p out/async_synccb/c++/
g++ -g -std=c++11 -MMD -MF out/async_synccb/c++/runtime.d -MT 'out/async_synccb/c++/runtime.d out/async_synccb/c++/runtime.o' -pthread -Iout/async_synccb/c++ -Iout/async_synccb/c++/.. -Iout/async_synccb/c++ -Iout/async_synccb/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb/c++/runtime.o out/async_synccb/c++/runtime.cc
mkdir -p out/async_synccb/c++/
g++ -g -std=c++11 -MMD -MF out/async_synccb/c++/test -MT 'out/async_synccb/c++/test out/async_synccb/c++/test' -pthread -Iout/async_synccb/c++ -Iout/async_synccb/c++/.. -Iout/async_synccb/c++ -Iout/async_synccb/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_synccb/c++/test out/async_synccb/c++/main.o out/async_synccb/c++/async_synccb.o out/async_synccb/c++/pump.o out/async_synccb/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/execute-c++
timeout 2 diff -uwB out/async_synccb/async_synccb.trace.0 <(set -o pipefail;cat out/async_synccb/async_synccb.trace.0 | "out/async_synccb"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb/async_synccb.trace.0 | "out/async_synccb"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_synccb/async_synccb.trace.1 <(set -o pipefail;cat out/async_synccb/async_synccb.trace.1 | "out/async_synccb"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb/async_synccb.trace.1 | "out/async_synccb"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_synccb/async_synccb.trace.2 <(set -o pipefail;cat out/async_synccb/async_synccb.trace.2 | "out/async_synccb"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb/async_synccb.trace.2 | "out/async_synccb"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/run
diff -uwB <(grep -v "" "out/async_synccb/async_synccb.trace.0") <(grep -v "" "out/async_synccb/async_synccb.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_synccb "out/async_synccb/async_synccb.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_synccb/async_synccb.trace.1") <(grep -v "" "out/async_synccb/async_synccb.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_synccb "out/async_synccb/async_synccb.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_synccb/async_synccb.trace.2") <(grep -v "" "out/async_synccb/async_synccb.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_synccb "out/async_synccb/async_synccb.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/verify
mkdir -p "out/async_synccb"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_synccb "out/async_synccb/async_synccb.dzn" 2>"out/async_synccb"/verify/"async_synccb".stderr)";err="$(cat "out/async_synccb"/verify/"async_synccb".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_synccb"/verify/"async_synccb".stderr:; cat "out/async_synccb"/verify/"async_synccb".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_synccb" OUT="out/async_synccb"/c++03 MAIN=out/async_synccb/main.cc MODEL="async_synccb" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_synccb/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_synccb/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_synccb/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_synccb/*/*.dzn': No such file or directory
set -x; for file in "out/async_synccb/async_synccb.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_synccb/c++03" "$file";\
done
+ for file in "out/async_synccb/async_synccb.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_synccb/c++03 out/async_synccb/async_synccb.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/build-c++03
mkdir -p "out/async_synccb"/c++03 && ln -sf "out/async_synccb" "out/async_synccb" && make DIR="out/async_synccb" LANGUAGE=c++03 OUT="out/async_synccb"/c++03 IN="out/async_synccb"/c++03 MAIN="out/async_synccb/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_synccb/c++03/
g++ -g -std=c++11 -MMD -MF out/async_synccb/c++03/main.d -MT 'out/async_synccb/c++03/main.d out/async_synccb/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_synccb/c++03 -Iout/async_synccb/c++03/.. -Iout/async_synccb/c++03 -Iout/async_synccb/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb/c++03/main.o out/async_synccb/main.cc
mkdir -p out/async_synccb/c++03/
g++ -g -std=c++03 -MMD -MF out/async_synccb/c++03/async_synccb.d -MT 'out/async_synccb/c++03/async_synccb.d out/async_synccb/c++03/async_synccb.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_synccb/c++03 -Iout/async_synccb/c++03/.. -Iout/async_synccb/c++03 -Iout/async_synccb/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb/c++03/async_synccb.o out/async_synccb/c++03/async_synccb.cc
mkdir -p out/async_synccb/c++03/
g++ -g -std=c++11 -MMD -MF out/async_synccb/c++03/pump.d -MT 'out/async_synccb/c++03/pump.d out/async_synccb/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_synccb/c++03 -Iout/async_synccb/c++03/.. -Iout/async_synccb/c++03 -Iout/async_synccb/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb/c++03/pump.o out/async_synccb/c++03/pump.cc
mkdir -p out/async_synccb/c++03/
g++ -g -std=c++03 -MMD -MF out/async_synccb/c++03/runtime.d -MT 'out/async_synccb/c++03/runtime.d out/async_synccb/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_synccb/c++03 -Iout/async_synccb/c++03/.. -Iout/async_synccb/c++03 -Iout/async_synccb/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb/c++03/runtime.o out/async_synccb/c++03/runtime.cc
mkdir -p out/async_synccb/c++03/
g++ -g -std=c++03 -MMD -MF out/async_synccb/c++03/test -MT 'out/async_synccb/c++03/test out/async_synccb/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_synccb/c++03 -Iout/async_synccb/c++03/.. -Iout/async_synccb/c++03 -Iout/async_synccb/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_synccb/c++03/test out/async_synccb/c++03/main.o out/async_synccb/c++03/async_synccb.o out/async_synccb/c++03/pump.o out/async_synccb/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/execute-c++03
timeout 2 diff -uwB out/async_synccb/async_synccb.trace.0 <(set -o pipefail;cat out/async_synccb/async_synccb.trace.0 | "out/async_synccb"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb/async_synccb.trace.0 | "out/async_synccb"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_synccb/async_synccb.trace.1 <(set -o pipefail;cat out/async_synccb/async_synccb.trace.1 | "out/async_synccb"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb/async_synccb.trace.1 | "out/async_synccb"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_synccb/async_synccb.trace.2 <(set -o pipefail;cat out/async_synccb/async_synccb.trace.2 | "out/async_synccb"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb/async_synccb.trace.2 | "out/async_synccb"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/convert
convert: [SKIPPED] no DM file "out/compliance_provides_illegal2/compliance_provides_illegal2.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/compliance_provides_illegal2" OUT="out/compliance_provides_illegal2"/c++ MODEL="compliance_provides_illegal2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal2/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/compliance_provides_illegal2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/compliance_provides_illegal2/c++"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal2/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal2/compliance_provides_illegal2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'compliance_provides_illegal2' -o "out/compliance_provides_illegal2/c++" "$file";\
done
+ for file in "out/compliance_provides_illegal2/compliance_provides_illegal2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m compliance_provides_illegal2 -o out/compliance_provides_illegal2/c++ out/compliance_provides_illegal2/compliance_provides_illegal2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/build-c++
mkdir -p "out/compliance_provides_illegal2"/c++ && ln -sf "out/compliance_provides_illegal2" "out/compliance_provides_illegal2" && make DIR="out/compliance_provides_illegal2" LANGUAGE=c++ OUT="out/compliance_provides_illegal2"/c++ IN="out/compliance_provides_illegal2"/c++ MAIN="out/compliance_provides_illegal2/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/compliance_provides_illegal2/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal2/c++/main.d -MT 'out/compliance_provides_illegal2/c++/main.d out/compliance_provides_illegal2/c++/main.o' -pthread -Iout/compliance_provides_illegal2/c++ -Iout/compliance_provides_illegal2/c++/.. -Iout/compliance_provides_illegal2/c++ -Iout/compliance_provides_illegal2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal2/c++/main.o out/compliance_provides_illegal2/c++/main.cc
mkdir -p out/compliance_provides_illegal2/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal2/c++/pump.d -MT 'out/compliance_provides_illegal2/c++/pump.d out/compliance_provides_illegal2/c++/pump.o' -pthread -Iout/compliance_provides_illegal2/c++ -Iout/compliance_provides_illegal2/c++/.. -Iout/compliance_provides_illegal2/c++ -Iout/compliance_provides_illegal2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal2/c++/pump.o out/compliance_provides_illegal2/c++/pump.cc
mkdir -p out/compliance_provides_illegal2/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal2/c++/runtime.d -MT 'out/compliance_provides_illegal2/c++/runtime.d out/compliance_provides_illegal2/c++/runtime.o' -pthread -Iout/compliance_provides_illegal2/c++ -Iout/compliance_provides_illegal2/c++/.. -Iout/compliance_provides_illegal2/c++ -Iout/compliance_provides_illegal2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal2/c++/runtime.o out/compliance_provides_illegal2/c++/runtime.cc
mkdir -p out/compliance_provides_illegal2/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal2/c++/compliance_provides_illegal2.d -MT 'out/compliance_provides_illegal2/c++/compliance_provides_illegal2.d out/compliance_provides_illegal2/c++/compliance_provides_illegal2.o' -pthread -Iout/compliance_provides_illegal2/c++ -Iout/compliance_provides_illegal2/c++/.. -Iout/compliance_provides_illegal2/c++ -Iout/compliance_provides_illegal2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal2/c++/compliance_provides_illegal2.o out/compliance_provides_illegal2/c++/compliance_provides_illegal2.cc
mkdir -p out/compliance_provides_illegal2/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal2/c++/test -MT 'out/compliance_provides_illegal2/c++/test out/compliance_provides_illegal2/c++/test' -pthread -Iout/compliance_provides_illegal2/c++ -Iout/compliance_provides_illegal2/c++/.. -Iout/compliance_provides_illegal2/c++ -Iout/compliance_provides_illegal2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/compliance_provides_illegal2/c++/test out/compliance_provides_illegal2/c++/main.o out/compliance_provides_illegal2/c++/pump.o out/compliance_provides_illegal2/c++/runtime.o out/compliance_provides_illegal2/c++/compliance_provides_illegal2.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/compliance_provides_illegal2/compliance_provides_illegal2.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/run
diff -uwB <(grep -v "" "out/compliance_provides_illegal2/compliance_provides_illegal2.trace.0") <(grep -v "" "out/compliance_provides_illegal2/compliance_provides_illegal2.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=compliance_provides_illegal2 "out/compliance_provides_illegal2/compliance_provides_illegal2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/verify
mkdir -p "out/compliance_provides_illegal2"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=compliance_provides_illegal2 "out/compliance_provides_illegal2/compliance_provides_illegal2.dzn" 2>"out/compliance_provides_illegal2"/verify/"compliance_provides_illegal2".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/compliance_provides_illegal2"/verify/"compliance_provides_illegal2"| test ! -s "out/compliance_provides_illegal2/baseline/verify/compliance_provides_illegal2"| test ! -s "out/compliance_provides_illegal2/baseline/verify/compliance_provides_illegal2".stderr;} || (diff -uwB "out/compliance_provides_illegal2/baseline/verify/compliance_provides_illegal2" "out/compliance_provides_illegal2"/verify/"compliance_provides_illegal2" && (test ! -s "out/compliance_provides_illegal2"/verify/"compliance_provides_illegal2".stderr || (sed -i s,.\r,,g "out/compliance_provides_illegal2"/verify/"compliance_provides_illegal2".stderr; diff -u "out/compliance_provides_illegal2/baseline/verify/compliance_provides_illegal2".stderr "out/compliance_provides_illegal2"/verify/"compliance_provides_illegal2".stderr))) || { echo "out/compliance_provides_illegal2"/verify/"compliance_provides_illegal2".stderr:; cat "out/compliance_provides_illegal2"/verify/"compliance_provides_illegal2".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/compliance_provides_illegal2" OUT="out/compliance_provides_illegal2"/c++03 MODEL="compliance_provides_illegal2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal2/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/compliance_provides_illegal2/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/compliance_provides_illegal2/c++03"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal2/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal2/compliance_provides_illegal2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'compliance_provides_illegal2' -o "out/compliance_provides_illegal2/c++03" "$file";\
done
+ for file in "out/compliance_provides_illegal2/compliance_provides_illegal2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m compliance_provides_illegal2 -o out/compliance_provides_illegal2/c++03 out/compliance_provides_illegal2/compliance_provides_illegal2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/build-c++03
mkdir -p "out/compliance_provides_illegal2"/c++03 && ln -sf "out/compliance_provides_illegal2" "out/compliance_provides_illegal2" && make DIR="out/compliance_provides_illegal2" LANGUAGE=c++03 OUT="out/compliance_provides_illegal2"/c++03 IN="out/compliance_provides_illegal2"/c++03 MAIN="out/compliance_provides_illegal2/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/compliance_provides_illegal2/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal2/c++03/main.d -MT 'out/compliance_provides_illegal2/c++03/main.d out/compliance_provides_illegal2/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal2/c++03 -Iout/compliance_provides_illegal2/c++03/.. -Iout/compliance_provides_illegal2/c++03 -Iout/compliance_provides_illegal2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal2/c++03/main.o out/compliance_provides_illegal2/c++03/main.cc
mkdir -p out/compliance_provides_illegal2/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal2/c++03/pump.d -MT 'out/compliance_provides_illegal2/c++03/pump.d out/compliance_provides_illegal2/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal2/c++03 -Iout/compliance_provides_illegal2/c++03/.. -Iout/compliance_provides_illegal2/c++03 -Iout/compliance_provides_illegal2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal2/c++03/pump.o out/compliance_provides_illegal2/c++03/pump.cc
mkdir -p out/compliance_provides_illegal2/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal2/c++03/runtime.d -MT 'out/compliance_provides_illegal2/c++03/runtime.d out/compliance_provides_illegal2/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal2/c++03 -Iout/compliance_provides_illegal2/c++03/.. -Iout/compliance_provides_illegal2/c++03 -Iout/compliance_provides_illegal2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal2/c++03/runtime.o out/compliance_provides_illegal2/c++03/runtime.cc
mkdir -p out/compliance_provides_illegal2/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal2/c++03/compliance_provides_illegal2.d -MT 'out/compliance_provides_illegal2/c++03/compliance_provides_illegal2.d out/compliance_provides_illegal2/c++03/compliance_provides_illegal2.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal2/c++03 -Iout/compliance_provides_illegal2/c++03/.. -Iout/compliance_provides_illegal2/c++03 -Iout/compliance_provides_illegal2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal2/c++03/compliance_provides_illegal2.o out/compliance_provides_illegal2/c++03/compliance_provides_illegal2.cc
mkdir -p out/compliance_provides_illegal2/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal2/c++03/test -MT 'out/compliance_provides_illegal2/c++03/test out/compliance_provides_illegal2/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal2/c++03 -Iout/compliance_provides_illegal2/c++03/.. -Iout/compliance_provides_illegal2/c++03 -Iout/compliance_provides_illegal2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/compliance_provides_illegal2/c++03/test out/compliance_provides_illegal2/c++03/main.o out/compliance_provides_illegal2/c++03/pump.o out/compliance_provides_illegal2/c++03/runtime.o out/compliance_provides_illegal2/c++03/compliance_provides_illegal2.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/compliance_provides_illegal2" OUT="out/compliance_provides_illegal2"/javascript MODEL="compliance_provides_illegal2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal2/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/compliance_provides_illegal2/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/compliance_provides_illegal2/javascript"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal2/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal2/compliance_provides_illegal2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'compliance_provides_illegal2' -o "out/compliance_provides_illegal2/javascript" "$file";\
done
+ for file in "out/compliance_provides_illegal2/compliance_provides_illegal2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m compliance_provides_illegal2 -o out/compliance_provides_illegal2/javascript out/compliance_provides_illegal2/compliance_provides_illegal2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/build-javascript
mkdir -p "out/compliance_provides_illegal2"/javascript && ln -sf "out/compliance_provides_illegal2" "out/compliance_provides_illegal2" && make DIR="out/compliance_provides_illegal2" LANGUAGE=javascript OUT="out/compliance_provides_illegal2"/javascript IN="out/compliance_provides_illegal2"/javascript MAIN="out/compliance_provides_illegal2/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/compliance_provides_illegal2/javascript/main.js out/compliance_provides_illegal2/javascript/test
chmod +x out/compliance_provides_illegal2/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/execute-c++
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/table
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/traces
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/triangle-c++
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/view
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/execute-c++03
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/triangle-c++03
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/build-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/code-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/execute-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/triangle-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/execute-javascript
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal2/triangle-javascript
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/convert
convert: [SKIPPED] no DM file "out/compliance_provides_illegal/compliance_provides_illegal.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/compliance_provides_illegal" OUT="out/compliance_provides_illegal"/c++ MODEL="compliance_provides_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/compliance_provides_illegal/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/compliance_provides_illegal/c++"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal/compliance_provides_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'compliance_provides_illegal' -o "out/compliance_provides_illegal/c++" "$file";\
done
+ for file in "out/compliance_provides_illegal/compliance_provides_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m compliance_provides_illegal -o out/compliance_provides_illegal/c++ out/compliance_provides_illegal/compliance_provides_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/build-c++
mkdir -p "out/compliance_provides_illegal"/c++ && ln -sf "out/compliance_provides_illegal" "out/compliance_provides_illegal" && make DIR="out/compliance_provides_illegal" LANGUAGE=c++ OUT="out/compliance_provides_illegal"/c++ IN="out/compliance_provides_illegal"/c++ MAIN="out/compliance_provides_illegal/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/compliance_provides_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal/c++/main.d -MT 'out/compliance_provides_illegal/c++/main.d out/compliance_provides_illegal/c++/main.o' -pthread -Iout/compliance_provides_illegal/c++ -Iout/compliance_provides_illegal/c++/.. -Iout/compliance_provides_illegal/c++ -Iout/compliance_provides_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal/c++/main.o out/compliance_provides_illegal/c++/main.cc
mkdir -p out/compliance_provides_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal/c++/compliance_provides_illegal.d -MT 'out/compliance_provides_illegal/c++/compliance_provides_illegal.d out/compliance_provides_illegal/c++/compliance_provides_illegal.o' -pthread -Iout/compliance_provides_illegal/c++ -Iout/compliance_provides_illegal/c++/.. -Iout/compliance_provides_illegal/c++ -Iout/compliance_provides_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal/c++/compliance_provides_illegal.o out/compliance_provides_illegal/c++/compliance_provides_illegal.cc
mkdir -p out/compliance_provides_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal/c++/pump.d -MT 'out/compliance_provides_illegal/c++/pump.d out/compliance_provides_illegal/c++/pump.o' -pthread -Iout/compliance_provides_illegal/c++ -Iout/compliance_provides_illegal/c++/.. -Iout/compliance_provides_illegal/c++ -Iout/compliance_provides_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal/c++/pump.o out/compliance_provides_illegal/c++/pump.cc
mkdir -p out/compliance_provides_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal/c++/runtime.d -MT 'out/compliance_provides_illegal/c++/runtime.d out/compliance_provides_illegal/c++/runtime.o' -pthread -Iout/compliance_provides_illegal/c++ -Iout/compliance_provides_illegal/c++/.. -Iout/compliance_provides_illegal/c++ -Iout/compliance_provides_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal/c++/runtime.o out/compliance_provides_illegal/c++/runtime.cc
mkdir -p out/compliance_provides_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal/c++/test -MT 'out/compliance_provides_illegal/c++/test out/compliance_provides_illegal/c++/test' -pthread -Iout/compliance_provides_illegal/c++ -Iout/compliance_provides_illegal/c++/.. -Iout/compliance_provides_illegal/c++ -Iout/compliance_provides_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/compliance_provides_illegal/c++/test out/compliance_provides_illegal/c++/main.o out/compliance_provides_illegal/c++/compliance_provides_illegal.o out/compliance_provides_illegal/c++/pump.o out/compliance_provides_illegal/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/compliance_provides_illegal/compliance_provides_illegal.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/run
diff -uwB <(grep -v "" "out/compliance_provides_illegal/compliance_provides_illegal.trace.0") <(grep -v "" "out/compliance_provides_illegal/compliance_provides_illegal.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=compliance_provides_illegal "out/compliance_provides_illegal/compliance_provides_illegal.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/verify
mkdir -p "out/compliance_provides_illegal"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=compliance_provides_illegal "out/compliance_provides_illegal/compliance_provides_illegal.dzn" 2>"out/compliance_provides_illegal"/verify/"compliance_provides_illegal".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/compliance_provides_illegal"/verify/"compliance_provides_illegal"| test ! -s "out/compliance_provides_illegal/baseline/verify/compliance_provides_illegal"| test ! -s "out/compliance_provides_illegal/baseline/verify/compliance_provides_illegal".stderr;} || (diff -uwB "out/compliance_provides_illegal/baseline/verify/compliance_provides_illegal" "out/compliance_provides_illegal"/verify/"compliance_provides_illegal" && (test ! -s "out/compliance_provides_illegal"/verify/"compliance_provides_illegal".stderr || (sed -i s,.\r,,g "out/compliance_provides_illegal"/verify/"compliance_provides_illegal".stderr; diff -u "out/compliance_provides_illegal/baseline/verify/compliance_provides_illegal".stderr "out/compliance_provides_illegal"/verify/"compliance_provides_illegal".stderr))) || { echo "out/compliance_provides_illegal"/verify/"compliance_provides_illegal".stderr:; cat "out/compliance_provides_illegal"/verify/"compliance_provides_illegal".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/compliance_provides_illegal" OUT="out/compliance_provides_illegal"/c++03 MODEL="compliance_provides_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/compliance_provides_illegal/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/compliance_provides_illegal/c++03"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal/compliance_provides_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'compliance_provides_illegal' -o "out/compliance_provides_illegal/c++03" "$file";\
done
+ for file in "out/compliance_provides_illegal/compliance_provides_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m compliance_provides_illegal -o out/compliance_provides_illegal/c++03 out/compliance_provides_illegal/compliance_provides_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/build-c++03
mkdir -p "out/compliance_provides_illegal"/c++03 && ln -sf "out/compliance_provides_illegal" "out/compliance_provides_illegal" && make DIR="out/compliance_provides_illegal" LANGUAGE=c++03 OUT="out/compliance_provides_illegal"/c++03 IN="out/compliance_provides_illegal"/c++03 MAIN="out/compliance_provides_illegal/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/compliance_provides_illegal/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal/c++03/main.d -MT 'out/compliance_provides_illegal/c++03/main.d out/compliance_provides_illegal/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal/c++03 -Iout/compliance_provides_illegal/c++03/.. -Iout/compliance_provides_illegal/c++03 -Iout/compliance_provides_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal/c++03/main.o out/compliance_provides_illegal/c++03/main.cc
mkdir -p out/compliance_provides_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal/c++03/compliance_provides_illegal.d -MT 'out/compliance_provides_illegal/c++03/compliance_provides_illegal.d out/compliance_provides_illegal/c++03/compliance_provides_illegal.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal/c++03 -Iout/compliance_provides_illegal/c++03/.. -Iout/compliance_provides_illegal/c++03 -Iout/compliance_provides_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal/c++03/compliance_provides_illegal.o out/compliance_provides_illegal/c++03/compliance_provides_illegal.cc
mkdir -p out/compliance_provides_illegal/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal/c++03/pump.d -MT 'out/compliance_provides_illegal/c++03/pump.d out/compliance_provides_illegal/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal/c++03 -Iout/compliance_provides_illegal/c++03/.. -Iout/compliance_provides_illegal/c++03 -Iout/compliance_provides_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal/c++03/pump.o out/compliance_provides_illegal/c++03/pump.cc
mkdir -p out/compliance_provides_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal/c++03/runtime.d -MT 'out/compliance_provides_illegal/c++03/runtime.d out/compliance_provides_illegal/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal/c++03 -Iout/compliance_provides_illegal/c++03/.. -Iout/compliance_provides_illegal/c++03 -Iout/compliance_provides_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal/c++03/runtime.o out/compliance_provides_illegal/c++03/runtime.cc
mkdir -p out/compliance_provides_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal/c++03/test -MT 'out/compliance_provides_illegal/c++03/test out/compliance_provides_illegal/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal/c++03 -Iout/compliance_provides_illegal/c++03/.. -Iout/compliance_provides_illegal/c++03 -Iout/compliance_provides_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/compliance_provides_illegal/c++03/test out/compliance_provides_illegal/c++03/main.o out/compliance_provides_illegal/c++03/compliance_provides_illegal.o out/compliance_provides_illegal/c++03/pump.o out/compliance_provides_illegal/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/compliance_provides_illegal" OUT="out/compliance_provides_illegal"/javascript MODEL="compliance_provides_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/compliance_provides_illegal/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/compliance_provides_illegal/javascript"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal/compliance_provides_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'compliance_provides_illegal' -o "out/compliance_provides_illegal/javascript" "$file";\
done
+ for file in "out/compliance_provides_illegal/compliance_provides_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m compliance_provides_illegal -o out/compliance_provides_illegal/javascript out/compliance_provides_illegal/compliance_provides_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/build-javascript
mkdir -p "out/compliance_provides_illegal"/javascript && ln -sf "out/compliance_provides_illegal" "out/compliance_provides_illegal" && make DIR="out/compliance_provides_illegal" LANGUAGE=javascript OUT="out/compliance_provides_illegal"/javascript IN="out/compliance_provides_illegal"/javascript MAIN="out/compliance_provides_illegal/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/compliance_provides_illegal/javascript/main.js out/compliance_provides_illegal/javascript/test
chmod +x out/compliance_provides_illegal/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/execute-c++
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/table
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/traces
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/triangle-c++
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/view
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/execute-c++03
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/triangle-c++03
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/build-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/code-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/execute-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/triangle-c++-msvc11
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/execute-javascript
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal/triangle-javascript
illegal handler prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/convert
convert: [SKIPPED] no DM file "out/compliance_provides_illegal3/compliance_provides_illegal3.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/compliance_provides_illegal3/compliance_provides_illegal3.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/compliance_provides_illegal3" OUT="out/compliance_provides_illegal3"/c++ MODEL="compliance_provides_illegal3" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal3/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/compliance_provides_illegal3/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/compliance_provides_illegal3/c++"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal3/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal3/compliance_provides_illegal3.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'compliance_provides_illegal3' -o "out/compliance_provides_illegal3/c++" "$file";\
done
+ for file in "out/compliance_provides_illegal3/compliance_provides_illegal3.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m compliance_provides_illegal3 -o out/compliance_provides_illegal3/c++ out/compliance_provides_illegal3/compliance_provides_illegal3.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/build-c++
mkdir -p "out/compliance_provides_illegal3"/c++ && ln -sf "out/compliance_provides_illegal3" "out/compliance_provides_illegal3" && make DIR="out/compliance_provides_illegal3" LANGUAGE=c++ OUT="out/compliance_provides_illegal3"/c++ IN="out/compliance_provides_illegal3"/c++ MAIN="out/compliance_provides_illegal3/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/compliance_provides_illegal3/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal3/c++/main.d -MT 'out/compliance_provides_illegal3/c++/main.d out/compliance_provides_illegal3/c++/main.o' -pthread -Iout/compliance_provides_illegal3/c++ -Iout/compliance_provides_illegal3/c++/.. -Iout/compliance_provides_illegal3/c++ -Iout/compliance_provides_illegal3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal3/c++/main.o out/compliance_provides_illegal3/c++/main.cc
mkdir -p out/compliance_provides_illegal3/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal3/c++/pump.d -MT 'out/compliance_provides_illegal3/c++/pump.d out/compliance_provides_illegal3/c++/pump.o' -pthread -Iout/compliance_provides_illegal3/c++ -Iout/compliance_provides_illegal3/c++/.. -Iout/compliance_provides_illegal3/c++ -Iout/compliance_provides_illegal3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal3/c++/pump.o out/compliance_provides_illegal3/c++/pump.cc
mkdir -p out/compliance_provides_illegal3/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal3/c++/compliance_provides_illegal3.d -MT 'out/compliance_provides_illegal3/c++/compliance_provides_illegal3.d out/compliance_provides_illegal3/c++/compliance_provides_illegal3.o' -pthread -Iout/compliance_provides_illegal3/c++ -Iout/compliance_provides_illegal3/c++/.. -Iout/compliance_provides_illegal3/c++ -Iout/compliance_provides_illegal3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal3/c++/compliance_provides_illegal3.o out/compliance_provides_illegal3/c++/compliance_provides_illegal3.cc
mkdir -p out/compliance_provides_illegal3/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal3/c++/runtime.d -MT 'out/compliance_provides_illegal3/c++/runtime.d out/compliance_provides_illegal3/c++/runtime.o' -pthread -Iout/compliance_provides_illegal3/c++ -Iout/compliance_provides_illegal3/c++/.. -Iout/compliance_provides_illegal3/c++ -Iout/compliance_provides_illegal3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal3/c++/runtime.o out/compliance_provides_illegal3/c++/runtime.cc
mkdir -p out/compliance_provides_illegal3/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal3/c++/test -MT 'out/compliance_provides_illegal3/c++/test out/compliance_provides_illegal3/c++/test' -pthread -Iout/compliance_provides_illegal3/c++ -Iout/compliance_provides_illegal3/c++/.. -Iout/compliance_provides_illegal3/c++ -Iout/compliance_provides_illegal3/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/compliance_provides_illegal3/c++/test out/compliance_provides_illegal3/c++/main.o out/compliance_provides_illegal3/c++/pump.o out/compliance_provides_illegal3/c++/compliance_provides_illegal3.o out/compliance_provides_illegal3/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/execute-c++
timeout 2 diff -uwB out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0 <(set -o pipefail;cat out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0 | "out/compliance_provides_illegal3"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0 | "out/compliance_provides_illegal3"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/run
diff -uwB <(grep -v "" "out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0") <(grep -v "" "out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=compliance_provides_illegal3 "out/compliance_provides_illegal3/compliance_provides_illegal3.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/verify
mkdir -p "out/compliance_provides_illegal3"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=compliance_provides_illegal3 "out/compliance_provides_illegal3/compliance_provides_illegal3.dzn" 2>"out/compliance_provides_illegal3"/verify/"compliance_provides_illegal3".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/compliance_provides_illegal3"/verify/"compliance_provides_illegal3"| test ! -s "out/compliance_provides_illegal3/baseline/verify/compliance_provides_illegal3"| test ! -s "out/compliance_provides_illegal3/baseline/verify/compliance_provides_illegal3".stderr;} || (diff -uwB "out/compliance_provides_illegal3/baseline/verify/compliance_provides_illegal3" "out/compliance_provides_illegal3"/verify/"compliance_provides_illegal3" && (test ! -s "out/compliance_provides_illegal3"/verify/"compliance_provides_illegal3".stderr || (sed -i s,.\r,,g "out/compliance_provides_illegal3"/verify/"compliance_provides_illegal3".stderr; diff -u "out/compliance_provides_illegal3/baseline/verify/compliance_provides_illegal3".stderr "out/compliance_provides_illegal3"/verify/"compliance_provides_illegal3".stderr))) || { echo "out/compliance_provides_illegal3"/verify/"compliance_provides_illegal3".stderr:; cat "out/compliance_provides_illegal3"/verify/"compliance_provides_illegal3".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/compliance_provides_illegal3" OUT="out/compliance_provides_illegal3"/c++03 MODEL="compliance_provides_illegal3" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal3/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/compliance_provides_illegal3/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/compliance_provides_illegal3/c++03"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal3/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal3/compliance_provides_illegal3.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'compliance_provides_illegal3' -o "out/compliance_provides_illegal3/c++03" "$file";\
done
+ for file in "out/compliance_provides_illegal3/compliance_provides_illegal3.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m compliance_provides_illegal3 -o out/compliance_provides_illegal3/c++03 out/compliance_provides_illegal3/compliance_provides_illegal3.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/build-c++03
mkdir -p "out/compliance_provides_illegal3"/c++03 && ln -sf "out/compliance_provides_illegal3" "out/compliance_provides_illegal3" && make DIR="out/compliance_provides_illegal3" LANGUAGE=c++03 OUT="out/compliance_provides_illegal3"/c++03 IN="out/compliance_provides_illegal3"/c++03 MAIN="out/compliance_provides_illegal3/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/compliance_provides_illegal3/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal3/c++03/main.d -MT 'out/compliance_provides_illegal3/c++03/main.d out/compliance_provides_illegal3/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal3/c++03 -Iout/compliance_provides_illegal3/c++03/.. -Iout/compliance_provides_illegal3/c++03 -Iout/compliance_provides_illegal3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal3/c++03/main.o out/compliance_provides_illegal3/c++03/main.cc
mkdir -p out/compliance_provides_illegal3/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal3/c++03/pump.d -MT 'out/compliance_provides_illegal3/c++03/pump.d out/compliance_provides_illegal3/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal3/c++03 -Iout/compliance_provides_illegal3/c++03/.. -Iout/compliance_provides_illegal3/c++03 -Iout/compliance_provides_illegal3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal3/c++03/pump.o out/compliance_provides_illegal3/c++03/pump.cc
mkdir -p out/compliance_provides_illegal3/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal3/c++03/compliance_provides_illegal3.d -MT 'out/compliance_provides_illegal3/c++03/compliance_provides_illegal3.d out/compliance_provides_illegal3/c++03/compliance_provides_illegal3.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal3/c++03 -Iout/compliance_provides_illegal3/c++03/.. -Iout/compliance_provides_illegal3/c++03 -Iout/compliance_provides_illegal3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal3/c++03/compliance_provides_illegal3.o out/compliance_provides_illegal3/c++03/compliance_provides_illegal3.cc
mkdir -p out/compliance_provides_illegal3/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal3/c++03/runtime.d -MT 'out/compliance_provides_illegal3/c++03/runtime.d out/compliance_provides_illegal3/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal3/c++03 -Iout/compliance_provides_illegal3/c++03/.. -Iout/compliance_provides_illegal3/c++03 -Iout/compliance_provides_illegal3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal3/c++03/runtime.o out/compliance_provides_illegal3/c++03/runtime.cc
mkdir -p out/compliance_provides_illegal3/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal3/c++03/test -MT 'out/compliance_provides_illegal3/c++03/test out/compliance_provides_illegal3/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal3/c++03 -Iout/compliance_provides_illegal3/c++03/.. -Iout/compliance_provides_illegal3/c++03 -Iout/compliance_provides_illegal3/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/compliance_provides_illegal3/c++03/test out/compliance_provides_illegal3/c++03/main.o out/compliance_provides_illegal3/c++03/pump.o out/compliance_provides_illegal3/c++03/compliance_provides_illegal3.o out/compliance_provides_illegal3/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/execute-c++03
timeout 2 diff -uwB out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0 <(set -o pipefail;cat out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0 | "out/compliance_provides_illegal3"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0 | "out/compliance_provides_illegal3"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/compliance_provides_illegal3" OUT="out/compliance_provides_illegal3"/javascript MODEL="compliance_provides_illegal3" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal3/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/compliance_provides_illegal3/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/compliance_provides_illegal3/javascript"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal3/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal3/compliance_provides_illegal3.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'compliance_provides_illegal3' -o "out/compliance_provides_illegal3/javascript" "$file";\
done
+ for file in "out/compliance_provides_illegal3/compliance_provides_illegal3.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m compliance_provides_illegal3 -o out/compliance_provides_illegal3/javascript out/compliance_provides_illegal3/compliance_provides_illegal3.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/build-javascript
mkdir -p "out/compliance_provides_illegal3"/javascript && ln -sf "out/compliance_provides_illegal3" "out/compliance_provides_illegal3" && make DIR="out/compliance_provides_illegal3" LANGUAGE=javascript OUT="out/compliance_provides_illegal3"/javascript IN="out/compliance_provides_illegal3"/javascript MAIN="out/compliance_provides_illegal3/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/compliance_provides_illegal3/javascript/main.js out/compliance_provides_illegal3/javascript/test
chmod +x out/compliance_provides_illegal3/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/execute-javascript
timeout 2 diff -uwB out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0 <(set -o pipefail;cat out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0 | node "out/compliance_provides_illegal3"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/compliance_provides_illegal3/compliance_provides_illegal3.trace.0 | node "out/compliance_provides_illegal3"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal3/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/convert
convert: [SKIPPED] no DM file "out/async_synccb2/async_synccb2.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/async_synccb2/async_synccb2.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/async_synccb2" OUT="out/async_synccb2"/c++ MAIN=out/async_synccb2/main.cc MODEL="async_synccb2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_synccb2/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/async_synccb2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/async_synccb2/c++"/dzn/$file;\
done
ls: cannot access 'out/async_synccb2/*/*.dzn': No such file or directory
set -x; for file in "out/async_synccb2/async_synccb2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/async_synccb2/c++" "$file";\
done
+ for file in "out/async_synccb2/async_synccb2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/async_synccb2/c++ out/async_synccb2/async_synccb2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/build-c++
mkdir -p "out/async_synccb2"/c++ && ln -sf "out/async_synccb2" "out/async_synccb2" && make DIR="out/async_synccb2" LANGUAGE=c++ OUT="out/async_synccb2"/c++ IN="out/async_synccb2"/c++ MAIN="out/async_synccb2/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/async_synccb2/c++/
g++ -g -std=c++11 -MMD -MF out/async_synccb2/c++/main.d -MT 'out/async_synccb2/c++/main.d out/async_synccb2/c++/main.o' -pthread -Iout/async_synccb2/c++ -Iout/async_synccb2/c++/.. -Iout/async_synccb2/c++ -Iout/async_synccb2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb2/c++/main.o out/async_synccb2/main.cc
mkdir -p out/async_synccb2/c++/
g++ -g -std=c++11 -MMD -MF out/async_synccb2/c++/async_synccb2.d -MT 'out/async_synccb2/c++/async_synccb2.d out/async_synccb2/c++/async_synccb2.o' -pthread -Iout/async_synccb2/c++ -Iout/async_synccb2/c++/.. -Iout/async_synccb2/c++ -Iout/async_synccb2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb2/c++/async_synccb2.o out/async_synccb2/c++/async_synccb2.cc
mkdir -p out/async_synccb2/c++/
g++ -g -std=c++11 -MMD -MF out/async_synccb2/c++/pump.d -MT 'out/async_synccb2/c++/pump.d out/async_synccb2/c++/pump.o' -pthread -Iout/async_synccb2/c++ -Iout/async_synccb2/c++/.. -Iout/async_synccb2/c++ -Iout/async_synccb2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb2/c++/pump.o out/async_synccb2/c++/pump.cc
mkdir -p out/async_synccb2/c++/
g++ -g -std=c++11 -MMD -MF out/async_synccb2/c++/runtime.d -MT 'out/async_synccb2/c++/runtime.d out/async_synccb2/c++/runtime.o' -pthread -Iout/async_synccb2/c++ -Iout/async_synccb2/c++/.. -Iout/async_synccb2/c++ -Iout/async_synccb2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb2/c++/runtime.o out/async_synccb2/c++/runtime.cc
mkdir -p out/async_synccb2/c++/
g++ -g -std=c++11 -MMD -MF out/async_synccb2/c++/test -MT 'out/async_synccb2/c++/test out/async_synccb2/c++/test' -pthread -Iout/async_synccb2/c++ -Iout/async_synccb2/c++/.. -Iout/async_synccb2/c++ -Iout/async_synccb2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/async_synccb2/c++/test out/async_synccb2/c++/main.o out/async_synccb2/c++/async_synccb2.o out/async_synccb2/c++/pump.o out/async_synccb2/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/execute-c++
timeout 2 diff -uwB out/async_synccb2/async_synccb2.trace.0 <(set -o pipefail;cat out/async_synccb2/async_synccb2.trace.0 | "out/async_synccb2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb2/async_synccb2.trace.0 | "out/async_synccb2"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_synccb2/async_synccb2.trace.1 <(set -o pipefail;cat out/async_synccb2/async_synccb2.trace.1 | "out/async_synccb2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb2/async_synccb2.trace.1 | "out/async_synccb2"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_synccb2/async_synccb2.trace.2 <(set -o pipefail;cat out/async_synccb2/async_synccb2.trace.2 | "out/async_synccb2"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb2/async_synccb2.trace.2 | "out/async_synccb2"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/run
diff -uwB <(grep -v "" "out/async_synccb2/async_synccb2.trace.0") <(grep -v "" "out/async_synccb2/async_synccb2.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_synccb2 "out/async_synccb2/async_synccb2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_synccb2/async_synccb2.trace.1") <(grep -v "" "out/async_synccb2/async_synccb2.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_synccb2 "out/async_synccb2/async_synccb2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/async_synccb2/async_synccb2.trace.2") <(grep -v "" "out/async_synccb2/async_synccb2.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=async_synccb2 "out/async_synccb2/async_synccb2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/triangle-c++
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/verify
mkdir -p "out/async_synccb2"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=async_synccb2 "out/async_synccb2/async_synccb2.dzn" 2>"out/async_synccb2"/verify/"async_synccb2".stderr)";err="$(cat "out/async_synccb2"/verify/"async_synccb2".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/async_synccb2"/verify/"async_synccb2".stderr:; cat "out/async_synccb2"/verify/"async_synccb2".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/async_synccb2" OUT="out/async_synccb2"/c++03 MAIN=out/async_synccb2/main.cc MODEL="async_synccb2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/async_synccb2/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/async_synccb2/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/async_synccb2/c++03"/dzn/$file;\
done
ls: cannot access 'out/async_synccb2/*/*.dzn': No such file or directory
set -x; for file in "out/async_synccb2/async_synccb2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/async_synccb2/c++03" "$file";\
done
+ for file in "out/async_synccb2/async_synccb2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/async_synccb2/c++03 out/async_synccb2/async_synccb2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/build-c++03
mkdir -p "out/async_synccb2"/c++03 && ln -sf "out/async_synccb2" "out/async_synccb2" && make DIR="out/async_synccb2" LANGUAGE=c++03 OUT="out/async_synccb2"/c++03 IN="out/async_synccb2"/c++03 MAIN="out/async_synccb2/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/async_synccb2/c++03/
g++ -g -std=c++11 -MMD -MF out/async_synccb2/c++03/main.d -MT 'out/async_synccb2/c++03/main.d out/async_synccb2/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_synccb2/c++03 -Iout/async_synccb2/c++03/.. -Iout/async_synccb2/c++03 -Iout/async_synccb2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb2/c++03/main.o out/async_synccb2/main.cc
mkdir -p out/async_synccb2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_synccb2/c++03/async_synccb2.d -MT 'out/async_synccb2/c++03/async_synccb2.d out/async_synccb2/c++03/async_synccb2.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_synccb2/c++03 -Iout/async_synccb2/c++03/.. -Iout/async_synccb2/c++03 -Iout/async_synccb2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb2/c++03/async_synccb2.o out/async_synccb2/c++03/async_synccb2.cc
mkdir -p out/async_synccb2/c++03/
g++ -g -std=c++11 -MMD -MF out/async_synccb2/c++03/pump.d -MT 'out/async_synccb2/c++03/pump.d out/async_synccb2/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_synccb2/c++03 -Iout/async_synccb2/c++03/.. -Iout/async_synccb2/c++03 -Iout/async_synccb2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb2/c++03/pump.o out/async_synccb2/c++03/pump.cc
mkdir -p out/async_synccb2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_synccb2/c++03/runtime.d -MT 'out/async_synccb2/c++03/runtime.d out/async_synccb2/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_synccb2/c++03 -Iout/async_synccb2/c++03/.. -Iout/async_synccb2/c++03 -Iout/async_synccb2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/async_synccb2/c++03/runtime.o out/async_synccb2/c++03/runtime.cc
mkdir -p out/async_synccb2/c++03/
g++ -g -std=c++03 -MMD -MF out/async_synccb2/c++03/test -MT 'out/async_synccb2/c++03/test out/async_synccb2/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/async_synccb2/c++03 -Iout/async_synccb2/c++03/.. -Iout/async_synccb2/c++03 -Iout/async_synccb2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/async_synccb2/c++03/test out/async_synccb2/c++03/main.o out/async_synccb2/c++03/async_synccb2.o out/async_synccb2/c++03/pump.o out/async_synccb2/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/execute-c++03
timeout 2 diff -uwB out/async_synccb2/async_synccb2.trace.0 <(set -o pipefail;cat out/async_synccb2/async_synccb2.trace.0 | "out/async_synccb2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb2/async_synccb2.trace.0 | "out/async_synccb2"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_synccb2/async_synccb2.trace.1 <(set -o pipefail;cat out/async_synccb2/async_synccb2.trace.1 | "out/async_synccb2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb2/async_synccb2.trace.1 | "out/async_synccb2"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/async_synccb2/async_synccb2.trace.2 <(set -o pipefail;cat out/async_synccb2/async_synccb2.trace.2 | "out/async_synccb2"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/async_synccb2/async_synccb2.trace.2 | "out/async_synccb2"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/triangle-c++03
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/table
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/traces
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/view
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/build-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/code-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/execute-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/triangle-c++-msvc11
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/build-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/code-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/execute-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/async_synccb2/triangle-javascript
[object Object]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/convert
convert: [SKIPPED] no DM file "out/compliance_provides_illegal4/compliance_provides_illegal4.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/compliance_provides_illegal4" OUT="out/compliance_provides_illegal4"/c++ MODEL="compliance_provides_illegal4" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal4/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/compliance_provides_illegal4/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/compliance_provides_illegal4/c++"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal4/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal4/compliance_provides_illegal4.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'compliance_provides_illegal4' -o "out/compliance_provides_illegal4/c++" "$file";\
done
+ for file in "out/compliance_provides_illegal4/compliance_provides_illegal4.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m compliance_provides_illegal4 -o out/compliance_provides_illegal4/c++ out/compliance_provides_illegal4/compliance_provides_illegal4.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/build-c++
mkdir -p "out/compliance_provides_illegal4"/c++ && ln -sf "out/compliance_provides_illegal4" "out/compliance_provides_illegal4" && make DIR="out/compliance_provides_illegal4" LANGUAGE=c++ OUT="out/compliance_provides_illegal4"/c++ IN="out/compliance_provides_illegal4"/c++ MAIN="out/compliance_provides_illegal4/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/compliance_provides_illegal4/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal4/c++/main.d -MT 'out/compliance_provides_illegal4/c++/main.d out/compliance_provides_illegal4/c++/main.o' -pthread -Iout/compliance_provides_illegal4/c++ -Iout/compliance_provides_illegal4/c++/.. -Iout/compliance_provides_illegal4/c++ -Iout/compliance_provides_illegal4/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal4/c++/main.o out/compliance_provides_illegal4/c++/main.cc
mkdir -p out/compliance_provides_illegal4/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal4/c++/pump.d -MT 'out/compliance_provides_illegal4/c++/pump.d out/compliance_provides_illegal4/c++/pump.o' -pthread -Iout/compliance_provides_illegal4/c++ -Iout/compliance_provides_illegal4/c++/.. -Iout/compliance_provides_illegal4/c++ -Iout/compliance_provides_illegal4/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal4/c++/pump.o out/compliance_provides_illegal4/c++/pump.cc
mkdir -p out/compliance_provides_illegal4/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal4/c++/runtime.d -MT 'out/compliance_provides_illegal4/c++/runtime.d out/compliance_provides_illegal4/c++/runtime.o' -pthread -Iout/compliance_provides_illegal4/c++ -Iout/compliance_provides_illegal4/c++/.. -Iout/compliance_provides_illegal4/c++ -Iout/compliance_provides_illegal4/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal4/c++/runtime.o out/compliance_provides_illegal4/c++/runtime.cc
mkdir -p out/compliance_provides_illegal4/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal4/c++/compliance_provides_illegal4.d -MT 'out/compliance_provides_illegal4/c++/compliance_provides_illegal4.d out/compliance_provides_illegal4/c++/compliance_provides_illegal4.o' -pthread -Iout/compliance_provides_illegal4/c++ -Iout/compliance_provides_illegal4/c++/.. -Iout/compliance_provides_illegal4/c++ -Iout/compliance_provides_illegal4/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal4/c++/compliance_provides_illegal4.o out/compliance_provides_illegal4/c++/compliance_provides_illegal4.cc
mkdir -p out/compliance_provides_illegal4/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal4/c++/test -MT 'out/compliance_provides_illegal4/c++/test out/compliance_provides_illegal4/c++/test' -pthread -Iout/compliance_provides_illegal4/c++ -Iout/compliance_provides_illegal4/c++/.. -Iout/compliance_provides_illegal4/c++ -Iout/compliance_provides_illegal4/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/compliance_provides_illegal4/c++/test out/compliance_provides_illegal4/c++/main.o out/compliance_provides_illegal4/c++/pump.o out/compliance_provides_illegal4/c++/runtime.o out/compliance_provides_illegal4/c++/compliance_provides_illegal4.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/compliance_provides_illegal4/compliance_provides_illegal4.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/run
diff -uwB <(grep -v "" "out/compliance_provides_illegal4/compliance_provides_illegal4.trace.0") <(grep -v "" "out/compliance_provides_illegal4/compliance_provides_illegal4.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=compliance_provides_illegal4 "out/compliance_provides_illegal4/compliance_provides_illegal4.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:53:14.575047946 +0000
+++ /dev/fd/62 2020-08-05 11:53:14.575047946 +0000
@@ -2,3 +2,4 @@
w.cruel
w.world
w.return
+illegal
diff -uwB <(grep -v "" "out/compliance_provides_illegal4/compliance_provides_illegal4.trace.1") <(grep -v "" "out/compliance_provides_illegal4/compliance_provides_illegal4.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=compliance_provides_illegal4 "out/compliance_provides_illegal4/compliance_provides_illegal4.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/verify
mkdir -p "out/compliance_provides_illegal4"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=compliance_provides_illegal4 "out/compliance_provides_illegal4/compliance_provides_illegal4.dzn" 2>"out/compliance_provides_illegal4"/verify/"compliance_provides_illegal4".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/compliance_provides_illegal4"/verify/"compliance_provides_illegal4"| test ! -s "out/compliance_provides_illegal4/baseline/verify/compliance_provides_illegal4"| test ! -s "out/compliance_provides_illegal4/baseline/verify/compliance_provides_illegal4".stderr;} || (diff -uwB "out/compliance_provides_illegal4/baseline/verify/compliance_provides_illegal4" "out/compliance_provides_illegal4"/verify/"compliance_provides_illegal4" && (test ! -s "out/compliance_provides_illegal4"/verify/"compliance_provides_illegal4".stderr || (sed -i s,.\r,,g "out/compliance_provides_illegal4"/verify/"compliance_provides_illegal4".stderr; diff -u "out/compliance_provides_illegal4/baseline/verify/compliance_provides_illegal4".stderr "out/compliance_provides_illegal4"/verify/"compliance_provides_illegal4".stderr))) || { echo "out/compliance_provides_illegal4"/verify/"compliance_provides_illegal4".stderr:; cat "out/compliance_provides_illegal4"/verify/"compliance_provides_illegal4".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/compliance_provides_illegal4" OUT="out/compliance_provides_illegal4"/c++03 MODEL="compliance_provides_illegal4" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal4/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/compliance_provides_illegal4/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/compliance_provides_illegal4/c++03"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal4/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal4/compliance_provides_illegal4.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'compliance_provides_illegal4' -o "out/compliance_provides_illegal4/c++03" "$file";\
done
+ for file in "out/compliance_provides_illegal4/compliance_provides_illegal4.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m compliance_provides_illegal4 -o out/compliance_provides_illegal4/c++03 out/compliance_provides_illegal4/compliance_provides_illegal4.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/build-c++03
mkdir -p "out/compliance_provides_illegal4"/c++03 && ln -sf "out/compliance_provides_illegal4" "out/compliance_provides_illegal4" && make DIR="out/compliance_provides_illegal4" LANGUAGE=c++03 OUT="out/compliance_provides_illegal4"/c++03 IN="out/compliance_provides_illegal4"/c++03 MAIN="out/compliance_provides_illegal4/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/compliance_provides_illegal4/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal4/c++03/main.d -MT 'out/compliance_provides_illegal4/c++03/main.d out/compliance_provides_illegal4/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal4/c++03 -Iout/compliance_provides_illegal4/c++03/.. -Iout/compliance_provides_illegal4/c++03 -Iout/compliance_provides_illegal4/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal4/c++03/main.o out/compliance_provides_illegal4/c++03/main.cc
mkdir -p out/compliance_provides_illegal4/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal4/c++03/pump.d -MT 'out/compliance_provides_illegal4/c++03/pump.d out/compliance_provides_illegal4/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal4/c++03 -Iout/compliance_provides_illegal4/c++03/.. -Iout/compliance_provides_illegal4/c++03 -Iout/compliance_provides_illegal4/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal4/c++03/pump.o out/compliance_provides_illegal4/c++03/pump.cc
mkdir -p out/compliance_provides_illegal4/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal4/c++03/runtime.d -MT 'out/compliance_provides_illegal4/c++03/runtime.d out/compliance_provides_illegal4/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal4/c++03 -Iout/compliance_provides_illegal4/c++03/.. -Iout/compliance_provides_illegal4/c++03 -Iout/compliance_provides_illegal4/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal4/c++03/runtime.o out/compliance_provides_illegal4/c++03/runtime.cc
mkdir -p out/compliance_provides_illegal4/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal4/c++03/compliance_provides_illegal4.d -MT 'out/compliance_provides_illegal4/c++03/compliance_provides_illegal4.d out/compliance_provides_illegal4/c++03/compliance_provides_illegal4.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal4/c++03 -Iout/compliance_provides_illegal4/c++03/.. -Iout/compliance_provides_illegal4/c++03 -Iout/compliance_provides_illegal4/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal4/c++03/compliance_provides_illegal4.o out/compliance_provides_illegal4/c++03/compliance_provides_illegal4.cc
mkdir -p out/compliance_provides_illegal4/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal4/c++03/test -MT 'out/compliance_provides_illegal4/c++03/test out/compliance_provides_illegal4/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal4/c++03 -Iout/compliance_provides_illegal4/c++03/.. -Iout/compliance_provides_illegal4/c++03 -Iout/compliance_provides_illegal4/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/compliance_provides_illegal4/c++03/test out/compliance_provides_illegal4/c++03/main.o out/compliance_provides_illegal4/c++03/pump.o out/compliance_provides_illegal4/c++03/runtime.o out/compliance_provides_illegal4/c++03/compliance_provides_illegal4.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/compliance_provides_illegal4" OUT="out/compliance_provides_illegal4"/javascript MODEL="compliance_provides_illegal4" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal4/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/compliance_provides_illegal4/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/compliance_provides_illegal4/javascript"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal4/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal4/compliance_provides_illegal4.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'compliance_provides_illegal4' -o "out/compliance_provides_illegal4/javascript" "$file";\
done
+ for file in "out/compliance_provides_illegal4/compliance_provides_illegal4.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m compliance_provides_illegal4 -o out/compliance_provides_illegal4/javascript out/compliance_provides_illegal4/compliance_provides_illegal4.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/build-javascript
mkdir -p "out/compliance_provides_illegal4"/javascript && ln -sf "out/compliance_provides_illegal4" "out/compliance_provides_illegal4" && make DIR="out/compliance_provides_illegal4" LANGUAGE=javascript OUT="out/compliance_provides_illegal4"/javascript IN="out/compliance_provides_illegal4"/javascript MAIN="out/compliance_provides_illegal4/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/compliance_provides_illegal4/javascript/main.js out/compliance_provides_illegal4/javascript/test
chmod +x out/compliance_provides_illegal4/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/execute-c++
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/table
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/traces
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/triangle-c++
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/view
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/execute-c++03
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/triangle-c++03
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/build-c++-msvc11
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/code-c++-msvc11
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/execute-c++-msvc11
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/triangle-c++-msvc11
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/execute-javascript
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal4/triangle-javascript
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/convert
convert: [SKIPPED] no DM file "out/compliance_requires_illegal/compliance_requires_illegal.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/compliance_requires_illegal" OUT="out/compliance_requires_illegal"/c++ MODEL="compliance_requires_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_requires_illegal/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/compliance_requires_illegal/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/compliance_requires_illegal/c++"/dzn/$file;\
done
ls: cannot access 'out/compliance_requires_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_requires_illegal/compliance_requires_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'compliance_requires_illegal' -o "out/compliance_requires_illegal/c++" "$file";\
done
+ for file in "out/compliance_requires_illegal/compliance_requires_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m compliance_requires_illegal -o out/compliance_requires_illegal/c++ out/compliance_requires_illegal/compliance_requires_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/build-c++
mkdir -p "out/compliance_requires_illegal"/c++ && ln -sf "out/compliance_requires_illegal" "out/compliance_requires_illegal" && make DIR="out/compliance_requires_illegal" LANGUAGE=c++ OUT="out/compliance_requires_illegal"/c++ IN="out/compliance_requires_illegal"/c++ MAIN="out/compliance_requires_illegal/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/compliance_requires_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_requires_illegal/c++/main.d -MT 'out/compliance_requires_illegal/c++/main.d out/compliance_requires_illegal/c++/main.o' -pthread -Iout/compliance_requires_illegal/c++ -Iout/compliance_requires_illegal/c++/.. -Iout/compliance_requires_illegal/c++ -Iout/compliance_requires_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_requires_illegal/c++/main.o out/compliance_requires_illegal/c++/main.cc
mkdir -p out/compliance_requires_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_requires_illegal/c++/compliance_requires_illegal.d -MT 'out/compliance_requires_illegal/c++/compliance_requires_illegal.d out/compliance_requires_illegal/c++/compliance_requires_illegal.o' -pthread -Iout/compliance_requires_illegal/c++ -Iout/compliance_requires_illegal/c++/.. -Iout/compliance_requires_illegal/c++ -Iout/compliance_requires_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_requires_illegal/c++/compliance_requires_illegal.o out/compliance_requires_illegal/c++/compliance_requires_illegal.cc
mkdir -p out/compliance_requires_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_requires_illegal/c++/pump.d -MT 'out/compliance_requires_illegal/c++/pump.d out/compliance_requires_illegal/c++/pump.o' -pthread -Iout/compliance_requires_illegal/c++ -Iout/compliance_requires_illegal/c++/.. -Iout/compliance_requires_illegal/c++ -Iout/compliance_requires_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_requires_illegal/c++/pump.o out/compliance_requires_illegal/c++/pump.cc
mkdir -p out/compliance_requires_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_requires_illegal/c++/runtime.d -MT 'out/compliance_requires_illegal/c++/runtime.d out/compliance_requires_illegal/c++/runtime.o' -pthread -Iout/compliance_requires_illegal/c++ -Iout/compliance_requires_illegal/c++/.. -Iout/compliance_requires_illegal/c++ -Iout/compliance_requires_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_requires_illegal/c++/runtime.o out/compliance_requires_illegal/c++/runtime.cc
mkdir -p out/compliance_requires_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_requires_illegal/c++/test -MT 'out/compliance_requires_illegal/c++/test out/compliance_requires_illegal/c++/test' -pthread -Iout/compliance_requires_illegal/c++ -Iout/compliance_requires_illegal/c++/.. -Iout/compliance_requires_illegal/c++ -Iout/compliance_requires_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/compliance_requires_illegal/c++/test out/compliance_requires_illegal/c++/main.o out/compliance_requires_illegal/c++/compliance_requires_illegal.o out/compliance_requires_illegal/c++/pump.o out/compliance_requires_illegal/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/compliance_requires_illegal/compliance_requires_illegal.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/run
diff -uwB <(grep -v "" "out/compliance_requires_illegal/compliance_requires_illegal.trace.0") <(grep -v "" "out/compliance_requires_illegal/compliance_requires_illegal.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=compliance_requires_illegal "out/compliance_requires_illegal/compliance_requires_illegal.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/verify
mkdir -p "out/compliance_requires_illegal"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=compliance_requires_illegal "out/compliance_requires_illegal/compliance_requires_illegal.dzn" 2>"out/compliance_requires_illegal"/verify/"compliance_requires_illegal".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/compliance_requires_illegal"/verify/"compliance_requires_illegal"| test ! -s "out/compliance_requires_illegal/baseline/verify/compliance_requires_illegal"| test ! -s "out/compliance_requires_illegal/baseline/verify/compliance_requires_illegal".stderr;} || (diff -uwB "out/compliance_requires_illegal/baseline/verify/compliance_requires_illegal" "out/compliance_requires_illegal"/verify/"compliance_requires_illegal" && (test ! -s "out/compliance_requires_illegal"/verify/"compliance_requires_illegal".stderr || (sed -i s,.\r,,g "out/compliance_requires_illegal"/verify/"compliance_requires_illegal".stderr; diff -u "out/compliance_requires_illegal/baseline/verify/compliance_requires_illegal".stderr "out/compliance_requires_illegal"/verify/"compliance_requires_illegal".stderr))) || { echo "out/compliance_requires_illegal"/verify/"compliance_requires_illegal".stderr:; cat "out/compliance_requires_illegal"/verify/"compliance_requires_illegal".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/compliance_requires_illegal" OUT="out/compliance_requires_illegal"/c++03 MODEL="compliance_requires_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_requires_illegal/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/compliance_requires_illegal/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/compliance_requires_illegal/c++03"/dzn/$file;\
done
ls: cannot access 'out/compliance_requires_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_requires_illegal/compliance_requires_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'compliance_requires_illegal' -o "out/compliance_requires_illegal/c++03" "$file";\
done
+ for file in "out/compliance_requires_illegal/compliance_requires_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m compliance_requires_illegal -o out/compliance_requires_illegal/c++03 out/compliance_requires_illegal/compliance_requires_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/build-c++03
mkdir -p "out/compliance_requires_illegal"/c++03 && ln -sf "out/compliance_requires_illegal" "out/compliance_requires_illegal" && make DIR="out/compliance_requires_illegal" LANGUAGE=c++03 OUT="out/compliance_requires_illegal"/c++03 IN="out/compliance_requires_illegal"/c++03 MAIN="out/compliance_requires_illegal/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/compliance_requires_illegal/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_requires_illegal/c++03/main.d -MT 'out/compliance_requires_illegal/c++03/main.d out/compliance_requires_illegal/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_requires_illegal/c++03 -Iout/compliance_requires_illegal/c++03/.. -Iout/compliance_requires_illegal/c++03 -Iout/compliance_requires_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_requires_illegal/c++03/main.o out/compliance_requires_illegal/c++03/main.cc
mkdir -p out/compliance_requires_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_requires_illegal/c++03/compliance_requires_illegal.d -MT 'out/compliance_requires_illegal/c++03/compliance_requires_illegal.d out/compliance_requires_illegal/c++03/compliance_requires_illegal.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_requires_illegal/c++03 -Iout/compliance_requires_illegal/c++03/.. -Iout/compliance_requires_illegal/c++03 -Iout/compliance_requires_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_requires_illegal/c++03/compliance_requires_illegal.o out/compliance_requires_illegal/c++03/compliance_requires_illegal.cc
mkdir -p out/compliance_requires_illegal/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_requires_illegal/c++03/pump.d -MT 'out/compliance_requires_illegal/c++03/pump.d out/compliance_requires_illegal/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_requires_illegal/c++03 -Iout/compliance_requires_illegal/c++03/.. -Iout/compliance_requires_illegal/c++03 -Iout/compliance_requires_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_requires_illegal/c++03/pump.o out/compliance_requires_illegal/c++03/pump.cc
mkdir -p out/compliance_requires_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_requires_illegal/c++03/runtime.d -MT 'out/compliance_requires_illegal/c++03/runtime.d out/compliance_requires_illegal/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_requires_illegal/c++03 -Iout/compliance_requires_illegal/c++03/.. -Iout/compliance_requires_illegal/c++03 -Iout/compliance_requires_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_requires_illegal/c++03/runtime.o out/compliance_requires_illegal/c++03/runtime.cc
mkdir -p out/compliance_requires_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_requires_illegal/c++03/test -MT 'out/compliance_requires_illegal/c++03/test out/compliance_requires_illegal/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_requires_illegal/c++03 -Iout/compliance_requires_illegal/c++03/.. -Iout/compliance_requires_illegal/c++03 -Iout/compliance_requires_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/compliance_requires_illegal/c++03/test out/compliance_requires_illegal/c++03/main.o out/compliance_requires_illegal/c++03/compliance_requires_illegal.o out/compliance_requires_illegal/c++03/pump.o out/compliance_requires_illegal/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/compliance_requires_illegal" OUT="out/compliance_requires_illegal"/javascript MODEL="compliance_requires_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_requires_illegal/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/compliance_requires_illegal/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/compliance_requires_illegal/javascript"/dzn/$file;\
done
ls: cannot access 'out/compliance_requires_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_requires_illegal/compliance_requires_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'compliance_requires_illegal' -o "out/compliance_requires_illegal/javascript" "$file";\
done
+ for file in "out/compliance_requires_illegal/compliance_requires_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m compliance_requires_illegal -o out/compliance_requires_illegal/javascript out/compliance_requires_illegal/compliance_requires_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/build-javascript
mkdir -p "out/compliance_requires_illegal"/javascript && ln -sf "out/compliance_requires_illegal" "out/compliance_requires_illegal" && make DIR="out/compliance_requires_illegal" LANGUAGE=javascript OUT="out/compliance_requires_illegal"/javascript IN="out/compliance_requires_illegal"/javascript MAIN="out/compliance_requires_illegal/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/compliance_requires_illegal/javascript/main.js out/compliance_requires_illegal/javascript/test
chmod +x out/compliance_requires_illegal/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/execute-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/execute-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/execute-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_requires_illegal/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/convert
convert: [SKIPPED] no DM file "out/component_deadlock_fail0/component_deadlock_fail0.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/component_deadlock_fail0" OUT="out/component_deadlock_fail0"/c++ MODEL="component_deadlock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deadlock_fail0/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/component_deadlock_fail0/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/component_deadlock_fail0/c++"/dzn/$file;\
done
ls: cannot access 'out/component_deadlock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_deadlock_fail0/component_deadlock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'component_deadlock_fail0' -o "out/component_deadlock_fail0/c++" "$file";\
done
+ for file in "out/component_deadlock_fail0/component_deadlock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m component_deadlock_fail0 -o out/component_deadlock_fail0/c++ out/component_deadlock_fail0/component_deadlock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/build-c++
mkdir -p "out/component_deadlock_fail0"/c++ && ln -sf "out/component_deadlock_fail0" "out/component_deadlock_fail0" && make DIR="out/component_deadlock_fail0" LANGUAGE=c++ OUT="out/component_deadlock_fail0"/c++ IN="out/component_deadlock_fail0"/c++ MAIN="out/component_deadlock_fail0/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/component_deadlock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail0/c++/main.d -MT 'out/component_deadlock_fail0/c++/main.d out/component_deadlock_fail0/c++/main.o' -pthread -Iout/component_deadlock_fail0/c++ -Iout/component_deadlock_fail0/c++/.. -Iout/component_deadlock_fail0/c++ -Iout/component_deadlock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail0/c++/main.o out/component_deadlock_fail0/c++/main.cc
mkdir -p out/component_deadlock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail0/c++/pump.d -MT 'out/component_deadlock_fail0/c++/pump.d out/component_deadlock_fail0/c++/pump.o' -pthread -Iout/component_deadlock_fail0/c++ -Iout/component_deadlock_fail0/c++/.. -Iout/component_deadlock_fail0/c++ -Iout/component_deadlock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail0/c++/pump.o out/component_deadlock_fail0/c++/pump.cc
mkdir -p out/component_deadlock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail0/c++/component_deadlock_fail0.d -MT 'out/component_deadlock_fail0/c++/component_deadlock_fail0.d out/component_deadlock_fail0/c++/component_deadlock_fail0.o' -pthread -Iout/component_deadlock_fail0/c++ -Iout/component_deadlock_fail0/c++/.. -Iout/component_deadlock_fail0/c++ -Iout/component_deadlock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail0/c++/component_deadlock_fail0.o out/component_deadlock_fail0/c++/component_deadlock_fail0.cc
mkdir -p out/component_deadlock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail0/c++/runtime.d -MT 'out/component_deadlock_fail0/c++/runtime.d out/component_deadlock_fail0/c++/runtime.o' -pthread -Iout/component_deadlock_fail0/c++ -Iout/component_deadlock_fail0/c++/.. -Iout/component_deadlock_fail0/c++ -Iout/component_deadlock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail0/c++/runtime.o out/component_deadlock_fail0/c++/runtime.cc
mkdir -p out/component_deadlock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail0/c++/test -MT 'out/component_deadlock_fail0/c++/test out/component_deadlock_fail0/c++/test' -pthread -Iout/component_deadlock_fail0/c++ -Iout/component_deadlock_fail0/c++/.. -Iout/component_deadlock_fail0/c++ -Iout/component_deadlock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/component_deadlock_fail0/c++/test out/component_deadlock_fail0/c++/main.o out/component_deadlock_fail0/c++/pump.o out/component_deadlock_fail0/c++/component_deadlock_fail0.o out/component_deadlock_fail0/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/component_deadlock_fail0/component_deadlock_fail0.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/verify
mkdir -p "out/component_deadlock_fail0"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=component_deadlock_fail0 "out/component_deadlock_fail0/component_deadlock_fail0.dzn" 2>"out/component_deadlock_fail0"/verify/"component_deadlock_fail0".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/component_deadlock_fail0"/verify/"component_deadlock_fail0"| test ! -s "out/component_deadlock_fail0/baseline/verify/component_deadlock_fail0"| test ! -s "out/component_deadlock_fail0/baseline/verify/component_deadlock_fail0".stderr;} || (diff -uwB "out/component_deadlock_fail0/baseline/verify/component_deadlock_fail0" "out/component_deadlock_fail0"/verify/"component_deadlock_fail0" && (test ! -s "out/component_deadlock_fail0"/verify/"component_deadlock_fail0".stderr || (sed -i s,.\r,,g "out/component_deadlock_fail0"/verify/"component_deadlock_fail0".stderr; diff -u "out/component_deadlock_fail0/baseline/verify/component_deadlock_fail0".stderr "out/component_deadlock_fail0"/verify/"component_deadlock_fail0".stderr))) || { echo "out/component_deadlock_fail0"/verify/"component_deadlock_fail0".stderr:; cat "out/component_deadlock_fail0"/verify/"component_deadlock_fail0".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/component_deadlock_fail0" OUT="out/component_deadlock_fail0"/c++03 MODEL="component_deadlock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deadlock_fail0/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/component_deadlock_fail0/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/component_deadlock_fail0/c++03"/dzn/$file;\
done
ls: cannot access 'out/component_deadlock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_deadlock_fail0/component_deadlock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'component_deadlock_fail0' -o "out/component_deadlock_fail0/c++03" "$file";\
done
+ for file in "out/component_deadlock_fail0/component_deadlock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m component_deadlock_fail0 -o out/component_deadlock_fail0/c++03 out/component_deadlock_fail0/component_deadlock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/build-c++03
mkdir -p "out/component_deadlock_fail0"/c++03 && ln -sf "out/component_deadlock_fail0" "out/component_deadlock_fail0" && make DIR="out/component_deadlock_fail0" LANGUAGE=c++03 OUT="out/component_deadlock_fail0"/c++03 IN="out/component_deadlock_fail0"/c++03 MAIN="out/component_deadlock_fail0/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/component_deadlock_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail0/c++03/main.d -MT 'out/component_deadlock_fail0/c++03/main.d out/component_deadlock_fail0/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deadlock_fail0/c++03 -Iout/component_deadlock_fail0/c++03/.. -Iout/component_deadlock_fail0/c++03 -Iout/component_deadlock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail0/c++03/main.o out/component_deadlock_fail0/c++03/main.cc
mkdir -p out/component_deadlock_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail0/c++03/pump.d -MT 'out/component_deadlock_fail0/c++03/pump.d out/component_deadlock_fail0/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deadlock_fail0/c++03 -Iout/component_deadlock_fail0/c++03/.. -Iout/component_deadlock_fail0/c++03 -Iout/component_deadlock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail0/c++03/pump.o out/component_deadlock_fail0/c++03/pump.cc
mkdir -p out/component_deadlock_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deadlock_fail0/c++03/component_deadlock_fail0.d -MT 'out/component_deadlock_fail0/c++03/component_deadlock_fail0.d out/component_deadlock_fail0/c++03/component_deadlock_fail0.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deadlock_fail0/c++03 -Iout/component_deadlock_fail0/c++03/.. -Iout/component_deadlock_fail0/c++03 -Iout/component_deadlock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail0/c++03/component_deadlock_fail0.o out/component_deadlock_fail0/c++03/component_deadlock_fail0.cc
mkdir -p out/component_deadlock_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deadlock_fail0/c++03/runtime.d -MT 'out/component_deadlock_fail0/c++03/runtime.d out/component_deadlock_fail0/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deadlock_fail0/c++03 -Iout/component_deadlock_fail0/c++03/.. -Iout/component_deadlock_fail0/c++03 -Iout/component_deadlock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail0/c++03/runtime.o out/component_deadlock_fail0/c++03/runtime.cc
mkdir -p out/component_deadlock_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deadlock_fail0/c++03/test -MT 'out/component_deadlock_fail0/c++03/test out/component_deadlock_fail0/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deadlock_fail0/c++03 -Iout/component_deadlock_fail0/c++03/.. -Iout/component_deadlock_fail0/c++03 -Iout/component_deadlock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/component_deadlock_fail0/c++03/test out/component_deadlock_fail0/c++03/main.o out/component_deadlock_fail0/c++03/pump.o out/component_deadlock_fail0/c++03/component_deadlock_fail0.o out/component_deadlock_fail0/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/component_deadlock_fail0" OUT="out/component_deadlock_fail0"/javascript MODEL="component_deadlock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deadlock_fail0/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/component_deadlock_fail0/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/component_deadlock_fail0/javascript"/dzn/$file;\
done
ls: cannot access 'out/component_deadlock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_deadlock_fail0/component_deadlock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'component_deadlock_fail0' -o "out/component_deadlock_fail0/javascript" "$file";\
done
+ for file in "out/component_deadlock_fail0/component_deadlock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m component_deadlock_fail0 -o out/component_deadlock_fail0/javascript out/component_deadlock_fail0/component_deadlock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/build-javascript
mkdir -p "out/component_deadlock_fail0"/javascript && ln -sf "out/component_deadlock_fail0" "out/component_deadlock_fail0" && make DIR="out/component_deadlock_fail0" LANGUAGE=javascript OUT="out/component_deadlock_fail0"/javascript IN="out/component_deadlock_fail0"/javascript MAIN="out/component_deadlock_fail0/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/component_deadlock_fail0/javascript/main.js out/component_deadlock_fail0/javascript/test
chmod +x out/component_deadlock_fail0/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/execute-c++
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/run
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/table
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/traces
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/triangle-c++
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/view
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/execute-c++03
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/triangle-c++03
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/build-c++-msvc11
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/code-c++-msvc11
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/execute-c++-msvc11
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/triangle-c++-msvc11
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/execute-javascript
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail0/triangle-javascript
error model: cannot execute,run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/convert
convert: [SKIPPED] no DM file "out/compliance_provides_out/compliance_provides_out.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/compliance_provides_out/compliance_provides_out.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/compliance_provides_out" OUT="out/compliance_provides_out"/c++ MODEL="compliance_provides_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_out/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/compliance_provides_out/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/compliance_provides_out/c++"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_out/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_out/compliance_provides_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'compliance_provides_out' -o "out/compliance_provides_out/c++" "$file";\
done
+ for file in "out/compliance_provides_out/compliance_provides_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m compliance_provides_out -o out/compliance_provides_out/c++ out/compliance_provides_out/compliance_provides_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/build-c++
mkdir -p "out/compliance_provides_out"/c++ && ln -sf "out/compliance_provides_out" "out/compliance_provides_out" && make DIR="out/compliance_provides_out" LANGUAGE=c++ OUT="out/compliance_provides_out"/c++ IN="out/compliance_provides_out"/c++ MAIN="out/compliance_provides_out/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/compliance_provides_out/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_out/c++/main.d -MT 'out/compliance_provides_out/c++/main.d out/compliance_provides_out/c++/main.o' -pthread -Iout/compliance_provides_out/c++ -Iout/compliance_provides_out/c++/.. -Iout/compliance_provides_out/c++ -Iout/compliance_provides_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_out/c++/main.o out/compliance_provides_out/c++/main.cc
mkdir -p out/compliance_provides_out/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_out/c++/pump.d -MT 'out/compliance_provides_out/c++/pump.d out/compliance_provides_out/c++/pump.o' -pthread -Iout/compliance_provides_out/c++ -Iout/compliance_provides_out/c++/.. -Iout/compliance_provides_out/c++ -Iout/compliance_provides_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_out/c++/pump.o out/compliance_provides_out/c++/pump.cc
mkdir -p out/compliance_provides_out/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_out/c++/compliance_provides_out.d -MT 'out/compliance_provides_out/c++/compliance_provides_out.d out/compliance_provides_out/c++/compliance_provides_out.o' -pthread -Iout/compliance_provides_out/c++ -Iout/compliance_provides_out/c++/.. -Iout/compliance_provides_out/c++ -Iout/compliance_provides_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_out/c++/compliance_provides_out.o out/compliance_provides_out/c++/compliance_provides_out.cc
mkdir -p out/compliance_provides_out/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_out/c++/runtime.d -MT 'out/compliance_provides_out/c++/runtime.d out/compliance_provides_out/c++/runtime.o' -pthread -Iout/compliance_provides_out/c++ -Iout/compliance_provides_out/c++/.. -Iout/compliance_provides_out/c++ -Iout/compliance_provides_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_out/c++/runtime.o out/compliance_provides_out/c++/runtime.cc
mkdir -p out/compliance_provides_out/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_out/c++/test -MT 'out/compliance_provides_out/c++/test out/compliance_provides_out/c++/test' -pthread -Iout/compliance_provides_out/c++ -Iout/compliance_provides_out/c++/.. -Iout/compliance_provides_out/c++ -Iout/compliance_provides_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/compliance_provides_out/c++/test out/compliance_provides_out/c++/main.o out/compliance_provides_out/c++/pump.o out/compliance_provides_out/c++/compliance_provides_out.o out/compliance_provides_out/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/execute-c++
timeout 2 diff -uwB out/compliance_provides_out/compliance_provides_out.trace.0 <(set -o pipefail;cat out/compliance_provides_out/compliance_provides_out.trace.0 | "out/compliance_provides_out"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/compliance_provides_out/compliance_provides_out.trace.0 | "out/compliance_provides_out"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/run
diff -uwB <(grep -v "" "out/compliance_provides_out/compliance_provides_out.trace.0") <(grep -v "" "out/compliance_provides_out/compliance_provides_out.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=compliance_provides_out "out/compliance_provides_out/compliance_provides_out.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:53:17.907348483 +0000
+++ /dev/fd/62 2020-08-05 11:53:17.907348483 +0000
@@ -1,3 +1,2 @@
p.hello
p.planet
-p.return
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/triangle-c++
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/verify
mkdir -p "out/compliance_provides_out"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=compliance_provides_out "out/compliance_provides_out/compliance_provides_out.dzn" 2>"out/compliance_provides_out"/verify/"compliance_provides_out".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/compliance_provides_out"/verify/"compliance_provides_out"| test ! -s "out/compliance_provides_out/baseline/verify/compliance_provides_out"| test ! -s "out/compliance_provides_out/baseline/verify/compliance_provides_out".stderr;} || (diff -uwB "out/compliance_provides_out/baseline/verify/compliance_provides_out" "out/compliance_provides_out"/verify/"compliance_provides_out" && (test ! -s "out/compliance_provides_out"/verify/"compliance_provides_out".stderr || (sed -i s,.\r,,g "out/compliance_provides_out"/verify/"compliance_provides_out".stderr; diff -u "out/compliance_provides_out/baseline/verify/compliance_provides_out".stderr "out/compliance_provides_out"/verify/"compliance_provides_out".stderr))) || { echo "out/compliance_provides_out"/verify/"compliance_provides_out".stderr:; cat "out/compliance_provides_out"/verify/"compliance_provides_out".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/compliance_provides_out" OUT="out/compliance_provides_out"/c++03 MODEL="compliance_provides_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_out/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/compliance_provides_out/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/compliance_provides_out/c++03"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_out/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_out/compliance_provides_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'compliance_provides_out' -o "out/compliance_provides_out/c++03" "$file";\
done
+ for file in "out/compliance_provides_out/compliance_provides_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m compliance_provides_out -o out/compliance_provides_out/c++03 out/compliance_provides_out/compliance_provides_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/build-c++03
mkdir -p "out/compliance_provides_out"/c++03 && ln -sf "out/compliance_provides_out" "out/compliance_provides_out" && make DIR="out/compliance_provides_out" LANGUAGE=c++03 OUT="out/compliance_provides_out"/c++03 IN="out/compliance_provides_out"/c++03 MAIN="out/compliance_provides_out/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/compliance_provides_out/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_out/c++03/main.d -MT 'out/compliance_provides_out/c++03/main.d out/compliance_provides_out/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_out/c++03 -Iout/compliance_provides_out/c++03/.. -Iout/compliance_provides_out/c++03 -Iout/compliance_provides_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_out/c++03/main.o out/compliance_provides_out/c++03/main.cc
mkdir -p out/compliance_provides_out/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_out/c++03/pump.d -MT 'out/compliance_provides_out/c++03/pump.d out/compliance_provides_out/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_out/c++03 -Iout/compliance_provides_out/c++03/.. -Iout/compliance_provides_out/c++03 -Iout/compliance_provides_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_out/c++03/pump.o out/compliance_provides_out/c++03/pump.cc
mkdir -p out/compliance_provides_out/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_out/c++03/compliance_provides_out.d -MT 'out/compliance_provides_out/c++03/compliance_provides_out.d out/compliance_provides_out/c++03/compliance_provides_out.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_out/c++03 -Iout/compliance_provides_out/c++03/.. -Iout/compliance_provides_out/c++03 -Iout/compliance_provides_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_out/c++03/compliance_provides_out.o out/compliance_provides_out/c++03/compliance_provides_out.cc
mkdir -p out/compliance_provides_out/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_out/c++03/runtime.d -MT 'out/compliance_provides_out/c++03/runtime.d out/compliance_provides_out/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_out/c++03 -Iout/compliance_provides_out/c++03/.. -Iout/compliance_provides_out/c++03 -Iout/compliance_provides_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_out/c++03/runtime.o out/compliance_provides_out/c++03/runtime.cc
mkdir -p out/compliance_provides_out/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_out/c++03/test -MT 'out/compliance_provides_out/c++03/test out/compliance_provides_out/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_out/c++03 -Iout/compliance_provides_out/c++03/.. -Iout/compliance_provides_out/c++03 -Iout/compliance_provides_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/compliance_provides_out/c++03/test out/compliance_provides_out/c++03/main.o out/compliance_provides_out/c++03/pump.o out/compliance_provides_out/c++03/compliance_provides_out.o out/compliance_provides_out/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/execute-c++03
timeout 2 diff -uwB out/compliance_provides_out/compliance_provides_out.trace.0 <(set -o pipefail;cat out/compliance_provides_out/compliance_provides_out.trace.0 | "out/compliance_provides_out"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/compliance_provides_out/compliance_provides_out.trace.0 | "out/compliance_provides_out"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/triangle-c++03
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/compliance_provides_out" OUT="out/compliance_provides_out"/javascript MODEL="compliance_provides_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_out/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/compliance_provides_out/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/compliance_provides_out/javascript"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_out/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_out/compliance_provides_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'compliance_provides_out' -o "out/compliance_provides_out/javascript" "$file";\
done
+ for file in "out/compliance_provides_out/compliance_provides_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m compliance_provides_out -o out/compliance_provides_out/javascript out/compliance_provides_out/compliance_provides_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/build-javascript
mkdir -p "out/compliance_provides_out"/javascript && ln -sf "out/compliance_provides_out" "out/compliance_provides_out" && make DIR="out/compliance_provides_out" LANGUAGE=javascript OUT="out/compliance_provides_out"/javascript IN="out/compliance_provides_out"/javascript MAIN="out/compliance_provides_out/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/compliance_provides_out/javascript/main.js out/compliance_provides_out/javascript/test
chmod +x out/compliance_provides_out/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/execute-javascript
timeout 2 diff -uwB out/compliance_provides_out/compliance_provides_out.trace.0 <(set -o pipefail;cat out/compliance_provides_out/compliance_provides_out.trace.0 | node "out/compliance_provides_out"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/compliance_provides_out/compliance_provides_out.trace.0 | node "out/compliance_provides_out"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/triangle-javascript
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/table
provides port prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/traces
provides port prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/view
provides port prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/build-c++-msvc11
provides port prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/code-c++-msvc11
provides port prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/execute-c++-msvc11
provides port prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_out/triangle-c++-msvc11
provides port prevents full trace matching
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/convert
convert: [SKIPPED] no DM file "out/compliance_provides_illegal5/compliance_provides_illegal5.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/compliance_provides_illegal5" OUT="out/compliance_provides_illegal5"/c++ MODEL="compliance_provides_illegal5" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal5/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/compliance_provides_illegal5/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/compliance_provides_illegal5/c++"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal5/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal5/compliance_provides_illegal5.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'compliance_provides_illegal5' -o "out/compliance_provides_illegal5/c++" "$file";\
done
+ for file in "out/compliance_provides_illegal5/compliance_provides_illegal5.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m compliance_provides_illegal5 -o out/compliance_provides_illegal5/c++ out/compliance_provides_illegal5/compliance_provides_illegal5.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/build-c++
mkdir -p "out/compliance_provides_illegal5"/c++ && ln -sf "out/compliance_provides_illegal5" "out/compliance_provides_illegal5" && make DIR="out/compliance_provides_illegal5" LANGUAGE=c++ OUT="out/compliance_provides_illegal5"/c++ IN="out/compliance_provides_illegal5"/c++ MAIN="out/compliance_provides_illegal5/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/compliance_provides_illegal5/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal5/c++/main.d -MT 'out/compliance_provides_illegal5/c++/main.d out/compliance_provides_illegal5/c++/main.o' -pthread -Iout/compliance_provides_illegal5/c++ -Iout/compliance_provides_illegal5/c++/.. -Iout/compliance_provides_illegal5/c++ -Iout/compliance_provides_illegal5/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal5/c++/main.o out/compliance_provides_illegal5/c++/main.cc
mkdir -p out/compliance_provides_illegal5/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal5/c++/compliance_provides_illegal5.d -MT 'out/compliance_provides_illegal5/c++/compliance_provides_illegal5.d out/compliance_provides_illegal5/c++/compliance_provides_illegal5.o' -pthread -Iout/compliance_provides_illegal5/c++ -Iout/compliance_provides_illegal5/c++/.. -Iout/compliance_provides_illegal5/c++ -Iout/compliance_provides_illegal5/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal5/c++/compliance_provides_illegal5.o out/compliance_provides_illegal5/c++/compliance_provides_illegal5.cc
mkdir -p out/compliance_provides_illegal5/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal5/c++/pump.d -MT 'out/compliance_provides_illegal5/c++/pump.d out/compliance_provides_illegal5/c++/pump.o' -pthread -Iout/compliance_provides_illegal5/c++ -Iout/compliance_provides_illegal5/c++/.. -Iout/compliance_provides_illegal5/c++ -Iout/compliance_provides_illegal5/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal5/c++/pump.o out/compliance_provides_illegal5/c++/pump.cc
mkdir -p out/compliance_provides_illegal5/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal5/c++/runtime.d -MT 'out/compliance_provides_illegal5/c++/runtime.d out/compliance_provides_illegal5/c++/runtime.o' -pthread -Iout/compliance_provides_illegal5/c++ -Iout/compliance_provides_illegal5/c++/.. -Iout/compliance_provides_illegal5/c++ -Iout/compliance_provides_illegal5/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal5/c++/runtime.o out/compliance_provides_illegal5/c++/runtime.cc
mkdir -p out/compliance_provides_illegal5/c++/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal5/c++/test -MT 'out/compliance_provides_illegal5/c++/test out/compliance_provides_illegal5/c++/test' -pthread -Iout/compliance_provides_illegal5/c++ -Iout/compliance_provides_illegal5/c++/.. -Iout/compliance_provides_illegal5/c++ -Iout/compliance_provides_illegal5/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/compliance_provides_illegal5/c++/test out/compliance_provides_illegal5/c++/main.o out/compliance_provides_illegal5/c++/compliance_provides_illegal5.o out/compliance_provides_illegal5/c++/pump.o out/compliance_provides_illegal5/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/compliance_provides_illegal5/compliance_provides_illegal5.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/run
diff -uwB <(grep -v "" "out/compliance_provides_illegal5/compliance_provides_illegal5.trace.0") <(grep -v "" "out/compliance_provides_illegal5/compliance_provides_illegal5.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=compliance_provides_illegal5 "out/compliance_provides_illegal5/compliance_provides_illegal5.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:53:18.159371212 +0000
+++ /dev/fd/62 2020-08-05 11:53:18.159371212 +0000
@@ -2,3 +2,4 @@
w.hello
w.world
w.return
+illegal
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/verify
mkdir -p "out/compliance_provides_illegal5"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=compliance_provides_illegal5 "out/compliance_provides_illegal5/compliance_provides_illegal5.dzn" 2>"out/compliance_provides_illegal5"/verify/"compliance_provides_illegal5".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/compliance_provides_illegal5"/verify/"compliance_provides_illegal5"| test ! -s "out/compliance_provides_illegal5/baseline/verify/compliance_provides_illegal5"| test ! -s "out/compliance_provides_illegal5/baseline/verify/compliance_provides_illegal5".stderr;} || (diff -uwB "out/compliance_provides_illegal5/baseline/verify/compliance_provides_illegal5" "out/compliance_provides_illegal5"/verify/"compliance_provides_illegal5" && (test ! -s "out/compliance_provides_illegal5"/verify/"compliance_provides_illegal5".stderr || (sed -i s,.\r,,g "out/compliance_provides_illegal5"/verify/"compliance_provides_illegal5".stderr; diff -u "out/compliance_provides_illegal5/baseline/verify/compliance_provides_illegal5".stderr "out/compliance_provides_illegal5"/verify/"compliance_provides_illegal5".stderr))) || { echo "out/compliance_provides_illegal5"/verify/"compliance_provides_illegal5".stderr:; cat "out/compliance_provides_illegal5"/verify/"compliance_provides_illegal5".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/compliance_provides_illegal5" OUT="out/compliance_provides_illegal5"/c++03 MODEL="compliance_provides_illegal5" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal5/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/compliance_provides_illegal5/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/compliance_provides_illegal5/c++03"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal5/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal5/compliance_provides_illegal5.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'compliance_provides_illegal5' -o "out/compliance_provides_illegal5/c++03" "$file";\
done
+ for file in "out/compliance_provides_illegal5/compliance_provides_illegal5.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m compliance_provides_illegal5 -o out/compliance_provides_illegal5/c++03 out/compliance_provides_illegal5/compliance_provides_illegal5.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/build-c++03
mkdir -p "out/compliance_provides_illegal5"/c++03 && ln -sf "out/compliance_provides_illegal5" "out/compliance_provides_illegal5" && make DIR="out/compliance_provides_illegal5" LANGUAGE=c++03 OUT="out/compliance_provides_illegal5"/c++03 IN="out/compliance_provides_illegal5"/c++03 MAIN="out/compliance_provides_illegal5/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/compliance_provides_illegal5/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal5/c++03/main.d -MT 'out/compliance_provides_illegal5/c++03/main.d out/compliance_provides_illegal5/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal5/c++03 -Iout/compliance_provides_illegal5/c++03/.. -Iout/compliance_provides_illegal5/c++03 -Iout/compliance_provides_illegal5/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal5/c++03/main.o out/compliance_provides_illegal5/c++03/main.cc
mkdir -p out/compliance_provides_illegal5/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal5/c++03/compliance_provides_illegal5.d -MT 'out/compliance_provides_illegal5/c++03/compliance_provides_illegal5.d out/compliance_provides_illegal5/c++03/compliance_provides_illegal5.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal5/c++03 -Iout/compliance_provides_illegal5/c++03/.. -Iout/compliance_provides_illegal5/c++03 -Iout/compliance_provides_illegal5/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal5/c++03/compliance_provides_illegal5.o out/compliance_provides_illegal5/c++03/compliance_provides_illegal5.cc
mkdir -p out/compliance_provides_illegal5/c++03/
g++ -g -std=c++11 -MMD -MF out/compliance_provides_illegal5/c++03/pump.d -MT 'out/compliance_provides_illegal5/c++03/pump.d out/compliance_provides_illegal5/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal5/c++03 -Iout/compliance_provides_illegal5/c++03/.. -Iout/compliance_provides_illegal5/c++03 -Iout/compliance_provides_illegal5/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal5/c++03/pump.o out/compliance_provides_illegal5/c++03/pump.cc
mkdir -p out/compliance_provides_illegal5/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal5/c++03/runtime.d -MT 'out/compliance_provides_illegal5/c++03/runtime.d out/compliance_provides_illegal5/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal5/c++03 -Iout/compliance_provides_illegal5/c++03/.. -Iout/compliance_provides_illegal5/c++03 -Iout/compliance_provides_illegal5/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/compliance_provides_illegal5/c++03/runtime.o out/compliance_provides_illegal5/c++03/runtime.cc
mkdir -p out/compliance_provides_illegal5/c++03/
g++ -g -std=c++03 -MMD -MF out/compliance_provides_illegal5/c++03/test -MT 'out/compliance_provides_illegal5/c++03/test out/compliance_provides_illegal5/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/compliance_provides_illegal5/c++03 -Iout/compliance_provides_illegal5/c++03/.. -Iout/compliance_provides_illegal5/c++03 -Iout/compliance_provides_illegal5/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/compliance_provides_illegal5/c++03/test out/compliance_provides_illegal5/c++03/main.o out/compliance_provides_illegal5/c++03/compliance_provides_illegal5.o out/compliance_provides_illegal5/c++03/pump.o out/compliance_provides_illegal5/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/compliance_provides_illegal5" OUT="out/compliance_provides_illegal5"/javascript MODEL="compliance_provides_illegal5" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/compliance_provides_illegal5/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/compliance_provides_illegal5/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/compliance_provides_illegal5/javascript"/dzn/$file;\
done
ls: cannot access 'out/compliance_provides_illegal5/*/*.dzn': No such file or directory
set -x; for file in "out/compliance_provides_illegal5/compliance_provides_illegal5.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'compliance_provides_illegal5' -o "out/compliance_provides_illegal5/javascript" "$file";\
done
+ for file in "out/compliance_provides_illegal5/compliance_provides_illegal5.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m compliance_provides_illegal5 -o out/compliance_provides_illegal5/javascript out/compliance_provides_illegal5/compliance_provides_illegal5.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/build-javascript
mkdir -p "out/compliance_provides_illegal5"/javascript && ln -sf "out/compliance_provides_illegal5" "out/compliance_provides_illegal5" && make DIR="out/compliance_provides_illegal5" LANGUAGE=javascript OUT="out/compliance_provides_illegal5"/javascript IN="out/compliance_provides_illegal5"/javascript MAIN="out/compliance_provides_illegal5/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/compliance_provides_illegal5/javascript/main.js out/compliance_provides_illegal5/javascript/test
chmod +x out/compliance_provides_illegal5/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/execute-c++
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/table
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/traces
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/triangle-c++
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/view
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/execute-c++03
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/triangle-c++03
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/build-c++-msvc11
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/code-c++-msvc11
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/execute-c++-msvc11
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/triangle-c++-msvc11
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/execute-javascript
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/compliance_provides_illegal5/triangle-javascript
illegal handler prevents full trace matching; run:illegal not properly handled
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/convert
convert: [SKIPPED] no DM file "out/component_compliance_fail0/component_compliance_fail0.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/component_compliance_fail0" OUT="out/component_compliance_fail0"/c++ MODEL="component_compliance_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_compliance_fail0/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/component_compliance_fail0/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/component_compliance_fail0/c++"/dzn/$file;\
done
ls: cannot access 'out/component_compliance_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_compliance_fail0/component_compliance_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'component_compliance_fail0' -o "out/component_compliance_fail0/c++" "$file";\
done
+ for file in "out/component_compliance_fail0/component_compliance_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m component_compliance_fail0 -o out/component_compliance_fail0/c++ out/component_compliance_fail0/component_compliance_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/build-c++
mkdir -p "out/component_compliance_fail0"/c++ && ln -sf "out/component_compliance_fail0" "out/component_compliance_fail0" && make DIR="out/component_compliance_fail0" LANGUAGE=c++ OUT="out/component_compliance_fail0"/c++ IN="out/component_compliance_fail0"/c++ MAIN="out/component_compliance_fail0/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/component_compliance_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_compliance_fail0/c++/main.d -MT 'out/component_compliance_fail0/c++/main.d out/component_compliance_fail0/c++/main.o' -pthread -Iout/component_compliance_fail0/c++ -Iout/component_compliance_fail0/c++/.. -Iout/component_compliance_fail0/c++ -Iout/component_compliance_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_compliance_fail0/c++/main.o out/component_compliance_fail0/c++/main.cc
mkdir -p out/component_compliance_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_compliance_fail0/c++/component_compliance_fail0.d -MT 'out/component_compliance_fail0/c++/component_compliance_fail0.d out/component_compliance_fail0/c++/component_compliance_fail0.o' -pthread -Iout/component_compliance_fail0/c++ -Iout/component_compliance_fail0/c++/.. -Iout/component_compliance_fail0/c++ -Iout/component_compliance_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_compliance_fail0/c++/component_compliance_fail0.o out/component_compliance_fail0/c++/component_compliance_fail0.cc
mkdir -p out/component_compliance_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_compliance_fail0/c++/pump.d -MT 'out/component_compliance_fail0/c++/pump.d out/component_compliance_fail0/c++/pump.o' -pthread -Iout/component_compliance_fail0/c++ -Iout/component_compliance_fail0/c++/.. -Iout/component_compliance_fail0/c++ -Iout/component_compliance_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_compliance_fail0/c++/pump.o out/component_compliance_fail0/c++/pump.cc
mkdir -p out/component_compliance_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_compliance_fail0/c++/runtime.d -MT 'out/component_compliance_fail0/c++/runtime.d out/component_compliance_fail0/c++/runtime.o' -pthread -Iout/component_compliance_fail0/c++ -Iout/component_compliance_fail0/c++/.. -Iout/component_compliance_fail0/c++ -Iout/component_compliance_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_compliance_fail0/c++/runtime.o out/component_compliance_fail0/c++/runtime.cc
mkdir -p out/component_compliance_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_compliance_fail0/c++/test -MT 'out/component_compliance_fail0/c++/test out/component_compliance_fail0/c++/test' -pthread -Iout/component_compliance_fail0/c++ -Iout/component_compliance_fail0/c++/.. -Iout/component_compliance_fail0/c++ -Iout/component_compliance_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/component_compliance_fail0/c++/test out/component_compliance_fail0/c++/main.o out/component_compliance_fail0/c++/component_compliance_fail0.o out/component_compliance_fail0/c++/pump.o out/component_compliance_fail0/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/component_compliance_fail0/component_compliance_fail0.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/run
diff -uwB <(grep -v "" "out/component_compliance_fail0/component_compliance_fail0.trace.0") <(grep -v "" "out/component_compliance_fail0/component_compliance_fail0.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_compliance_fail0 "out/component_compliance_fail0/component_compliance_fail0.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/verify
mkdir -p "out/component_compliance_fail0"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=component_compliance_fail0 "out/component_compliance_fail0/component_compliance_fail0.dzn" 2>"out/component_compliance_fail0"/verify/"component_compliance_fail0".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/component_compliance_fail0"/verify/"component_compliance_fail0"| test ! -s "out/component_compliance_fail0/baseline/verify/component_compliance_fail0"| test ! -s "out/component_compliance_fail0/baseline/verify/component_compliance_fail0".stderr;} || (diff -uwB "out/component_compliance_fail0/baseline/verify/component_compliance_fail0" "out/component_compliance_fail0"/verify/"component_compliance_fail0" && (test ! -s "out/component_compliance_fail0"/verify/"component_compliance_fail0".stderr || (sed -i s,.\r,,g "out/component_compliance_fail0"/verify/"component_compliance_fail0".stderr; diff -u "out/component_compliance_fail0/baseline/verify/component_compliance_fail0".stderr "out/component_compliance_fail0"/verify/"component_compliance_fail0".stderr))) || { echo "out/component_compliance_fail0"/verify/"component_compliance_fail0".stderr:; cat "out/component_compliance_fail0"/verify/"component_compliance_fail0".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/component_compliance_fail0" OUT="out/component_compliance_fail0"/c++03 MODEL="component_compliance_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_compliance_fail0/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/component_compliance_fail0/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/component_compliance_fail0/c++03"/dzn/$file;\
done
ls: cannot access 'out/component_compliance_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_compliance_fail0/component_compliance_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'component_compliance_fail0' -o "out/component_compliance_fail0/c++03" "$file";\
done
+ for file in "out/component_compliance_fail0/component_compliance_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m component_compliance_fail0 -o out/component_compliance_fail0/c++03 out/component_compliance_fail0/component_compliance_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/build-c++03
mkdir -p "out/component_compliance_fail0"/c++03 && ln -sf "out/component_compliance_fail0" "out/component_compliance_fail0" && make DIR="out/component_compliance_fail0" LANGUAGE=c++03 OUT="out/component_compliance_fail0"/c++03 IN="out/component_compliance_fail0"/c++03 MAIN="out/component_compliance_fail0/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/component_compliance_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_compliance_fail0/c++03/main.d -MT 'out/component_compliance_fail0/c++03/main.d out/component_compliance_fail0/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_compliance_fail0/c++03 -Iout/component_compliance_fail0/c++03/.. -Iout/component_compliance_fail0/c++03 -Iout/component_compliance_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_compliance_fail0/c++03/main.o out/component_compliance_fail0/c++03/main.cc
mkdir -p out/component_compliance_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_compliance_fail0/c++03/component_compliance_fail0.d -MT 'out/component_compliance_fail0/c++03/component_compliance_fail0.d out/component_compliance_fail0/c++03/component_compliance_fail0.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_compliance_fail0/c++03 -Iout/component_compliance_fail0/c++03/.. -Iout/component_compliance_fail0/c++03 -Iout/component_compliance_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_compliance_fail0/c++03/component_compliance_fail0.o out/component_compliance_fail0/c++03/component_compliance_fail0.cc
mkdir -p out/component_compliance_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_compliance_fail0/c++03/pump.d -MT 'out/component_compliance_fail0/c++03/pump.d out/component_compliance_fail0/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_compliance_fail0/c++03 -Iout/component_compliance_fail0/c++03/.. -Iout/component_compliance_fail0/c++03 -Iout/component_compliance_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_compliance_fail0/c++03/pump.o out/component_compliance_fail0/c++03/pump.cc
mkdir -p out/component_compliance_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_compliance_fail0/c++03/runtime.d -MT 'out/component_compliance_fail0/c++03/runtime.d out/component_compliance_fail0/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_compliance_fail0/c++03 -Iout/component_compliance_fail0/c++03/.. -Iout/component_compliance_fail0/c++03 -Iout/component_compliance_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_compliance_fail0/c++03/runtime.o out/component_compliance_fail0/c++03/runtime.cc
mkdir -p out/component_compliance_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_compliance_fail0/c++03/test -MT 'out/component_compliance_fail0/c++03/test out/component_compliance_fail0/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_compliance_fail0/c++03 -Iout/component_compliance_fail0/c++03/.. -Iout/component_compliance_fail0/c++03 -Iout/component_compliance_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/component_compliance_fail0/c++03/test out/component_compliance_fail0/c++03/main.o out/component_compliance_fail0/c++03/component_compliance_fail0.o out/component_compliance_fail0/c++03/pump.o out/component_compliance_fail0/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/component_compliance_fail0" OUT="out/component_compliance_fail0"/javascript MODEL="component_compliance_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_compliance_fail0/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/component_compliance_fail0/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/component_compliance_fail0/javascript"/dzn/$file;\
done
ls: cannot access 'out/component_compliance_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_compliance_fail0/component_compliance_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'component_compliance_fail0' -o "out/component_compliance_fail0/javascript" "$file";\
done
+ for file in "out/component_compliance_fail0/component_compliance_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m component_compliance_fail0 -o out/component_compliance_fail0/javascript out/component_compliance_fail0/component_compliance_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/build-javascript
mkdir -p "out/component_compliance_fail0"/javascript && ln -sf "out/component_compliance_fail0" "out/component_compliance_fail0" && make DIR="out/component_compliance_fail0" LANGUAGE=javascript OUT="out/component_compliance_fail0"/javascript IN="out/component_compliance_fail0"/javascript MAIN="out/component_compliance_fail0/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/component_compliance_fail0/javascript/main.js out/component_compliance_fail0/javascript/test
chmod +x out/component_compliance_fail0/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/execute-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/execute-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/execute-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_compliance_fail0/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/convert
convert: [SKIPPED] no DM file "out/component_deadlock_fail1/component_deadlock_fail1.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/component_deadlock_fail1/component_deadlock_fail1.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/component_deadlock_fail1" OUT="out/component_deadlock_fail1"/c++ MODEL="component_deadlock_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deadlock_fail1/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/component_deadlock_fail1/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/component_deadlock_fail1/c++"/dzn/$file;\
done
ls: cannot access 'out/component_deadlock_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/component_deadlock_fail1/component_deadlock_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'component_deadlock_fail1' -o "out/component_deadlock_fail1/c++" "$file";\
done
+ for file in "out/component_deadlock_fail1/component_deadlock_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m component_deadlock_fail1 -o out/component_deadlock_fail1/c++ out/component_deadlock_fail1/component_deadlock_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/build-c++
mkdir -p "out/component_deadlock_fail1"/c++ && ln -sf "out/component_deadlock_fail1" "out/component_deadlock_fail1" && make DIR="out/component_deadlock_fail1" LANGUAGE=c++ OUT="out/component_deadlock_fail1"/c++ IN="out/component_deadlock_fail1"/c++ MAIN="out/component_deadlock_fail1/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/component_deadlock_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail1/c++/main.d -MT 'out/component_deadlock_fail1/c++/main.d out/component_deadlock_fail1/c++/main.o' -pthread -Iout/component_deadlock_fail1/c++ -Iout/component_deadlock_fail1/c++/.. -Iout/component_deadlock_fail1/c++ -Iout/component_deadlock_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail1/c++/main.o out/component_deadlock_fail1/c++/main.cc
mkdir -p out/component_deadlock_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail1/c++/pump.d -MT 'out/component_deadlock_fail1/c++/pump.d out/component_deadlock_fail1/c++/pump.o' -pthread -Iout/component_deadlock_fail1/c++ -Iout/component_deadlock_fail1/c++/.. -Iout/component_deadlock_fail1/c++ -Iout/component_deadlock_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail1/c++/pump.o out/component_deadlock_fail1/c++/pump.cc
mkdir -p out/component_deadlock_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail1/c++/runtime.d -MT 'out/component_deadlock_fail1/c++/runtime.d out/component_deadlock_fail1/c++/runtime.o' -pthread -Iout/component_deadlock_fail1/c++ -Iout/component_deadlock_fail1/c++/.. -Iout/component_deadlock_fail1/c++ -Iout/component_deadlock_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail1/c++/runtime.o out/component_deadlock_fail1/c++/runtime.cc
mkdir -p out/component_deadlock_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail1/c++/component_deadlock_fail1.d -MT 'out/component_deadlock_fail1/c++/component_deadlock_fail1.d out/component_deadlock_fail1/c++/component_deadlock_fail1.o' -pthread -Iout/component_deadlock_fail1/c++ -Iout/component_deadlock_fail1/c++/.. -Iout/component_deadlock_fail1/c++ -Iout/component_deadlock_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail1/c++/component_deadlock_fail1.o out/component_deadlock_fail1/c++/component_deadlock_fail1.cc
mkdir -p out/component_deadlock_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail1/c++/test -MT 'out/component_deadlock_fail1/c++/test out/component_deadlock_fail1/c++/test' -pthread -Iout/component_deadlock_fail1/c++ -Iout/component_deadlock_fail1/c++/.. -Iout/component_deadlock_fail1/c++ -Iout/component_deadlock_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/component_deadlock_fail1/c++/test out/component_deadlock_fail1/c++/main.o out/component_deadlock_fail1/c++/pump.o out/component_deadlock_fail1/c++/runtime.o out/component_deadlock_fail1/c++/component_deadlock_fail1.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/execute-c++
timeout 2 diff -uwB out/component_deadlock_fail1/component_deadlock_fail1.trace.0 <(set -o pipefail;cat out/component_deadlock_fail1/component_deadlock_fail1.trace.0 | "out/component_deadlock_fail1"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/component_deadlock_fail1/component_deadlock_fail1.trace.0 | "out/component_deadlock_fail1"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/run
diff -uwB <(grep -v "" "out/component_deadlock_fail1/component_deadlock_fail1.trace.0") <(grep -v "" "out/component_deadlock_fail1/component_deadlock_fail1.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_deadlock_fail1 "out/component_deadlock_fail1/component_deadlock_fail1.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/verify
mkdir -p "out/component_deadlock_fail1"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=component_deadlock_fail1 "out/component_deadlock_fail1/component_deadlock_fail1.dzn" 2>"out/component_deadlock_fail1"/verify/"component_deadlock_fail1".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/component_deadlock_fail1"/verify/"component_deadlock_fail1"| test ! -s "out/component_deadlock_fail1/baseline/verify/component_deadlock_fail1"| test ! -s "out/component_deadlock_fail1/baseline/verify/component_deadlock_fail1".stderr;} || (diff -uwB "out/component_deadlock_fail1/baseline/verify/component_deadlock_fail1" "out/component_deadlock_fail1"/verify/"component_deadlock_fail1" && (test ! -s "out/component_deadlock_fail1"/verify/"component_deadlock_fail1".stderr || (sed -i s,.\r,,g "out/component_deadlock_fail1"/verify/"component_deadlock_fail1".stderr; diff -u "out/component_deadlock_fail1/baseline/verify/component_deadlock_fail1".stderr "out/component_deadlock_fail1"/verify/"component_deadlock_fail1".stderr))) || { echo "out/component_deadlock_fail1"/verify/"component_deadlock_fail1".stderr:; cat "out/component_deadlock_fail1"/verify/"component_deadlock_fail1".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/component_deadlock_fail1" OUT="out/component_deadlock_fail1"/c++03 MODEL="component_deadlock_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deadlock_fail1/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/component_deadlock_fail1/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/component_deadlock_fail1/c++03"/dzn/$file;\
done
ls: cannot access 'out/component_deadlock_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/component_deadlock_fail1/component_deadlock_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'component_deadlock_fail1' -o "out/component_deadlock_fail1/c++03" "$file";\
done
+ for file in "out/component_deadlock_fail1/component_deadlock_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m component_deadlock_fail1 -o out/component_deadlock_fail1/c++03 out/component_deadlock_fail1/component_deadlock_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/build-c++03
mkdir -p "out/component_deadlock_fail1"/c++03 && ln -sf "out/component_deadlock_fail1" "out/component_deadlock_fail1" && make DIR="out/component_deadlock_fail1" LANGUAGE=c++03 OUT="out/component_deadlock_fail1"/c++03 IN="out/component_deadlock_fail1"/c++03 MAIN="out/component_deadlock_fail1/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/component_deadlock_fail1/c++03/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail1/c++03/main.d -MT 'out/component_deadlock_fail1/c++03/main.d out/component_deadlock_fail1/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deadlock_fail1/c++03 -Iout/component_deadlock_fail1/c++03/.. -Iout/component_deadlock_fail1/c++03 -Iout/component_deadlock_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail1/c++03/main.o out/component_deadlock_fail1/c++03/main.cc
mkdir -p out/component_deadlock_fail1/c++03/
g++ -g -std=c++11 -MMD -MF out/component_deadlock_fail1/c++03/pump.d -MT 'out/component_deadlock_fail1/c++03/pump.d out/component_deadlock_fail1/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deadlock_fail1/c++03 -Iout/component_deadlock_fail1/c++03/.. -Iout/component_deadlock_fail1/c++03 -Iout/component_deadlock_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail1/c++03/pump.o out/component_deadlock_fail1/c++03/pump.cc
mkdir -p out/component_deadlock_fail1/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deadlock_fail1/c++03/runtime.d -MT 'out/component_deadlock_fail1/c++03/runtime.d out/component_deadlock_fail1/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deadlock_fail1/c++03 -Iout/component_deadlock_fail1/c++03/.. -Iout/component_deadlock_fail1/c++03 -Iout/component_deadlock_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail1/c++03/runtime.o out/component_deadlock_fail1/c++03/runtime.cc
mkdir -p out/component_deadlock_fail1/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deadlock_fail1/c++03/component_deadlock_fail1.d -MT 'out/component_deadlock_fail1/c++03/component_deadlock_fail1.d out/component_deadlock_fail1/c++03/component_deadlock_fail1.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deadlock_fail1/c++03 -Iout/component_deadlock_fail1/c++03/.. -Iout/component_deadlock_fail1/c++03 -Iout/component_deadlock_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deadlock_fail1/c++03/component_deadlock_fail1.o out/component_deadlock_fail1/c++03/component_deadlock_fail1.cc
mkdir -p out/component_deadlock_fail1/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deadlock_fail1/c++03/test -MT 'out/component_deadlock_fail1/c++03/test out/component_deadlock_fail1/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deadlock_fail1/c++03 -Iout/component_deadlock_fail1/c++03/.. -Iout/component_deadlock_fail1/c++03 -Iout/component_deadlock_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/component_deadlock_fail1/c++03/test out/component_deadlock_fail1/c++03/main.o out/component_deadlock_fail1/c++03/pump.o out/component_deadlock_fail1/c++03/runtime.o out/component_deadlock_fail1/c++03/component_deadlock_fail1.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/execute-c++03
timeout 2 diff -uwB out/component_deadlock_fail1/component_deadlock_fail1.trace.0 <(set -o pipefail;cat out/component_deadlock_fail1/component_deadlock_fail1.trace.0 | "out/component_deadlock_fail1"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/component_deadlock_fail1/component_deadlock_fail1.trace.0 | "out/component_deadlock_fail1"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/component_deadlock_fail1" OUT="out/component_deadlock_fail1"/javascript MODEL="component_deadlock_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deadlock_fail1/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/component_deadlock_fail1/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/component_deadlock_fail1/javascript"/dzn/$file;\
done
ls: cannot access 'out/component_deadlock_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/component_deadlock_fail1/component_deadlock_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'component_deadlock_fail1' -o "out/component_deadlock_fail1/javascript" "$file";\
done
+ for file in "out/component_deadlock_fail1/component_deadlock_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m component_deadlock_fail1 -o out/component_deadlock_fail1/javascript out/component_deadlock_fail1/component_deadlock_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/build-javascript
mkdir -p "out/component_deadlock_fail1"/javascript && ln -sf "out/component_deadlock_fail1" "out/component_deadlock_fail1" && make DIR="out/component_deadlock_fail1" LANGUAGE=javascript OUT="out/component_deadlock_fail1"/javascript IN="out/component_deadlock_fail1"/javascript MAIN="out/component_deadlock_fail1/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/component_deadlock_fail1/javascript/main.js out/component_deadlock_fail1/javascript/test
chmod +x out/component_deadlock_fail1/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/execute-javascript
timeout 2 diff -uwB out/component_deadlock_fail1/component_deadlock_fail1.trace.0 <(set -o pipefail;cat out/component_deadlock_fail1/component_deadlock_fail1.trace.0 | node "out/component_deadlock_fail1"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/component_deadlock_fail1/component_deadlock_fail1.trace.0 | node "out/component_deadlock_fail1"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deadlock_fail1/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/convert
convert: [SKIPPED] no DM file "out/component_deterministic_fail0/component_deterministic_fail0.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/component_deterministic_fail0" OUT="out/component_deterministic_fail0"/c++ MODEL="component_deterministic_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deterministic_fail0/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/component_deterministic_fail0/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/component_deterministic_fail0/c++"/dzn/$file;\
done
ls: cannot access 'out/component_deterministic_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_deterministic_fail0/component_deterministic_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'component_deterministic_fail0' -o "out/component_deterministic_fail0/c++" "$file";\
done
+ for file in "out/component_deterministic_fail0/component_deterministic_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m component_deterministic_fail0 -o out/component_deterministic_fail0/c++ out/component_deterministic_fail0/component_deterministic_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/build-c++
mkdir -p "out/component_deterministic_fail0"/c++ && ln -sf "out/component_deterministic_fail0" "out/component_deterministic_fail0" && make DIR="out/component_deterministic_fail0" LANGUAGE=c++ OUT="out/component_deterministic_fail0"/c++ IN="out/component_deterministic_fail0"/c++ MAIN="out/component_deterministic_fail0/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/component_deterministic_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail0/c++/main.d -MT 'out/component_deterministic_fail0/c++/main.d out/component_deterministic_fail0/c++/main.o' -pthread -Iout/component_deterministic_fail0/c++ -Iout/component_deterministic_fail0/c++/.. -Iout/component_deterministic_fail0/c++ -Iout/component_deterministic_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail0/c++/main.o out/component_deterministic_fail0/c++/main.cc
mkdir -p out/component_deterministic_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail0/c++/pump.d -MT 'out/component_deterministic_fail0/c++/pump.d out/component_deterministic_fail0/c++/pump.o' -pthread -Iout/component_deterministic_fail0/c++ -Iout/component_deterministic_fail0/c++/.. -Iout/component_deterministic_fail0/c++ -Iout/component_deterministic_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail0/c++/pump.o out/component_deterministic_fail0/c++/pump.cc
mkdir -p out/component_deterministic_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail0/c++/runtime.d -MT 'out/component_deterministic_fail0/c++/runtime.d out/component_deterministic_fail0/c++/runtime.o' -pthread -Iout/component_deterministic_fail0/c++ -Iout/component_deterministic_fail0/c++/.. -Iout/component_deterministic_fail0/c++ -Iout/component_deterministic_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail0/c++/runtime.o out/component_deterministic_fail0/c++/runtime.cc
mkdir -p out/component_deterministic_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail0/c++/component_deterministic_fail0.d -MT 'out/component_deterministic_fail0/c++/component_deterministic_fail0.d out/component_deterministic_fail0/c++/component_deterministic_fail0.o' -pthread -Iout/component_deterministic_fail0/c++ -Iout/component_deterministic_fail0/c++/.. -Iout/component_deterministic_fail0/c++ -Iout/component_deterministic_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail0/c++/component_deterministic_fail0.o out/component_deterministic_fail0/c++/component_deterministic_fail0.cc
mkdir -p out/component_deterministic_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail0/c++/test -MT 'out/component_deterministic_fail0/c++/test out/component_deterministic_fail0/c++/test' -pthread -Iout/component_deterministic_fail0/c++ -Iout/component_deterministic_fail0/c++/.. -Iout/component_deterministic_fail0/c++ -Iout/component_deterministic_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/component_deterministic_fail0/c++/test out/component_deterministic_fail0/c++/main.o out/component_deterministic_fail0/c++/pump.o out/component_deterministic_fail0/c++/runtime.o out/component_deterministic_fail0/c++/component_deterministic_fail0.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/component_deterministic_fail0/component_deterministic_fail0.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/run
diff -uwB <(grep -v "" "out/component_deterministic_fail0/component_deterministic_fail0.trace.0") <(grep -v "" "out/component_deterministic_fail0/component_deterministic_fail0.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_deterministic_fail0 "out/component_deterministic_fail0/component_deterministic_fail0.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/component_deterministic_fail0/component_deterministic_fail0.trace.1") <(grep -v "" "out/component_deterministic_fail0/component_deterministic_fail0.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_deterministic_fail0 "out/component_deterministic_fail0/component_deterministic_fail0.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/verify
mkdir -p "out/component_deterministic_fail0"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=component_deterministic_fail0 "out/component_deterministic_fail0/component_deterministic_fail0.dzn" 2>"out/component_deterministic_fail0"/verify/"component_deterministic_fail0".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/component_deterministic_fail0"/verify/"component_deterministic_fail0"| test ! -s "out/component_deterministic_fail0/baseline/verify/component_deterministic_fail0"| test ! -s "out/component_deterministic_fail0/baseline/verify/component_deterministic_fail0".stderr;} || (diff -uwB "out/component_deterministic_fail0/baseline/verify/component_deterministic_fail0" "out/component_deterministic_fail0"/verify/"component_deterministic_fail0" && (test ! -s "out/component_deterministic_fail0"/verify/"component_deterministic_fail0".stderr || (sed -i s,.\r,,g "out/component_deterministic_fail0"/verify/"component_deterministic_fail0".stderr; diff -u "out/component_deterministic_fail0/baseline/verify/component_deterministic_fail0".stderr "out/component_deterministic_fail0"/verify/"component_deterministic_fail0".stderr))) || { echo "out/component_deterministic_fail0"/verify/"component_deterministic_fail0".stderr:; cat "out/component_deterministic_fail0"/verify/"component_deterministic_fail0".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/component_deterministic_fail0" OUT="out/component_deterministic_fail0"/c++03 MODEL="component_deterministic_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deterministic_fail0/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/component_deterministic_fail0/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/component_deterministic_fail0/c++03"/dzn/$file;\
done
ls: cannot access 'out/component_deterministic_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_deterministic_fail0/component_deterministic_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'component_deterministic_fail0' -o "out/component_deterministic_fail0/c++03" "$file";\
done
+ for file in "out/component_deterministic_fail0/component_deterministic_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m component_deterministic_fail0 -o out/component_deterministic_fail0/c++03 out/component_deterministic_fail0/component_deterministic_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/build-c++03
mkdir -p "out/component_deterministic_fail0"/c++03 && ln -sf "out/component_deterministic_fail0" "out/component_deterministic_fail0" && make DIR="out/component_deterministic_fail0" LANGUAGE=c++03 OUT="out/component_deterministic_fail0"/c++03 IN="out/component_deterministic_fail0"/c++03 MAIN="out/component_deterministic_fail0/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/component_deterministic_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail0/c++03/main.d -MT 'out/component_deterministic_fail0/c++03/main.d out/component_deterministic_fail0/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deterministic_fail0/c++03 -Iout/component_deterministic_fail0/c++03/.. -Iout/component_deterministic_fail0/c++03 -Iout/component_deterministic_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail0/c++03/main.o out/component_deterministic_fail0/c++03/main.cc
mkdir -p out/component_deterministic_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail0/c++03/pump.d -MT 'out/component_deterministic_fail0/c++03/pump.d out/component_deterministic_fail0/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deterministic_fail0/c++03 -Iout/component_deterministic_fail0/c++03/.. -Iout/component_deterministic_fail0/c++03 -Iout/component_deterministic_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail0/c++03/pump.o out/component_deterministic_fail0/c++03/pump.cc
mkdir -p out/component_deterministic_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deterministic_fail0/c++03/runtime.d -MT 'out/component_deterministic_fail0/c++03/runtime.d out/component_deterministic_fail0/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deterministic_fail0/c++03 -Iout/component_deterministic_fail0/c++03/.. -Iout/component_deterministic_fail0/c++03 -Iout/component_deterministic_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail0/c++03/runtime.o out/component_deterministic_fail0/c++03/runtime.cc
mkdir -p out/component_deterministic_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deterministic_fail0/c++03/component_deterministic_fail0.d -MT 'out/component_deterministic_fail0/c++03/component_deterministic_fail0.d out/component_deterministic_fail0/c++03/component_deterministic_fail0.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deterministic_fail0/c++03 -Iout/component_deterministic_fail0/c++03/.. -Iout/component_deterministic_fail0/c++03 -Iout/component_deterministic_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail0/c++03/component_deterministic_fail0.o out/component_deterministic_fail0/c++03/component_deterministic_fail0.cc
mkdir -p out/component_deterministic_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deterministic_fail0/c++03/test -MT 'out/component_deterministic_fail0/c++03/test out/component_deterministic_fail0/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deterministic_fail0/c++03 -Iout/component_deterministic_fail0/c++03/.. -Iout/component_deterministic_fail0/c++03 -Iout/component_deterministic_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/component_deterministic_fail0/c++03/test out/component_deterministic_fail0/c++03/main.o out/component_deterministic_fail0/c++03/pump.o out/component_deterministic_fail0/c++03/runtime.o out/component_deterministic_fail0/c++03/component_deterministic_fail0.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/component_deterministic_fail0" OUT="out/component_deterministic_fail0"/javascript MODEL="component_deterministic_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deterministic_fail0/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/component_deterministic_fail0/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/component_deterministic_fail0/javascript"/dzn/$file;\
done
ls: cannot access 'out/component_deterministic_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_deterministic_fail0/component_deterministic_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'component_deterministic_fail0' -o "out/component_deterministic_fail0/javascript" "$file";\
done
+ for file in "out/component_deterministic_fail0/component_deterministic_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m component_deterministic_fail0 -o out/component_deterministic_fail0/javascript out/component_deterministic_fail0/component_deterministic_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/build-javascript
mkdir -p "out/component_deterministic_fail0"/javascript && ln -sf "out/component_deterministic_fail0" "out/component_deterministic_fail0" && make DIR="out/component_deterministic_fail0" LANGUAGE=javascript OUT="out/component_deterministic_fail0"/javascript IN="out/component_deterministic_fail0"/javascript MAIN="out/component_deterministic_fail0/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/component_deterministic_fail0/javascript/main.js out/component_deterministic_fail0/javascript/test
chmod +x out/component_deterministic_fail0/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/execute-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/execute-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/execute-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail0/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/convert
convert: [SKIPPED] no DM file "out/hello space/hello_space.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello space/hello space.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello space" OUT="out/hello space"/c++ MODEL="hello space" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello space/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello space/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello space/c++"/dzn/$file;\
done
ls: cannot access 'out/hello space/*/*.dzn': No such file or directory
set -x; for file in "out/hello space/hello space.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello space' -o "out/hello space/c++" "$file";\
done
+ for file in "out/hello space/hello space.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello space' -o 'out/hello space/c++' 'out/hello space/hello space.dzn'
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/build-c++
mkdir -p "out/hello space"/c++ && ln -sf "out/hello space" "out/hello\space" && make DIR="out/hello space" LANGUAGE=c++ OUT="out/hello space"/c++ IN="out/hello space"/c++ -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make:24: *** mixed implicit and normal rules: deprecated syntax
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make:39: warning: overriding recipe for target 'out/hello'
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make:25: warning: ignoring old recipe for target 'out/hello'
make: *** out/hello: Is a directory. Stop.
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/execute-c++
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/run
diff -uwB <(grep -v "" "out/hello space/hello_space.trace.0") <(grep -v "" "out/hello space/hello_space.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_space "out/hello space/hello space.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/triangle-c++
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/verify
mkdir -p "out/hello space"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_space "out/hello space/hello space.dzn" 2>"out/hello space"/verify/"hello space".stderr)";err="$(cat "out/hello space"/verify/"hello space".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello space"/verify/"hello space".stderr:; cat "out/hello space"/verify/"hello space".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello space" OUT="out/hello space"/c++03 MODEL="hello space" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello space/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello space/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello space/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello space/*/*.dzn': No such file or directory
set -x; for file in "out/hello space/hello space.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello space' -o "out/hello space/c++03" "$file";\
done
+ for file in "out/hello space/hello space.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello space' -o 'out/hello space/c++03' 'out/hello space/hello space.dzn'
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/build-c++03
mkdir -p "out/hello space"/c++03 && ln -sf "out/hello space" "out/hello\space" && make DIR="out/hello space" LANGUAGE=c++03 OUT="out/hello space"/c++03 IN="out/hello space"/c++03 -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make:29: *** mixed implicit and normal rules: deprecated syntax
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make:47: warning: overriding recipe for target 'out/hello'
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make:30: warning: ignoring old recipe for target 'out/hello'
make: *** out/hello: Is a directory. Stop.
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/execute-c++03
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello space" OUT="out/hello space"/javascript MODEL="hello space" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello space/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello space/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello space/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello space/*/*.dzn': No such file or directory
set -x; for file in "out/hello space/hello space.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello space' -o "out/hello space/javascript" "$file";\
done
+ for file in "out/hello space/hello space.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello space' -o 'out/hello space/javascript' 'out/hello space/hello space.dzn'
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/build-javascript
mkdir -p "out/hello space"/javascript && ln -sf "out/hello space" "out/hello\space" && make DIR="out/hello space" LANGUAGE=javascript OUT="out/hello space"/javascript IN="out/hello space"/javascript -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
make: Circular out/hello <- out/hello dependency dropped.
make: *** No rule to make target 'space/javascript/main.js', needed by 'out/hello'. Stop.
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/execute-javascript
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello space/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/convert
convert: [SKIPPED] no DM file "out/component_deterministic_fail1/component_deterministic_fail1.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/component_deterministic_fail1" OUT="out/component_deterministic_fail1"/c++ MODEL="component_deterministic_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deterministic_fail1/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/component_deterministic_fail1/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/component_deterministic_fail1/c++"/dzn/$file;\
done
ls: cannot access 'out/component_deterministic_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/component_deterministic_fail1/component_deterministic_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'component_deterministic_fail1' -o "out/component_deterministic_fail1/c++" "$file";\
done
+ for file in "out/component_deterministic_fail1/component_deterministic_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m component_deterministic_fail1 -o out/component_deterministic_fail1/c++ out/component_deterministic_fail1/component_deterministic_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/build-c++
mkdir -p "out/component_deterministic_fail1"/c++ && ln -sf "out/component_deterministic_fail1" "out/component_deterministic_fail1" && make DIR="out/component_deterministic_fail1" LANGUAGE=c++ OUT="out/component_deterministic_fail1"/c++ IN="out/component_deterministic_fail1"/c++ MAIN="out/component_deterministic_fail1/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/component_deterministic_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail1/c++/main.d -MT 'out/component_deterministic_fail1/c++/main.d out/component_deterministic_fail1/c++/main.o' -pthread -Iout/component_deterministic_fail1/c++ -Iout/component_deterministic_fail1/c++/.. -Iout/component_deterministic_fail1/c++ -Iout/component_deterministic_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail1/c++/main.o out/component_deterministic_fail1/c++/main.cc
mkdir -p out/component_deterministic_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail1/c++/component_deterministic_fail1.d -MT 'out/component_deterministic_fail1/c++/component_deterministic_fail1.d out/component_deterministic_fail1/c++/component_deterministic_fail1.o' -pthread -Iout/component_deterministic_fail1/c++ -Iout/component_deterministic_fail1/c++/.. -Iout/component_deterministic_fail1/c++ -Iout/component_deterministic_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail1/c++/component_deterministic_fail1.o out/component_deterministic_fail1/c++/component_deterministic_fail1.cc
mkdir -p out/component_deterministic_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail1/c++/pump.d -MT 'out/component_deterministic_fail1/c++/pump.d out/component_deterministic_fail1/c++/pump.o' -pthread -Iout/component_deterministic_fail1/c++ -Iout/component_deterministic_fail1/c++/.. -Iout/component_deterministic_fail1/c++ -Iout/component_deterministic_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail1/c++/pump.o out/component_deterministic_fail1/c++/pump.cc
mkdir -p out/component_deterministic_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail1/c++/runtime.d -MT 'out/component_deterministic_fail1/c++/runtime.d out/component_deterministic_fail1/c++/runtime.o' -pthread -Iout/component_deterministic_fail1/c++ -Iout/component_deterministic_fail1/c++/.. -Iout/component_deterministic_fail1/c++ -Iout/component_deterministic_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail1/c++/runtime.o out/component_deterministic_fail1/c++/runtime.cc
mkdir -p out/component_deterministic_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail1/c++/test -MT 'out/component_deterministic_fail1/c++/test out/component_deterministic_fail1/c++/test' -pthread -Iout/component_deterministic_fail1/c++ -Iout/component_deterministic_fail1/c++/.. -Iout/component_deterministic_fail1/c++ -Iout/component_deterministic_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/component_deterministic_fail1/c++/test out/component_deterministic_fail1/c++/main.o out/component_deterministic_fail1/c++/component_deterministic_fail1.o out/component_deterministic_fail1/c++/pump.o out/component_deterministic_fail1/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/component_deterministic_fail1/component_deterministic_fail1.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/run
diff -uwB <(grep -v "" "out/component_deterministic_fail1/component_deterministic_fail1.trace.0") <(grep -v "" "out/component_deterministic_fail1/component_deterministic_fail1.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_deterministic_fail1 "out/component_deterministic_fail1/component_deterministic_fail1.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/component_deterministic_fail1/component_deterministic_fail1.trace.1") <(grep -v "" "out/component_deterministic_fail1/component_deterministic_fail1.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_deterministic_fail1 "out/component_deterministic_fail1/component_deterministic_fail1.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/verify
mkdir -p "out/component_deterministic_fail1"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=component_deterministic_fail1 "out/component_deterministic_fail1/component_deterministic_fail1.dzn" 2>"out/component_deterministic_fail1"/verify/"component_deterministic_fail1".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/component_deterministic_fail1"/verify/"component_deterministic_fail1"| test ! -s "out/component_deterministic_fail1/baseline/verify/component_deterministic_fail1"| test ! -s "out/component_deterministic_fail1/baseline/verify/component_deterministic_fail1".stderr;} || (diff -uwB "out/component_deterministic_fail1/baseline/verify/component_deterministic_fail1" "out/component_deterministic_fail1"/verify/"component_deterministic_fail1" && (test ! -s "out/component_deterministic_fail1"/verify/"component_deterministic_fail1".stderr || (sed -i s,.\r,,g "out/component_deterministic_fail1"/verify/"component_deterministic_fail1".stderr; diff -u "out/component_deterministic_fail1/baseline/verify/component_deterministic_fail1".stderr "out/component_deterministic_fail1"/verify/"component_deterministic_fail1".stderr))) || { echo "out/component_deterministic_fail1"/verify/"component_deterministic_fail1".stderr:; cat "out/component_deterministic_fail1"/verify/"component_deterministic_fail1".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/component_deterministic_fail1" OUT="out/component_deterministic_fail1"/c++03 MODEL="component_deterministic_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deterministic_fail1/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/component_deterministic_fail1/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/component_deterministic_fail1/c++03"/dzn/$file;\
done
ls: cannot access 'out/component_deterministic_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/component_deterministic_fail1/component_deterministic_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'component_deterministic_fail1' -o "out/component_deterministic_fail1/c++03" "$file";\
done
+ for file in "out/component_deterministic_fail1/component_deterministic_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m component_deterministic_fail1 -o out/component_deterministic_fail1/c++03 out/component_deterministic_fail1/component_deterministic_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/build-c++03
mkdir -p "out/component_deterministic_fail1"/c++03 && ln -sf "out/component_deterministic_fail1" "out/component_deterministic_fail1" && make DIR="out/component_deterministic_fail1" LANGUAGE=c++03 OUT="out/component_deterministic_fail1"/c++03 IN="out/component_deterministic_fail1"/c++03 MAIN="out/component_deterministic_fail1/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/component_deterministic_fail1/c++03/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail1/c++03/main.d -MT 'out/component_deterministic_fail1/c++03/main.d out/component_deterministic_fail1/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deterministic_fail1/c++03 -Iout/component_deterministic_fail1/c++03/.. -Iout/component_deterministic_fail1/c++03 -Iout/component_deterministic_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail1/c++03/main.o out/component_deterministic_fail1/c++03/main.cc
mkdir -p out/component_deterministic_fail1/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deterministic_fail1/c++03/component_deterministic_fail1.d -MT 'out/component_deterministic_fail1/c++03/component_deterministic_fail1.d out/component_deterministic_fail1/c++03/component_deterministic_fail1.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deterministic_fail1/c++03 -Iout/component_deterministic_fail1/c++03/.. -Iout/component_deterministic_fail1/c++03 -Iout/component_deterministic_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail1/c++03/component_deterministic_fail1.o out/component_deterministic_fail1/c++03/component_deterministic_fail1.cc
mkdir -p out/component_deterministic_fail1/c++03/
g++ -g -std=c++11 -MMD -MF out/component_deterministic_fail1/c++03/pump.d -MT 'out/component_deterministic_fail1/c++03/pump.d out/component_deterministic_fail1/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deterministic_fail1/c++03 -Iout/component_deterministic_fail1/c++03/.. -Iout/component_deterministic_fail1/c++03 -Iout/component_deterministic_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail1/c++03/pump.o out/component_deterministic_fail1/c++03/pump.cc
mkdir -p out/component_deterministic_fail1/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deterministic_fail1/c++03/runtime.d -MT 'out/component_deterministic_fail1/c++03/runtime.d out/component_deterministic_fail1/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deterministic_fail1/c++03 -Iout/component_deterministic_fail1/c++03/.. -Iout/component_deterministic_fail1/c++03 -Iout/component_deterministic_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_deterministic_fail1/c++03/runtime.o out/component_deterministic_fail1/c++03/runtime.cc
mkdir -p out/component_deterministic_fail1/c++03/
g++ -g -std=c++03 -MMD -MF out/component_deterministic_fail1/c++03/test -MT 'out/component_deterministic_fail1/c++03/test out/component_deterministic_fail1/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_deterministic_fail1/c++03 -Iout/component_deterministic_fail1/c++03/.. -Iout/component_deterministic_fail1/c++03 -Iout/component_deterministic_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/component_deterministic_fail1/c++03/test out/component_deterministic_fail1/c++03/main.o out/component_deterministic_fail1/c++03/component_deterministic_fail1.o out/component_deterministic_fail1/c++03/pump.o out/component_deterministic_fail1/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/component_deterministic_fail1" OUT="out/component_deterministic_fail1"/javascript MODEL="component_deterministic_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_deterministic_fail1/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/component_deterministic_fail1/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/component_deterministic_fail1/javascript"/dzn/$file;\
done
ls: cannot access 'out/component_deterministic_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/component_deterministic_fail1/component_deterministic_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'component_deterministic_fail1' -o "out/component_deterministic_fail1/javascript" "$file";\
done
+ for file in "out/component_deterministic_fail1/component_deterministic_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m component_deterministic_fail1 -o out/component_deterministic_fail1/javascript out/component_deterministic_fail1/component_deterministic_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/build-javascript
mkdir -p "out/component_deterministic_fail1"/javascript && ln -sf "out/component_deterministic_fail1" "out/component_deterministic_fail1" && make DIR="out/component_deterministic_fail1" LANGUAGE=javascript OUT="out/component_deterministic_fail1"/javascript IN="out/component_deterministic_fail1"/javascript MAIN="out/component_deterministic_fail1/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/component_deterministic_fail1/javascript/main.js out/component_deterministic_fail1/javascript/test
chmod +x out/component_deterministic_fail1/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/execute-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/execute-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/execute-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_deterministic_fail1/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/convert
convert: [SKIPPED] no DM file "out/component_illegal_fail0/component_illegal_fail0.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/component_illegal_fail0" OUT="out/component_illegal_fail0"/c++ MODEL="component_illegal_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_illegal_fail0/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/component_illegal_fail0/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/component_illegal_fail0/c++"/dzn/$file;\
done
ls: cannot access 'out/component_illegal_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_illegal_fail0/component_illegal_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'component_illegal_fail0' -o "out/component_illegal_fail0/c++" "$file";\
done
+ for file in "out/component_illegal_fail0/component_illegal_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m component_illegal_fail0 -o out/component_illegal_fail0/c++ out/component_illegal_fail0/component_illegal_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/build-c++
mkdir -p "out/component_illegal_fail0"/c++ && ln -sf "out/component_illegal_fail0" "out/component_illegal_fail0" && make DIR="out/component_illegal_fail0" LANGUAGE=c++ OUT="out/component_illegal_fail0"/c++ IN="out/component_illegal_fail0"/c++ MAIN="out/component_illegal_fail0/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/component_illegal_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_illegal_fail0/c++/main.d -MT 'out/component_illegal_fail0/c++/main.d out/component_illegal_fail0/c++/main.o' -pthread -Iout/component_illegal_fail0/c++ -Iout/component_illegal_fail0/c++/.. -Iout/component_illegal_fail0/c++ -Iout/component_illegal_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_illegal_fail0/c++/main.o out/component_illegal_fail0/c++/main.cc
mkdir -p out/component_illegal_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_illegal_fail0/c++/pump.d -MT 'out/component_illegal_fail0/c++/pump.d out/component_illegal_fail0/c++/pump.o' -pthread -Iout/component_illegal_fail0/c++ -Iout/component_illegal_fail0/c++/.. -Iout/component_illegal_fail0/c++ -Iout/component_illegal_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_illegal_fail0/c++/pump.o out/component_illegal_fail0/c++/pump.cc
mkdir -p out/component_illegal_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_illegal_fail0/c++/component_illegal_fail0.d -MT 'out/component_illegal_fail0/c++/component_illegal_fail0.d out/component_illegal_fail0/c++/component_illegal_fail0.o' -pthread -Iout/component_illegal_fail0/c++ -Iout/component_illegal_fail0/c++/.. -Iout/component_illegal_fail0/c++ -Iout/component_illegal_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_illegal_fail0/c++/component_illegal_fail0.o out/component_illegal_fail0/c++/component_illegal_fail0.cc
mkdir -p out/component_illegal_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_illegal_fail0/c++/runtime.d -MT 'out/component_illegal_fail0/c++/runtime.d out/component_illegal_fail0/c++/runtime.o' -pthread -Iout/component_illegal_fail0/c++ -Iout/component_illegal_fail0/c++/.. -Iout/component_illegal_fail0/c++ -Iout/component_illegal_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_illegal_fail0/c++/runtime.o out/component_illegal_fail0/c++/runtime.cc
mkdir -p out/component_illegal_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_illegal_fail0/c++/test -MT 'out/component_illegal_fail0/c++/test out/component_illegal_fail0/c++/test' -pthread -Iout/component_illegal_fail0/c++ -Iout/component_illegal_fail0/c++/.. -Iout/component_illegal_fail0/c++ -Iout/component_illegal_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/component_illegal_fail0/c++/test out/component_illegal_fail0/c++/main.o out/component_illegal_fail0/c++/pump.o out/component_illegal_fail0/c++/component_illegal_fail0.o out/component_illegal_fail0/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/component_illegal_fail0/component_illegal_fail0.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/run
diff -uwB <(grep -v "" "out/component_illegal_fail0/component_illegal_fail0.trace.0") <(grep -v "" "out/component_illegal_fail0/component_illegal_fail0.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_illegal_fail0 "out/component_illegal_fail0/component_illegal_fail0.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/verify
mkdir -p "out/component_illegal_fail0"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=component_illegal_fail0 "out/component_illegal_fail0/component_illegal_fail0.dzn" 2>"out/component_illegal_fail0"/verify/"component_illegal_fail0".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/component_illegal_fail0"/verify/"component_illegal_fail0"| test ! -s "out/component_illegal_fail0/baseline/verify/component_illegal_fail0"| test ! -s "out/component_illegal_fail0/baseline/verify/component_illegal_fail0".stderr;} || (diff -uwB "out/component_illegal_fail0/baseline/verify/component_illegal_fail0" "out/component_illegal_fail0"/verify/"component_illegal_fail0" && (test ! -s "out/component_illegal_fail0"/verify/"component_illegal_fail0".stderr || (sed -i s,.\r,,g "out/component_illegal_fail0"/verify/"component_illegal_fail0".stderr; diff -u "out/component_illegal_fail0/baseline/verify/component_illegal_fail0".stderr "out/component_illegal_fail0"/verify/"component_illegal_fail0".stderr))) || { echo "out/component_illegal_fail0"/verify/"component_illegal_fail0".stderr:; cat "out/component_illegal_fail0"/verify/"component_illegal_fail0".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/component_illegal_fail0" OUT="out/component_illegal_fail0"/c++03 MODEL="component_illegal_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_illegal_fail0/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/component_illegal_fail0/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/component_illegal_fail0/c++03"/dzn/$file;\
done
ls: cannot access 'out/component_illegal_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_illegal_fail0/component_illegal_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'component_illegal_fail0' -o "out/component_illegal_fail0/c++03" "$file";\
done
+ for file in "out/component_illegal_fail0/component_illegal_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m component_illegal_fail0 -o out/component_illegal_fail0/c++03 out/component_illegal_fail0/component_illegal_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/build-c++03
mkdir -p "out/component_illegal_fail0"/c++03 && ln -sf "out/component_illegal_fail0" "out/component_illegal_fail0" && make DIR="out/component_illegal_fail0" LANGUAGE=c++03 OUT="out/component_illegal_fail0"/c++03 IN="out/component_illegal_fail0"/c++03 MAIN="out/component_illegal_fail0/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/component_illegal_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_illegal_fail0/c++03/main.d -MT 'out/component_illegal_fail0/c++03/main.d out/component_illegal_fail0/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_illegal_fail0/c++03 -Iout/component_illegal_fail0/c++03/.. -Iout/component_illegal_fail0/c++03 -Iout/component_illegal_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_illegal_fail0/c++03/main.o out/component_illegal_fail0/c++03/main.cc
mkdir -p out/component_illegal_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_illegal_fail0/c++03/pump.d -MT 'out/component_illegal_fail0/c++03/pump.d out/component_illegal_fail0/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_illegal_fail0/c++03 -Iout/component_illegal_fail0/c++03/.. -Iout/component_illegal_fail0/c++03 -Iout/component_illegal_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_illegal_fail0/c++03/pump.o out/component_illegal_fail0/c++03/pump.cc
mkdir -p out/component_illegal_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_illegal_fail0/c++03/component_illegal_fail0.d -MT 'out/component_illegal_fail0/c++03/component_illegal_fail0.d out/component_illegal_fail0/c++03/component_illegal_fail0.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_illegal_fail0/c++03 -Iout/component_illegal_fail0/c++03/.. -Iout/component_illegal_fail0/c++03 -Iout/component_illegal_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_illegal_fail0/c++03/component_illegal_fail0.o out/component_illegal_fail0/c++03/component_illegal_fail0.cc
mkdir -p out/component_illegal_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_illegal_fail0/c++03/runtime.d -MT 'out/component_illegal_fail0/c++03/runtime.d out/component_illegal_fail0/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_illegal_fail0/c++03 -Iout/component_illegal_fail0/c++03/.. -Iout/component_illegal_fail0/c++03 -Iout/component_illegal_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_illegal_fail0/c++03/runtime.o out/component_illegal_fail0/c++03/runtime.cc
mkdir -p out/component_illegal_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_illegal_fail0/c++03/test -MT 'out/component_illegal_fail0/c++03/test out/component_illegal_fail0/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_illegal_fail0/c++03 -Iout/component_illegal_fail0/c++03/.. -Iout/component_illegal_fail0/c++03 -Iout/component_illegal_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/component_illegal_fail0/c++03/test out/component_illegal_fail0/c++03/main.o out/component_illegal_fail0/c++03/pump.o out/component_illegal_fail0/c++03/component_illegal_fail0.o out/component_illegal_fail0/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/component_illegal_fail0" OUT="out/component_illegal_fail0"/javascript MODEL="component_illegal_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_illegal_fail0/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/component_illegal_fail0/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/component_illegal_fail0/javascript"/dzn/$file;\
done
ls: cannot access 'out/component_illegal_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_illegal_fail0/component_illegal_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'component_illegal_fail0' -o "out/component_illegal_fail0/javascript" "$file";\
done
+ for file in "out/component_illegal_fail0/component_illegal_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m component_illegal_fail0 -o out/component_illegal_fail0/javascript out/component_illegal_fail0/component_illegal_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/build-javascript
mkdir -p "out/component_illegal_fail0"/javascript && ln -sf "out/component_illegal_fail0" "out/component_illegal_fail0" && make DIR="out/component_illegal_fail0" LANGUAGE=javascript OUT="out/component_illegal_fail0"/javascript IN="out/component_illegal_fail0"/javascript MAIN="out/component_illegal_fail0/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/component_illegal_fail0/javascript/main.js out/component_illegal_fail0/javascript/test
chmod +x out/component_illegal_fail0/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/execute-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/execute-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/execute-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_illegal_fail0/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/convert
convert: [SKIPPED] no DM file "out/component_livelock_fail0/component_livelock_fail0.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/component_livelock_fail0" OUT="out/component_livelock_fail0"/c++ MODEL="component_livelock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_livelock_fail0/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/component_livelock_fail0/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/component_livelock_fail0/c++"/dzn/$file;\
done
ls: cannot access 'out/component_livelock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_livelock_fail0/component_livelock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'component_livelock_fail0' -o "out/component_livelock_fail0/c++" "$file";\
done
+ for file in "out/component_livelock_fail0/component_livelock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m component_livelock_fail0 -o out/component_livelock_fail0/c++ out/component_livelock_fail0/component_livelock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/build-c++
mkdir -p "out/component_livelock_fail0"/c++ && ln -sf "out/component_livelock_fail0" "out/component_livelock_fail0" && make DIR="out/component_livelock_fail0" LANGUAGE=c++ OUT="out/component_livelock_fail0"/c++ IN="out/component_livelock_fail0"/c++ MAIN="out/component_livelock_fail0/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/component_livelock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail0/c++/main.d -MT 'out/component_livelock_fail0/c++/main.d out/component_livelock_fail0/c++/main.o' -pthread -Iout/component_livelock_fail0/c++ -Iout/component_livelock_fail0/c++/.. -Iout/component_livelock_fail0/c++ -Iout/component_livelock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail0/c++/main.o out/component_livelock_fail0/c++/main.cc
mkdir -p out/component_livelock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail0/c++/component_livelock_fail0.d -MT 'out/component_livelock_fail0/c++/component_livelock_fail0.d out/component_livelock_fail0/c++/component_livelock_fail0.o' -pthread -Iout/component_livelock_fail0/c++ -Iout/component_livelock_fail0/c++/.. -Iout/component_livelock_fail0/c++ -Iout/component_livelock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail0/c++/component_livelock_fail0.o out/component_livelock_fail0/c++/component_livelock_fail0.cc
mkdir -p out/component_livelock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail0/c++/pump.d -MT 'out/component_livelock_fail0/c++/pump.d out/component_livelock_fail0/c++/pump.o' -pthread -Iout/component_livelock_fail0/c++ -Iout/component_livelock_fail0/c++/.. -Iout/component_livelock_fail0/c++ -Iout/component_livelock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail0/c++/pump.o out/component_livelock_fail0/c++/pump.cc
mkdir -p out/component_livelock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail0/c++/runtime.d -MT 'out/component_livelock_fail0/c++/runtime.d out/component_livelock_fail0/c++/runtime.o' -pthread -Iout/component_livelock_fail0/c++ -Iout/component_livelock_fail0/c++/.. -Iout/component_livelock_fail0/c++ -Iout/component_livelock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail0/c++/runtime.o out/component_livelock_fail0/c++/runtime.cc
mkdir -p out/component_livelock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail0/c++/test -MT 'out/component_livelock_fail0/c++/test out/component_livelock_fail0/c++/test' -pthread -Iout/component_livelock_fail0/c++ -Iout/component_livelock_fail0/c++/.. -Iout/component_livelock_fail0/c++ -Iout/component_livelock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/component_livelock_fail0/c++/test out/component_livelock_fail0/c++/main.o out/component_livelock_fail0/c++/component_livelock_fail0.o out/component_livelock_fail0/c++/pump.o out/component_livelock_fail0/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/component_livelock_fail0/component_livelock_fail0.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/run
diff -uwB <(grep -v "" "out/component_livelock_fail0/component_livelock_fail0.trace.0") <(grep -v "" "out/component_livelock_fail0/component_livelock_fail0.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_livelock_fail0 "out/component_livelock_fail0/component_livelock_fail0.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/component_livelock_fail0/component_livelock_fail0.trace.1") <(grep -v "" "out/component_livelock_fail0/component_livelock_fail0.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_livelock_fail0 "out/component_livelock_fail0/component_livelock_fail0.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/verify
mkdir -p "out/component_livelock_fail0"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=component_livelock_fail0 "out/component_livelock_fail0/component_livelock_fail0.dzn" 2>"out/component_livelock_fail0"/verify/"component_livelock_fail0".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/component_livelock_fail0"/verify/"component_livelock_fail0"| test ! -s "out/component_livelock_fail0/baseline/verify/component_livelock_fail0"| test ! -s "out/component_livelock_fail0/baseline/verify/component_livelock_fail0".stderr;} || (diff -uwB "out/component_livelock_fail0/baseline/verify/component_livelock_fail0" "out/component_livelock_fail0"/verify/"component_livelock_fail0" && (test ! -s "out/component_livelock_fail0"/verify/"component_livelock_fail0".stderr || (sed -i s,.\r,,g "out/component_livelock_fail0"/verify/"component_livelock_fail0".stderr; diff -u "out/component_livelock_fail0/baseline/verify/component_livelock_fail0".stderr "out/component_livelock_fail0"/verify/"component_livelock_fail0".stderr))) || { echo "out/component_livelock_fail0"/verify/"component_livelock_fail0".stderr:; cat "out/component_livelock_fail0"/verify/"component_livelock_fail0".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/component_livelock_fail0" OUT="out/component_livelock_fail0"/c++03 MODEL="component_livelock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_livelock_fail0/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/component_livelock_fail0/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/component_livelock_fail0/c++03"/dzn/$file;\
done
ls: cannot access 'out/component_livelock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_livelock_fail0/component_livelock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'component_livelock_fail0' -o "out/component_livelock_fail0/c++03" "$file";\
done
+ for file in "out/component_livelock_fail0/component_livelock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m component_livelock_fail0 -o out/component_livelock_fail0/c++03 out/component_livelock_fail0/component_livelock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/build-c++03
mkdir -p "out/component_livelock_fail0"/c++03 && ln -sf "out/component_livelock_fail0" "out/component_livelock_fail0" && make DIR="out/component_livelock_fail0" LANGUAGE=c++03 OUT="out/component_livelock_fail0"/c++03 IN="out/component_livelock_fail0"/c++03 MAIN="out/component_livelock_fail0/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/component_livelock_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail0/c++03/main.d -MT 'out/component_livelock_fail0/c++03/main.d out/component_livelock_fail0/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail0/c++03 -Iout/component_livelock_fail0/c++03/.. -Iout/component_livelock_fail0/c++03 -Iout/component_livelock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail0/c++03/main.o out/component_livelock_fail0/c++03/main.cc
mkdir -p out/component_livelock_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_livelock_fail0/c++03/component_livelock_fail0.d -MT 'out/component_livelock_fail0/c++03/component_livelock_fail0.d out/component_livelock_fail0/c++03/component_livelock_fail0.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail0/c++03 -Iout/component_livelock_fail0/c++03/.. -Iout/component_livelock_fail0/c++03 -Iout/component_livelock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail0/c++03/component_livelock_fail0.o out/component_livelock_fail0/c++03/component_livelock_fail0.cc
mkdir -p out/component_livelock_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail0/c++03/pump.d -MT 'out/component_livelock_fail0/c++03/pump.d out/component_livelock_fail0/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail0/c++03 -Iout/component_livelock_fail0/c++03/.. -Iout/component_livelock_fail0/c++03 -Iout/component_livelock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail0/c++03/pump.o out/component_livelock_fail0/c++03/pump.cc
mkdir -p out/component_livelock_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_livelock_fail0/c++03/runtime.d -MT 'out/component_livelock_fail0/c++03/runtime.d out/component_livelock_fail0/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail0/c++03 -Iout/component_livelock_fail0/c++03/.. -Iout/component_livelock_fail0/c++03 -Iout/component_livelock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail0/c++03/runtime.o out/component_livelock_fail0/c++03/runtime.cc
mkdir -p out/component_livelock_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_livelock_fail0/c++03/test -MT 'out/component_livelock_fail0/c++03/test out/component_livelock_fail0/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail0/c++03 -Iout/component_livelock_fail0/c++03/.. -Iout/component_livelock_fail0/c++03 -Iout/component_livelock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/component_livelock_fail0/c++03/test out/component_livelock_fail0/c++03/main.o out/component_livelock_fail0/c++03/component_livelock_fail0.o out/component_livelock_fail0/c++03/pump.o out/component_livelock_fail0/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/component_livelock_fail0" OUT="out/component_livelock_fail0"/javascript MODEL="component_livelock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_livelock_fail0/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/component_livelock_fail0/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/component_livelock_fail0/javascript"/dzn/$file;\
done
ls: cannot access 'out/component_livelock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_livelock_fail0/component_livelock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'component_livelock_fail0' -o "out/component_livelock_fail0/javascript" "$file";\
done
+ for file in "out/component_livelock_fail0/component_livelock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m component_livelock_fail0 -o out/component_livelock_fail0/javascript out/component_livelock_fail0/component_livelock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/build-javascript
mkdir -p "out/component_livelock_fail0"/javascript && ln -sf "out/component_livelock_fail0" "out/component_livelock_fail0" && make DIR="out/component_livelock_fail0" LANGUAGE=javascript OUT="out/component_livelock_fail0"/javascript IN="out/component_livelock_fail0"/javascript MAIN="out/component_livelock_fail0/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/component_livelock_fail0/javascript/main.js out/component_livelock_fail0/javascript/test
chmod +x out/component_livelock_fail0/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/execute-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/execute-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/execute-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail0/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/convert
convert: [SKIPPED] no DM file "out/component_livelock_fail2/component_livelock_fail2.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/component_livelock_fail2" OUT="out/component_livelock_fail2"/c++ MODEL="component_livelock_fail2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_livelock_fail2/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/component_livelock_fail2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/component_livelock_fail2/c++"/dzn/$file;\
done
ls: cannot access 'out/component_livelock_fail2/*/*.dzn': No such file or directory
set -x; for file in "out/component_livelock_fail2/component_livelock_fail2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'component_livelock_fail2' -o "out/component_livelock_fail2/c++" "$file";\
done
+ for file in "out/component_livelock_fail2/component_livelock_fail2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m component_livelock_fail2 -o out/component_livelock_fail2/c++ out/component_livelock_fail2/component_livelock_fail2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/build-c++
mkdir -p "out/component_livelock_fail2"/c++ && ln -sf "out/component_livelock_fail2" "out/component_livelock_fail2" && make DIR="out/component_livelock_fail2" LANGUAGE=c++ OUT="out/component_livelock_fail2"/c++ IN="out/component_livelock_fail2"/c++ MAIN="out/component_livelock_fail2/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/component_livelock_fail2/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail2/c++/main.d -MT 'out/component_livelock_fail2/c++/main.d out/component_livelock_fail2/c++/main.o' -pthread -Iout/component_livelock_fail2/c++ -Iout/component_livelock_fail2/c++/.. -Iout/component_livelock_fail2/c++ -Iout/component_livelock_fail2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail2/c++/main.o out/component_livelock_fail2/c++/main.cc
mkdir -p out/component_livelock_fail2/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail2/c++/pump.d -MT 'out/component_livelock_fail2/c++/pump.d out/component_livelock_fail2/c++/pump.o' -pthread -Iout/component_livelock_fail2/c++ -Iout/component_livelock_fail2/c++/.. -Iout/component_livelock_fail2/c++ -Iout/component_livelock_fail2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail2/c++/pump.o out/component_livelock_fail2/c++/pump.cc
mkdir -p out/component_livelock_fail2/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail2/c++/component_livelock_fail2.d -MT 'out/component_livelock_fail2/c++/component_livelock_fail2.d out/component_livelock_fail2/c++/component_livelock_fail2.o' -pthread -Iout/component_livelock_fail2/c++ -Iout/component_livelock_fail2/c++/.. -Iout/component_livelock_fail2/c++ -Iout/component_livelock_fail2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail2/c++/component_livelock_fail2.o out/component_livelock_fail2/c++/component_livelock_fail2.cc
mkdir -p out/component_livelock_fail2/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail2/c++/runtime.d -MT 'out/component_livelock_fail2/c++/runtime.d out/component_livelock_fail2/c++/runtime.o' -pthread -Iout/component_livelock_fail2/c++ -Iout/component_livelock_fail2/c++/.. -Iout/component_livelock_fail2/c++ -Iout/component_livelock_fail2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail2/c++/runtime.o out/component_livelock_fail2/c++/runtime.cc
mkdir -p out/component_livelock_fail2/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail2/c++/test -MT 'out/component_livelock_fail2/c++/test out/component_livelock_fail2/c++/test' -pthread -Iout/component_livelock_fail2/c++ -Iout/component_livelock_fail2/c++/.. -Iout/component_livelock_fail2/c++ -Iout/component_livelock_fail2/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/component_livelock_fail2/c++/test out/component_livelock_fail2/c++/main.o out/component_livelock_fail2/c++/pump.o out/component_livelock_fail2/c++/component_livelock_fail2.o out/component_livelock_fail2/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/component_livelock_fail2/component_livelock_fail2.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/run
diff -uwB <(grep -v "" "out/component_livelock_fail2/component_livelock_fail2.trace.0") <(grep -v "" "out/component_livelock_fail2/component_livelock_fail2.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_livelock_fail2 "out/component_livelock_fail2/component_livelock_fail2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/component_livelock_fail2/component_livelock_fail2.trace.1") <(grep -v "" "out/component_livelock_fail2/component_livelock_fail2.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_livelock_fail2 "out/component_livelock_fail2/component_livelock_fail2.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/verify
mkdir -p "out/component_livelock_fail2"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=component_livelock_fail2 "out/component_livelock_fail2/component_livelock_fail2.dzn" 2>"out/component_livelock_fail2"/verify/"component_livelock_fail2".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/component_livelock_fail2"/verify/"component_livelock_fail2"| test ! -s "out/component_livelock_fail2/baseline/verify/component_livelock_fail2"| test ! -s "out/component_livelock_fail2/baseline/verify/component_livelock_fail2".stderr;} || (diff -uwB "out/component_livelock_fail2/baseline/verify/component_livelock_fail2" "out/component_livelock_fail2"/verify/"component_livelock_fail2" && (test ! -s "out/component_livelock_fail2"/verify/"component_livelock_fail2".stderr || (sed -i s,.\r,,g "out/component_livelock_fail2"/verify/"component_livelock_fail2".stderr; diff -u "out/component_livelock_fail2/baseline/verify/component_livelock_fail2".stderr "out/component_livelock_fail2"/verify/"component_livelock_fail2".stderr))) || { echo "out/component_livelock_fail2"/verify/"component_livelock_fail2".stderr:; cat "out/component_livelock_fail2"/verify/"component_livelock_fail2".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/component_livelock_fail2" OUT="out/component_livelock_fail2"/c++03 MODEL="component_livelock_fail2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_livelock_fail2/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/component_livelock_fail2/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/component_livelock_fail2/c++03"/dzn/$file;\
done
ls: cannot access 'out/component_livelock_fail2/*/*.dzn': No such file or directory
set -x; for file in "out/component_livelock_fail2/component_livelock_fail2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'component_livelock_fail2' -o "out/component_livelock_fail2/c++03" "$file";\
done
+ for file in "out/component_livelock_fail2/component_livelock_fail2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m component_livelock_fail2 -o out/component_livelock_fail2/c++03 out/component_livelock_fail2/component_livelock_fail2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/build-c++03
mkdir -p "out/component_livelock_fail2"/c++03 && ln -sf "out/component_livelock_fail2" "out/component_livelock_fail2" && make DIR="out/component_livelock_fail2" LANGUAGE=c++03 OUT="out/component_livelock_fail2"/c++03 IN="out/component_livelock_fail2"/c++03 MAIN="out/component_livelock_fail2/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/component_livelock_fail2/c++03/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail2/c++03/main.d -MT 'out/component_livelock_fail2/c++03/main.d out/component_livelock_fail2/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail2/c++03 -Iout/component_livelock_fail2/c++03/.. -Iout/component_livelock_fail2/c++03 -Iout/component_livelock_fail2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail2/c++03/main.o out/component_livelock_fail2/c++03/main.cc
mkdir -p out/component_livelock_fail2/c++03/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail2/c++03/pump.d -MT 'out/component_livelock_fail2/c++03/pump.d out/component_livelock_fail2/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail2/c++03 -Iout/component_livelock_fail2/c++03/.. -Iout/component_livelock_fail2/c++03 -Iout/component_livelock_fail2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail2/c++03/pump.o out/component_livelock_fail2/c++03/pump.cc
mkdir -p out/component_livelock_fail2/c++03/
g++ -g -std=c++03 -MMD -MF out/component_livelock_fail2/c++03/component_livelock_fail2.d -MT 'out/component_livelock_fail2/c++03/component_livelock_fail2.d out/component_livelock_fail2/c++03/component_livelock_fail2.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail2/c++03 -Iout/component_livelock_fail2/c++03/.. -Iout/component_livelock_fail2/c++03 -Iout/component_livelock_fail2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail2/c++03/component_livelock_fail2.o out/component_livelock_fail2/c++03/component_livelock_fail2.cc
mkdir -p out/component_livelock_fail2/c++03/
g++ -g -std=c++03 -MMD -MF out/component_livelock_fail2/c++03/runtime.d -MT 'out/component_livelock_fail2/c++03/runtime.d out/component_livelock_fail2/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail2/c++03 -Iout/component_livelock_fail2/c++03/.. -Iout/component_livelock_fail2/c++03 -Iout/component_livelock_fail2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail2/c++03/runtime.o out/component_livelock_fail2/c++03/runtime.cc
mkdir -p out/component_livelock_fail2/c++03/
g++ -g -std=c++03 -MMD -MF out/component_livelock_fail2/c++03/test -MT 'out/component_livelock_fail2/c++03/test out/component_livelock_fail2/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail2/c++03 -Iout/component_livelock_fail2/c++03/.. -Iout/component_livelock_fail2/c++03 -Iout/component_livelock_fail2/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/component_livelock_fail2/c++03/test out/component_livelock_fail2/c++03/main.o out/component_livelock_fail2/c++03/pump.o out/component_livelock_fail2/c++03/component_livelock_fail2.o out/component_livelock_fail2/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/component_livelock_fail2" OUT="out/component_livelock_fail2"/javascript MODEL="component_livelock_fail2" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_livelock_fail2/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/component_livelock_fail2/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/component_livelock_fail2/javascript"/dzn/$file;\
done
ls: cannot access 'out/component_livelock_fail2/*/*.dzn': No such file or directory
set -x; for file in "out/component_livelock_fail2/component_livelock_fail2.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'component_livelock_fail2' -o "out/component_livelock_fail2/javascript" "$file";\
done
+ for file in "out/component_livelock_fail2/component_livelock_fail2.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m component_livelock_fail2 -o out/component_livelock_fail2/javascript out/component_livelock_fail2/component_livelock_fail2.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/build-javascript
mkdir -p "out/component_livelock_fail2"/javascript && ln -sf "out/component_livelock_fail2" "out/component_livelock_fail2" && make DIR="out/component_livelock_fail2" LANGUAGE=javascript OUT="out/component_livelock_fail2"/javascript IN="out/component_livelock_fail2"/javascript MAIN="out/component_livelock_fail2/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/component_livelock_fail2/javascript/main.js out/component_livelock_fail2/javascript/test
chmod +x out/component_livelock_fail2/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/execute-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/execute-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/execute-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail2/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/convert
convert: [SKIPPED] no DM file "out/component_livelock_fail1/component_livelock_fail1.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/component_livelock_fail1" OUT="out/component_livelock_fail1"/c++ MODEL="component_livelock_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_livelock_fail1/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/component_livelock_fail1/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/component_livelock_fail1/c++"/dzn/$file;\
done
ls: cannot access 'out/component_livelock_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/component_livelock_fail1/component_livelock_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'component_livelock_fail1' -o "out/component_livelock_fail1/c++" "$file";\
done
+ for file in "out/component_livelock_fail1/component_livelock_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m component_livelock_fail1 -o out/component_livelock_fail1/c++ out/component_livelock_fail1/component_livelock_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/build-c++
mkdir -p "out/component_livelock_fail1"/c++ && ln -sf "out/component_livelock_fail1" "out/component_livelock_fail1" && make DIR="out/component_livelock_fail1" LANGUAGE=c++ OUT="out/component_livelock_fail1"/c++ IN="out/component_livelock_fail1"/c++ MAIN="out/component_livelock_fail1/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/component_livelock_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail1/c++/main.d -MT 'out/component_livelock_fail1/c++/main.d out/component_livelock_fail1/c++/main.o' -pthread -Iout/component_livelock_fail1/c++ -Iout/component_livelock_fail1/c++/.. -Iout/component_livelock_fail1/c++ -Iout/component_livelock_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail1/c++/main.o out/component_livelock_fail1/c++/main.cc
mkdir -p out/component_livelock_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail1/c++/pump.d -MT 'out/component_livelock_fail1/c++/pump.d out/component_livelock_fail1/c++/pump.o' -pthread -Iout/component_livelock_fail1/c++ -Iout/component_livelock_fail1/c++/.. -Iout/component_livelock_fail1/c++ -Iout/component_livelock_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail1/c++/pump.o out/component_livelock_fail1/c++/pump.cc
mkdir -p out/component_livelock_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail1/c++/component_livelock_fail1.d -MT 'out/component_livelock_fail1/c++/component_livelock_fail1.d out/component_livelock_fail1/c++/component_livelock_fail1.o' -pthread -Iout/component_livelock_fail1/c++ -Iout/component_livelock_fail1/c++/.. -Iout/component_livelock_fail1/c++ -Iout/component_livelock_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail1/c++/component_livelock_fail1.o out/component_livelock_fail1/c++/component_livelock_fail1.cc
mkdir -p out/component_livelock_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail1/c++/runtime.d -MT 'out/component_livelock_fail1/c++/runtime.d out/component_livelock_fail1/c++/runtime.o' -pthread -Iout/component_livelock_fail1/c++ -Iout/component_livelock_fail1/c++/.. -Iout/component_livelock_fail1/c++ -Iout/component_livelock_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail1/c++/runtime.o out/component_livelock_fail1/c++/runtime.cc
mkdir -p out/component_livelock_fail1/c++/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail1/c++/test -MT 'out/component_livelock_fail1/c++/test out/component_livelock_fail1/c++/test' -pthread -Iout/component_livelock_fail1/c++ -Iout/component_livelock_fail1/c++/.. -Iout/component_livelock_fail1/c++ -Iout/component_livelock_fail1/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/component_livelock_fail1/c++/test out/component_livelock_fail1/c++/main.o out/component_livelock_fail1/c++/pump.o out/component_livelock_fail1/c++/component_livelock_fail1.o out/component_livelock_fail1/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/component_livelock_fail1/component_livelock_fail1.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/run
diff -uwB <(grep -v "" "out/component_livelock_fail1/component_livelock_fail1.trace.0") <(grep -v "" "out/component_livelock_fail1/component_livelock_fail1.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_livelock_fail1 "out/component_livelock_fail1/component_livelock_fail1.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/component_livelock_fail1/component_livelock_fail1.trace.1") <(grep -v "" "out/component_livelock_fail1/component_livelock_fail1.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=component_livelock_fail1 "out/component_livelock_fail1/component_livelock_fail1.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/verify
mkdir -p "out/component_livelock_fail1"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=component_livelock_fail1 "out/component_livelock_fail1/component_livelock_fail1.dzn" 2>"out/component_livelock_fail1"/verify/"component_livelock_fail1".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/component_livelock_fail1"/verify/"component_livelock_fail1"| test ! -s "out/component_livelock_fail1/baseline/verify/component_livelock_fail1"| test ! -s "out/component_livelock_fail1/baseline/verify/component_livelock_fail1".stderr;} || (diff -uwB "out/component_livelock_fail1/baseline/verify/component_livelock_fail1" "out/component_livelock_fail1"/verify/"component_livelock_fail1" && (test ! -s "out/component_livelock_fail1"/verify/"component_livelock_fail1".stderr || (sed -i s,.\r,,g "out/component_livelock_fail1"/verify/"component_livelock_fail1".stderr; diff -u "out/component_livelock_fail1/baseline/verify/component_livelock_fail1".stderr "out/component_livelock_fail1"/verify/"component_livelock_fail1".stderr))) || { echo "out/component_livelock_fail1"/verify/"component_livelock_fail1".stderr:; cat "out/component_livelock_fail1"/verify/"component_livelock_fail1".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/component_livelock_fail1" OUT="out/component_livelock_fail1"/c++03 MODEL="component_livelock_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_livelock_fail1/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/component_livelock_fail1/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/component_livelock_fail1/c++03"/dzn/$file;\
done
ls: cannot access 'out/component_livelock_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/component_livelock_fail1/component_livelock_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'component_livelock_fail1' -o "out/component_livelock_fail1/c++03" "$file";\
done
+ for file in "out/component_livelock_fail1/component_livelock_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m component_livelock_fail1 -o out/component_livelock_fail1/c++03 out/component_livelock_fail1/component_livelock_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/build-c++03
mkdir -p "out/component_livelock_fail1"/c++03 && ln -sf "out/component_livelock_fail1" "out/component_livelock_fail1" && make DIR="out/component_livelock_fail1" LANGUAGE=c++03 OUT="out/component_livelock_fail1"/c++03 IN="out/component_livelock_fail1"/c++03 MAIN="out/component_livelock_fail1/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/component_livelock_fail1/c++03/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail1/c++03/main.d -MT 'out/component_livelock_fail1/c++03/main.d out/component_livelock_fail1/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail1/c++03 -Iout/component_livelock_fail1/c++03/.. -Iout/component_livelock_fail1/c++03 -Iout/component_livelock_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail1/c++03/main.o out/component_livelock_fail1/c++03/main.cc
mkdir -p out/component_livelock_fail1/c++03/
g++ -g -std=c++11 -MMD -MF out/component_livelock_fail1/c++03/pump.d -MT 'out/component_livelock_fail1/c++03/pump.d out/component_livelock_fail1/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail1/c++03 -Iout/component_livelock_fail1/c++03/.. -Iout/component_livelock_fail1/c++03 -Iout/component_livelock_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail1/c++03/pump.o out/component_livelock_fail1/c++03/pump.cc
mkdir -p out/component_livelock_fail1/c++03/
g++ -g -std=c++03 -MMD -MF out/component_livelock_fail1/c++03/component_livelock_fail1.d -MT 'out/component_livelock_fail1/c++03/component_livelock_fail1.d out/component_livelock_fail1/c++03/component_livelock_fail1.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail1/c++03 -Iout/component_livelock_fail1/c++03/.. -Iout/component_livelock_fail1/c++03 -Iout/component_livelock_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail1/c++03/component_livelock_fail1.o out/component_livelock_fail1/c++03/component_livelock_fail1.cc
mkdir -p out/component_livelock_fail1/c++03/
g++ -g -std=c++03 -MMD -MF out/component_livelock_fail1/c++03/runtime.d -MT 'out/component_livelock_fail1/c++03/runtime.d out/component_livelock_fail1/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail1/c++03 -Iout/component_livelock_fail1/c++03/.. -Iout/component_livelock_fail1/c++03 -Iout/component_livelock_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_livelock_fail1/c++03/runtime.o out/component_livelock_fail1/c++03/runtime.cc
mkdir -p out/component_livelock_fail1/c++03/
g++ -g -std=c++03 -MMD -MF out/component_livelock_fail1/c++03/test -MT 'out/component_livelock_fail1/c++03/test out/component_livelock_fail1/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_livelock_fail1/c++03 -Iout/component_livelock_fail1/c++03/.. -Iout/component_livelock_fail1/c++03 -Iout/component_livelock_fail1/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/component_livelock_fail1/c++03/test out/component_livelock_fail1/c++03/main.o out/component_livelock_fail1/c++03/pump.o out/component_livelock_fail1/c++03/component_livelock_fail1.o out/component_livelock_fail1/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/component_livelock_fail1" OUT="out/component_livelock_fail1"/javascript MODEL="component_livelock_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_livelock_fail1/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/component_livelock_fail1/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/component_livelock_fail1/javascript"/dzn/$file;\
done
ls: cannot access 'out/component_livelock_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/component_livelock_fail1/component_livelock_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'component_livelock_fail1' -o "out/component_livelock_fail1/javascript" "$file";\
done
+ for file in "out/component_livelock_fail1/component_livelock_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m component_livelock_fail1 -o out/component_livelock_fail1/javascript out/component_livelock_fail1/component_livelock_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/build-javascript
mkdir -p "out/component_livelock_fail1"/javascript && ln -sf "out/component_livelock_fail1" "out/component_livelock_fail1" && make DIR="out/component_livelock_fail1" LANGUAGE=javascript OUT="out/component_livelock_fail1"/javascript IN="out/component_livelock_fail1"/javascript MAIN="out/component_livelock_fail1/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/component_livelock_fail1/javascript/main.js out/component_livelock_fail1/javascript/test
chmod +x out/component_livelock_fail1/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/execute-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/execute-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/execute-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_livelock_fail1/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/convert
convert: [SKIPPED] no DM file "out/component_queuefull_fail0/component_queuefull_fail0.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/component_queuefull_fail0" OUT="out/component_queuefull_fail0"/c++ MODEL="component_queuefull_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_queuefull_fail0/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/component_queuefull_fail0/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/component_queuefull_fail0/c++"/dzn/$file;\
done
ls: cannot access 'out/component_queuefull_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_queuefull_fail0/component_queuefull_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'component_queuefull_fail0' -o "out/component_queuefull_fail0/c++" "$file";\
done
+ for file in "out/component_queuefull_fail0/component_queuefull_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m component_queuefull_fail0 -o out/component_queuefull_fail0/c++ out/component_queuefull_fail0/component_queuefull_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/build-c++
mkdir -p "out/component_queuefull_fail0"/c++ && ln -sf "out/component_queuefull_fail0" "out/component_queuefull_fail0" && make DIR="out/component_queuefull_fail0" LANGUAGE=c++ OUT="out/component_queuefull_fail0"/c++ IN="out/component_queuefull_fail0"/c++ MAIN="out/component_queuefull_fail0/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/component_queuefull_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_queuefull_fail0/c++/main.d -MT 'out/component_queuefull_fail0/c++/main.d out/component_queuefull_fail0/c++/main.o' -pthread -Iout/component_queuefull_fail0/c++ -Iout/component_queuefull_fail0/c++/.. -Iout/component_queuefull_fail0/c++ -Iout/component_queuefull_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_queuefull_fail0/c++/main.o out/component_queuefull_fail0/c++/main.cc
mkdir -p out/component_queuefull_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_queuefull_fail0/c++/pump.d -MT 'out/component_queuefull_fail0/c++/pump.d out/component_queuefull_fail0/c++/pump.o' -pthread -Iout/component_queuefull_fail0/c++ -Iout/component_queuefull_fail0/c++/.. -Iout/component_queuefull_fail0/c++ -Iout/component_queuefull_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_queuefull_fail0/c++/pump.o out/component_queuefull_fail0/c++/pump.cc
mkdir -p out/component_queuefull_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_queuefull_fail0/c++/runtime.d -MT 'out/component_queuefull_fail0/c++/runtime.d out/component_queuefull_fail0/c++/runtime.o' -pthread -Iout/component_queuefull_fail0/c++ -Iout/component_queuefull_fail0/c++/.. -Iout/component_queuefull_fail0/c++ -Iout/component_queuefull_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_queuefull_fail0/c++/runtime.o out/component_queuefull_fail0/c++/runtime.cc
mkdir -p out/component_queuefull_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_queuefull_fail0/c++/component_queuefull_fail0.d -MT 'out/component_queuefull_fail0/c++/component_queuefull_fail0.d out/component_queuefull_fail0/c++/component_queuefull_fail0.o' -pthread -Iout/component_queuefull_fail0/c++ -Iout/component_queuefull_fail0/c++/.. -Iout/component_queuefull_fail0/c++ -Iout/component_queuefull_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_queuefull_fail0/c++/component_queuefull_fail0.o out/component_queuefull_fail0/c++/component_queuefull_fail0.cc
mkdir -p out/component_queuefull_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/component_queuefull_fail0/c++/test -MT 'out/component_queuefull_fail0/c++/test out/component_queuefull_fail0/c++/test' -pthread -Iout/component_queuefull_fail0/c++ -Iout/component_queuefull_fail0/c++/.. -Iout/component_queuefull_fail0/c++ -Iout/component_queuefull_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/component_queuefull_fail0/c++/test out/component_queuefull_fail0/c++/main.o out/component_queuefull_fail0/c++/pump.o out/component_queuefull_fail0/c++/runtime.o out/component_queuefull_fail0/c++/component_queuefull_fail0.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/component_queuefull_fail0/component_queuefull_fail0.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/verify
mkdir -p "out/component_queuefull_fail0"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=component_queuefull_fail0 "out/component_queuefull_fail0/component_queuefull_fail0.dzn" 2>"out/component_queuefull_fail0"/verify/"component_queuefull_fail0".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/component_queuefull_fail0"/verify/"component_queuefull_fail0"| test ! -s "out/component_queuefull_fail0/baseline/verify/component_queuefull_fail0"| test ! -s "out/component_queuefull_fail0/baseline/verify/component_queuefull_fail0".stderr;} || (diff -uwB "out/component_queuefull_fail0/baseline/verify/component_queuefull_fail0" "out/component_queuefull_fail0"/verify/"component_queuefull_fail0" && (test ! -s "out/component_queuefull_fail0"/verify/"component_queuefull_fail0".stderr || (sed -i s,.\r,,g "out/component_queuefull_fail0"/verify/"component_queuefull_fail0".stderr; diff -u "out/component_queuefull_fail0/baseline/verify/component_queuefull_fail0".stderr "out/component_queuefull_fail0"/verify/"component_queuefull_fail0".stderr))) || { echo "out/component_queuefull_fail0"/verify/"component_queuefull_fail0".stderr:; cat "out/component_queuefull_fail0"/verify/"component_queuefull_fail0".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/component_queuefull_fail0" OUT="out/component_queuefull_fail0"/c++03 MODEL="component_queuefull_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_queuefull_fail0/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/component_queuefull_fail0/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/component_queuefull_fail0/c++03"/dzn/$file;\
done
ls: cannot access 'out/component_queuefull_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_queuefull_fail0/component_queuefull_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'component_queuefull_fail0' -o "out/component_queuefull_fail0/c++03" "$file";\
done
+ for file in "out/component_queuefull_fail0/component_queuefull_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m component_queuefull_fail0 -o out/component_queuefull_fail0/c++03 out/component_queuefull_fail0/component_queuefull_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/build-c++03
mkdir -p "out/component_queuefull_fail0"/c++03 && ln -sf "out/component_queuefull_fail0" "out/component_queuefull_fail0" && make DIR="out/component_queuefull_fail0" LANGUAGE=c++03 OUT="out/component_queuefull_fail0"/c++03 IN="out/component_queuefull_fail0"/c++03 MAIN="out/component_queuefull_fail0/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/component_queuefull_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_queuefull_fail0/c++03/main.d -MT 'out/component_queuefull_fail0/c++03/main.d out/component_queuefull_fail0/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_queuefull_fail0/c++03 -Iout/component_queuefull_fail0/c++03/.. -Iout/component_queuefull_fail0/c++03 -Iout/component_queuefull_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_queuefull_fail0/c++03/main.o out/component_queuefull_fail0/c++03/main.cc
mkdir -p out/component_queuefull_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/component_queuefull_fail0/c++03/pump.d -MT 'out/component_queuefull_fail0/c++03/pump.d out/component_queuefull_fail0/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_queuefull_fail0/c++03 -Iout/component_queuefull_fail0/c++03/.. -Iout/component_queuefull_fail0/c++03 -Iout/component_queuefull_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_queuefull_fail0/c++03/pump.o out/component_queuefull_fail0/c++03/pump.cc
mkdir -p out/component_queuefull_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_queuefull_fail0/c++03/runtime.d -MT 'out/component_queuefull_fail0/c++03/runtime.d out/component_queuefull_fail0/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_queuefull_fail0/c++03 -Iout/component_queuefull_fail0/c++03/.. -Iout/component_queuefull_fail0/c++03 -Iout/component_queuefull_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_queuefull_fail0/c++03/runtime.o out/component_queuefull_fail0/c++03/runtime.cc
mkdir -p out/component_queuefull_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_queuefull_fail0/c++03/component_queuefull_fail0.d -MT 'out/component_queuefull_fail0/c++03/component_queuefull_fail0.d out/component_queuefull_fail0/c++03/component_queuefull_fail0.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_queuefull_fail0/c++03 -Iout/component_queuefull_fail0/c++03/.. -Iout/component_queuefull_fail0/c++03 -Iout/component_queuefull_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/component_queuefull_fail0/c++03/component_queuefull_fail0.o out/component_queuefull_fail0/c++03/component_queuefull_fail0.cc
mkdir -p out/component_queuefull_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/component_queuefull_fail0/c++03/test -MT 'out/component_queuefull_fail0/c++03/test out/component_queuefull_fail0/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/component_queuefull_fail0/c++03 -Iout/component_queuefull_fail0/c++03/.. -Iout/component_queuefull_fail0/c++03 -Iout/component_queuefull_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/component_queuefull_fail0/c++03/test out/component_queuefull_fail0/c++03/main.o out/component_queuefull_fail0/c++03/pump.o out/component_queuefull_fail0/c++03/runtime.o out/component_queuefull_fail0/c++03/component_queuefull_fail0.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/component_queuefull_fail0" OUT="out/component_queuefull_fail0"/javascript MODEL="component_queuefull_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/component_queuefull_fail0/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/component_queuefull_fail0/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/component_queuefull_fail0/javascript"/dzn/$file;\
done
ls: cannot access 'out/component_queuefull_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/component_queuefull_fail0/component_queuefull_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'component_queuefull_fail0' -o "out/component_queuefull_fail0/javascript" "$file";\
done
+ for file in "out/component_queuefull_fail0/component_queuefull_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m component_queuefull_fail0 -o out/component_queuefull_fail0/javascript out/component_queuefull_fail0/component_queuefull_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/build-javascript
mkdir -p "out/component_queuefull_fail0"/javascript && ln -sf "out/component_queuefull_fail0" "out/component_queuefull_fail0" && make DIR="out/component_queuefull_fail0" LANGUAGE=javascript OUT="out/component_queuefull_fail0"/javascript IN="out/component_queuefull_fail0"/javascript MAIN="out/component_queuefull_fail0/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/component_queuefull_fail0/javascript/main.js out/component_queuefull_fail0/javascript/test
chmod +x out/component_queuefull_fail0/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/execute-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/execute-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/execute-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/component_queuefull_fail0/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/convert
convert: [SKIPPED] no DM file "out/hello/hello.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello/hello.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello" OUT="out/hello"/c++ MODEL="hello" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello/c++"/dzn/$file;\
done
ls: cannot access 'out/hello/*/*.dzn': No such file or directory
set -x; for file in "out/hello/hello.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello' -o "out/hello/c++" "$file";\
done
+ for file in "out/hello/hello.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello -o out/hello/c++ out/hello/hello.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/build-c++
mkdir -p "out/hello"/c++ && ln -sf "out/hello" "out/hello" && make DIR="out/hello" LANGUAGE=c++ OUT="out/hello"/c++ IN="out/hello"/c++ MAIN="out/hello/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello/c++/
g++ -g -std=c++11 -MMD -MF out/hello/c++/main.d -MT 'out/hello/c++/main.d out/hello/c++/main.o' -pthread -Iout/hello/c++ -Iout/hello/c++/.. -Iout/hello/c++ -Iout/hello/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello/c++/main.o out/hello/c++/main.cc
mkdir -p out/hello/c++/
g++ -g -std=c++11 -MMD -MF out/hello/c++/hello.d -MT 'out/hello/c++/hello.d out/hello/c++/hello.o' -pthread -Iout/hello/c++ -Iout/hello/c++/.. -Iout/hello/c++ -Iout/hello/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello/c++/hello.o out/hello/c++/hello.cc
mkdir -p out/hello/c++/
g++ -g -std=c++11 -MMD -MF out/hello/c++/pump.d -MT 'out/hello/c++/pump.d out/hello/c++/pump.o' -pthread -Iout/hello/c++ -Iout/hello/c++/.. -Iout/hello/c++ -Iout/hello/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello/c++/pump.o out/hello/c++/pump.cc
mkdir -p out/hello/c++/
g++ -g -std=c++11 -MMD -MF out/hello/c++/runtime.d -MT 'out/hello/c++/runtime.d out/hello/c++/runtime.o' -pthread -Iout/hello/c++ -Iout/hello/c++/.. -Iout/hello/c++ -Iout/hello/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello/c++/runtime.o out/hello/c++/runtime.cc
mkdir -p out/hello/c++/
g++ -g -std=c++11 -MMD -MF out/hello/c++/test -MT 'out/hello/c++/test out/hello/c++/test' -pthread -Iout/hello/c++ -Iout/hello/c++/.. -Iout/hello/c++ -Iout/hello/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello/c++/test out/hello/c++/main.o out/hello/c++/hello.o out/hello/c++/pump.o out/hello/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/execute-c++
timeout 2 diff -uwB out/hello/hello.trace.0 <(set -o pipefail;cat out/hello/hello.trace.0 | "out/hello"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello/hello.trace.0 | "out/hello"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/run
diff -uwB <(grep -v "" "out/hello/hello.trace.0") <(grep -v "" "out/hello/hello.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello "out/hello/hello.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/verify
mkdir -p "out/hello"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello "out/hello/hello.dzn" 2>"out/hello"/verify/"hello".stderr)";err="$(cat "out/hello"/verify/"hello".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello"/verify/"hello".stderr:; cat "out/hello"/verify/"hello".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello" OUT="out/hello"/c++03 MODEL="hello" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello/*/*.dzn': No such file or directory
set -x; for file in "out/hello/hello.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello' -o "out/hello/c++03" "$file";\
done
+ for file in "out/hello/hello.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello -o out/hello/c++03 out/hello/hello.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/build-c++03
mkdir -p "out/hello"/c++03 && ln -sf "out/hello" "out/hello" && make DIR="out/hello" LANGUAGE=c++03 OUT="out/hello"/c++03 IN="out/hello"/c++03 MAIN="out/hello/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello/c++03/
g++ -g -std=c++11 -MMD -MF out/hello/c++03/main.d -MT 'out/hello/c++03/main.d out/hello/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello/c++03 -Iout/hello/c++03/.. -Iout/hello/c++03 -Iout/hello/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello/c++03/main.o out/hello/c++03/main.cc
mkdir -p out/hello/c++03/
g++ -g -std=c++03 -MMD -MF out/hello/c++03/hello.d -MT 'out/hello/c++03/hello.d out/hello/c++03/hello.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello/c++03 -Iout/hello/c++03/.. -Iout/hello/c++03 -Iout/hello/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello/c++03/hello.o out/hello/c++03/hello.cc
mkdir -p out/hello/c++03/
g++ -g -std=c++11 -MMD -MF out/hello/c++03/pump.d -MT 'out/hello/c++03/pump.d out/hello/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello/c++03 -Iout/hello/c++03/.. -Iout/hello/c++03 -Iout/hello/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello/c++03/pump.o out/hello/c++03/pump.cc
mkdir -p out/hello/c++03/
g++ -g -std=c++03 -MMD -MF out/hello/c++03/runtime.d -MT 'out/hello/c++03/runtime.d out/hello/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello/c++03 -Iout/hello/c++03/.. -Iout/hello/c++03 -Iout/hello/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello/c++03/runtime.o out/hello/c++03/runtime.cc
mkdir -p out/hello/c++03/
g++ -g -std=c++03 -MMD -MF out/hello/c++03/test -MT 'out/hello/c++03/test out/hello/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello/c++03 -Iout/hello/c++03/.. -Iout/hello/c++03 -Iout/hello/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello/c++03/test out/hello/c++03/main.o out/hello/c++03/hello.o out/hello/c++03/pump.o out/hello/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/execute-c++03
timeout 2 diff -uwB out/hello/hello.trace.0 <(set -o pipefail;cat out/hello/hello.trace.0 | "out/hello"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello/hello.trace.0 | "out/hello"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello" OUT="out/hello"/javascript MODEL="hello" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello/*/*.dzn': No such file or directory
set -x; for file in "out/hello/hello.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello' -o "out/hello/javascript" "$file";\
done
+ for file in "out/hello/hello.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello -o out/hello/javascript out/hello/hello.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/build-javascript
mkdir -p "out/hello"/javascript && ln -sf "out/hello" "out/hello" && make DIR="out/hello" LANGUAGE=javascript OUT="out/hello"/javascript IN="out/hello"/javascript MAIN="out/hello/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello/javascript/main.js out/hello/javascript/test
chmod +x out/hello/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/execute-javascript
timeout 2 diff -uwB out/hello/hello.trace.0 <(set -o pipefail;cat out/hello/hello.trace.0 | node "out/hello"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello/hello.trace.0 | node "out/hello"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/convert
convert: [SKIPPED] no DM file "out/hello_alpha/hello_alpha.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_alpha" OUT="out/hello_alpha"/c++ MODEL="hello_alpha" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_alpha/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_alpha/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_alpha/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_alpha/*/*.dzn': No such file or directory
set -x; for file in "out/hello_alpha/hello_alpha.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_alpha' -o "out/hello_alpha/c++" "$file";\
done
+ for file in "out/hello_alpha/hello_alpha.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_alpha -o out/hello_alpha/c++ out/hello_alpha/hello_alpha.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/build-c++
mkdir -p "out/hello_alpha"/c++ && ln -sf "out/hello_alpha" "out/hello_alpha" && make DIR="out/hello_alpha" LANGUAGE=c++ OUT="out/hello_alpha"/c++ IN="out/hello_alpha"/c++ MAIN="out/hello_alpha/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_alpha/c++/
g++ -g -std=c++11 -MMD -MF out/hello_alpha/c++/main.d -MT 'out/hello_alpha/c++/main.d out/hello_alpha/c++/main.o' -pthread -Iout/hello_alpha/c++ -Iout/hello_alpha/c++/.. -Iout/hello_alpha/c++ -Iout/hello_alpha/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_alpha/c++/main.o out/hello_alpha/c++/main.cc
mkdir -p out/hello_alpha/c++/
g++ -g -std=c++11 -MMD -MF out/hello_alpha/c++/hello_alpha.d -MT 'out/hello_alpha/c++/hello_alpha.d out/hello_alpha/c++/hello_alpha.o' -pthread -Iout/hello_alpha/c++ -Iout/hello_alpha/c++/.. -Iout/hello_alpha/c++ -Iout/hello_alpha/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_alpha/c++/hello_alpha.o out/hello_alpha/c++/hello_alpha.cc
mkdir -p out/hello_alpha/c++/
g++ -g -std=c++11 -MMD -MF out/hello_alpha/c++/pump.d -MT 'out/hello_alpha/c++/pump.d out/hello_alpha/c++/pump.o' -pthread -Iout/hello_alpha/c++ -Iout/hello_alpha/c++/.. -Iout/hello_alpha/c++ -Iout/hello_alpha/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_alpha/c++/pump.o out/hello_alpha/c++/pump.cc
mkdir -p out/hello_alpha/c++/
g++ -g -std=c++11 -MMD -MF out/hello_alpha/c++/runtime.d -MT 'out/hello_alpha/c++/runtime.d out/hello_alpha/c++/runtime.o' -pthread -Iout/hello_alpha/c++ -Iout/hello_alpha/c++/.. -Iout/hello_alpha/c++ -Iout/hello_alpha/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_alpha/c++/runtime.o out/hello_alpha/c++/runtime.cc
mkdir -p out/hello_alpha/c++/
g++ -g -std=c++11 -MMD -MF out/hello_alpha/c++/test -MT 'out/hello_alpha/c++/test out/hello_alpha/c++/test' -pthread -Iout/hello_alpha/c++ -Iout/hello_alpha/c++/.. -Iout/hello_alpha/c++ -Iout/hello_alpha/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_alpha/c++/test out/hello_alpha/c++/main.o out/hello_alpha/c++/hello_alpha.o out/hello_alpha/c++/pump.o out/hello_alpha/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_alpha/hello_alpha.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_alpha" OUT="out/hello_alpha"/c++03 MODEL="hello_alpha" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_alpha/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_alpha/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_alpha/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_alpha/*/*.dzn': No such file or directory
set -x; for file in "out/hello_alpha/hello_alpha.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_alpha' -o "out/hello_alpha/c++03" "$file";\
done
+ for file in "out/hello_alpha/hello_alpha.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_alpha -o out/hello_alpha/c++03 out/hello_alpha/hello_alpha.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/build-c++03
mkdir -p "out/hello_alpha"/c++03 && ln -sf "out/hello_alpha" "out/hello_alpha" && make DIR="out/hello_alpha" LANGUAGE=c++03 OUT="out/hello_alpha"/c++03 IN="out/hello_alpha"/c++03 MAIN="out/hello_alpha/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_alpha/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_alpha/c++03/main.d -MT 'out/hello_alpha/c++03/main.d out/hello_alpha/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_alpha/c++03 -Iout/hello_alpha/c++03/.. -Iout/hello_alpha/c++03 -Iout/hello_alpha/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_alpha/c++03/main.o out/hello_alpha/c++03/main.cc
mkdir -p out/hello_alpha/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_alpha/c++03/hello_alpha.d -MT 'out/hello_alpha/c++03/hello_alpha.d out/hello_alpha/c++03/hello_alpha.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_alpha/c++03 -Iout/hello_alpha/c++03/.. -Iout/hello_alpha/c++03 -Iout/hello_alpha/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_alpha/c++03/hello_alpha.o out/hello_alpha/c++03/hello_alpha.cc
mkdir -p out/hello_alpha/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_alpha/c++03/pump.d -MT 'out/hello_alpha/c++03/pump.d out/hello_alpha/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_alpha/c++03 -Iout/hello_alpha/c++03/.. -Iout/hello_alpha/c++03 -Iout/hello_alpha/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_alpha/c++03/pump.o out/hello_alpha/c++03/pump.cc
mkdir -p out/hello_alpha/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_alpha/c++03/runtime.d -MT 'out/hello_alpha/c++03/runtime.d out/hello_alpha/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_alpha/c++03 -Iout/hello_alpha/c++03/.. -Iout/hello_alpha/c++03 -Iout/hello_alpha/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_alpha/c++03/runtime.o out/hello_alpha/c++03/runtime.cc
mkdir -p out/hello_alpha/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_alpha/c++03/test -MT 'out/hello_alpha/c++03/test out/hello_alpha/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_alpha/c++03 -Iout/hello_alpha/c++03/.. -Iout/hello_alpha/c++03 -Iout/hello_alpha/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_alpha/c++03/test out/hello_alpha/c++03/main.o out/hello_alpha/c++03/hello_alpha.o out/hello_alpha/c++03/pump.o out/hello_alpha/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_alpha" OUT="out/hello_alpha"/javascript MODEL="hello_alpha" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_alpha/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_alpha/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_alpha/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_alpha/*/*.dzn': No such file or directory
set -x; for file in "out/hello_alpha/hello_alpha.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_alpha' -o "out/hello_alpha/javascript" "$file";\
done
+ for file in "out/hello_alpha/hello_alpha.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_alpha -o out/hello_alpha/javascript out/hello_alpha/hello_alpha.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/build-javascript
mkdir -p "out/hello_alpha"/javascript && ln -sf "out/hello_alpha" "out/hello_alpha" && make DIR="out/hello_alpha" LANGUAGE=javascript OUT="out/hello_alpha"/javascript IN="out/hello_alpha"/javascript MAIN="out/hello_alpha/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_alpha/javascript/main.js out/hello_alpha/javascript/test
chmod +x out/hello_alpha/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/execute-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/verify
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/execute-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/execute-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_alpha/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/convert
convert: [SKIPPED] no DM file "out/hello_bool/hello_bool.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_bool/hello_bool.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_bool" OUT="out/hello_bool"/c++ MODEL="hello_bool" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_bool/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_bool/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_bool/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_bool/*/*.dzn': No such file or directory
set -x; for file in "out/hello_bool/hello_bool.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_bool' -o "out/hello_bool/c++" "$file";\
done
+ for file in "out/hello_bool/hello_bool.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_bool -o out/hello_bool/c++ out/hello_bool/hello_bool.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/build-c++
mkdir -p "out/hello_bool"/c++ && ln -sf "out/hello_bool" "out/hello_bool" && make DIR="out/hello_bool" LANGUAGE=c++ OUT="out/hello_bool"/c++ IN="out/hello_bool"/c++ MAIN="out/hello_bool/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_bool/c++/
g++ -g -std=c++11 -MMD -MF out/hello_bool/c++/main.d -MT 'out/hello_bool/c++/main.d out/hello_bool/c++/main.o' -pthread -Iout/hello_bool/c++ -Iout/hello_bool/c++/.. -Iout/hello_bool/c++ -Iout/hello_bool/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_bool/c++/main.o out/hello_bool/c++/main.cc
mkdir -p out/hello_bool/c++/
g++ -g -std=c++11 -MMD -MF out/hello_bool/c++/hello_bool.d -MT 'out/hello_bool/c++/hello_bool.d out/hello_bool/c++/hello_bool.o' -pthread -Iout/hello_bool/c++ -Iout/hello_bool/c++/.. -Iout/hello_bool/c++ -Iout/hello_bool/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_bool/c++/hello_bool.o out/hello_bool/c++/hello_bool.cc
mkdir -p out/hello_bool/c++/
g++ -g -std=c++11 -MMD -MF out/hello_bool/c++/pump.d -MT 'out/hello_bool/c++/pump.d out/hello_bool/c++/pump.o' -pthread -Iout/hello_bool/c++ -Iout/hello_bool/c++/.. -Iout/hello_bool/c++ -Iout/hello_bool/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_bool/c++/pump.o out/hello_bool/c++/pump.cc
mkdir -p out/hello_bool/c++/
g++ -g -std=c++11 -MMD -MF out/hello_bool/c++/runtime.d -MT 'out/hello_bool/c++/runtime.d out/hello_bool/c++/runtime.o' -pthread -Iout/hello_bool/c++ -Iout/hello_bool/c++/.. -Iout/hello_bool/c++ -Iout/hello_bool/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_bool/c++/runtime.o out/hello_bool/c++/runtime.cc
mkdir -p out/hello_bool/c++/
g++ -g -std=c++11 -MMD -MF out/hello_bool/c++/test -MT 'out/hello_bool/c++/test out/hello_bool/c++/test' -pthread -Iout/hello_bool/c++ -Iout/hello_bool/c++/.. -Iout/hello_bool/c++ -Iout/hello_bool/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_bool/c++/test out/hello_bool/c++/main.o out/hello_bool/c++/hello_bool.o out/hello_bool/c++/pump.o out/hello_bool/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/execute-c++
timeout 2 diff -uwB out/hello_bool/hello_bool.trace.0 <(set -o pipefail;cat out/hello_bool/hello_bool.trace.0 | "out/hello_bool"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_bool/hello_bool.trace.0 | "out/hello_bool"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/run
diff -uwB <(grep -v "" "out/hello_bool/hello_bool.trace.0") <(grep -v "" "out/hello_bool/hello_bool.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_bool "out/hello_bool/hello_bool.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/verify
mkdir -p "out/hello_bool"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_bool "out/hello_bool/hello_bool.dzn" 2>"out/hello_bool"/verify/"hello_bool".stderr)";err="$(cat "out/hello_bool"/verify/"hello_bool".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_bool"/verify/"hello_bool".stderr:; cat "out/hello_bool"/verify/"hello_bool".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_bool" OUT="out/hello_bool"/c++03 MODEL="hello_bool" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_bool/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_bool/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_bool/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_bool/*/*.dzn': No such file or directory
set -x; for file in "out/hello_bool/hello_bool.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_bool' -o "out/hello_bool/c++03" "$file";\
done
+ for file in "out/hello_bool/hello_bool.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_bool -o out/hello_bool/c++03 out/hello_bool/hello_bool.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/build-c++03
mkdir -p "out/hello_bool"/c++03 && ln -sf "out/hello_bool" "out/hello_bool" && make DIR="out/hello_bool" LANGUAGE=c++03 OUT="out/hello_bool"/c++03 IN="out/hello_bool"/c++03 MAIN="out/hello_bool/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_bool/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_bool/c++03/main.d -MT 'out/hello_bool/c++03/main.d out/hello_bool/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_bool/c++03 -Iout/hello_bool/c++03/.. -Iout/hello_bool/c++03 -Iout/hello_bool/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_bool/c++03/main.o out/hello_bool/c++03/main.cc
mkdir -p out/hello_bool/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_bool/c++03/hello_bool.d -MT 'out/hello_bool/c++03/hello_bool.d out/hello_bool/c++03/hello_bool.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_bool/c++03 -Iout/hello_bool/c++03/.. -Iout/hello_bool/c++03 -Iout/hello_bool/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_bool/c++03/hello_bool.o out/hello_bool/c++03/hello_bool.cc
mkdir -p out/hello_bool/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_bool/c++03/pump.d -MT 'out/hello_bool/c++03/pump.d out/hello_bool/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_bool/c++03 -Iout/hello_bool/c++03/.. -Iout/hello_bool/c++03 -Iout/hello_bool/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_bool/c++03/pump.o out/hello_bool/c++03/pump.cc
mkdir -p out/hello_bool/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_bool/c++03/runtime.d -MT 'out/hello_bool/c++03/runtime.d out/hello_bool/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_bool/c++03 -Iout/hello_bool/c++03/.. -Iout/hello_bool/c++03 -Iout/hello_bool/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_bool/c++03/runtime.o out/hello_bool/c++03/runtime.cc
mkdir -p out/hello_bool/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_bool/c++03/test -MT 'out/hello_bool/c++03/test out/hello_bool/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_bool/c++03 -Iout/hello_bool/c++03/.. -Iout/hello_bool/c++03 -Iout/hello_bool/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_bool/c++03/test out/hello_bool/c++03/main.o out/hello_bool/c++03/hello_bool.o out/hello_bool/c++03/pump.o out/hello_bool/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/execute-c++03
timeout 2 diff -uwB out/hello_bool/hello_bool.trace.0 <(set -o pipefail;cat out/hello_bool/hello_bool.trace.0 | "out/hello_bool"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_bool/hello_bool.trace.0 | "out/hello_bool"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_bool" OUT="out/hello_bool"/javascript MODEL="hello_bool" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_bool/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_bool/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_bool/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_bool/*/*.dzn': No such file or directory
set -x; for file in "out/hello_bool/hello_bool.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_bool' -o "out/hello_bool/javascript" "$file";\
done
+ for file in "out/hello_bool/hello_bool.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_bool -o out/hello_bool/javascript out/hello_bool/hello_bool.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/build-javascript
mkdir -p "out/hello_bool"/javascript && ln -sf "out/hello_bool" "out/hello_bool" && make DIR="out/hello_bool" LANGUAGE=javascript OUT="out/hello_bool"/javascript IN="out/hello_bool"/javascript MAIN="out/hello_bool/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_bool/javascript/main.js out/hello_bool/javascript/test
chmod +x out/hello_bool/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/execute-javascript
timeout 2 diff -uwB out/hello_bool/hello_bool.trace.0 <(set -o pipefail;cat out/hello_bool/hello_bool.trace.0 | node "out/hello_bool"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_bool/hello_bool.trace.0 | node "out/hello_bool"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_bool/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/convert
convert: [SKIPPED] no DM file "out/hello_block/hello_block.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_block/hello_block.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_block" OUT="out/hello_block"/c++ MODEL="hello_block" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_block/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_block/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_block/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_block/*/*.dzn': No such file or directory
set -x; for file in "out/hello_block/hello_block.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_block' -o "out/hello_block/c++" "$file";\
done
+ for file in "out/hello_block/hello_block.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_block -o out/hello_block/c++ out/hello_block/hello_block.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/build-c++
mkdir -p "out/hello_block"/c++ && ln -sf "out/hello_block" "out/hello_block" && make DIR="out/hello_block" LANGUAGE=c++ OUT="out/hello_block"/c++ IN="out/hello_block"/c++ MAIN="out/hello_block/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_block/c++/
g++ -g -std=c++11 -MMD -MF out/hello_block/c++/main.d -MT 'out/hello_block/c++/main.d out/hello_block/c++/main.o' -pthread -Iout/hello_block/c++ -Iout/hello_block/c++/.. -Iout/hello_block/c++ -Iout/hello_block/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_block/c++/main.o out/hello_block/c++/main.cc
mkdir -p out/hello_block/c++/
g++ -g -std=c++11 -MMD -MF out/hello_block/c++/hello_block.d -MT 'out/hello_block/c++/hello_block.d out/hello_block/c++/hello_block.o' -pthread -Iout/hello_block/c++ -Iout/hello_block/c++/.. -Iout/hello_block/c++ -Iout/hello_block/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_block/c++/hello_block.o out/hello_block/c++/hello_block.cc
mkdir -p out/hello_block/c++/
g++ -g -std=c++11 -MMD -MF out/hello_block/c++/pump.d -MT 'out/hello_block/c++/pump.d out/hello_block/c++/pump.o' -pthread -Iout/hello_block/c++ -Iout/hello_block/c++/.. -Iout/hello_block/c++ -Iout/hello_block/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_block/c++/pump.o out/hello_block/c++/pump.cc
mkdir -p out/hello_block/c++/
g++ -g -std=c++11 -MMD -MF out/hello_block/c++/runtime.d -MT 'out/hello_block/c++/runtime.d out/hello_block/c++/runtime.o' -pthread -Iout/hello_block/c++ -Iout/hello_block/c++/.. -Iout/hello_block/c++ -Iout/hello_block/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_block/c++/runtime.o out/hello_block/c++/runtime.cc
mkdir -p out/hello_block/c++/
g++ -g -std=c++11 -MMD -MF out/hello_block/c++/test -MT 'out/hello_block/c++/test out/hello_block/c++/test' -pthread -Iout/hello_block/c++ -Iout/hello_block/c++/.. -Iout/hello_block/c++ -Iout/hello_block/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_block/c++/test out/hello_block/c++/main.o out/hello_block/c++/hello_block.o out/hello_block/c++/pump.o out/hello_block/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/execute-c++
timeout 2 diff -uwB out/hello_block/hello_block.trace.0 <(set -o pipefail;cat out/hello_block/hello_block.trace.0 | "out/hello_block"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_block/hello_block.trace.0 | "out/hello_block"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_block/hello_block.trace.1 <(set -o pipefail;cat out/hello_block/hello_block.trace.1 | "out/hello_block"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_block/hello_block.trace.1 | "out/hello_block"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_block/hello_block.trace.2 <(set -o pipefail;cat out/hello_block/hello_block.trace.2 | "out/hello_block"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_block/hello_block.trace.2 | "out/hello_block"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/run
diff -uwB <(grep -v "" "out/hello_block/hello_block.trace.0") <(grep -v "" "out/hello_block/hello_block.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_block "out/hello_block/hello_block.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_block/hello_block.trace.1") <(grep -v "" "out/hello_block/hello_block.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_block "out/hello_block/hello_block.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_block/hello_block.trace.2") <(grep -v "" "out/hello_block/hello_block.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_block "out/hello_block/hello_block.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/triangle-c++
blocking: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/verify
mkdir -p "out/hello_block"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_block "out/hello_block/hello_block.dzn" 2>"out/hello_block"/verify/"hello_block".stderr)";err="$(cat "out/hello_block"/verify/"hello_block".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_block"/verify/"hello_block".stderr:; cat "out/hello_block"/verify/"hello_block".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_block" OUT="out/hello_block"/c++03 MODEL="hello_block" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_block/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_block/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_block/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_block/*/*.dzn': No such file or directory
set -x; for file in "out/hello_block/hello_block.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_block' -o "out/hello_block/c++03" "$file";\
done
+ for file in "out/hello_block/hello_block.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_block -o out/hello_block/c++03 out/hello_block/hello_block.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/build-c++03
mkdir -p "out/hello_block"/c++03 && ln -sf "out/hello_block" "out/hello_block" && make DIR="out/hello_block" LANGUAGE=c++03 OUT="out/hello_block"/c++03 IN="out/hello_block"/c++03 MAIN="out/hello_block/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_block/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_block/c++03/main.d -MT 'out/hello_block/c++03/main.d out/hello_block/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_block/c++03 -Iout/hello_block/c++03/.. -Iout/hello_block/c++03 -Iout/hello_block/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_block/c++03/main.o out/hello_block/c++03/main.cc
mkdir -p out/hello_block/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_block/c++03/hello_block.d -MT 'out/hello_block/c++03/hello_block.d out/hello_block/c++03/hello_block.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_block/c++03 -Iout/hello_block/c++03/.. -Iout/hello_block/c++03 -Iout/hello_block/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_block/c++03/hello_block.o out/hello_block/c++03/hello_block.cc
mkdir -p out/hello_block/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_block/c++03/pump.d -MT 'out/hello_block/c++03/pump.d out/hello_block/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_block/c++03 -Iout/hello_block/c++03/.. -Iout/hello_block/c++03 -Iout/hello_block/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_block/c++03/pump.o out/hello_block/c++03/pump.cc
mkdir -p out/hello_block/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_block/c++03/runtime.d -MT 'out/hello_block/c++03/runtime.d out/hello_block/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_block/c++03 -Iout/hello_block/c++03/.. -Iout/hello_block/c++03 -Iout/hello_block/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_block/c++03/runtime.o out/hello_block/c++03/runtime.cc
mkdir -p out/hello_block/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_block/c++03/test -MT 'out/hello_block/c++03/test out/hello_block/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_block/c++03 -Iout/hello_block/c++03/.. -Iout/hello_block/c++03 -Iout/hello_block/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_block/c++03/test out/hello_block/c++03/main.o out/hello_block/c++03/hello_block.o out/hello_block/c++03/pump.o out/hello_block/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/execute-c++03
timeout 2 diff -uwB out/hello_block/hello_block.trace.0 <(set -o pipefail;cat out/hello_block/hello_block.trace.0 | "out/hello_block"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_block/hello_block.trace.0 | "out/hello_block"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_block/hello_block.trace.1 <(set -o pipefail;cat out/hello_block/hello_block.trace.1 | "out/hello_block"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_block/hello_block.trace.1 | "out/hello_block"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_block/hello_block.trace.2 <(set -o pipefail;cat out/hello_block/hello_block.trace.2 | "out/hello_block"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_block/hello_block.trace.2 | "out/hello_block"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/triangle-c++03
blocking: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_block" OUT="out/hello_block"/javascript MODEL="hello_block" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_block/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_block/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_block/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_block/*/*.dzn': No such file or directory
set -x; for file in "out/hello_block/hello_block.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_block' -o "out/hello_block/javascript" "$file";\
done
+ for file in "out/hello_block/hello_block.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_block -o out/hello_block/javascript out/hello_block/hello_block.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/build-javascript
mkdir -p "out/hello_block"/javascript && ln -sf "out/hello_block" "out/hello_block" && make DIR="out/hello_block" LANGUAGE=javascript OUT="out/hello_block"/javascript IN="out/hello_block"/javascript MAIN="out/hello_block/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_block/javascript/main.js out/hello_block/javascript/test
chmod +x out/hello_block/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/execute-javascript
timeout 2 diff -uwB out/hello_block/hello_block.trace.0 <(set -o pipefail;cat out/hello_block/hello_block.trace.0 | node "out/hello_block"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_block/hello_block.trace.0 | node "out/hello_block"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_block/hello_block.trace.1 <(set -o pipefail;cat out/hello_block/hello_block.trace.1 | node "out/hello_block"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_block/hello_block.trace.1 | node "out/hello_block"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_block/hello_block.trace.2 <(set -o pipefail;cat out/hello_block/hello_block.trace.2 | node "out/hello_block"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_block/hello_block.trace.2 | node "out/hello_block"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/triangle-javascript
blocking: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/table
blocking: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/traces
blocking: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/view
blocking: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/build-c++-msvc11
blocking: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/code-c++-msvc11
blocking: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/execute-c++-msvc11
blocking: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_block/triangle-c++-msvc11
blocking: not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/convert
convert: [SKIPPED] no DM file "out/hello_clash_port_variable/hello_clash_port_variable.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_clash_port_variable/hello_clash_port_variable.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_clash_port_variable" OUT="out/hello_clash_port_variable"/c++ MODEL="hello_clash_port_variable" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_clash_port_variable/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_clash_port_variable/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_clash_port_variable/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_clash_port_variable/*/*.dzn': No such file or directory
set -x; for file in "out/hello_clash_port_variable/hello_clash_port_variable.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_clash_port_variable' -o "out/hello_clash_port_variable/c++" "$file";\
done
+ for file in "out/hello_clash_port_variable/hello_clash_port_variable.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_clash_port_variable -o out/hello_clash_port_variable/c++ out/hello_clash_port_variable/hello_clash_port_variable.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/build-c++
mkdir -p "out/hello_clash_port_variable"/c++ && ln -sf "out/hello_clash_port_variable" "out/hello_clash_port_variable" && make DIR="out/hello_clash_port_variable" LANGUAGE=c++ OUT="out/hello_clash_port_variable"/c++ IN="out/hello_clash_port_variable"/c++ MAIN="out/hello_clash_port_variable/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_clash_port_variable/c++/
g++ -g -std=c++11 -MMD -MF out/hello_clash_port_variable/c++/main.d -MT 'out/hello_clash_port_variable/c++/main.d out/hello_clash_port_variable/c++/main.o' -pthread -Iout/hello_clash_port_variable/c++ -Iout/hello_clash_port_variable/c++/.. -Iout/hello_clash_port_variable/c++ -Iout/hello_clash_port_variable/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_clash_port_variable/c++/main.o out/hello_clash_port_variable/c++/main.cc
mkdir -p out/hello_clash_port_variable/c++/
g++ -g -std=c++11 -MMD -MF out/hello_clash_port_variable/c++/pump.d -MT 'out/hello_clash_port_variable/c++/pump.d out/hello_clash_port_variable/c++/pump.o' -pthread -Iout/hello_clash_port_variable/c++ -Iout/hello_clash_port_variable/c++/.. -Iout/hello_clash_port_variable/c++ -Iout/hello_clash_port_variable/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_clash_port_variable/c++/pump.o out/hello_clash_port_variable/c++/pump.cc
mkdir -p out/hello_clash_port_variable/c++/
g++ -g -std=c++11 -MMD -MF out/hello_clash_port_variable/c++/runtime.d -MT 'out/hello_clash_port_variable/c++/runtime.d out/hello_clash_port_variable/c++/runtime.o' -pthread -Iout/hello_clash_port_variable/c++ -Iout/hello_clash_port_variable/c++/.. -Iout/hello_clash_port_variable/c++ -Iout/hello_clash_port_variable/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_clash_port_variable/c++/runtime.o out/hello_clash_port_variable/c++/runtime.cc
mkdir -p out/hello_clash_port_variable/c++/
g++ -g -std=c++11 -MMD -MF out/hello_clash_port_variable/c++/hello_clash_port_variable.d -MT 'out/hello_clash_port_variable/c++/hello_clash_port_variable.d out/hello_clash_port_variable/c++/hello_clash_port_variable.o' -pthread -Iout/hello_clash_port_variable/c++ -Iout/hello_clash_port_variable/c++/.. -Iout/hello_clash_port_variable/c++ -Iout/hello_clash_port_variable/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_clash_port_variable/c++/hello_clash_port_variable.o out/hello_clash_port_variable/c++/hello_clash_port_variable.cc
mkdir -p out/hello_clash_port_variable/c++/
g++ -g -std=c++11 -MMD -MF out/hello_clash_port_variable/c++/test -MT 'out/hello_clash_port_variable/c++/test out/hello_clash_port_variable/c++/test' -pthread -Iout/hello_clash_port_variable/c++ -Iout/hello_clash_port_variable/c++/.. -Iout/hello_clash_port_variable/c++ -Iout/hello_clash_port_variable/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_clash_port_variable/c++/test out/hello_clash_port_variable/c++/main.o out/hello_clash_port_variable/c++/pump.o out/hello_clash_port_variable/c++/runtime.o out/hello_clash_port_variable/c++/hello_clash_port_variable.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/execute-c++
timeout 2 diff -uwB out/hello_clash_port_variable/hello_clash_port_variable.trace.0 <(set -o pipefail;cat out/hello_clash_port_variable/hello_clash_port_variable.trace.0 | "out/hello_clash_port_variable"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_clash_port_variable/hello_clash_port_variable.trace.0 | "out/hello_clash_port_variable"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_clash_port_variable/hello_clash_port_variable.trace.1 <(set -o pipefail;cat out/hello_clash_port_variable/hello_clash_port_variable.trace.1 | "out/hello_clash_port_variable"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_clash_port_variable/hello_clash_port_variable.trace.1 | "out/hello_clash_port_variable"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/run
diff -uwB <(grep -v "" "out/hello_clash_port_variable/hello_clash_port_variable.trace.0") <(grep -v "" "out/hello_clash_port_variable/hello_clash_port_variable.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_clash_port_variable "out/hello_clash_port_variable/hello_clash_port_variable.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_clash_port_variable/hello_clash_port_variable.trace.1") <(grep -v "" "out/hello_clash_port_variable/hello_clash_port_variable.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_clash_port_variable "out/hello_clash_port_variable/hello_clash_port_variable.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/verify
mkdir -p "out/hello_clash_port_variable"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_clash_port_variable "out/hello_clash_port_variable/hello_clash_port_variable.dzn" 2>"out/hello_clash_port_variable"/verify/"hello_clash_port_variable".stderr)";err="$(cat "out/hello_clash_port_variable"/verify/"hello_clash_port_variable".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_clash_port_variable"/verify/"hello_clash_port_variable".stderr:; cat "out/hello_clash_port_variable"/verify/"hello_clash_port_variable".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_clash_port_variable" OUT="out/hello_clash_port_variable"/c++03 MODEL="hello_clash_port_variable" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_clash_port_variable/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_clash_port_variable/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_clash_port_variable/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_clash_port_variable/*/*.dzn': No such file or directory
set -x; for file in "out/hello_clash_port_variable/hello_clash_port_variable.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_clash_port_variable' -o "out/hello_clash_port_variable/c++03" "$file";\
done
+ for file in "out/hello_clash_port_variable/hello_clash_port_variable.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_clash_port_variable -o out/hello_clash_port_variable/c++03 out/hello_clash_port_variable/hello_clash_port_variable.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/build-c++03
mkdir -p "out/hello_clash_port_variable"/c++03 && ln -sf "out/hello_clash_port_variable" "out/hello_clash_port_variable" && make DIR="out/hello_clash_port_variable" LANGUAGE=c++03 OUT="out/hello_clash_port_variable"/c++03 IN="out/hello_clash_port_variable"/c++03 MAIN="out/hello_clash_port_variable/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_clash_port_variable/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_clash_port_variable/c++03/main.d -MT 'out/hello_clash_port_variable/c++03/main.d out/hello_clash_port_variable/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_clash_port_variable/c++03 -Iout/hello_clash_port_variable/c++03/.. -Iout/hello_clash_port_variable/c++03 -Iout/hello_clash_port_variable/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_clash_port_variable/c++03/main.o out/hello_clash_port_variable/c++03/main.cc
mkdir -p out/hello_clash_port_variable/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_clash_port_variable/c++03/pump.d -MT 'out/hello_clash_port_variable/c++03/pump.d out/hello_clash_port_variable/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_clash_port_variable/c++03 -Iout/hello_clash_port_variable/c++03/.. -Iout/hello_clash_port_variable/c++03 -Iout/hello_clash_port_variable/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_clash_port_variable/c++03/pump.o out/hello_clash_port_variable/c++03/pump.cc
mkdir -p out/hello_clash_port_variable/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_clash_port_variable/c++03/runtime.d -MT 'out/hello_clash_port_variable/c++03/runtime.d out/hello_clash_port_variable/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_clash_port_variable/c++03 -Iout/hello_clash_port_variable/c++03/.. -Iout/hello_clash_port_variable/c++03 -Iout/hello_clash_port_variable/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_clash_port_variable/c++03/runtime.o out/hello_clash_port_variable/c++03/runtime.cc
mkdir -p out/hello_clash_port_variable/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_clash_port_variable/c++03/hello_clash_port_variable.d -MT 'out/hello_clash_port_variable/c++03/hello_clash_port_variable.d out/hello_clash_port_variable/c++03/hello_clash_port_variable.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_clash_port_variable/c++03 -Iout/hello_clash_port_variable/c++03/.. -Iout/hello_clash_port_variable/c++03 -Iout/hello_clash_port_variable/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_clash_port_variable/c++03/hello_clash_port_variable.o out/hello_clash_port_variable/c++03/hello_clash_port_variable.cc
mkdir -p out/hello_clash_port_variable/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_clash_port_variable/c++03/test -MT 'out/hello_clash_port_variable/c++03/test out/hello_clash_port_variable/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_clash_port_variable/c++03 -Iout/hello_clash_port_variable/c++03/.. -Iout/hello_clash_port_variable/c++03 -Iout/hello_clash_port_variable/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_clash_port_variable/c++03/test out/hello_clash_port_variable/c++03/main.o out/hello_clash_port_variable/c++03/pump.o out/hello_clash_port_variable/c++03/runtime.o out/hello_clash_port_variable/c++03/hello_clash_port_variable.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/execute-c++03
timeout 2 diff -uwB out/hello_clash_port_variable/hello_clash_port_variable.trace.0 <(set -o pipefail;cat out/hello_clash_port_variable/hello_clash_port_variable.trace.0 | "out/hello_clash_port_variable"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_clash_port_variable/hello_clash_port_variable.trace.0 | "out/hello_clash_port_variable"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_clash_port_variable/hello_clash_port_variable.trace.1 <(set -o pipefail;cat out/hello_clash_port_variable/hello_clash_port_variable.trace.1 | "out/hello_clash_port_variable"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_clash_port_variable/hello_clash_port_variable.trace.1 | "out/hello_clash_port_variable"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_clash_port_variable" OUT="out/hello_clash_port_variable"/javascript MODEL="hello_clash_port_variable" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_clash_port_variable/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_clash_port_variable/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_clash_port_variable/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_clash_port_variable/*/*.dzn': No such file or directory
set -x; for file in "out/hello_clash_port_variable/hello_clash_port_variable.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_clash_port_variable' -o "out/hello_clash_port_variable/javascript" "$file";\
done
+ for file in "out/hello_clash_port_variable/hello_clash_port_variable.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_clash_port_variable -o out/hello_clash_port_variable/javascript out/hello_clash_port_variable/hello_clash_port_variable.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/build-javascript
mkdir -p "out/hello_clash_port_variable"/javascript && ln -sf "out/hello_clash_port_variable" "out/hello_clash_port_variable" && make DIR="out/hello_clash_port_variable" LANGUAGE=javascript OUT="out/hello_clash_port_variable"/javascript IN="out/hello_clash_port_variable"/javascript MAIN="out/hello_clash_port_variable/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_clash_port_variable/javascript/main.js out/hello_clash_port_variable/javascript/test
chmod +x out/hello_clash_port_variable/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/execute-javascript
timeout 2 diff -uwB out/hello_clash_port_variable/hello_clash_port_variable.trace.0 <(set -o pipefail;cat out/hello_clash_port_variable/hello_clash_port_variable.trace.0 | node "out/hello_clash_port_variable"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_clash_port_variable/hello_clash_port_variable.trace.0 | node "out/hello_clash_port_variable"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_clash_port_variable/hello_clash_port_variable.trace.1 <(set -o pipefail;cat out/hello_clash_port_variable/hello_clash_port_variable.trace.1 | node "out/hello_clash_port_variable"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_clash_port_variable/hello_clash_port_variable.trace.1 | node "out/hello_clash_port_variable"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_clash_port_variable/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/convert
convert: [SKIPPED] no DM file "out/hello_data/hello_data.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_data/hello_data.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_data" OUT="out/hello_data"/c++ MODEL="hello_data" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_data/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_data/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_data/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_data/*/*.dzn': No such file or directory
set -x; for file in "out/hello_data/hello_data.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_data' -o "out/hello_data/c++" "$file";\
done
+ for file in "out/hello_data/hello_data.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_data -o out/hello_data/c++ out/hello_data/hello_data.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/build-c++
mkdir -p "out/hello_data"/c++ && ln -sf "out/hello_data" "out/hello_data" && make DIR="out/hello_data" LANGUAGE=c++ OUT="out/hello_data"/c++ IN="out/hello_data"/c++ MAIN="out/hello_data/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_data/c++/
g++ -g -std=c++11 -MMD -MF out/hello_data/c++/main.d -MT 'out/hello_data/c++/main.d out/hello_data/c++/main.o' -pthread -Iout/hello_data/c++ -Iout/hello_data/c++/.. -Iout/hello_data/c++ -Iout/hello_data/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_data/c++/main.o out/hello_data/c++/main.cc
mkdir -p out/hello_data/c++/
g++ -g -std=c++11 -MMD -MF out/hello_data/c++/pump.d -MT 'out/hello_data/c++/pump.d out/hello_data/c++/pump.o' -pthread -Iout/hello_data/c++ -Iout/hello_data/c++/.. -Iout/hello_data/c++ -Iout/hello_data/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_data/c++/pump.o out/hello_data/c++/pump.cc
mkdir -p out/hello_data/c++/
g++ -g -std=c++11 -MMD -MF out/hello_data/c++/runtime.d -MT 'out/hello_data/c++/runtime.d out/hello_data/c++/runtime.o' -pthread -Iout/hello_data/c++ -Iout/hello_data/c++/.. -Iout/hello_data/c++ -Iout/hello_data/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_data/c++/runtime.o out/hello_data/c++/runtime.cc
mkdir -p out/hello_data/c++/
g++ -g -std=c++11 -MMD -MF out/hello_data/c++/hello_data.d -MT 'out/hello_data/c++/hello_data.d out/hello_data/c++/hello_data.o' -pthread -Iout/hello_data/c++ -Iout/hello_data/c++/.. -Iout/hello_data/c++ -Iout/hello_data/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_data/c++/hello_data.o out/hello_data/c++/hello_data.cc
mkdir -p out/hello_data/c++/
g++ -g -std=c++11 -MMD -MF out/hello_data/c++/test -MT 'out/hello_data/c++/test out/hello_data/c++/test' -pthread -Iout/hello_data/c++ -Iout/hello_data/c++/.. -Iout/hello_data/c++ -Iout/hello_data/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_data/c++/test out/hello_data/c++/main.o out/hello_data/c++/pump.o out/hello_data/c++/runtime.o out/hello_data/c++/hello_data.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/execute-c++
timeout 2 diff -uwB out/hello_data/hello_data.trace.0 <(set -o pipefail;cat out/hello_data/hello_data.trace.0 | "out/hello_data"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_data/hello_data.trace.0 | "out/hello_data"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/run
diff -uwB <(grep -v "" "out/hello_data/hello_data.trace.0") <(grep -v "" "out/hello_data/hello_data.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_data "out/hello_data/hello_data.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/verify
mkdir -p "out/hello_data"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_data "out/hello_data/hello_data.dzn" 2>"out/hello_data"/verify/"hello_data".stderr)";err="$(cat "out/hello_data"/verify/"hello_data".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_data"/verify/"hello_data".stderr:; cat "out/hello_data"/verify/"hello_data".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_data" OUT="out/hello_data"/c++03 MODEL="hello_data" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_data/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_data/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_data/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_data/*/*.dzn': No such file or directory
set -x; for file in "out/hello_data/hello_data.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_data' -o "out/hello_data/c++03" "$file";\
done
+ for file in "out/hello_data/hello_data.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_data -o out/hello_data/c++03 out/hello_data/hello_data.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/build-c++03
mkdir -p "out/hello_data"/c++03 && ln -sf "out/hello_data" "out/hello_data" && make DIR="out/hello_data" LANGUAGE=c++03 OUT="out/hello_data"/c++03 IN="out/hello_data"/c++03 MAIN="out/hello_data/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_data/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_data/c++03/main.d -MT 'out/hello_data/c++03/main.d out/hello_data/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_data/c++03 -Iout/hello_data/c++03/.. -Iout/hello_data/c++03 -Iout/hello_data/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_data/c++03/main.o out/hello_data/c++03/main.cc
mkdir -p out/hello_data/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_data/c++03/pump.d -MT 'out/hello_data/c++03/pump.d out/hello_data/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_data/c++03 -Iout/hello_data/c++03/.. -Iout/hello_data/c++03 -Iout/hello_data/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_data/c++03/pump.o out/hello_data/c++03/pump.cc
mkdir -p out/hello_data/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_data/c++03/runtime.d -MT 'out/hello_data/c++03/runtime.d out/hello_data/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_data/c++03 -Iout/hello_data/c++03/.. -Iout/hello_data/c++03 -Iout/hello_data/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_data/c++03/runtime.o out/hello_data/c++03/runtime.cc
mkdir -p out/hello_data/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_data/c++03/hello_data.d -MT 'out/hello_data/c++03/hello_data.d out/hello_data/c++03/hello_data.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_data/c++03 -Iout/hello_data/c++03/.. -Iout/hello_data/c++03 -Iout/hello_data/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_data/c++03/hello_data.o out/hello_data/c++03/hello_data.cc
mkdir -p out/hello_data/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_data/c++03/test -MT 'out/hello_data/c++03/test out/hello_data/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_data/c++03 -Iout/hello_data/c++03/.. -Iout/hello_data/c++03 -Iout/hello_data/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_data/c++03/test out/hello_data/c++03/main.o out/hello_data/c++03/pump.o out/hello_data/c++03/runtime.o out/hello_data/c++03/hello_data.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/execute-c++03
timeout 2 diff -uwB out/hello_data/hello_data.trace.0 <(set -o pipefail;cat out/hello_data/hello_data.trace.0 | "out/hello_data"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_data/hello_data.trace.0 | "out/hello_data"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_data" OUT="out/hello_data"/javascript MODEL="hello_data" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_data/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_data/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_data/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_data/*/*.dzn': No such file or directory
set -x; for file in "out/hello_data/hello_data.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_data' -o "out/hello_data/javascript" "$file";\
done
+ for file in "out/hello_data/hello_data.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_data -o out/hello_data/javascript out/hello_data/hello_data.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/build-javascript
mkdir -p "out/hello_data"/javascript && ln -sf "out/hello_data" "out/hello_data" && make DIR="out/hello_data" LANGUAGE=javascript OUT="out/hello_data"/javascript IN="out/hello_data"/javascript MAIN="out/hello_data/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_data/javascript/main.js out/hello_data/javascript/test
chmod +x out/hello_data/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/execute-javascript
timeout 2 diff -uwB out/hello_data/hello_data.trace.0 <(set -o pipefail;cat out/hello_data/hello_data.trace.0 | node "out/hello_data"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_data/hello_data.trace.0 | node "out/hello_data"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_data/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/convert
convert: [SKIPPED] no DM file "out/hello_enum/hello_enum.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_enum/hello_enum.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_enum" OUT="out/hello_enum"/c++ MODEL="hello_enum" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_enum/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_enum/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_enum/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_enum/*/*.dzn': No such file or directory
set -x; for file in "out/hello_enum/hello_enum.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_enum' -o "out/hello_enum/c++" "$file";\
done
+ for file in "out/hello_enum/hello_enum.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_enum -o out/hello_enum/c++ out/hello_enum/hello_enum.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/build-c++
mkdir -p "out/hello_enum"/c++ && ln -sf "out/hello_enum" "out/hello_enum" && make DIR="out/hello_enum" LANGUAGE=c++ OUT="out/hello_enum"/c++ IN="out/hello_enum"/c++ MAIN="out/hello_enum/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_enum/c++/main.d -MT 'out/hello_enum/c++/main.d out/hello_enum/c++/main.o' -pthread -Iout/hello_enum/c++ -Iout/hello_enum/c++/.. -Iout/hello_enum/c++ -Iout/hello_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum/c++/main.o out/hello_enum/c++/main.cc
mkdir -p out/hello_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_enum/c++/pump.d -MT 'out/hello_enum/c++/pump.d out/hello_enum/c++/pump.o' -pthread -Iout/hello_enum/c++ -Iout/hello_enum/c++/.. -Iout/hello_enum/c++ -Iout/hello_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum/c++/pump.o out/hello_enum/c++/pump.cc
mkdir -p out/hello_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_enum/c++/runtime.d -MT 'out/hello_enum/c++/runtime.d out/hello_enum/c++/runtime.o' -pthread -Iout/hello_enum/c++ -Iout/hello_enum/c++/.. -Iout/hello_enum/c++ -Iout/hello_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum/c++/runtime.o out/hello_enum/c++/runtime.cc
mkdir -p out/hello_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_enum/c++/hello_enum.d -MT 'out/hello_enum/c++/hello_enum.d out/hello_enum/c++/hello_enum.o' -pthread -Iout/hello_enum/c++ -Iout/hello_enum/c++/.. -Iout/hello_enum/c++ -Iout/hello_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum/c++/hello_enum.o out/hello_enum/c++/hello_enum.cc
mkdir -p out/hello_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_enum/c++/test -MT 'out/hello_enum/c++/test out/hello_enum/c++/test' -pthread -Iout/hello_enum/c++ -Iout/hello_enum/c++/.. -Iout/hello_enum/c++ -Iout/hello_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_enum/c++/test out/hello_enum/c++/main.o out/hello_enum/c++/pump.o out/hello_enum/c++/runtime.o out/hello_enum/c++/hello_enum.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/execute-c++
timeout 2 diff -uwB out/hello_enum/hello_enum.trace.0 <(set -o pipefail;cat out/hello_enum/hello_enum.trace.0 | "out/hello_enum"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_enum/hello_enum.trace.0 | "out/hello_enum"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/run
diff -uwB <(grep -v "" "out/hello_enum/hello_enum.trace.0") <(grep -v "" "out/hello_enum/hello_enum.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_enum "out/hello_enum/hello_enum.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:54:19.340889111 +0000
+++ /dev/fd/62 2020-08-05 11:54:19.340889111 +0000
@@ -1,4 +1,2 @@
h.hello
w.world
-w.r_f
-h.r_f
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/triangle-c++
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/verify
mkdir -p "out/hello_enum"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_enum "out/hello_enum/hello_enum.dzn" 2>"out/hello_enum"/verify/"hello_enum".stderr)";err="$(cat "out/hello_enum"/verify/"hello_enum".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_enum"/verify/"hello_enum".stderr:; cat "out/hello_enum"/verify/"hello_enum".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_enum" OUT="out/hello_enum"/c++03 MODEL="hello_enum" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_enum/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_enum/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_enum/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_enum/*/*.dzn': No such file or directory
set -x; for file in "out/hello_enum/hello_enum.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_enum' -o "out/hello_enum/c++03" "$file";\
done
+ for file in "out/hello_enum/hello_enum.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_enum -o out/hello_enum/c++03 out/hello_enum/hello_enum.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/build-c++03
mkdir -p "out/hello_enum"/c++03 && ln -sf "out/hello_enum" "out/hello_enum" && make DIR="out/hello_enum" LANGUAGE=c++03 OUT="out/hello_enum"/c++03 IN="out/hello_enum"/c++03 MAIN="out/hello_enum/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_enum/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_enum/c++03/main.d -MT 'out/hello_enum/c++03/main.d out/hello_enum/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_enum/c++03 -Iout/hello_enum/c++03/.. -Iout/hello_enum/c++03 -Iout/hello_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum/c++03/main.o out/hello_enum/c++03/main.cc
mkdir -p out/hello_enum/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_enum/c++03/pump.d -MT 'out/hello_enum/c++03/pump.d out/hello_enum/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_enum/c++03 -Iout/hello_enum/c++03/.. -Iout/hello_enum/c++03 -Iout/hello_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum/c++03/pump.o out/hello_enum/c++03/pump.cc
mkdir -p out/hello_enum/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_enum/c++03/runtime.d -MT 'out/hello_enum/c++03/runtime.d out/hello_enum/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_enum/c++03 -Iout/hello_enum/c++03/.. -Iout/hello_enum/c++03 -Iout/hello_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum/c++03/runtime.o out/hello_enum/c++03/runtime.cc
mkdir -p out/hello_enum/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_enum/c++03/hello_enum.d -MT 'out/hello_enum/c++03/hello_enum.d out/hello_enum/c++03/hello_enum.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_enum/c++03 -Iout/hello_enum/c++03/.. -Iout/hello_enum/c++03 -Iout/hello_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum/c++03/hello_enum.o out/hello_enum/c++03/hello_enum.cc
mkdir -p out/hello_enum/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_enum/c++03/test -MT 'out/hello_enum/c++03/test out/hello_enum/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_enum/c++03 -Iout/hello_enum/c++03/.. -Iout/hello_enum/c++03 -Iout/hello_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_enum/c++03/test out/hello_enum/c++03/main.o out/hello_enum/c++03/pump.o out/hello_enum/c++03/runtime.o out/hello_enum/c++03/hello_enum.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/execute-c++03
timeout 2 diff -uwB out/hello_enum/hello_enum.trace.0 <(set -o pipefail;cat out/hello_enum/hello_enum.trace.0 | "out/hello_enum"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_enum/hello_enum.trace.0 | "out/hello_enum"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/triangle-c++03
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_enum" OUT="out/hello_enum"/javascript MODEL="hello_enum" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_enum/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_enum/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_enum/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_enum/*/*.dzn': No such file or directory
set -x; for file in "out/hello_enum/hello_enum.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_enum' -o "out/hello_enum/javascript" "$file";\
done
+ for file in "out/hello_enum/hello_enum.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_enum -o out/hello_enum/javascript out/hello_enum/hello_enum.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/build-javascript
mkdir -p "out/hello_enum"/javascript && ln -sf "out/hello_enum" "out/hello_enum" && make DIR="out/hello_enum" LANGUAGE=javascript OUT="out/hello_enum"/javascript IN="out/hello_enum"/javascript MAIN="out/hello_enum/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_enum/javascript/main.js out/hello_enum/javascript/test
chmod +x out/hello_enum/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/execute-javascript
timeout 2 diff -uwB out/hello_enum/hello_enum.trace.0 <(set -o pipefail;cat out/hello_enum/hello_enum.trace.0 | node "out/hello_enum"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_enum/hello_enum.trace.0 | node "out/hello_enum"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/triangle-javascript
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/table
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/traces
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/view
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/build-c++-msvc11
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/code-c++-msvc11
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/execute-c++-msvc11
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum/triangle-c++-msvc11
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/convert
convert: [SKIPPED] no DM file "out/hello_blocked_external/hello_blocked_external.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_blocked_external/hello_blocked_external.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_blocked_external" OUT="out/hello_blocked_external"/c++ MODEL="hello_blocked_external" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_blocked_external/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_blocked_external/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_blocked_external/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_blocked_external/*/*.dzn': No such file or directory
set -x; for file in "out/hello_blocked_external/hello_blocked_external.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_blocked_external' -o "out/hello_blocked_external/c++" "$file";\
done
+ for file in "out/hello_blocked_external/hello_blocked_external.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_blocked_external -o out/hello_blocked_external/c++ out/hello_blocked_external/hello_blocked_external.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/build-c++
mkdir -p "out/hello_blocked_external"/c++ && ln -sf "out/hello_blocked_external" "out/hello_blocked_external" && make DIR="out/hello_blocked_external" LANGUAGE=c++ OUT="out/hello_blocked_external"/c++ IN="out/hello_blocked_external"/c++ MAIN="out/hello_blocked_external/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_blocked_external/c++/
g++ -g -std=c++11 -MMD -MF out/hello_blocked_external/c++/main.d -MT 'out/hello_blocked_external/c++/main.d out/hello_blocked_external/c++/main.o' -pthread -Iout/hello_blocked_external/c++ -Iout/hello_blocked_external/c++/.. -Iout/hello_blocked_external/c++ -Iout/hello_blocked_external/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocked_external/c++/main.o out/hello_blocked_external/c++/main.cc
mkdir -p out/hello_blocked_external/c++/
g++ -g -std=c++11 -MMD -MF out/hello_blocked_external/c++/hello_blocked_external.d -MT 'out/hello_blocked_external/c++/hello_blocked_external.d out/hello_blocked_external/c++/hello_blocked_external.o' -pthread -Iout/hello_blocked_external/c++ -Iout/hello_blocked_external/c++/.. -Iout/hello_blocked_external/c++ -Iout/hello_blocked_external/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocked_external/c++/hello_blocked_external.o out/hello_blocked_external/c++/hello_blocked_external.cc
mkdir -p out/hello_blocked_external/c++/
g++ -g -std=c++11 -MMD -MF out/hello_blocked_external/c++/pump.d -MT 'out/hello_blocked_external/c++/pump.d out/hello_blocked_external/c++/pump.o' -pthread -Iout/hello_blocked_external/c++ -Iout/hello_blocked_external/c++/.. -Iout/hello_blocked_external/c++ -Iout/hello_blocked_external/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocked_external/c++/pump.o out/hello_blocked_external/c++/pump.cc
mkdir -p out/hello_blocked_external/c++/
g++ -g -std=c++11 -MMD -MF out/hello_blocked_external/c++/runtime.d -MT 'out/hello_blocked_external/c++/runtime.d out/hello_blocked_external/c++/runtime.o' -pthread -Iout/hello_blocked_external/c++ -Iout/hello_blocked_external/c++/.. -Iout/hello_blocked_external/c++ -Iout/hello_blocked_external/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocked_external/c++/runtime.o out/hello_blocked_external/c++/runtime.cc
mkdir -p out/hello_blocked_external/c++/
g++ -g -std=c++11 -MMD -MF out/hello_blocked_external/c++/test -MT 'out/hello_blocked_external/c++/test out/hello_blocked_external/c++/test' -pthread -Iout/hello_blocked_external/c++ -Iout/hello_blocked_external/c++/.. -Iout/hello_blocked_external/c++ -Iout/hello_blocked_external/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_blocked_external/c++/test out/hello_blocked_external/c++/main.o out/hello_blocked_external/c++/hello_blocked_external.o out/hello_blocked_external/c++/pump.o out/hello_blocked_external/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/execute-c++
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.0 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.0 | "out/hello_blocked_external"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.0 | "out/hello_blocked_external"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.1 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.1 | "out/hello_blocked_external"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.1 | "out/hello_blocked_external"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.2 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.2 | "out/hello_blocked_external"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.2 | "out/hello_blocked_external"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.3 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.3 | "out/hello_blocked_external"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.3 | "out/hello_blocked_external"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.4 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.4 | "out/hello_blocked_external"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.4 | "out/hello_blocked_external"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.5 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.5 | "out/hello_blocked_external"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.5 | "out/hello_blocked_external"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.6 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.6 | "out/hello_blocked_external"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.6 | "out/hello_blocked_external"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.7 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.7 | "out/hello_blocked_external"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.7 | "out/hello_blocked_external"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.8 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.8 | "out/hello_blocked_external"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.8 | "out/hello_blocked_external"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/run
diff -uwB <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.0") <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocked_external "out/hello_blocked_external/hello_blocked_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.1") <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocked_external "out/hello_blocked_external/hello_blocked_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.2") <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocked_external "out/hello_blocked_external/hello_blocked_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.3") <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocked_external "out/hello_blocked_external/hello_blocked_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.4") <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.4"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocked_external "out/hello_blocked_external/hello_blocked_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.5") <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.5"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocked_external "out/hello_blocked_external/hello_blocked_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.6") <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.6"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocked_external "out/hello_blocked_external/hello_blocked_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.7") <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.7"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocked_external "out/hello_blocked_external/hello_blocked_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.8") <(grep -v "" "out/hello_blocked_external/hello_blocked_external.trace.8"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocked_external "out/hello_blocked_external/hello_blocked_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/verify
mkdir -p "out/hello_blocked_external"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_blocked_external "out/hello_blocked_external/hello_blocked_external.dzn" 2>"out/hello_blocked_external"/verify/"hello_blocked_external".stderr)";err="$(cat "out/hello_blocked_external"/verify/"hello_blocked_external".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_blocked_external"/verify/"hello_blocked_external".stderr:; cat "out/hello_blocked_external"/verify/"hello_blocked_external".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_blocked_external" OUT="out/hello_blocked_external"/c++03 MODEL="hello_blocked_external" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_blocked_external/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_blocked_external/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_blocked_external/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_blocked_external/*/*.dzn': No such file or directory
set -x; for file in "out/hello_blocked_external/hello_blocked_external.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_blocked_external' -o "out/hello_blocked_external/c++03" "$file";\
done
+ for file in "out/hello_blocked_external/hello_blocked_external.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_blocked_external -o out/hello_blocked_external/c++03 out/hello_blocked_external/hello_blocked_external.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/build-c++03
mkdir -p "out/hello_blocked_external"/c++03 && ln -sf "out/hello_blocked_external" "out/hello_blocked_external" && make DIR="out/hello_blocked_external" LANGUAGE=c++03 OUT="out/hello_blocked_external"/c++03 IN="out/hello_blocked_external"/c++03 MAIN="out/hello_blocked_external/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_blocked_external/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_blocked_external/c++03/main.d -MT 'out/hello_blocked_external/c++03/main.d out/hello_blocked_external/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_blocked_external/c++03 -Iout/hello_blocked_external/c++03/.. -Iout/hello_blocked_external/c++03 -Iout/hello_blocked_external/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocked_external/c++03/main.o out/hello_blocked_external/c++03/main.cc
mkdir -p out/hello_blocked_external/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_blocked_external/c++03/hello_blocked_external.d -MT 'out/hello_blocked_external/c++03/hello_blocked_external.d out/hello_blocked_external/c++03/hello_blocked_external.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_blocked_external/c++03 -Iout/hello_blocked_external/c++03/.. -Iout/hello_blocked_external/c++03 -Iout/hello_blocked_external/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocked_external/c++03/hello_blocked_external.o out/hello_blocked_external/c++03/hello_blocked_external.cc
mkdir -p out/hello_blocked_external/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_blocked_external/c++03/pump.d -MT 'out/hello_blocked_external/c++03/pump.d out/hello_blocked_external/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_blocked_external/c++03 -Iout/hello_blocked_external/c++03/.. -Iout/hello_blocked_external/c++03 -Iout/hello_blocked_external/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocked_external/c++03/pump.o out/hello_blocked_external/c++03/pump.cc
mkdir -p out/hello_blocked_external/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_blocked_external/c++03/runtime.d -MT 'out/hello_blocked_external/c++03/runtime.d out/hello_blocked_external/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_blocked_external/c++03 -Iout/hello_blocked_external/c++03/.. -Iout/hello_blocked_external/c++03 -Iout/hello_blocked_external/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocked_external/c++03/runtime.o out/hello_blocked_external/c++03/runtime.cc
mkdir -p out/hello_blocked_external/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_blocked_external/c++03/test -MT 'out/hello_blocked_external/c++03/test out/hello_blocked_external/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_blocked_external/c++03 -Iout/hello_blocked_external/c++03/.. -Iout/hello_blocked_external/c++03 -Iout/hello_blocked_external/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_blocked_external/c++03/test out/hello_blocked_external/c++03/main.o out/hello_blocked_external/c++03/hello_blocked_external.o out/hello_blocked_external/c++03/pump.o out/hello_blocked_external/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/execute-c++03
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.0 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.0 | "out/hello_blocked_external"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.0 | "out/hello_blocked_external"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.1 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.1 | "out/hello_blocked_external"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.1 | "out/hello_blocked_external"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.2 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.2 | "out/hello_blocked_external"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.2 | "out/hello_blocked_external"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.3 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.3 | "out/hello_blocked_external"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.3 | "out/hello_blocked_external"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.4 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.4 | "out/hello_blocked_external"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.4 | "out/hello_blocked_external"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.5 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.5 | "out/hello_blocked_external"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.5 | "out/hello_blocked_external"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.6 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.6 | "out/hello_blocked_external"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.6 | "out/hello_blocked_external"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.7 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.7 | "out/hello_blocked_external"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.7 | "out/hello_blocked_external"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.8 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.8 | "out/hello_blocked_external"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.8 | "out/hello_blocked_external"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_blocked_external" OUT="out/hello_blocked_external"/javascript MODEL="hello_blocked_external" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_blocked_external/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_blocked_external/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_blocked_external/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_blocked_external/*/*.dzn': No such file or directory
set -x; for file in "out/hello_blocked_external/hello_blocked_external.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_blocked_external' -o "out/hello_blocked_external/javascript" "$file";\
done
+ for file in "out/hello_blocked_external/hello_blocked_external.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_blocked_external -o out/hello_blocked_external/javascript out/hello_blocked_external/hello_blocked_external.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/build-javascript
mkdir -p "out/hello_blocked_external"/javascript && ln -sf "out/hello_blocked_external" "out/hello_blocked_external" && make DIR="out/hello_blocked_external" LANGUAGE=javascript OUT="out/hello_blocked_external"/javascript IN="out/hello_blocked_external"/javascript MAIN="out/hello_blocked_external/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_blocked_external/javascript/main.js out/hello_blocked_external/javascript/test
chmod +x out/hello_blocked_external/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/execute-javascript
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.0 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.0 | node "out/hello_blocked_external"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.0 | node "out/hello_blocked_external"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.1 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.1 | node "out/hello_blocked_external"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.1 | node "out/hello_blocked_external"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.2 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.2 | node "out/hello_blocked_external"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.2 | node "out/hello_blocked_external"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.3 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.3 | node "out/hello_blocked_external"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.3 | node "out/hello_blocked_external"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.4 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.4 | node "out/hello_blocked_external"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.4 | node "out/hello_blocked_external"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.5 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.5 | node "out/hello_blocked_external"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.5 | node "out/hello_blocked_external"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.6 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.6 | node "out/hello_blocked_external"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.6 | node "out/hello_blocked_external"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.7 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.7 | node "out/hello_blocked_external"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.7 | node "out/hello_blocked_external"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocked_external/hello_blocked_external.trace.8 <(set -o pipefail;cat out/hello_blocked_external/hello_blocked_external.trace.8 | node "out/hello_blocked_external"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocked_external/hello_blocked_external.trace.8 | node "out/hello_blocked_external"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocked_external/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/convert
convert: [SKIPPED] no DM file "out/hello_enum_function/hello_enum_function.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_enum_function/hello_enum_function.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_enum_function" OUT="out/hello_enum_function"/c++ MODEL="hello_enum_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_enum_function/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_enum_function/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_enum_function/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_enum_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_enum_function/hello_enum_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_enum_function' -o "out/hello_enum_function/c++" "$file";\
done
+ for file in "out/hello_enum_function/hello_enum_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_enum_function -o out/hello_enum_function/c++ out/hello_enum_function/hello_enum_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/build-c++
mkdir -p "out/hello_enum_function"/c++ && ln -sf "out/hello_enum_function" "out/hello_enum_function" && make DIR="out/hello_enum_function" LANGUAGE=c++ OUT="out/hello_enum_function"/c++ IN="out/hello_enum_function"/c++ MAIN="out/hello_enum_function/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_enum_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_enum_function/c++/main.d -MT 'out/hello_enum_function/c++/main.d out/hello_enum_function/c++/main.o' -pthread -Iout/hello_enum_function/c++ -Iout/hello_enum_function/c++/.. -Iout/hello_enum_function/c++ -Iout/hello_enum_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum_function/c++/main.o out/hello_enum_function/c++/main.cc
mkdir -p out/hello_enum_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_enum_function/c++/runtime.d -MT 'out/hello_enum_function/c++/runtime.d out/hello_enum_function/c++/runtime.o' -pthread -Iout/hello_enum_function/c++ -Iout/hello_enum_function/c++/.. -Iout/hello_enum_function/c++ -Iout/hello_enum_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum_function/c++/runtime.o out/hello_enum_function/c++/runtime.cc
mkdir -p out/hello_enum_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_enum_function/c++/pump.d -MT 'out/hello_enum_function/c++/pump.d out/hello_enum_function/c++/pump.o' -pthread -Iout/hello_enum_function/c++ -Iout/hello_enum_function/c++/.. -Iout/hello_enum_function/c++ -Iout/hello_enum_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum_function/c++/pump.o out/hello_enum_function/c++/pump.cc
mkdir -p out/hello_enum_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_enum_function/c++/hello_enum_function.d -MT 'out/hello_enum_function/c++/hello_enum_function.d out/hello_enum_function/c++/hello_enum_function.o' -pthread -Iout/hello_enum_function/c++ -Iout/hello_enum_function/c++/.. -Iout/hello_enum_function/c++ -Iout/hello_enum_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum_function/c++/hello_enum_function.o out/hello_enum_function/c++/hello_enum_function.cc
mkdir -p out/hello_enum_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_enum_function/c++/test -MT 'out/hello_enum_function/c++/test out/hello_enum_function/c++/test' -pthread -Iout/hello_enum_function/c++ -Iout/hello_enum_function/c++/.. -Iout/hello_enum_function/c++ -Iout/hello_enum_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_enum_function/c++/test out/hello_enum_function/c++/main.o out/hello_enum_function/c++/runtime.o out/hello_enum_function/c++/pump.o out/hello_enum_function/c++/hello_enum_function.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/execute-c++
timeout 2 diff -uwB out/hello_enum_function/hello_enum_function.trace.0 <(set -o pipefail;cat out/hello_enum_function/hello_enum_function.trace.0 | "out/hello_enum_function"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_enum_function/hello_enum_function.trace.0 | "out/hello_enum_function"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/run
diff -uwB <(grep -v "" "out/hello_enum_function/hello_enum_function.trace.0") <(grep -v "" "out/hello_enum_function/hello_enum_function.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_enum_function "out/hello_enum_function/hello_enum_function.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/verify
mkdir -p "out/hello_enum_function"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_enum_function "out/hello_enum_function/hello_enum_function.dzn" 2>"out/hello_enum_function"/verify/"hello_enum_function".stderr)";err="$(cat "out/hello_enum_function"/verify/"hello_enum_function".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_enum_function"/verify/"hello_enum_function".stderr:; cat "out/hello_enum_function"/verify/"hello_enum_function".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_enum_function" OUT="out/hello_enum_function"/c++03 MODEL="hello_enum_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_enum_function/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_enum_function/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_enum_function/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_enum_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_enum_function/hello_enum_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_enum_function' -o "out/hello_enum_function/c++03" "$file";\
done
+ for file in "out/hello_enum_function/hello_enum_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_enum_function -o out/hello_enum_function/c++03 out/hello_enum_function/hello_enum_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/build-c++03
mkdir -p "out/hello_enum_function"/c++03 && ln -sf "out/hello_enum_function" "out/hello_enum_function" && make DIR="out/hello_enum_function" LANGUAGE=c++03 OUT="out/hello_enum_function"/c++03 IN="out/hello_enum_function"/c++03 MAIN="out/hello_enum_function/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_enum_function/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_enum_function/c++03/main.d -MT 'out/hello_enum_function/c++03/main.d out/hello_enum_function/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_enum_function/c++03 -Iout/hello_enum_function/c++03/.. -Iout/hello_enum_function/c++03 -Iout/hello_enum_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum_function/c++03/main.o out/hello_enum_function/c++03/main.cc
mkdir -p out/hello_enum_function/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_enum_function/c++03/runtime.d -MT 'out/hello_enum_function/c++03/runtime.d out/hello_enum_function/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_enum_function/c++03 -Iout/hello_enum_function/c++03/.. -Iout/hello_enum_function/c++03 -Iout/hello_enum_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum_function/c++03/runtime.o out/hello_enum_function/c++03/runtime.cc
mkdir -p out/hello_enum_function/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_enum_function/c++03/pump.d -MT 'out/hello_enum_function/c++03/pump.d out/hello_enum_function/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_enum_function/c++03 -Iout/hello_enum_function/c++03/.. -Iout/hello_enum_function/c++03 -Iout/hello_enum_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum_function/c++03/pump.o out/hello_enum_function/c++03/pump.cc
mkdir -p out/hello_enum_function/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_enum_function/c++03/hello_enum_function.d -MT 'out/hello_enum_function/c++03/hello_enum_function.d out/hello_enum_function/c++03/hello_enum_function.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_enum_function/c++03 -Iout/hello_enum_function/c++03/.. -Iout/hello_enum_function/c++03 -Iout/hello_enum_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_enum_function/c++03/hello_enum_function.o out/hello_enum_function/c++03/hello_enum_function.cc
mkdir -p out/hello_enum_function/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_enum_function/c++03/test -MT 'out/hello_enum_function/c++03/test out/hello_enum_function/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_enum_function/c++03 -Iout/hello_enum_function/c++03/.. -Iout/hello_enum_function/c++03 -Iout/hello_enum_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_enum_function/c++03/test out/hello_enum_function/c++03/main.o out/hello_enum_function/c++03/runtime.o out/hello_enum_function/c++03/pump.o out/hello_enum_function/c++03/hello_enum_function.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/execute-c++03
timeout 2 diff -uwB out/hello_enum_function/hello_enum_function.trace.0 <(set -o pipefail;cat out/hello_enum_function/hello_enum_function.trace.0 | "out/hello_enum_function"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_enum_function/hello_enum_function.trace.0 | "out/hello_enum_function"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_enum_function" OUT="out/hello_enum_function"/javascript MODEL="hello_enum_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_enum_function/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_enum_function/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_enum_function/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_enum_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_enum_function/hello_enum_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_enum_function' -o "out/hello_enum_function/javascript" "$file";\
done
+ for file in "out/hello_enum_function/hello_enum_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_enum_function -o out/hello_enum_function/javascript out/hello_enum_function/hello_enum_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/build-javascript
mkdir -p "out/hello_enum_function"/javascript && ln -sf "out/hello_enum_function" "out/hello_enum_function" && make DIR="out/hello_enum_function" LANGUAGE=javascript OUT="out/hello_enum_function"/javascript IN="out/hello_enum_function"/javascript MAIN="out/hello_enum_function/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_enum_function/javascript/main.js out/hello_enum_function/javascript/test
chmod +x out/hello_enum_function/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/execute-javascript
timeout 2 diff -uwB out/hello_enum_function/hello_enum_function.trace.0 <(set -o pipefail;cat out/hello_enum_function/hello_enum_function.trace.0 | node "out/hello_enum_function"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_enum_function/hello_enum_function.trace.0 | node "out/hello_enum_function"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_enum_function/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/convert
convert: [SKIPPED] no DM file "out/hello_foreign_conflict/hello_foreign_conflict.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_foreign_conflict" OUT="out/hello_foreign_conflict"/c++ MODEL="hello_foreign_conflict" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_foreign_conflict/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_foreign_conflict/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_foreign_conflict/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_foreign_conflict/*/*.dzn': No such file or directory
set -x; for file in "out/hello_foreign_conflict/hello_foreign_conflict.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_foreign_conflict' -o "out/hello_foreign_conflict/c++" "$file";\
done
+ for file in "out/hello_foreign_conflict/hello_foreign_conflict.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_foreign_conflict -o out/hello_foreign_conflict/c++ out/hello_foreign_conflict/hello_foreign_conflict.dzn
cowardly refusing to clobber file with basename: hello_foreign_conflict
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/build-c++
mkdir -p "out/hello_foreign_conflict"/c++ && ln -sf "out/hello_foreign_conflict" "out/hello_foreign_conflict" && make DIR="out/hello_foreign_conflict" LANGUAGE=c++ OUT="out/hello_foreign_conflict"/c++ IN="out/hello_foreign_conflict"/c++ -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_foreign_conflict/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_conflict/c++/pump.d -MT 'out/hello_foreign_conflict/c++/pump.d out/hello_foreign_conflict/c++/pump.o' -pthread -Iout/hello_foreign_conflict/c++ -Iout/hello_foreign_conflict/c++/.. -Iout/hello_foreign_conflict/c++ -Iout/hello_foreign_conflict/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_conflict/c++/pump.o out/hello_foreign_conflict/c++/pump.cc
mkdir -p out/hello_foreign_conflict/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_conflict/c++/runtime.d -MT 'out/hello_foreign_conflict/c++/runtime.d out/hello_foreign_conflict/c++/runtime.o' -pthread -Iout/hello_foreign_conflict/c++ -Iout/hello_foreign_conflict/c++/.. -Iout/hello_foreign_conflict/c++ -Iout/hello_foreign_conflict/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_conflict/c++/runtime.o out/hello_foreign_conflict/c++/runtime.cc
mkdir -p out/hello_foreign_conflict/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_conflict/c++/test -MT 'out/hello_foreign_conflict/c++/test out/hello_foreign_conflict/c++/test' -pthread -Iout/hello_foreign_conflict/c++ -Iout/hello_foreign_conflict/c++/.. -Iout/hello_foreign_conflict/c++ -Iout/hello_foreign_conflict/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_foreign_conflict/c++/test out/hello_foreign_conflict/c++/pump.o out/hello_foreign_conflict/c++/runtime.o
ld: /gnu/store/g2n83xlsqb8qvmb9cxxc2h4nfh4dq6my-gcc-toolchain-5.5.0/lib/crt1.o: in function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
make: *** [/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make:40: out/hello_foreign_conflict/c++/test] Error 1
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_foreign_conflict/hello_foreign_conflict.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/verify
mkdir -p "out/hello_foreign_conflict"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_foreign_conflict "out/hello_foreign_conflict/hello_foreign_conflict.dzn" 2>"out/hello_foreign_conflict"/verify/"hello_foreign_conflict".stderr)";err="$(cat "out/hello_foreign_conflict"/verify/"hello_foreign_conflict".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_foreign_conflict"/verify/"hello_foreign_conflict".stderr:; cat "out/hello_foreign_conflict"/verify/"hello_foreign_conflict".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_foreign_conflict" OUT="out/hello_foreign_conflict"/c++03 MODEL="hello_foreign_conflict" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_foreign_conflict/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_foreign_conflict/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_foreign_conflict/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_foreign_conflict/*/*.dzn': No such file or directory
set -x; for file in "out/hello_foreign_conflict/hello_foreign_conflict.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_foreign_conflict' -o "out/hello_foreign_conflict/c++03" "$file";\
done
+ for file in "out/hello_foreign_conflict/hello_foreign_conflict.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_foreign_conflict -o out/hello_foreign_conflict/c++03 out/hello_foreign_conflict/hello_foreign_conflict.dzn
cowardly refusing to clobber file with basename: hello_foreign_conflict
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/build-c++03
mkdir -p "out/hello_foreign_conflict"/c++03 && ln -sf "out/hello_foreign_conflict" "out/hello_foreign_conflict" && make DIR="out/hello_foreign_conflict" LANGUAGE=c++03 OUT="out/hello_foreign_conflict"/c++03 IN="out/hello_foreign_conflict"/c++03 -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_foreign_conflict/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_conflict/c++03/pump.d -MT 'out/hello_foreign_conflict/c++03/pump.d out/hello_foreign_conflict/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign_conflict/c++03 -Iout/hello_foreign_conflict/c++03/.. -Iout/hello_foreign_conflict/c++03 -Iout/hello_foreign_conflict/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_conflict/c++03/pump.o out/hello_foreign_conflict/c++03/pump.cc
mkdir -p out/hello_foreign_conflict/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign_conflict/c++03/runtime.d -MT 'out/hello_foreign_conflict/c++03/runtime.d out/hello_foreign_conflict/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign_conflict/c++03 -Iout/hello_foreign_conflict/c++03/.. -Iout/hello_foreign_conflict/c++03 -Iout/hello_foreign_conflict/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_conflict/c++03/runtime.o out/hello_foreign_conflict/c++03/runtime.cc
mkdir -p out/hello_foreign_conflict/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign_conflict/c++03/test -MT 'out/hello_foreign_conflict/c++03/test out/hello_foreign_conflict/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign_conflict/c++03 -Iout/hello_foreign_conflict/c++03/.. -Iout/hello_foreign_conflict/c++03 -Iout/hello_foreign_conflict/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_foreign_conflict/c++03/test out/hello_foreign_conflict/c++03/pump.o out/hello_foreign_conflict/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
ld: /gnu/store/g2n83xlsqb8qvmb9cxxc2h4nfh4dq6my-gcc-toolchain-5.5.0/lib/crt1.o: in function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
make: *** [/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make:48: out/hello_foreign_conflict/c++03/test] Error 1
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_foreign_conflict" OUT="out/hello_foreign_conflict"/javascript MODEL="hello_foreign_conflict" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_foreign_conflict/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_foreign_conflict/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_foreign_conflict/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_foreign_conflict/*/*.dzn': No such file or directory
set -x; for file in "out/hello_foreign_conflict/hello_foreign_conflict.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_foreign_conflict' -o "out/hello_foreign_conflict/javascript" "$file";\
done
+ for file in "out/hello_foreign_conflict/hello_foreign_conflict.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_foreign_conflict -o out/hello_foreign_conflict/javascript out/hello_foreign_conflict/hello_foreign_conflict.dzn
cowardly refusing to clobber file with basename: hello_foreign_conflict
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/build-javascript
mkdir -p "out/hello_foreign_conflict"/javascript && ln -sf "out/hello_foreign_conflict" "out/hello_foreign_conflict" && make DIR="out/hello_foreign_conflict" LANGUAGE=javascript OUT="out/hello_foreign_conflict"/javascript IN="out/hello_foreign_conflict"/javascript -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
make: *** No rule to make target 'out/hello_foreign_conflict/javascript/main.js', needed by 'out/hello_foreign_conflict/javascript/test'. Stop.
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/execute-c++
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/run
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/table
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/traces
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/triangle-c++
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/view
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/execute-c++03
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/triangle-c++03
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/build-c++-msvc11
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/code-c++-msvc11
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/execute-c++-msvc11
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/triangle-c++-msvc11
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/execute-javascript
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_conflict/triangle-javascript
error model: should flag limitation w.r.t. foreign component names and file2file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/convert
convert: [SKIPPED] no DM file "out/hello_expression/hello_expression.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_expression/hello_expression.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_expression" OUT="out/hello_expression"/c++ MODEL="hello_expression" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_expression/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_expression/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_expression/*/*.dzn': No such file or directory
set -x; for file in "out/hello_expression/hello_expression.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_expression' -o "out/hello_expression/c++" "$file";\
done
+ for file in "out/hello_expression/hello_expression.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_expression -o out/hello_expression/c++ out/hello_expression/hello_expression.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/build-c++
mkdir -p "out/hello_expression"/c++ && ln -sf "out/hello_expression" "out/hello_expression" && make DIR="out/hello_expression" LANGUAGE=c++ OUT="out/hello_expression"/c++ IN="out/hello_expression"/c++ MAIN="out/hello_expression/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_expression/c++/test out/hello_expression/c++/main.o out/hello_expression/c++/pump.o out/hello_expression/c++/runtime.o out/hello_expression/c++/hello_expression.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/execute-c++
timeout 2 diff -uwB 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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/run
diff -uwB <(grep -v "" "out/hello_expression/hello_expression.trace.0") <(grep -v "" "out/hello_expression/hello_expression.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/verify
mkdir -p "out/hello_expression"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_expression "out/hello_expression/hello_expression.dzn" 2>"out/hello_expression"/verify/"hello_expression".stderr)";err="$(cat "out/hello_expression"/verify/"hello_expression".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_expression"/verify/"hello_expression".stderr:; cat "out/hello_expression"/verify/"hello_expression".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_expression" OUT="out/hello_expression"/c++03 MODEL="hello_expression" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_expression/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_expression/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_expression/*/*.dzn': No such file or directory
set -x; for file in "out/hello_expression/hello_expression.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_expression' -o "out/hello_expression/c++03" "$file";\
done
+ for file in "out/hello_expression/hello_expression.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_expression -o out/hello_expression/c++03 out/hello_expression/hello_expression.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/build-c++03
mkdir -p "out/hello_expression"/c++03 && ln -sf "out/hello_expression" "out/hello_expression" && make DIR="out/hello_expression" LANGUAGE=c++03 OUT="out/hello_expression"/c++03 IN="out/hello_expression"/c++03 MAIN="out/hello_expression/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_expression/c++03/test out/hello_expression/c++03/main.o out/hello_expression/c++03/pump.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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/execute-c++03
timeout 2 diff -uwB 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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_expression" OUT="out/hello_expression"/javascript MODEL="hello_expression" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_expression/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_expression/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_expression/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_expression/*/*.dzn': No such file or directory
set -x; for file in "out/hello_expression/hello_expression.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_expression' -o "out/hello_expression/javascript" "$file";\
done
+ for file in "out/hello_expression/hello_expression.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_expression -o out/hello_expression/javascript out/hello_expression/hello_expression.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/build-javascript
mkdir -p "out/hello_expression"/javascript && ln -sf "out/hello_expression" "out/hello_expression" && make DIR="out/hello_expression" LANGUAGE=javascript OUT="out/hello_expression"/javascript IN="out/hello_expression"/javascript MAIN="out/hello_expression/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/execute-javascript
timeout 2 diff -uwB 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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_expression/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/convert
convert: [SKIPPED] no DM file "out/hello_flush/hello_flush.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_flush/hello_flush.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_flush" OUT="out/hello_flush"/c++ MODEL="hello_flush" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_flush/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_flush/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_flush/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_flush/*/*.dzn': No such file or directory
set -x; for file in "out/hello_flush/hello_flush.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_flush' -o "out/hello_flush/c++" "$file";\
done
+ for file in "out/hello_flush/hello_flush.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_flush -o out/hello_flush/c++ out/hello_flush/hello_flush.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/build-c++
mkdir -p "out/hello_flush"/c++ && ln -sf "out/hello_flush" "out/hello_flush" && make DIR="out/hello_flush" LANGUAGE=c++ OUT="out/hello_flush"/c++ IN="out/hello_flush"/c++ MAIN="out/hello_flush/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_flush/c++/
g++ -g -std=c++11 -MMD -MF out/hello_flush/c++/main.d -MT 'out/hello_flush/c++/main.d out/hello_flush/c++/main.o' -pthread -Iout/hello_flush/c++ -Iout/hello_flush/c++/.. -Iout/hello_flush/c++ -Iout/hello_flush/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_flush/c++/main.o out/hello_flush/c++/main.cc
mkdir -p out/hello_flush/c++/
g++ -g -std=c++11 -MMD -MF out/hello_flush/c++/pump.d -MT 'out/hello_flush/c++/pump.d out/hello_flush/c++/pump.o' -pthread -Iout/hello_flush/c++ -Iout/hello_flush/c++/.. -Iout/hello_flush/c++ -Iout/hello_flush/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_flush/c++/pump.o out/hello_flush/c++/pump.cc
mkdir -p out/hello_flush/c++/
g++ -g -std=c++11 -MMD -MF out/hello_flush/c++/hello_flush.d -MT 'out/hello_flush/c++/hello_flush.d out/hello_flush/c++/hello_flush.o' -pthread -Iout/hello_flush/c++ -Iout/hello_flush/c++/.. -Iout/hello_flush/c++ -Iout/hello_flush/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_flush/c++/hello_flush.o out/hello_flush/c++/hello_flush.cc
mkdir -p out/hello_flush/c++/
g++ -g -std=c++11 -MMD -MF out/hello_flush/c++/runtime.d -MT 'out/hello_flush/c++/runtime.d out/hello_flush/c++/runtime.o' -pthread -Iout/hello_flush/c++ -Iout/hello_flush/c++/.. -Iout/hello_flush/c++ -Iout/hello_flush/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_flush/c++/runtime.o out/hello_flush/c++/runtime.cc
mkdir -p out/hello_flush/c++/
g++ -g -std=c++11 -MMD -MF out/hello_flush/c++/test -MT 'out/hello_flush/c++/test out/hello_flush/c++/test' -pthread -Iout/hello_flush/c++ -Iout/hello_flush/c++/.. -Iout/hello_flush/c++ -Iout/hello_flush/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_flush/c++/test out/hello_flush/c++/main.o out/hello_flush/c++/pump.o out/hello_flush/c++/hello_flush.o out/hello_flush/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/execute-c++
timeout 2 diff -uwB out/hello_flush/hello_flush.trace.0 <(set -o pipefail;cat out/hello_flush/hello_flush.trace.0 | "out/hello_flush"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_flush/hello_flush.trace.0 | "out/hello_flush"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/run
diff -uwB <(grep -v "" "out/hello_flush/hello_flush.trace.0") <(grep -v "" "out/hello_flush/hello_flush.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_flush "out/hello_flush/hello_flush.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/verify
mkdir -p "out/hello_flush"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_flush "out/hello_flush/hello_flush.dzn" 2>"out/hello_flush"/verify/"hello_flush".stderr)";err="$(cat "out/hello_flush"/verify/"hello_flush".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_flush"/verify/"hello_flush".stderr:; cat "out/hello_flush"/verify/"hello_flush".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_flush" OUT="out/hello_flush"/c++03 MODEL="hello_flush" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_flush/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_flush/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_flush/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_flush/*/*.dzn': No such file or directory
set -x; for file in "out/hello_flush/hello_flush.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_flush' -o "out/hello_flush/c++03" "$file";\
done
+ for file in "out/hello_flush/hello_flush.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_flush -o out/hello_flush/c++03 out/hello_flush/hello_flush.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/build-c++03
mkdir -p "out/hello_flush"/c++03 && ln -sf "out/hello_flush" "out/hello_flush" && make DIR="out/hello_flush" LANGUAGE=c++03 OUT="out/hello_flush"/c++03 IN="out/hello_flush"/c++03 MAIN="out/hello_flush/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_flush/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_flush/c++03/main.d -MT 'out/hello_flush/c++03/main.d out/hello_flush/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_flush/c++03 -Iout/hello_flush/c++03/.. -Iout/hello_flush/c++03 -Iout/hello_flush/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_flush/c++03/main.o out/hello_flush/c++03/main.cc
mkdir -p out/hello_flush/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_flush/c++03/pump.d -MT 'out/hello_flush/c++03/pump.d out/hello_flush/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_flush/c++03 -Iout/hello_flush/c++03/.. -Iout/hello_flush/c++03 -Iout/hello_flush/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_flush/c++03/pump.o out/hello_flush/c++03/pump.cc
mkdir -p out/hello_flush/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_flush/c++03/hello_flush.d -MT 'out/hello_flush/c++03/hello_flush.d out/hello_flush/c++03/hello_flush.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_flush/c++03 -Iout/hello_flush/c++03/.. -Iout/hello_flush/c++03 -Iout/hello_flush/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_flush/c++03/hello_flush.o out/hello_flush/c++03/hello_flush.cc
mkdir -p out/hello_flush/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_flush/c++03/runtime.d -MT 'out/hello_flush/c++03/runtime.d out/hello_flush/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_flush/c++03 -Iout/hello_flush/c++03/.. -Iout/hello_flush/c++03 -Iout/hello_flush/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_flush/c++03/runtime.o out/hello_flush/c++03/runtime.cc
mkdir -p out/hello_flush/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_flush/c++03/test -MT 'out/hello_flush/c++03/test out/hello_flush/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_flush/c++03 -Iout/hello_flush/c++03/.. -Iout/hello_flush/c++03 -Iout/hello_flush/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_flush/c++03/test out/hello_flush/c++03/main.o out/hello_flush/c++03/pump.o out/hello_flush/c++03/hello_flush.o out/hello_flush/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/execute-c++03
timeout 2 diff -uwB out/hello_flush/hello_flush.trace.0 <(set -o pipefail;cat out/hello_flush/hello_flush.trace.0 | "out/hello_flush"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_flush/hello_flush.trace.0 | "out/hello_flush"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_flush" OUT="out/hello_flush"/javascript MODEL="hello_flush" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_flush/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_flush/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_flush/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_flush/*/*.dzn': No such file or directory
set -x; for file in "out/hello_flush/hello_flush.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_flush' -o "out/hello_flush/javascript" "$file";\
done
+ for file in "out/hello_flush/hello_flush.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_flush -o out/hello_flush/javascript out/hello_flush/hello_flush.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/build-javascript
mkdir -p "out/hello_flush"/javascript && ln -sf "out/hello_flush" "out/hello_flush" && make DIR="out/hello_flush" LANGUAGE=javascript OUT="out/hello_flush"/javascript IN="out/hello_flush"/javascript MAIN="out/hello_flush/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_flush/javascript/main.js out/hello_flush/javascript/test
chmod +x out/hello_flush/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/execute-javascript
timeout 2 diff -uwB out/hello_flush/hello_flush.trace.0 <(set -o pipefail;cat out/hello_flush/hello_flush.trace.0 | node "out/hello_flush"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_flush/hello_flush.trace.0 | node "out/hello_flush"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_flush/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/convert
convert: [SKIPPED] no DM file "out/hello_blocking_sync/hello_blocking_sync.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_blocking_sync/hello_blocking_sync.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_blocking_sync" OUT="out/hello_blocking_sync"/c++ MODEL="hello_blocking_sync" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_blocking_sync/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_blocking_sync/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_blocking_sync/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_blocking_sync/*/*.dzn': No such file or directory
set -x; for file in "out/hello_blocking_sync/hello_blocking_sync.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_blocking_sync' -o "out/hello_blocking_sync/c++" "$file";\
done
+ for file in "out/hello_blocking_sync/hello_blocking_sync.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_blocking_sync -o out/hello_blocking_sync/c++ out/hello_blocking_sync/hello_blocking_sync.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/build-c++
mkdir -p "out/hello_blocking_sync"/c++ && ln -sf "out/hello_blocking_sync" "out/hello_blocking_sync" && make DIR="out/hello_blocking_sync" LANGUAGE=c++ OUT="out/hello_blocking_sync"/c++ IN="out/hello_blocking_sync"/c++ MAIN="out/hello_blocking_sync/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_blocking_sync/c++/
g++ -g -std=c++11 -MMD -MF out/hello_blocking_sync/c++/main.d -MT 'out/hello_blocking_sync/c++/main.d out/hello_blocking_sync/c++/main.o' -pthread -Iout/hello_blocking_sync/c++ -Iout/hello_blocking_sync/c++/.. -Iout/hello_blocking_sync/c++ -Iout/hello_blocking_sync/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocking_sync/c++/main.o out/hello_blocking_sync/c++/main.cc
mkdir -p out/hello_blocking_sync/c++/
g++ -g -std=c++11 -MMD -MF out/hello_blocking_sync/c++/pump.d -MT 'out/hello_blocking_sync/c++/pump.d out/hello_blocking_sync/c++/pump.o' -pthread -Iout/hello_blocking_sync/c++ -Iout/hello_blocking_sync/c++/.. -Iout/hello_blocking_sync/c++ -Iout/hello_blocking_sync/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocking_sync/c++/pump.o out/hello_blocking_sync/c++/pump.cc
mkdir -p out/hello_blocking_sync/c++/
g++ -g -std=c++11 -MMD -MF out/hello_blocking_sync/c++/hello_blocking_sync.d -MT 'out/hello_blocking_sync/c++/hello_blocking_sync.d out/hello_blocking_sync/c++/hello_blocking_sync.o' -pthread -Iout/hello_blocking_sync/c++ -Iout/hello_blocking_sync/c++/.. -Iout/hello_blocking_sync/c++ -Iout/hello_blocking_sync/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocking_sync/c++/hello_blocking_sync.o out/hello_blocking_sync/c++/hello_blocking_sync.cc
mkdir -p out/hello_blocking_sync/c++/
g++ -g -std=c++11 -MMD -MF out/hello_blocking_sync/c++/runtime.d -MT 'out/hello_blocking_sync/c++/runtime.d out/hello_blocking_sync/c++/runtime.o' -pthread -Iout/hello_blocking_sync/c++ -Iout/hello_blocking_sync/c++/.. -Iout/hello_blocking_sync/c++ -Iout/hello_blocking_sync/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocking_sync/c++/runtime.o out/hello_blocking_sync/c++/runtime.cc
mkdir -p out/hello_blocking_sync/c++/
g++ -g -std=c++11 -MMD -MF out/hello_blocking_sync/c++/test -MT 'out/hello_blocking_sync/c++/test out/hello_blocking_sync/c++/test' -pthread -Iout/hello_blocking_sync/c++ -Iout/hello_blocking_sync/c++/.. -Iout/hello_blocking_sync/c++ -Iout/hello_blocking_sync/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_blocking_sync/c++/test out/hello_blocking_sync/c++/main.o out/hello_blocking_sync/c++/pump.o out/hello_blocking_sync/c++/hello_blocking_sync.o out/hello_blocking_sync/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/execute-c++
timeout 2 diff -uwB out/hello_blocking_sync/hello_blocking_sync.trace.0 <(set -o pipefail;cat out/hello_blocking_sync/hello_blocking_sync.trace.0 | "out/hello_blocking_sync"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocking_sync/hello_blocking_sync.trace.0 | "out/hello_blocking_sync"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocking_sync/hello_blocking_sync.trace.1 <(set -o pipefail;cat out/hello_blocking_sync/hello_blocking_sync.trace.1 | "out/hello_blocking_sync"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocking_sync/hello_blocking_sync.trace.1 | "out/hello_blocking_sync"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/run
diff -uwB <(grep -v "" "out/hello_blocking_sync/hello_blocking_sync.trace.0") <(grep -v "" "out/hello_blocking_sync/hello_blocking_sync.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocking_sync "out/hello_blocking_sync/hello_blocking_sync.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_blocking_sync/hello_blocking_sync.trace.1") <(grep -v "" "out/hello_blocking_sync/hello_blocking_sync.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_blocking_sync "out/hello_blocking_sync/hello_blocking_sync.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/verify
mkdir -p "out/hello_blocking_sync"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_blocking_sync "out/hello_blocking_sync/hello_blocking_sync.dzn" 2>"out/hello_blocking_sync"/verify/"hello_blocking_sync".stderr)";err="$(cat "out/hello_blocking_sync"/verify/"hello_blocking_sync".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_blocking_sync"/verify/"hello_blocking_sync".stderr:; cat "out/hello_blocking_sync"/verify/"hello_blocking_sync".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_blocking_sync" OUT="out/hello_blocking_sync"/c++03 MODEL="hello_blocking_sync" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_blocking_sync/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_blocking_sync/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_blocking_sync/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_blocking_sync/*/*.dzn': No such file or directory
set -x; for file in "out/hello_blocking_sync/hello_blocking_sync.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_blocking_sync' -o "out/hello_blocking_sync/c++03" "$file";\
done
+ for file in "out/hello_blocking_sync/hello_blocking_sync.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_blocking_sync -o out/hello_blocking_sync/c++03 out/hello_blocking_sync/hello_blocking_sync.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/build-c++03
mkdir -p "out/hello_blocking_sync"/c++03 && ln -sf "out/hello_blocking_sync" "out/hello_blocking_sync" && make DIR="out/hello_blocking_sync" LANGUAGE=c++03 OUT="out/hello_blocking_sync"/c++03 IN="out/hello_blocking_sync"/c++03 MAIN="out/hello_blocking_sync/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_blocking_sync/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_blocking_sync/c++03/main.d -MT 'out/hello_blocking_sync/c++03/main.d out/hello_blocking_sync/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_blocking_sync/c++03 -Iout/hello_blocking_sync/c++03/.. -Iout/hello_blocking_sync/c++03 -Iout/hello_blocking_sync/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocking_sync/c++03/main.o out/hello_blocking_sync/c++03/main.cc
mkdir -p out/hello_blocking_sync/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_blocking_sync/c++03/pump.d -MT 'out/hello_blocking_sync/c++03/pump.d out/hello_blocking_sync/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_blocking_sync/c++03 -Iout/hello_blocking_sync/c++03/.. -Iout/hello_blocking_sync/c++03 -Iout/hello_blocking_sync/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocking_sync/c++03/pump.o out/hello_blocking_sync/c++03/pump.cc
mkdir -p out/hello_blocking_sync/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_blocking_sync/c++03/hello_blocking_sync.d -MT 'out/hello_blocking_sync/c++03/hello_blocking_sync.d out/hello_blocking_sync/c++03/hello_blocking_sync.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_blocking_sync/c++03 -Iout/hello_blocking_sync/c++03/.. -Iout/hello_blocking_sync/c++03 -Iout/hello_blocking_sync/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocking_sync/c++03/hello_blocking_sync.o out/hello_blocking_sync/c++03/hello_blocking_sync.cc
mkdir -p out/hello_blocking_sync/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_blocking_sync/c++03/runtime.d -MT 'out/hello_blocking_sync/c++03/runtime.d out/hello_blocking_sync/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_blocking_sync/c++03 -Iout/hello_blocking_sync/c++03/.. -Iout/hello_blocking_sync/c++03 -Iout/hello_blocking_sync/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_blocking_sync/c++03/runtime.o out/hello_blocking_sync/c++03/runtime.cc
mkdir -p out/hello_blocking_sync/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_blocking_sync/c++03/test -MT 'out/hello_blocking_sync/c++03/test out/hello_blocking_sync/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_blocking_sync/c++03 -Iout/hello_blocking_sync/c++03/.. -Iout/hello_blocking_sync/c++03 -Iout/hello_blocking_sync/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_blocking_sync/c++03/test out/hello_blocking_sync/c++03/main.o out/hello_blocking_sync/c++03/pump.o out/hello_blocking_sync/c++03/hello_blocking_sync.o out/hello_blocking_sync/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/execute-c++03
timeout 2 diff -uwB out/hello_blocking_sync/hello_blocking_sync.trace.0 <(set -o pipefail;cat out/hello_blocking_sync/hello_blocking_sync.trace.0 | "out/hello_blocking_sync"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocking_sync/hello_blocking_sync.trace.0 | "out/hello_blocking_sync"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocking_sync/hello_blocking_sync.trace.1 <(set -o pipefail;cat out/hello_blocking_sync/hello_blocking_sync.trace.1 | "out/hello_blocking_sync"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocking_sync/hello_blocking_sync.trace.1 | "out/hello_blocking_sync"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_blocking_sync" OUT="out/hello_blocking_sync"/javascript MODEL="hello_blocking_sync" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_blocking_sync/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_blocking_sync/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_blocking_sync/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_blocking_sync/*/*.dzn': No such file or directory
set -x; for file in "out/hello_blocking_sync/hello_blocking_sync.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_blocking_sync' -o "out/hello_blocking_sync/javascript" "$file";\
done
+ for file in "out/hello_blocking_sync/hello_blocking_sync.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_blocking_sync -o out/hello_blocking_sync/javascript out/hello_blocking_sync/hello_blocking_sync.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/build-javascript
mkdir -p "out/hello_blocking_sync"/javascript && ln -sf "out/hello_blocking_sync" "out/hello_blocking_sync" && make DIR="out/hello_blocking_sync" LANGUAGE=javascript OUT="out/hello_blocking_sync"/javascript IN="out/hello_blocking_sync"/javascript MAIN="out/hello_blocking_sync/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_blocking_sync/javascript/main.js out/hello_blocking_sync/javascript/test
chmod +x out/hello_blocking_sync/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/execute-javascript
timeout 2 diff -uwB out/hello_blocking_sync/hello_blocking_sync.trace.0 <(set -o pipefail;cat out/hello_blocking_sync/hello_blocking_sync.trace.0 | node "out/hello_blocking_sync"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocking_sync/hello_blocking_sync.trace.0 | node "out/hello_blocking_sync"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_blocking_sync/hello_blocking_sync.trace.1 <(set -o pipefail;cat out/hello_blocking_sync/hello_blocking_sync.trace.1 | node "out/hello_blocking_sync"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_blocking_sync/hello_blocking_sync.trace.1 | node "out/hello_blocking_sync"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_blocking_sync/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/convert
convert: [SKIPPED] no DM file "out/hello_foreign/hello_foreign.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_foreign" OUT="out/hello_foreign"/c++ MODEL="hello_foreign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_foreign/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_foreign/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_foreign/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_foreign/*/*.dzn': No such file or directory
set -x; for file in "out/hello_foreign/hello_foreign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_foreign' -o "out/hello_foreign/c++" "$file";\
done
+ for file in "out/hello_foreign/hello_foreign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_foreign -o out/hello_foreign/c++ out/hello_foreign/hello_foreign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/build-c++
mkdir -p "out/hello_foreign"/c++ && ln -sf "out/hello_foreign" "out/hello_foreign" && make DIR="out/hello_foreign" LANGUAGE=c++ OUT="out/hello_foreign"/c++ IN="out/hello_foreign"/c++ MAIN="out/hello_foreign/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_foreign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign/c++/main.d -MT 'out/hello_foreign/c++/main.d out/hello_foreign/c++/main.o' -pthread -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign/c++/main.o out/hello_foreign/c++/main.cc
mkdir -p out/hello_foreign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign/c++/foreign.d -MT 'out/hello_foreign/c++/foreign.d out/hello_foreign/c++/foreign.o' -pthread -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign/c++/foreign.o out/hello_foreign/c++/foreign.cc
mkdir -p out/hello_foreign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign/c++/pump.d -MT 'out/hello_foreign/c++/pump.d out/hello_foreign/c++/pump.o' -pthread -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign/c++/pump.o out/hello_foreign/c++/pump.cc
mkdir -p out/hello_foreign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign/c++/runtime.d -MT 'out/hello_foreign/c++/runtime.d out/hello_foreign/c++/runtime.o' -pthread -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign/c++/runtime.o out/hello_foreign/c++/runtime.cc
mkdir -p out/hello_foreign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign/c++/hello_foreign.d -MT 'out/hello_foreign/c++/hello_foreign.d out/hello_foreign/c++/hello_foreign.o' -pthread -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign/c++/hello_foreign.o out/hello_foreign/c++/hello_foreign.cc
mkdir -p out/hello_foreign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign/c++/test -MT 'out/hello_foreign/c++/test out/hello_foreign/c++/test' -pthread -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -Iout/hello_foreign/c++ -Iout/hello_foreign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_foreign/c++/test out/hello_foreign/c++/main.o out/hello_foreign/c++/foreign.o out/hello_foreign/c++/pump.o out/hello_foreign/c++/runtime.o out/hello_foreign/c++/hello_foreign.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/execute-c++
timeout 2 diff -uwB out/hello_foreign/trace <(set -o pipefail;cat out/hello_foreign/trace | "out/hello_foreign"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_foreign/trace | "out/hello_foreign"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_foreign/hello_foreign.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/verify
mkdir -p "out/hello_foreign"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_foreign "out/hello_foreign/hello_foreign.dzn" 2>"out/hello_foreign"/verify/"hello_foreign".stderr)";err="$(cat "out/hello_foreign"/verify/"hello_foreign".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_foreign"/verify/"hello_foreign".stderr:; cat "out/hello_foreign"/verify/"hello_foreign".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_foreign" OUT="out/hello_foreign"/c++03 MODEL="hello_foreign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_foreign/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_foreign/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_foreign/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_foreign/*/*.dzn': No such file or directory
set -x; for file in "out/hello_foreign/hello_foreign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_foreign' -o "out/hello_foreign/c++03" "$file";\
done
+ for file in "out/hello_foreign/hello_foreign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_foreign -o out/hello_foreign/c++03 out/hello_foreign/hello_foreign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/build-c++03
mkdir -p "out/hello_foreign"/c++03 && ln -sf "out/hello_foreign" "out/hello_foreign" && make DIR="out/hello_foreign" LANGUAGE=c++03 OUT="out/hello_foreign"/c++03 IN="out/hello_foreign"/c++03 MAIN="out/hello_foreign/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_foreign/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_foreign/c++03/main.d -MT 'out/hello_foreign/c++03/main.d out/hello_foreign/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign/c++03/main.o out/hello_foreign/c++03/main.cc
mkdir -p out/hello_foreign/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign/c++03/foreign.d -MT 'out/hello_foreign/c++03/foreign.d out/hello_foreign/c++03/foreign.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign/c++03/foreign.o out/hello_foreign/c++03/foreign.cc
mkdir -p out/hello_foreign/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_foreign/c++03/pump.d -MT 'out/hello_foreign/c++03/pump.d out/hello_foreign/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign/c++03/pump.o out/hello_foreign/c++03/pump.cc
mkdir -p out/hello_foreign/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign/c++03/runtime.d -MT 'out/hello_foreign/c++03/runtime.d out/hello_foreign/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign/c++03/runtime.o out/hello_foreign/c++03/runtime.cc
mkdir -p out/hello_foreign/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign/c++03/hello_foreign.d -MT 'out/hello_foreign/c++03/hello_foreign.d out/hello_foreign/c++03/hello_foreign.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign/c++03/hello_foreign.o out/hello_foreign/c++03/hello_foreign.cc
mkdir -p out/hello_foreign/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign/c++03/test -MT 'out/hello_foreign/c++03/test out/hello_foreign/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -Iout/hello_foreign/c++03 -Iout/hello_foreign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_foreign/c++03/test out/hello_foreign/c++03/main.o out/hello_foreign/c++03/foreign.o out/hello_foreign/c++03/pump.o out/hello_foreign/c++03/runtime.o out/hello_foreign/c++03/hello_foreign.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/execute-c++03
timeout 2 diff -uwB out/hello_foreign/trace <(set -o pipefail;cat out/hello_foreign/trace | "out/hello_foreign"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_foreign/trace | "out/hello_foreign"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_foreign" OUT="out/hello_foreign"/javascript MODEL="hello_foreign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_foreign/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_foreign/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_foreign/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_foreign/*/*.dzn': No such file or directory
set -x; for file in "out/hello_foreign/hello_foreign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_foreign' -o "out/hello_foreign/javascript" "$file";\
done
+ for file in "out/hello_foreign/hello_foreign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_foreign -o out/hello_foreign/javascript out/hello_foreign/hello_foreign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/build-javascript
mkdir -p "out/hello_foreign"/javascript && ln -sf "out/hello_foreign" "out/hello_foreign" && make DIR="out/hello_foreign" LANGUAGE=javascript OUT="out/hello_foreign"/javascript IN="out/hello_foreign"/javascript MAIN="out/hello_foreign/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_foreign/javascript/main.js out/hello_foreign/javascript/test
chmod +x out/hello_foreign/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/execute-javascript
timeout 2 diff -uwB out/hello_foreign/trace <(set -o pipefail;cat out/hello_foreign/trace | node "out/hello_foreign"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_foreign/trace | node "out/hello_foreign"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/run
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/table
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/traces
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/triangle-c++
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/view
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/triangle-c++03
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/build-c++-msvc11
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/code-c++-msvc11
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/execute-c++-msvc11
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/triangle-c++-msvc11
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign/triangle-javascript
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/convert
convert: [SKIPPED] no DM file "out/hello_external_queuefull/hello_external_queuefull.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_external_queuefull" OUT="out/hello_external_queuefull"/c++ MODEL="hello_external_queuefull" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_external_queuefull/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_external_queuefull/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_external_queuefull/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_external_queuefull/*/*.dzn': No such file or directory
set -x; for file in "out/hello_external_queuefull/hello_external_queuefull.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_external_queuefull' -o "out/hello_external_queuefull/c++" "$file";\
done
+ for file in "out/hello_external_queuefull/hello_external_queuefull.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_external_queuefull -o out/hello_external_queuefull/c++ out/hello_external_queuefull/hello_external_queuefull.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/build-c++
mkdir -p "out/hello_external_queuefull"/c++ && ln -sf "out/hello_external_queuefull" "out/hello_external_queuefull" && make DIR="out/hello_external_queuefull" LANGUAGE=c++ OUT="out/hello_external_queuefull"/c++ IN="out/hello_external_queuefull"/c++ MAIN="out/hello_external_queuefull/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_external_queuefull/c++/
g++ -g -std=c++11 -MMD -MF out/hello_external_queuefull/c++/main.d -MT 'out/hello_external_queuefull/c++/main.d out/hello_external_queuefull/c++/main.o' -pthread -Iout/hello_external_queuefull/c++ -Iout/hello_external_queuefull/c++/.. -Iout/hello_external_queuefull/c++ -Iout/hello_external_queuefull/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external_queuefull/c++/main.o out/hello_external_queuefull/c++/main.cc
mkdir -p out/hello_external_queuefull/c++/
g++ -g -std=c++11 -MMD -MF out/hello_external_queuefull/c++/hello_external_queuefull.d -MT 'out/hello_external_queuefull/c++/hello_external_queuefull.d out/hello_external_queuefull/c++/hello_external_queuefull.o' -pthread -Iout/hello_external_queuefull/c++ -Iout/hello_external_queuefull/c++/.. -Iout/hello_external_queuefull/c++ -Iout/hello_external_queuefull/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external_queuefull/c++/hello_external_queuefull.o out/hello_external_queuefull/c++/hello_external_queuefull.cc
mkdir -p out/hello_external_queuefull/c++/
g++ -g -std=c++11 -MMD -MF out/hello_external_queuefull/c++/pump.d -MT 'out/hello_external_queuefull/c++/pump.d out/hello_external_queuefull/c++/pump.o' -pthread -Iout/hello_external_queuefull/c++ -Iout/hello_external_queuefull/c++/.. -Iout/hello_external_queuefull/c++ -Iout/hello_external_queuefull/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external_queuefull/c++/pump.o out/hello_external_queuefull/c++/pump.cc
mkdir -p out/hello_external_queuefull/c++/
g++ -g -std=c++11 -MMD -MF out/hello_external_queuefull/c++/runtime.d -MT 'out/hello_external_queuefull/c++/runtime.d out/hello_external_queuefull/c++/runtime.o' -pthread -Iout/hello_external_queuefull/c++ -Iout/hello_external_queuefull/c++/.. -Iout/hello_external_queuefull/c++ -Iout/hello_external_queuefull/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external_queuefull/c++/runtime.o out/hello_external_queuefull/c++/runtime.cc
mkdir -p out/hello_external_queuefull/c++/
g++ -g -std=c++11 -MMD -MF out/hello_external_queuefull/c++/test -MT 'out/hello_external_queuefull/c++/test out/hello_external_queuefull/c++/test' -pthread -Iout/hello_external_queuefull/c++ -Iout/hello_external_queuefull/c++/.. -Iout/hello_external_queuefull/c++ -Iout/hello_external_queuefull/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_external_queuefull/c++/test out/hello_external_queuefull/c++/main.o out/hello_external_queuefull/c++/hello_external_queuefull.o out/hello_external_queuefull/c++/pump.o out/hello_external_queuefull/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_external_queuefull/hello_external_queuefull.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/run
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.0") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.1") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.10") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.10"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.11") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.11"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.12") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.12"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.13") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.13"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.14") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.14"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.15") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.15"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.16") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.16"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.17") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.17"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.18") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.18"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.2") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.3") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.4") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.4"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.5") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.5"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.6") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.6"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.7") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.7"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.8") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.8"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.9") <(grep -v "" "out/hello_external_queuefull/hello_external_queuefull.trace.9"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/verify
mkdir -p "out/hello_external_queuefull"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=hello_external_queuefull "out/hello_external_queuefull/hello_external_queuefull.dzn" 2>"out/hello_external_queuefull"/verify/"hello_external_queuefull".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/hello_external_queuefull"/verify/"hello_external_queuefull"| test ! -s "out/hello_external_queuefull/baseline/verify/hello_external_queuefull"| test ! -s "out/hello_external_queuefull/baseline/verify/hello_external_queuefull".stderr;} || (diff -uwB "out/hello_external_queuefull/baseline/verify/hello_external_queuefull" "out/hello_external_queuefull"/verify/"hello_external_queuefull" && (test ! -s "out/hello_external_queuefull"/verify/"hello_external_queuefull".stderr || (sed -i s,.\r,,g "out/hello_external_queuefull"/verify/"hello_external_queuefull".stderr; diff -u "out/hello_external_queuefull/baseline/verify/hello_external_queuefull".stderr "out/hello_external_queuefull"/verify/"hello_external_queuefull".stderr))) || { echo "out/hello_external_queuefull"/verify/"hello_external_queuefull".stderr:; cat "out/hello_external_queuefull"/verify/"hello_external_queuefull".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_external_queuefull" OUT="out/hello_external_queuefull"/c++03 MODEL="hello_external_queuefull" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_external_queuefull/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_external_queuefull/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_external_queuefull/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_external_queuefull/*/*.dzn': No such file or directory
set -x; for file in "out/hello_external_queuefull/hello_external_queuefull.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_external_queuefull' -o "out/hello_external_queuefull/c++03" "$file";\
done
+ for file in "out/hello_external_queuefull/hello_external_queuefull.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_external_queuefull -o out/hello_external_queuefull/c++03 out/hello_external_queuefull/hello_external_queuefull.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/build-c++03
mkdir -p "out/hello_external_queuefull"/c++03 && ln -sf "out/hello_external_queuefull" "out/hello_external_queuefull" && make DIR="out/hello_external_queuefull" LANGUAGE=c++03 OUT="out/hello_external_queuefull"/c++03 IN="out/hello_external_queuefull"/c++03 MAIN="out/hello_external_queuefull/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_external_queuefull/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_external_queuefull/c++03/main.d -MT 'out/hello_external_queuefull/c++03/main.d out/hello_external_queuefull/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_external_queuefull/c++03 -Iout/hello_external_queuefull/c++03/.. -Iout/hello_external_queuefull/c++03 -Iout/hello_external_queuefull/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external_queuefull/c++03/main.o out/hello_external_queuefull/c++03/main.cc
mkdir -p out/hello_external_queuefull/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_external_queuefull/c++03/hello_external_queuefull.d -MT 'out/hello_external_queuefull/c++03/hello_external_queuefull.d out/hello_external_queuefull/c++03/hello_external_queuefull.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_external_queuefull/c++03 -Iout/hello_external_queuefull/c++03/.. -Iout/hello_external_queuefull/c++03 -Iout/hello_external_queuefull/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external_queuefull/c++03/hello_external_queuefull.o out/hello_external_queuefull/c++03/hello_external_queuefull.cc
mkdir -p out/hello_external_queuefull/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_external_queuefull/c++03/pump.d -MT 'out/hello_external_queuefull/c++03/pump.d out/hello_external_queuefull/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_external_queuefull/c++03 -Iout/hello_external_queuefull/c++03/.. -Iout/hello_external_queuefull/c++03 -Iout/hello_external_queuefull/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external_queuefull/c++03/pump.o out/hello_external_queuefull/c++03/pump.cc
mkdir -p out/hello_external_queuefull/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_external_queuefull/c++03/runtime.d -MT 'out/hello_external_queuefull/c++03/runtime.d out/hello_external_queuefull/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_external_queuefull/c++03 -Iout/hello_external_queuefull/c++03/.. -Iout/hello_external_queuefull/c++03 -Iout/hello_external_queuefull/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external_queuefull/c++03/runtime.o out/hello_external_queuefull/c++03/runtime.cc
mkdir -p out/hello_external_queuefull/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_external_queuefull/c++03/test -MT 'out/hello_external_queuefull/c++03/test out/hello_external_queuefull/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_external_queuefull/c++03 -Iout/hello_external_queuefull/c++03/.. -Iout/hello_external_queuefull/c++03 -Iout/hello_external_queuefull/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_external_queuefull/c++03/test out/hello_external_queuefull/c++03/main.o out/hello_external_queuefull/c++03/hello_external_queuefull.o out/hello_external_queuefull/c++03/pump.o out/hello_external_queuefull/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_external_queuefull" OUT="out/hello_external_queuefull"/javascript MODEL="hello_external_queuefull" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_external_queuefull/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_external_queuefull/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_external_queuefull/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_external_queuefull/*/*.dzn': No such file or directory
set -x; for file in "out/hello_external_queuefull/hello_external_queuefull.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_external_queuefull' -o "out/hello_external_queuefull/javascript" "$file";\
done
+ for file in "out/hello_external_queuefull/hello_external_queuefull.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_external_queuefull -o out/hello_external_queuefull/javascript out/hello_external_queuefull/hello_external_queuefull.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/build-javascript
mkdir -p "out/hello_external_queuefull"/javascript && ln -sf "out/hello_external_queuefull" "out/hello_external_queuefull" && make DIR="out/hello_external_queuefull" LANGUAGE=javascript OUT="out/hello_external_queuefull"/javascript IN="out/hello_external_queuefull"/javascript MAIN="out/hello_external_queuefull/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_external_queuefull/javascript/main.js out/hello_external_queuefull/javascript/test
chmod +x out/hello_external_queuefull/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/execute-c++
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/table
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/traces
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/triangle-c++
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/view
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/execute-c++03
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/triangle-c++03
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/build-c++-msvc11
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/code-c++-msvc11
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/execute-c++-msvc11
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/triangle-c++-msvc11
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/execute-javascript
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external_queuefull/triangle-javascript
error model cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/convert
convert: [SKIPPED] no DM file "out/hello_foreign_file/hello_foreign_file.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_foreign_file" OUT="out/hello_foreign_file"/c++ MODEL="hello_foreign_file" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_foreign_file/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_foreign_file/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_foreign_file/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_foreign_file/*/*.dzn': No such file or directory
set -x; for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_foreign_file' -o "out/hello_foreign_file/c++" "$file";\
done
+ for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_foreign_file -o out/hello_foreign_file/c++ out/hello_foreign_file/foreign.dzn
cowardly refusing to clobber file with basename: foreign
+ for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_foreign_file -o out/hello_foreign_file/c++ out/hello_foreign_file/hello_foreign_file.dzn
+ for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_foreign_file -o out/hello_foreign_file/c++ out/hello_foreign_file/iworld.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/build-c++
mkdir -p "out/hello_foreign_file"/c++ && ln -sf "out/hello_foreign_file" "out/hello_foreign_file" && make DIR="out/hello_foreign_file" LANGUAGE=c++ OUT="out/hello_foreign_file"/c++ IN="out/hello_foreign_file"/c++ MAIN="out/hello_foreign_file/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_foreign_file/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_file/c++/main.d -MT 'out/hello_foreign_file/c++/main.d out/hello_foreign_file/c++/main.o' -pthread -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++/main.o out/hello_foreign_file/c++/main.cc
mkdir -p out/hello_foreign_file/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_file/c++/iworld.d -MT 'out/hello_foreign_file/c++/iworld.d out/hello_foreign_file/c++/iworld.o' -pthread -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++/iworld.o out/hello_foreign_file/c++/iworld.cc
mkdir -p out/hello_foreign_file/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_file/c++/foreign.d -MT 'out/hello_foreign_file/c++/foreign.d out/hello_foreign_file/c++/foreign.o' -pthread -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++/foreign.o out/hello_foreign_file/c++/foreign.cc
mkdir -p out/hello_foreign_file/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_file/c++/pump.d -MT 'out/hello_foreign_file/c++/pump.d out/hello_foreign_file/c++/pump.o' -pthread -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++/pump.o out/hello_foreign_file/c++/pump.cc
mkdir -p out/hello_foreign_file/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_file/c++/runtime.d -MT 'out/hello_foreign_file/c++/runtime.d out/hello_foreign_file/c++/runtime.o' -pthread -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++/runtime.o out/hello_foreign_file/c++/runtime.cc
mkdir -p out/hello_foreign_file/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_file/c++/hello_foreign_file.d -MT 'out/hello_foreign_file/c++/hello_foreign_file.d out/hello_foreign_file/c++/hello_foreign_file.o' -pthread -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++/hello_foreign_file.o out/hello_foreign_file/c++/hello_foreign_file.cc
mkdir -p out/hello_foreign_file/c++/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_file/c++/test -MT 'out/hello_foreign_file/c++/test out/hello_foreign_file/c++/test' -pthread -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -Iout/hello_foreign_file/c++ -Iout/hello_foreign_file/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_foreign_file/c++/test out/hello_foreign_file/c++/main.o out/hello_foreign_file/c++/iworld.o out/hello_foreign_file/c++/foreign.o out/hello_foreign_file/c++/pump.o out/hello_foreign_file/c++/runtime.o out/hello_foreign_file/c++/hello_foreign_file.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/execute-c++
timeout 2 diff -uwB out/hello_foreign_file/trace <(set -o pipefail;cat out/hello_foreign_file/trace | "out/hello_foreign_file"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_foreign_file/trace | "out/hello_foreign_file"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_foreign_file/hello_foreign_file.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/verify
mkdir -p "out/hello_foreign_file"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_foreign_file "out/hello_foreign_file/hello_foreign_file.dzn" 2>"out/hello_foreign_file"/verify/"hello_foreign_file".stderr)";err="$(cat "out/hello_foreign_file"/verify/"hello_foreign_file".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_foreign_file"/verify/"hello_foreign_file".stderr:; cat "out/hello_foreign_file"/verify/"hello_foreign_file".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_foreign_file" OUT="out/hello_foreign_file"/c++03 MODEL="hello_foreign_file" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_foreign_file/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_foreign_file/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_foreign_file/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_foreign_file/*/*.dzn': No such file or directory
set -x; for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_foreign_file' -o "out/hello_foreign_file/c++03" "$file";\
done
+ for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_foreign_file -o out/hello_foreign_file/c++03 out/hello_foreign_file/foreign.dzn
cowardly refusing to clobber file with basename: foreign
+ for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_foreign_file -o out/hello_foreign_file/c++03 out/hello_foreign_file/hello_foreign_file.dzn
+ for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_foreign_file -o out/hello_foreign_file/c++03 out/hello_foreign_file/iworld.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/build-c++03
mkdir -p "out/hello_foreign_file"/c++03 && ln -sf "out/hello_foreign_file" "out/hello_foreign_file" && make DIR="out/hello_foreign_file" LANGUAGE=c++03 OUT="out/hello_foreign_file"/c++03 IN="out/hello_foreign_file"/c++03 MAIN="out/hello_foreign_file/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_foreign_file/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_file/c++03/main.d -MT 'out/hello_foreign_file/c++03/main.d out/hello_foreign_file/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++03/main.o out/hello_foreign_file/c++03/main.cc
mkdir -p out/hello_foreign_file/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign_file/c++03/iworld.d -MT 'out/hello_foreign_file/c++03/iworld.d out/hello_foreign_file/c++03/iworld.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++03/iworld.o out/hello_foreign_file/c++03/iworld.cc
mkdir -p out/hello_foreign_file/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign_file/c++03/foreign.d -MT 'out/hello_foreign_file/c++03/foreign.d out/hello_foreign_file/c++03/foreign.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++03/foreign.o out/hello_foreign_file/c++03/foreign.cc
mkdir -p out/hello_foreign_file/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_foreign_file/c++03/pump.d -MT 'out/hello_foreign_file/c++03/pump.d out/hello_foreign_file/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++03/pump.o out/hello_foreign_file/c++03/pump.cc
mkdir -p out/hello_foreign_file/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign_file/c++03/runtime.d -MT 'out/hello_foreign_file/c++03/runtime.d out/hello_foreign_file/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++03/runtime.o out/hello_foreign_file/c++03/runtime.cc
mkdir -p out/hello_foreign_file/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign_file/c++03/hello_foreign_file.d -MT 'out/hello_foreign_file/c++03/hello_foreign_file.d out/hello_foreign_file/c++03/hello_foreign_file.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_foreign_file/c++03/hello_foreign_file.o out/hello_foreign_file/c++03/hello_foreign_file.cc
mkdir -p out/hello_foreign_file/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_foreign_file/c++03/test -MT 'out/hello_foreign_file/c++03/test out/hello_foreign_file/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -Iout/hello_foreign_file/c++03 -Iout/hello_foreign_file/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_foreign_file/c++03/test out/hello_foreign_file/c++03/main.o out/hello_foreign_file/c++03/iworld.o out/hello_foreign_file/c++03/foreign.o out/hello_foreign_file/c++03/pump.o out/hello_foreign_file/c++03/runtime.o out/hello_foreign_file/c++03/hello_foreign_file.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/execute-c++03
timeout 2 diff -uwB out/hello_foreign_file/trace <(set -o pipefail;cat out/hello_foreign_file/trace | "out/hello_foreign_file"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_foreign_file/trace | "out/hello_foreign_file"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_foreign_file" OUT="out/hello_foreign_file"/javascript MODEL="hello_foreign_file" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_foreign_file/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_foreign_file/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_foreign_file/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_foreign_file/*/*.dzn': No such file or directory
set -x; for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_foreign_file' -o "out/hello_foreign_file/javascript" "$file";\
done
+ for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_foreign_file -o out/hello_foreign_file/javascript out/hello_foreign_file/foreign.dzn
cowardly refusing to clobber file with basename: foreign
+ for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_foreign_file -o out/hello_foreign_file/javascript out/hello_foreign_file/hello_foreign_file.dzn
+ for file in "out/hello_foreign_file/foreign.dzn" "out/hello_foreign_file/hello_foreign_file.dzn" "out/hello_foreign_file/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_foreign_file -o out/hello_foreign_file/javascript out/hello_foreign_file/iworld.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/build-javascript
mkdir -p "out/hello_foreign_file"/javascript && ln -sf "out/hello_foreign_file" "out/hello_foreign_file" && make DIR="out/hello_foreign_file" LANGUAGE=javascript OUT="out/hello_foreign_file"/javascript IN="out/hello_foreign_file"/javascript MAIN="out/hello_foreign_file/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_foreign_file/javascript/main.js out/hello_foreign_file/javascript/test
chmod +x out/hello_foreign_file/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/execute-javascript
timeout 2 diff -uwB out/hello_foreign_file/trace <(set -o pipefail;cat out/hello_foreign_file/trace | node "out/hello_foreign_file"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_foreign_file/trace | node "out/hello_foreign_file"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/run
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/table
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/traces
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/triangle-c++
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/view
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/triangle-c++03
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/build-c++-msvc11
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/code-c++-msvc11
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/execute-c++-msvc11
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/triangle-c++-msvc11
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_foreign_file/triangle-javascript
system model cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/convert
convert: [SKIPPED] no DM file "out/hello_function/hello_function.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_function/hello_function.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_function" OUT="out/hello_function"/c++ MODEL="hello_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_function/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_function/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function/hello_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_function' -o "out/hello_function/c++" "$file";\
done
+ for file in "out/hello_function/hello_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_function -o out/hello_function/c++ out/hello_function/hello_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/build-c++
mkdir -p "out/hello_function"/c++ && ln -sf "out/hello_function" "out/hello_function" && make DIR="out/hello_function" LANGUAGE=c++ OUT="out/hello_function"/c++ IN="out/hello_function"/c++ MAIN="out/hello_function/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function/c++/main.d -MT 'out/hello_function/c++/main.d out/hello_function/c++/main.o' -pthread -Iout/hello_function/c++ -Iout/hello_function/c++/.. -Iout/hello_function/c++ -Iout/hello_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function/c++/main.o out/hello_function/c++/main.cc
mkdir -p out/hello_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function/c++/pump.d -MT 'out/hello_function/c++/pump.d out/hello_function/c++/pump.o' -pthread -Iout/hello_function/c++ -Iout/hello_function/c++/.. -Iout/hello_function/c++ -Iout/hello_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function/c++/pump.o out/hello_function/c++/pump.cc
mkdir -p out/hello_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function/c++/runtime.d -MT 'out/hello_function/c++/runtime.d out/hello_function/c++/runtime.o' -pthread -Iout/hello_function/c++ -Iout/hello_function/c++/.. -Iout/hello_function/c++ -Iout/hello_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function/c++/runtime.o out/hello_function/c++/runtime.cc
mkdir -p out/hello_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function/c++/hello_function.d -MT 'out/hello_function/c++/hello_function.d out/hello_function/c++/hello_function.o' -pthread -Iout/hello_function/c++ -Iout/hello_function/c++/.. -Iout/hello_function/c++ -Iout/hello_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function/c++/hello_function.o out/hello_function/c++/hello_function.cc
mkdir -p out/hello_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function/c++/test -MT 'out/hello_function/c++/test out/hello_function/c++/test' -pthread -Iout/hello_function/c++ -Iout/hello_function/c++/.. -Iout/hello_function/c++ -Iout/hello_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_function/c++/test out/hello_function/c++/main.o out/hello_function/c++/pump.o out/hello_function/c++/runtime.o out/hello_function/c++/hello_function.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/execute-c++
timeout 2 diff -uwB out/hello_function/hello_function.trace.0 <(set -o pipefail;cat out/hello_function/hello_function.trace.0 | "out/hello_function"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function/hello_function.trace.0 | "out/hello_function"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/run
diff -uwB <(grep -v "" "out/hello_function/hello_function.trace.0") <(grep -v "" "out/hello_function/hello_function.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_function "out/hello_function/hello_function.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/verify
mkdir -p "out/hello_function"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_function "out/hello_function/hello_function.dzn" 2>"out/hello_function"/verify/"hello_function".stderr)";err="$(cat "out/hello_function"/verify/"hello_function".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_function"/verify/"hello_function".stderr:; cat "out/hello_function"/verify/"hello_function".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_function" OUT="out/hello_function"/c++03 MODEL="hello_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_function/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_function/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function/hello_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_function' -o "out/hello_function/c++03" "$file";\
done
+ for file in "out/hello_function/hello_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_function -o out/hello_function/c++03 out/hello_function/hello_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/build-c++03
mkdir -p "out/hello_function"/c++03 && ln -sf "out/hello_function" "out/hello_function" && make DIR="out/hello_function" LANGUAGE=c++03 OUT="out/hello_function"/c++03 IN="out/hello_function"/c++03 MAIN="out/hello_function/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_function/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_function/c++03/main.d -MT 'out/hello_function/c++03/main.d out/hello_function/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function/c++03 -Iout/hello_function/c++03/.. -Iout/hello_function/c++03 -Iout/hello_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function/c++03/main.o out/hello_function/c++03/main.cc
mkdir -p out/hello_function/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_function/c++03/pump.d -MT 'out/hello_function/c++03/pump.d out/hello_function/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function/c++03 -Iout/hello_function/c++03/.. -Iout/hello_function/c++03 -Iout/hello_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function/c++03/pump.o out/hello_function/c++03/pump.cc
mkdir -p out/hello_function/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function/c++03/runtime.d -MT 'out/hello_function/c++03/runtime.d out/hello_function/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function/c++03 -Iout/hello_function/c++03/.. -Iout/hello_function/c++03 -Iout/hello_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function/c++03/runtime.o out/hello_function/c++03/runtime.cc
mkdir -p out/hello_function/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function/c++03/hello_function.d -MT 'out/hello_function/c++03/hello_function.d out/hello_function/c++03/hello_function.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function/c++03 -Iout/hello_function/c++03/.. -Iout/hello_function/c++03 -Iout/hello_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function/c++03/hello_function.o out/hello_function/c++03/hello_function.cc
mkdir -p out/hello_function/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function/c++03/test -MT 'out/hello_function/c++03/test out/hello_function/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function/c++03 -Iout/hello_function/c++03/.. -Iout/hello_function/c++03 -Iout/hello_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_function/c++03/test out/hello_function/c++03/main.o out/hello_function/c++03/pump.o out/hello_function/c++03/runtime.o out/hello_function/c++03/hello_function.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/execute-c++03
timeout 2 diff -uwB out/hello_function/hello_function.trace.0 <(set -o pipefail;cat out/hello_function/hello_function.trace.0 | "out/hello_function"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function/hello_function.trace.0 | "out/hello_function"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_function" OUT="out/hello_function"/javascript MODEL="hello_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_function/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_function/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function/hello_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_function' -o "out/hello_function/javascript" "$file";\
done
+ for file in "out/hello_function/hello_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_function -o out/hello_function/javascript out/hello_function/hello_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/build-javascript
mkdir -p "out/hello_function"/javascript && ln -sf "out/hello_function" "out/hello_function" && make DIR="out/hello_function" LANGUAGE=javascript OUT="out/hello_function"/javascript IN="out/hello_function"/javascript MAIN="out/hello_function/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_function/javascript/main.js out/hello_function/javascript/test
chmod +x out/hello_function/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/execute-javascript
timeout 2 diff -uwB out/hello_function/hello_function.trace.0 <(set -o pipefail;cat out/hello_function/hello_function.trace.0 | node "out/hello_function"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function/hello_function.trace.0 | node "out/hello_function"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/convert
convert: [SKIPPED] no DM file "out/hello_external/hello_external.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_external" OUT="out/hello_external"/c++ MODEL="hello_external" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_external/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_external/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_external/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_external/*/*.dzn': No such file or directory
set -x; for file in "out/hello_external/hello_external.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_external' -o "out/hello_external/c++" "$file";\
done
+ for file in "out/hello_external/hello_external.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_external -o out/hello_external/c++ out/hello_external/hello_external.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/build-c++
mkdir -p "out/hello_external"/c++ && ln -sf "out/hello_external" "out/hello_external" && make DIR="out/hello_external" LANGUAGE=c++ OUT="out/hello_external"/c++ IN="out/hello_external"/c++ MAIN="out/hello_external/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_external/c++/
g++ -g -std=c++11 -MMD -MF out/hello_external/c++/main.d -MT 'out/hello_external/c++/main.d out/hello_external/c++/main.o' -pthread -Iout/hello_external/c++ -Iout/hello_external/c++/.. -Iout/hello_external/c++ -Iout/hello_external/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external/c++/main.o out/hello_external/c++/main.cc
mkdir -p out/hello_external/c++/
g++ -g -std=c++11 -MMD -MF out/hello_external/c++/pump.d -MT 'out/hello_external/c++/pump.d out/hello_external/c++/pump.o' -pthread -Iout/hello_external/c++ -Iout/hello_external/c++/.. -Iout/hello_external/c++ -Iout/hello_external/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external/c++/pump.o out/hello_external/c++/pump.cc
mkdir -p out/hello_external/c++/
g++ -g -std=c++11 -MMD -MF out/hello_external/c++/hello_external.d -MT 'out/hello_external/c++/hello_external.d out/hello_external/c++/hello_external.o' -pthread -Iout/hello_external/c++ -Iout/hello_external/c++/.. -Iout/hello_external/c++ -Iout/hello_external/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external/c++/hello_external.o out/hello_external/c++/hello_external.cc
mkdir -p out/hello_external/c++/
g++ -g -std=c++11 -MMD -MF out/hello_external/c++/runtime.d -MT 'out/hello_external/c++/runtime.d out/hello_external/c++/runtime.o' -pthread -Iout/hello_external/c++ -Iout/hello_external/c++/.. -Iout/hello_external/c++ -Iout/hello_external/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external/c++/runtime.o out/hello_external/c++/runtime.cc
mkdir -p out/hello_external/c++/
g++ -g -std=c++11 -MMD -MF out/hello_external/c++/test -MT 'out/hello_external/c++/test out/hello_external/c++/test' -pthread -Iout/hello_external/c++ -Iout/hello_external/c++/.. -Iout/hello_external/c++ -Iout/hello_external/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_external/c++/test out/hello_external/c++/main.o out/hello_external/c++/pump.o out/hello_external/c++/hello_external.o out/hello_external/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_external/hello_external.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/run
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.19") <(grep -v "" "out/hello_external/hello_external.trace.19"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.2") <(grep -v "" "out/hello_external/hello_external.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:54:42.839008381 +0000
+++ /dev/fd/62 2020-08-05 11:54:42.843008742 +0000
@@ -31,3 +31,4 @@
w.return
h.return
w.world
+illegal
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.20") <(grep -v "" "out/hello_external/hello_external.trace.20"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.21") <(grep -v "" "out/hello_external/hello_external.trace.21"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.22") <(grep -v "" "out/hello_external/hello_external.trace.22"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:54:44.059118422 +0000
+++ /dev/fd/62 2020-08-05 11:54:44.055118061 +0000
@@ -40,5 +40,3 @@
h.world
h.hello
w.hello
-w.return
-h.return
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.23") <(grep -v "" "out/hello_external/hello_external.trace.23"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.24") <(grep -v "" "out/hello_external/hello_external.trace.24"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.25") <(grep -v "" "out/hello_external/hello_external.trace.25"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.26") <(grep -v "" "out/hello_external/hello_external.trace.26"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.27") <(grep -v "" "out/hello_external/hello_external.trace.27"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.28") <(grep -v "" "out/hello_external/hello_external.trace.28"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.29") <(grep -v "" "out/hello_external/hello_external.trace.29"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.3") <(grep -v "" "out/hello_external/hello_external.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.30") <(grep -v "" "out/hello_external/hello_external.trace.30"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:54:47.755451790 +0000
+++ /dev/fd/62 2020-08-05 11:54:47.755451790 +0000
@@ -50,5 +50,3 @@
h.world
h.hello
w.hello
-w.return
-h.return
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.31") <(grep -v "" "out/hello_external/hello_external.trace.31"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.32") <(grep -v "" "out/hello_external/hello_external.trace.32"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.33") <(grep -v "" "out/hello_external/hello_external.trace.33"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.34") <(grep -v "" "out/hello_external/hello_external.trace.34"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.35") <(grep -v "" "out/hello_external/hello_external.trace.35"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.36") <(grep -v "" "out/hello_external/hello_external.trace.36"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.37") <(grep -v "" "out/hello_external/hello_external.trace.37"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.38") <(grep -v "" "out/hello_external/hello_external.trace.38"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.39") <(grep -v "" "out/hello_external/hello_external.trace.39"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.4") <(grep -v "" "out/hello_external/hello_external.trace.4"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.40") <(grep -v "" "out/hello_external/hello_external.trace.40"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:54:52.823908908 +0000
+++ /dev/fd/62 2020-08-05 11:54:52.823908908 +0000
@@ -50,5 +50,3 @@
h.world
h.hello
w.hello
-w.return
-h.return
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.41") <(grep -v "" "out/hello_external/hello_external.trace.41"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.42") <(grep -v "" "out/hello_external/hello_external.trace.42"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.43") <(grep -v "" "out/hello_external/hello_external.trace.43"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.44") <(grep -v "" "out/hello_external/hello_external.trace.44"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.45") <(grep -v "" "out/hello_external/hello_external.trace.45"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.46") <(grep -v "" "out/hello_external/hello_external.trace.46"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.47") <(grep -v "" "out/hello_external/hello_external.trace.47"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.48") <(grep -v "" "out/hello_external/hello_external.trace.48"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.49") <(grep -v "" "out/hello_external/hello_external.trace.49"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.5") <(grep -v "" "out/hello_external/hello_external.trace.5"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.50") <(grep -v "" "out/hello_external/hello_external.trace.50"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.51") <(grep -v "" "out/hello_external/hello_external.trace.51"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.52") <(grep -v "" "out/hello_external/hello_external.trace.52"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.53") <(grep -v "" "out/hello_external/hello_external.trace.53"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.54") <(grep -v "" "out/hello_external/hello_external.trace.54"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.55") <(grep -v "" "out/hello_external/hello_external.trace.55"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.56") <(grep -v "" "out/hello_external/hello_external.trace.56"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.57") <(grep -v "" "out/hello_external/hello_external.trace.57"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.58") <(grep -v "" "out/hello_external/hello_external.trace.58"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.59") <(grep -v "" "out/hello_external/hello_external.trace.59"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.6") <(grep -v "" "out/hello_external/hello_external.trace.6"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:55:03.576878708 +0000
+++ /dev/fd/62 2020-08-05 11:55:03.576878708 +0000
@@ -30,5 +30,3 @@
h.world
h.hello
w.hello
-w.return
-h.return
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.60") <(grep -v "" "out/hello_external/hello_external.trace.60"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.61") <(grep -v "" "out/hello_external/hello_external.trace.61"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.62") <(grep -v "" "out/hello_external/hello_external.trace.62"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_external/hello_external.trace.63") <(grep -v "" "out/hello_external/hello_external.trace.63"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_external "out/hello_external/hello_external.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/verify
mkdir -p "out/hello_external"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=hello_external "out/hello_external/hello_external.dzn" 2>"out/hello_external"/verify/"hello_external".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/hello_external"/verify/"hello_external"| test ! -s "out/hello_external/baseline/verify/hello_external"| test ! -s "out/hello_external/baseline/verify/hello_external".stderr;} || (diff -uwB "out/hello_external/baseline/verify/hello_external" "out/hello_external"/verify/"hello_external" && (test ! -s "out/hello_external"/verify/"hello_external".stderr || (sed -i s,.\r,,g "out/hello_external"/verify/"hello_external".stderr; diff -u "out/hello_external/baseline/verify/hello_external".stderr "out/hello_external"/verify/"hello_external".stderr))) || { echo "out/hello_external"/verify/"hello_external".stderr:; cat "out/hello_external"/verify/"hello_external".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_external" OUT="out/hello_external"/c++03 MODEL="hello_external" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_external/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_external/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_external/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_external/*/*.dzn': No such file or directory
set -x; for file in "out/hello_external/hello_external.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_external' -o "out/hello_external/c++03" "$file";\
done
+ for file in "out/hello_external/hello_external.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_external -o out/hello_external/c++03 out/hello_external/hello_external.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/build-c++03
mkdir -p "out/hello_external"/c++03 && ln -sf "out/hello_external" "out/hello_external" && make DIR="out/hello_external" LANGUAGE=c++03 OUT="out/hello_external"/c++03 IN="out/hello_external"/c++03 MAIN="out/hello_external/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_external/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_external/c++03/main.d -MT 'out/hello_external/c++03/main.d out/hello_external/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_external/c++03 -Iout/hello_external/c++03/.. -Iout/hello_external/c++03 -Iout/hello_external/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external/c++03/main.o out/hello_external/c++03/main.cc
mkdir -p out/hello_external/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_external/c++03/pump.d -MT 'out/hello_external/c++03/pump.d out/hello_external/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_external/c++03 -Iout/hello_external/c++03/.. -Iout/hello_external/c++03 -Iout/hello_external/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external/c++03/pump.o out/hello_external/c++03/pump.cc
mkdir -p out/hello_external/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_external/c++03/hello_external.d -MT 'out/hello_external/c++03/hello_external.d out/hello_external/c++03/hello_external.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_external/c++03 -Iout/hello_external/c++03/.. -Iout/hello_external/c++03 -Iout/hello_external/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external/c++03/hello_external.o out/hello_external/c++03/hello_external.cc
mkdir -p out/hello_external/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_external/c++03/runtime.d -MT 'out/hello_external/c++03/runtime.d out/hello_external/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_external/c++03 -Iout/hello_external/c++03/.. -Iout/hello_external/c++03 -Iout/hello_external/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_external/c++03/runtime.o out/hello_external/c++03/runtime.cc
mkdir -p out/hello_external/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_external/c++03/test -MT 'out/hello_external/c++03/test out/hello_external/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_external/c++03 -Iout/hello_external/c++03/.. -Iout/hello_external/c++03 -Iout/hello_external/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_external/c++03/test out/hello_external/c++03/main.o out/hello_external/c++03/pump.o out/hello_external/c++03/hello_external.o out/hello_external/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_external" OUT="out/hello_external"/javascript MODEL="hello_external" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_external/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_external/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_external/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_external/*/*.dzn': No such file or directory
set -x; for file in "out/hello_external/hello_external.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_external' -o "out/hello_external/javascript" "$file";\
done
+ for file in "out/hello_external/hello_external.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_external -o out/hello_external/javascript out/hello_external/hello_external.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/build-javascript
mkdir -p "out/hello_external"/javascript && ln -sf "out/hello_external" "out/hello_external" && make DIR="out/hello_external" LANGUAGE=javascript OUT="out/hello_external"/javascript IN="out/hello_external"/javascript MAIN="out/hello_external/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_external/javascript/main.js out/hello_external/javascript/test
chmod +x out/hello_external/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/execute-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/execute-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/execute-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_external/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/convert
convert: [SKIPPED] no DM file "out/hello_function_assign/hello_function_assign.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_function_assign/hello_function_assign.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_function_assign" OUT="out/hello_function_assign"/c++ MODEL="hello_function_assign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function_assign/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_function_assign/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_function_assign/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_function_assign/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function_assign/hello_function_assign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_function_assign' -o "out/hello_function_assign/c++" "$file";\
done
+ for file in "out/hello_function_assign/hello_function_assign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_function_assign -o out/hello_function_assign/c++ out/hello_function_assign/hello_function_assign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/build-c++
mkdir -p "out/hello_function_assign"/c++ && ln -sf "out/hello_function_assign" "out/hello_function_assign" && make DIR="out/hello_function_assign" LANGUAGE=c++ OUT="out/hello_function_assign"/c++ IN="out/hello_function_assign"/c++ MAIN="out/hello_function_assign/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_function_assign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_assign/c++/main.d -MT 'out/hello_function_assign/c++/main.d out/hello_function_assign/c++/main.o' -pthread -Iout/hello_function_assign/c++ -Iout/hello_function_assign/c++/.. -Iout/hello_function_assign/c++ -Iout/hello_function_assign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_assign/c++/main.o out/hello_function_assign/c++/main.cc
mkdir -p out/hello_function_assign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_assign/c++/hello_function_assign.d -MT 'out/hello_function_assign/c++/hello_function_assign.d out/hello_function_assign/c++/hello_function_assign.o' -pthread -Iout/hello_function_assign/c++ -Iout/hello_function_assign/c++/.. -Iout/hello_function_assign/c++ -Iout/hello_function_assign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_assign/c++/hello_function_assign.o out/hello_function_assign/c++/hello_function_assign.cc
mkdir -p out/hello_function_assign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_assign/c++/pump.d -MT 'out/hello_function_assign/c++/pump.d out/hello_function_assign/c++/pump.o' -pthread -Iout/hello_function_assign/c++ -Iout/hello_function_assign/c++/.. -Iout/hello_function_assign/c++ -Iout/hello_function_assign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_assign/c++/pump.o out/hello_function_assign/c++/pump.cc
mkdir -p out/hello_function_assign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_assign/c++/runtime.d -MT 'out/hello_function_assign/c++/runtime.d out/hello_function_assign/c++/runtime.o' -pthread -Iout/hello_function_assign/c++ -Iout/hello_function_assign/c++/.. -Iout/hello_function_assign/c++ -Iout/hello_function_assign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_assign/c++/runtime.o out/hello_function_assign/c++/runtime.cc
mkdir -p out/hello_function_assign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_assign/c++/test -MT 'out/hello_function_assign/c++/test out/hello_function_assign/c++/test' -pthread -Iout/hello_function_assign/c++ -Iout/hello_function_assign/c++/.. -Iout/hello_function_assign/c++ -Iout/hello_function_assign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_function_assign/c++/test out/hello_function_assign/c++/main.o out/hello_function_assign/c++/hello_function_assign.o out/hello_function_assign/c++/pump.o out/hello_function_assign/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/execute-c++
timeout 2 diff -uwB out/hello_function_assign/hello_function_assign.trace.0 <(set -o pipefail;cat out/hello_function_assign/hello_function_assign.trace.0 | "out/hello_function_assign"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function_assign/hello_function_assign.trace.0 | "out/hello_function_assign"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/run
diff -uwB <(grep -v "" "out/hello_function_assign/hello_function_assign.trace.0") <(grep -v "" "out/hello_function_assign/hello_function_assign.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_function_assign "out/hello_function_assign/hello_function_assign.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/verify
mkdir -p "out/hello_function_assign"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_function_assign "out/hello_function_assign/hello_function_assign.dzn" 2>"out/hello_function_assign"/verify/"hello_function_assign".stderr)";err="$(cat "out/hello_function_assign"/verify/"hello_function_assign".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_function_assign"/verify/"hello_function_assign".stderr:; cat "out/hello_function_assign"/verify/"hello_function_assign".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_function_assign" OUT="out/hello_function_assign"/c++03 MODEL="hello_function_assign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function_assign/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_function_assign/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_function_assign/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_function_assign/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function_assign/hello_function_assign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_function_assign' -o "out/hello_function_assign/c++03" "$file";\
done
+ for file in "out/hello_function_assign/hello_function_assign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_function_assign -o out/hello_function_assign/c++03 out/hello_function_assign/hello_function_assign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/build-c++03
mkdir -p "out/hello_function_assign"/c++03 && ln -sf "out/hello_function_assign" "out/hello_function_assign" && make DIR="out/hello_function_assign" LANGUAGE=c++03 OUT="out/hello_function_assign"/c++03 IN="out/hello_function_assign"/c++03 MAIN="out/hello_function_assign/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_function_assign/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_function_assign/c++03/main.d -MT 'out/hello_function_assign/c++03/main.d out/hello_function_assign/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_assign/c++03 -Iout/hello_function_assign/c++03/.. -Iout/hello_function_assign/c++03 -Iout/hello_function_assign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_assign/c++03/main.o out/hello_function_assign/c++03/main.cc
mkdir -p out/hello_function_assign/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function_assign/c++03/hello_function_assign.d -MT 'out/hello_function_assign/c++03/hello_function_assign.d out/hello_function_assign/c++03/hello_function_assign.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_assign/c++03 -Iout/hello_function_assign/c++03/.. -Iout/hello_function_assign/c++03 -Iout/hello_function_assign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_assign/c++03/hello_function_assign.o out/hello_function_assign/c++03/hello_function_assign.cc
mkdir -p out/hello_function_assign/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_function_assign/c++03/pump.d -MT 'out/hello_function_assign/c++03/pump.d out/hello_function_assign/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_assign/c++03 -Iout/hello_function_assign/c++03/.. -Iout/hello_function_assign/c++03 -Iout/hello_function_assign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_assign/c++03/pump.o out/hello_function_assign/c++03/pump.cc
mkdir -p out/hello_function_assign/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function_assign/c++03/runtime.d -MT 'out/hello_function_assign/c++03/runtime.d out/hello_function_assign/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_assign/c++03 -Iout/hello_function_assign/c++03/.. -Iout/hello_function_assign/c++03 -Iout/hello_function_assign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_assign/c++03/runtime.o out/hello_function_assign/c++03/runtime.cc
mkdir -p out/hello_function_assign/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function_assign/c++03/test -MT 'out/hello_function_assign/c++03/test out/hello_function_assign/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_assign/c++03 -Iout/hello_function_assign/c++03/.. -Iout/hello_function_assign/c++03 -Iout/hello_function_assign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_function_assign/c++03/test out/hello_function_assign/c++03/main.o out/hello_function_assign/c++03/hello_function_assign.o out/hello_function_assign/c++03/pump.o out/hello_function_assign/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/execute-c++03
timeout 2 diff -uwB out/hello_function_assign/hello_function_assign.trace.0 <(set -o pipefail;cat out/hello_function_assign/hello_function_assign.trace.0 | "out/hello_function_assign"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function_assign/hello_function_assign.trace.0 | "out/hello_function_assign"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_function_assign" OUT="out/hello_function_assign"/javascript MODEL="hello_function_assign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function_assign/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_function_assign/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_function_assign/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_function_assign/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function_assign/hello_function_assign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_function_assign' -o "out/hello_function_assign/javascript" "$file";\
done
+ for file in "out/hello_function_assign/hello_function_assign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_function_assign -o out/hello_function_assign/javascript out/hello_function_assign/hello_function_assign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/build-javascript
mkdir -p "out/hello_function_assign"/javascript && ln -sf "out/hello_function_assign" "out/hello_function_assign" && make DIR="out/hello_function_assign" LANGUAGE=javascript OUT="out/hello_function_assign"/javascript IN="out/hello_function_assign"/javascript MAIN="out/hello_function_assign/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_function_assign/javascript/main.js out/hello_function_assign/javascript/test
chmod +x out/hello_function_assign/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/execute-javascript
timeout 2 diff -uwB out/hello_function_assign/hello_function_assign.trace.0 <(set -o pipefail;cat out/hello_function_assign/hello_function_assign.trace.0 | node "out/hello_function_assign"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function_assign/hello_function_assign.trace.0 | node "out/hello_function_assign"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_assign/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/convert
convert: [SKIPPED] no DM file "out/hello_function_local/hello_function_local.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_function_local/hello_function_local.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_function_local" OUT="out/hello_function_local"/c++ MODEL="hello_function_local" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function_local/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_function_local/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_function_local/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_function_local/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function_local/hello_function_local.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_function_local' -o "out/hello_function_local/c++" "$file";\
done
+ for file in "out/hello_function_local/hello_function_local.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_function_local -o out/hello_function_local/c++ out/hello_function_local/hello_function_local.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/build-c++
mkdir -p "out/hello_function_local"/c++ && ln -sf "out/hello_function_local" "out/hello_function_local" && make DIR="out/hello_function_local" LANGUAGE=c++ OUT="out/hello_function_local"/c++ IN="out/hello_function_local"/c++ MAIN="out/hello_function_local/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_function_local/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_local/c++/main.d -MT 'out/hello_function_local/c++/main.d out/hello_function_local/c++/main.o' -pthread -Iout/hello_function_local/c++ -Iout/hello_function_local/c++/.. -Iout/hello_function_local/c++ -Iout/hello_function_local/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local/c++/main.o out/hello_function_local/c++/main.cc
mkdir -p out/hello_function_local/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_local/c++/pump.d -MT 'out/hello_function_local/c++/pump.d out/hello_function_local/c++/pump.o' -pthread -Iout/hello_function_local/c++ -Iout/hello_function_local/c++/.. -Iout/hello_function_local/c++ -Iout/hello_function_local/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local/c++/pump.o out/hello_function_local/c++/pump.cc
mkdir -p out/hello_function_local/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_local/c++/hello_function_local.d -MT 'out/hello_function_local/c++/hello_function_local.d out/hello_function_local/c++/hello_function_local.o' -pthread -Iout/hello_function_local/c++ -Iout/hello_function_local/c++/.. -Iout/hello_function_local/c++ -Iout/hello_function_local/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local/c++/hello_function_local.o out/hello_function_local/c++/hello_function_local.cc
mkdir -p out/hello_function_local/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_local/c++/runtime.d -MT 'out/hello_function_local/c++/runtime.d out/hello_function_local/c++/runtime.o' -pthread -Iout/hello_function_local/c++ -Iout/hello_function_local/c++/.. -Iout/hello_function_local/c++ -Iout/hello_function_local/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local/c++/runtime.o out/hello_function_local/c++/runtime.cc
mkdir -p out/hello_function_local/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_local/c++/test -MT 'out/hello_function_local/c++/test out/hello_function_local/c++/test' -pthread -Iout/hello_function_local/c++ -Iout/hello_function_local/c++/.. -Iout/hello_function_local/c++ -Iout/hello_function_local/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_function_local/c++/test out/hello_function_local/c++/main.o out/hello_function_local/c++/pump.o out/hello_function_local/c++/hello_function_local.o out/hello_function_local/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/execute-c++
timeout 2 diff -uwB out/hello_function_local/hello_function_local.trace.0 <(set -o pipefail;cat out/hello_function_local/hello_function_local.trace.0 | "out/hello_function_local"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function_local/hello_function_local.trace.0 | "out/hello_function_local"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/run
diff -uwB <(grep -v "" "out/hello_function_local/hello_function_local.trace.0") <(grep -v "" "out/hello_function_local/hello_function_local.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_function_local "out/hello_function_local/hello_function_local.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/verify
mkdir -p "out/hello_function_local"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_function_local "out/hello_function_local/hello_function_local.dzn" 2>"out/hello_function_local"/verify/"hello_function_local".stderr)";err="$(cat "out/hello_function_local"/verify/"hello_function_local".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_function_local"/verify/"hello_function_local".stderr:; cat "out/hello_function_local"/verify/"hello_function_local".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_function_local" OUT="out/hello_function_local"/c++03 MODEL="hello_function_local" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function_local/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_function_local/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_function_local/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_function_local/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function_local/hello_function_local.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_function_local' -o "out/hello_function_local/c++03" "$file";\
done
+ for file in "out/hello_function_local/hello_function_local.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_function_local -o out/hello_function_local/c++03 out/hello_function_local/hello_function_local.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/build-c++03
mkdir -p "out/hello_function_local"/c++03 && ln -sf "out/hello_function_local" "out/hello_function_local" && make DIR="out/hello_function_local" LANGUAGE=c++03 OUT="out/hello_function_local"/c++03 IN="out/hello_function_local"/c++03 MAIN="out/hello_function_local/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_function_local/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_function_local/c++03/main.d -MT 'out/hello_function_local/c++03/main.d out/hello_function_local/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_local/c++03 -Iout/hello_function_local/c++03/.. -Iout/hello_function_local/c++03 -Iout/hello_function_local/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local/c++03/main.o out/hello_function_local/c++03/main.cc
mkdir -p out/hello_function_local/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_function_local/c++03/pump.d -MT 'out/hello_function_local/c++03/pump.d out/hello_function_local/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_local/c++03 -Iout/hello_function_local/c++03/.. -Iout/hello_function_local/c++03 -Iout/hello_function_local/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local/c++03/pump.o out/hello_function_local/c++03/pump.cc
mkdir -p out/hello_function_local/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function_local/c++03/hello_function_local.d -MT 'out/hello_function_local/c++03/hello_function_local.d out/hello_function_local/c++03/hello_function_local.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_local/c++03 -Iout/hello_function_local/c++03/.. -Iout/hello_function_local/c++03 -Iout/hello_function_local/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local/c++03/hello_function_local.o out/hello_function_local/c++03/hello_function_local.cc
mkdir -p out/hello_function_local/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function_local/c++03/runtime.d -MT 'out/hello_function_local/c++03/runtime.d out/hello_function_local/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_local/c++03 -Iout/hello_function_local/c++03/.. -Iout/hello_function_local/c++03 -Iout/hello_function_local/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local/c++03/runtime.o out/hello_function_local/c++03/runtime.cc
mkdir -p out/hello_function_local/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function_local/c++03/test -MT 'out/hello_function_local/c++03/test out/hello_function_local/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_local/c++03 -Iout/hello_function_local/c++03/.. -Iout/hello_function_local/c++03 -Iout/hello_function_local/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_function_local/c++03/test out/hello_function_local/c++03/main.o out/hello_function_local/c++03/pump.o out/hello_function_local/c++03/hello_function_local.o out/hello_function_local/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/execute-c++03
timeout 2 diff -uwB out/hello_function_local/hello_function_local.trace.0 <(set -o pipefail;cat out/hello_function_local/hello_function_local.trace.0 | "out/hello_function_local"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function_local/hello_function_local.trace.0 | "out/hello_function_local"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_function_local" OUT="out/hello_function_local"/javascript MODEL="hello_function_local" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function_local/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_function_local/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_function_local/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_function_local/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function_local/hello_function_local.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_function_local' -o "out/hello_function_local/javascript" "$file";\
done
+ for file in "out/hello_function_local/hello_function_local.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_function_local -o out/hello_function_local/javascript out/hello_function_local/hello_function_local.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/build-javascript
mkdir -p "out/hello_function_local"/javascript && ln -sf "out/hello_function_local" "out/hello_function_local" && make DIR="out/hello_function_local" LANGUAGE=javascript OUT="out/hello_function_local"/javascript IN="out/hello_function_local"/javascript MAIN="out/hello_function_local/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_function_local/javascript/main.js out/hello_function_local/javascript/test
chmod +x out/hello_function_local/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/execute-javascript
timeout 2 diff -uwB out/hello_function_local/hello_function_local.trace.0 <(set -o pipefail;cat out/hello_function_local/hello_function_local.trace.0 | node "out/hello_function_local"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function_local/hello_function_local.trace.0 | node "out/hello_function_local"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/convert
convert: [SKIPPED] no DM file "out/hello_function_local_nest/hello_function_local_nest.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_function_local_nest/hello_function_local_nest.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_function_local_nest" OUT="out/hello_function_local_nest"/c++ MODEL="hello_function_local_nest" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function_local_nest/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_function_local_nest/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_function_local_nest/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_function_local_nest/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function_local_nest/hello_function_local_nest.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_function_local_nest' -o "out/hello_function_local_nest/c++" "$file";\
done
+ for file in "out/hello_function_local_nest/hello_function_local_nest.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_function_local_nest -o out/hello_function_local_nest/c++ out/hello_function_local_nest/hello_function_local_nest.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/build-c++
mkdir -p "out/hello_function_local_nest"/c++ && ln -sf "out/hello_function_local_nest" "out/hello_function_local_nest" && make DIR="out/hello_function_local_nest" LANGUAGE=c++ OUT="out/hello_function_local_nest"/c++ IN="out/hello_function_local_nest"/c++ MAIN="out/hello_function_local_nest/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_function_local_nest/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_local_nest/c++/main.d -MT 'out/hello_function_local_nest/c++/main.d out/hello_function_local_nest/c++/main.o' -pthread -Iout/hello_function_local_nest/c++ -Iout/hello_function_local_nest/c++/.. -Iout/hello_function_local_nest/c++ -Iout/hello_function_local_nest/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local_nest/c++/main.o out/hello_function_local_nest/c++/main.cc
mkdir -p out/hello_function_local_nest/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_local_nest/c++/hello_function_local_nest.d -MT 'out/hello_function_local_nest/c++/hello_function_local_nest.d out/hello_function_local_nest/c++/hello_function_local_nest.o' -pthread -Iout/hello_function_local_nest/c++ -Iout/hello_function_local_nest/c++/.. -Iout/hello_function_local_nest/c++ -Iout/hello_function_local_nest/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local_nest/c++/hello_function_local_nest.o out/hello_function_local_nest/c++/hello_function_local_nest.cc
mkdir -p out/hello_function_local_nest/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_local_nest/c++/pump.d -MT 'out/hello_function_local_nest/c++/pump.d out/hello_function_local_nest/c++/pump.o' -pthread -Iout/hello_function_local_nest/c++ -Iout/hello_function_local_nest/c++/.. -Iout/hello_function_local_nest/c++ -Iout/hello_function_local_nest/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local_nest/c++/pump.o out/hello_function_local_nest/c++/pump.cc
mkdir -p out/hello_function_local_nest/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_local_nest/c++/runtime.d -MT 'out/hello_function_local_nest/c++/runtime.d out/hello_function_local_nest/c++/runtime.o' -pthread -Iout/hello_function_local_nest/c++ -Iout/hello_function_local_nest/c++/.. -Iout/hello_function_local_nest/c++ -Iout/hello_function_local_nest/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local_nest/c++/runtime.o out/hello_function_local_nest/c++/runtime.cc
mkdir -p out/hello_function_local_nest/c++/
g++ -g -std=c++11 -MMD -MF out/hello_function_local_nest/c++/test -MT 'out/hello_function_local_nest/c++/test out/hello_function_local_nest/c++/test' -pthread -Iout/hello_function_local_nest/c++ -Iout/hello_function_local_nest/c++/.. -Iout/hello_function_local_nest/c++ -Iout/hello_function_local_nest/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_function_local_nest/c++/test out/hello_function_local_nest/c++/main.o out/hello_function_local_nest/c++/hello_function_local_nest.o out/hello_function_local_nest/c++/pump.o out/hello_function_local_nest/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/execute-c++
timeout 2 diff -uwB out/hello_function_local_nest/hello_function_local_nest.trace.0 <(set -o pipefail;cat out/hello_function_local_nest/hello_function_local_nest.trace.0 | "out/hello_function_local_nest"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function_local_nest/hello_function_local_nest.trace.0 | "out/hello_function_local_nest"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/run
diff -uwB <(grep -v "" "out/hello_function_local_nest/hello_function_local_nest.trace.0") <(grep -v "" "out/hello_function_local_nest/hello_function_local_nest.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_function_local_nest "out/hello_function_local_nest/hello_function_local_nest.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/verify
mkdir -p "out/hello_function_local_nest"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_function_local_nest "out/hello_function_local_nest/hello_function_local_nest.dzn" 2>"out/hello_function_local_nest"/verify/"hello_function_local_nest".stderr)";err="$(cat "out/hello_function_local_nest"/verify/"hello_function_local_nest".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_function_local_nest"/verify/"hello_function_local_nest".stderr:; cat "out/hello_function_local_nest"/verify/"hello_function_local_nest".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_function_local_nest" OUT="out/hello_function_local_nest"/c++03 MODEL="hello_function_local_nest" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function_local_nest/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_function_local_nest/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_function_local_nest/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_function_local_nest/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function_local_nest/hello_function_local_nest.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_function_local_nest' -o "out/hello_function_local_nest/c++03" "$file";\
done
+ for file in "out/hello_function_local_nest/hello_function_local_nest.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_function_local_nest -o out/hello_function_local_nest/c++03 out/hello_function_local_nest/hello_function_local_nest.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/build-c++03
mkdir -p "out/hello_function_local_nest"/c++03 && ln -sf "out/hello_function_local_nest" "out/hello_function_local_nest" && make DIR="out/hello_function_local_nest" LANGUAGE=c++03 OUT="out/hello_function_local_nest"/c++03 IN="out/hello_function_local_nest"/c++03 MAIN="out/hello_function_local_nest/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_function_local_nest/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_function_local_nest/c++03/main.d -MT 'out/hello_function_local_nest/c++03/main.d out/hello_function_local_nest/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_local_nest/c++03 -Iout/hello_function_local_nest/c++03/.. -Iout/hello_function_local_nest/c++03 -Iout/hello_function_local_nest/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local_nest/c++03/main.o out/hello_function_local_nest/c++03/main.cc
mkdir -p out/hello_function_local_nest/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function_local_nest/c++03/hello_function_local_nest.d -MT 'out/hello_function_local_nest/c++03/hello_function_local_nest.d out/hello_function_local_nest/c++03/hello_function_local_nest.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_local_nest/c++03 -Iout/hello_function_local_nest/c++03/.. -Iout/hello_function_local_nest/c++03 -Iout/hello_function_local_nest/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local_nest/c++03/hello_function_local_nest.o out/hello_function_local_nest/c++03/hello_function_local_nest.cc
mkdir -p out/hello_function_local_nest/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_function_local_nest/c++03/pump.d -MT 'out/hello_function_local_nest/c++03/pump.d out/hello_function_local_nest/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_local_nest/c++03 -Iout/hello_function_local_nest/c++03/.. -Iout/hello_function_local_nest/c++03 -Iout/hello_function_local_nest/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local_nest/c++03/pump.o out/hello_function_local_nest/c++03/pump.cc
mkdir -p out/hello_function_local_nest/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function_local_nest/c++03/runtime.d -MT 'out/hello_function_local_nest/c++03/runtime.d out/hello_function_local_nest/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_local_nest/c++03 -Iout/hello_function_local_nest/c++03/.. -Iout/hello_function_local_nest/c++03 -Iout/hello_function_local_nest/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_function_local_nest/c++03/runtime.o out/hello_function_local_nest/c++03/runtime.cc
mkdir -p out/hello_function_local_nest/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_function_local_nest/c++03/test -MT 'out/hello_function_local_nest/c++03/test out/hello_function_local_nest/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_function_local_nest/c++03 -Iout/hello_function_local_nest/c++03/.. -Iout/hello_function_local_nest/c++03 -Iout/hello_function_local_nest/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_function_local_nest/c++03/test out/hello_function_local_nest/c++03/main.o out/hello_function_local_nest/c++03/hello_function_local_nest.o out/hello_function_local_nest/c++03/pump.o out/hello_function_local_nest/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/execute-c++03
timeout 2 diff -uwB out/hello_function_local_nest/hello_function_local_nest.trace.0 <(set -o pipefail;cat out/hello_function_local_nest/hello_function_local_nest.trace.0 | "out/hello_function_local_nest"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function_local_nest/hello_function_local_nest.trace.0 | "out/hello_function_local_nest"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_function_local_nest" OUT="out/hello_function_local_nest"/javascript MODEL="hello_function_local_nest" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_function_local_nest/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_function_local_nest/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_function_local_nest/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_function_local_nest/*/*.dzn': No such file or directory
set -x; for file in "out/hello_function_local_nest/hello_function_local_nest.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_function_local_nest' -o "out/hello_function_local_nest/javascript" "$file";\
done
+ for file in "out/hello_function_local_nest/hello_function_local_nest.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_function_local_nest -o out/hello_function_local_nest/javascript out/hello_function_local_nest/hello_function_local_nest.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/build-javascript
mkdir -p "out/hello_function_local_nest"/javascript && ln -sf "out/hello_function_local_nest" "out/hello_function_local_nest" && make DIR="out/hello_function_local_nest" LANGUAGE=javascript OUT="out/hello_function_local_nest"/javascript IN="out/hello_function_local_nest"/javascript MAIN="out/hello_function_local_nest/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_function_local_nest/javascript/main.js out/hello_function_local_nest/javascript/test
chmod +x out/hello_function_local_nest/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/execute-javascript
timeout 2 diff -uwB out/hello_function_local_nest/hello_function_local_nest.trace.0 <(set -o pipefail;cat out/hello_function_local_nest/hello_function_local_nest.trace.0 | node "out/hello_function_local_nest"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_function_local_nest/hello_function_local_nest.trace.0 | node "out/hello_function_local_nest"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_function_local_nest/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/convert
convert: [SKIPPED] no DM file "out/hello_global/hello_global.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_global/hello_global.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_global" OUT="out/hello_global"/c++ MODEL="hello_global" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_global/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_global/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_global/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_global/*/*.dzn': No such file or directory
set -x; for file in "out/hello_global/hello_global.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_global' -o "out/hello_global/c++" "$file";\
done
+ for file in "out/hello_global/hello_global.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_global -o out/hello_global/c++ out/hello_global/hello_global.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/build-c++
mkdir -p "out/hello_global"/c++ && ln -sf "out/hello_global" "out/hello_global" && make DIR="out/hello_global" LANGUAGE=c++ OUT="out/hello_global"/c++ IN="out/hello_global"/c++ MAIN="out/hello_global/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_global/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global/c++/main.d -MT 'out/hello_global/c++/main.d out/hello_global/c++/main.o' -pthread -Iout/hello_global/c++ -Iout/hello_global/c++/.. -Iout/hello_global/c++ -Iout/hello_global/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global/c++/main.o out/hello_global/c++/main.cc
mkdir -p out/hello_global/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global/c++/hello_global.d -MT 'out/hello_global/c++/hello_global.d out/hello_global/c++/hello_global.o' -pthread -Iout/hello_global/c++ -Iout/hello_global/c++/.. -Iout/hello_global/c++ -Iout/hello_global/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global/c++/hello_global.o out/hello_global/c++/hello_global.cc
mkdir -p out/hello_global/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global/c++/pump.d -MT 'out/hello_global/c++/pump.d out/hello_global/c++/pump.o' -pthread -Iout/hello_global/c++ -Iout/hello_global/c++/.. -Iout/hello_global/c++ -Iout/hello_global/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global/c++/pump.o out/hello_global/c++/pump.cc
mkdir -p out/hello_global/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global/c++/runtime.d -MT 'out/hello_global/c++/runtime.d out/hello_global/c++/runtime.o' -pthread -Iout/hello_global/c++ -Iout/hello_global/c++/.. -Iout/hello_global/c++ -Iout/hello_global/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global/c++/runtime.o out/hello_global/c++/runtime.cc
mkdir -p out/hello_global/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global/c++/test -MT 'out/hello_global/c++/test out/hello_global/c++/test' -pthread -Iout/hello_global/c++ -Iout/hello_global/c++/.. -Iout/hello_global/c++ -Iout/hello_global/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_global/c++/test out/hello_global/c++/main.o out/hello_global/c++/hello_global.o out/hello_global/c++/pump.o out/hello_global/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/execute-c++
timeout 2 diff -uwB out/hello_global/hello_global.trace.0 <(set -o pipefail;cat out/hello_global/hello_global.trace.0 | "out/hello_global"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_global/hello_global.trace.0 | "out/hello_global"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/run
diff -uwB <(grep -v "" "out/hello_global/hello_global.trace.0") <(grep -v "" "out/hello_global/hello_global.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_global "out/hello_global/hello_global.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/verify
mkdir -p "out/hello_global"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_global "out/hello_global/hello_global.dzn" 2>"out/hello_global"/verify/"hello_global".stderr)";err="$(cat "out/hello_global"/verify/"hello_global".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_global"/verify/"hello_global".stderr:; cat "out/hello_global"/verify/"hello_global".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_global" OUT="out/hello_global"/c++03 MODEL="hello_global" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_global/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_global/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_global/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_global/*/*.dzn': No such file or directory
set -x; for file in "out/hello_global/hello_global.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_global' -o "out/hello_global/c++03" "$file";\
done
+ for file in "out/hello_global/hello_global.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_global -o out/hello_global/c++03 out/hello_global/hello_global.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/build-c++03
mkdir -p "out/hello_global"/c++03 && ln -sf "out/hello_global" "out/hello_global" && make DIR="out/hello_global" LANGUAGE=c++03 OUT="out/hello_global"/c++03 IN="out/hello_global"/c++03 MAIN="out/hello_global/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_global/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_global/c++03/main.d -MT 'out/hello_global/c++03/main.d out/hello_global/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global/c++03 -Iout/hello_global/c++03/.. -Iout/hello_global/c++03 -Iout/hello_global/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global/c++03/main.o out/hello_global/c++03/main.cc
mkdir -p out/hello_global/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_global/c++03/hello_global.d -MT 'out/hello_global/c++03/hello_global.d out/hello_global/c++03/hello_global.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global/c++03 -Iout/hello_global/c++03/.. -Iout/hello_global/c++03 -Iout/hello_global/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global/c++03/hello_global.o out/hello_global/c++03/hello_global.cc
mkdir -p out/hello_global/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_global/c++03/pump.d -MT 'out/hello_global/c++03/pump.d out/hello_global/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global/c++03 -Iout/hello_global/c++03/.. -Iout/hello_global/c++03 -Iout/hello_global/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global/c++03/pump.o out/hello_global/c++03/pump.cc
mkdir -p out/hello_global/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_global/c++03/runtime.d -MT 'out/hello_global/c++03/runtime.d out/hello_global/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global/c++03 -Iout/hello_global/c++03/.. -Iout/hello_global/c++03 -Iout/hello_global/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global/c++03/runtime.o out/hello_global/c++03/runtime.cc
mkdir -p out/hello_global/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_global/c++03/test -MT 'out/hello_global/c++03/test out/hello_global/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global/c++03 -Iout/hello_global/c++03/.. -Iout/hello_global/c++03 -Iout/hello_global/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_global/c++03/test out/hello_global/c++03/main.o out/hello_global/c++03/hello_global.o out/hello_global/c++03/pump.o out/hello_global/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/execute-c++03
timeout 2 diff -uwB out/hello_global/hello_global.trace.0 <(set -o pipefail;cat out/hello_global/hello_global.trace.0 | "out/hello_global"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_global/hello_global.trace.0 | "out/hello_global"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_global" OUT="out/hello_global"/javascript MODEL="hello_global" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_global/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_global/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_global/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_global/*/*.dzn': No such file or directory
set -x; for file in "out/hello_global/hello_global.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_global' -o "out/hello_global/javascript" "$file";\
done
+ for file in "out/hello_global/hello_global.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_global -o out/hello_global/javascript out/hello_global/hello_global.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/build-javascript
mkdir -p "out/hello_global"/javascript && ln -sf "out/hello_global" "out/hello_global" && make DIR="out/hello_global" LANGUAGE=javascript OUT="out/hello_global"/javascript IN="out/hello_global"/javascript MAIN="out/hello_global/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_global/javascript/main.js out/hello_global/javascript/test
chmod +x out/hello_global/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/execute-javascript
timeout 2 diff -uwB out/hello_global/hello_global.trace.0 <(set -o pipefail;cat out/hello_global/hello_global.trace.0 | node "out/hello_global"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_global/hello_global.trace.0 | node "out/hello_global"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/convert
convert: [SKIPPED] no DM file "out/hello_global_enum/hello_global_enum.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_global_enum/hello_global_enum.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_global_enum" OUT="out/hello_global_enum"/c++ MODEL="hello_global_enum" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_global_enum/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_global_enum/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_global_enum/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_global_enum/*/*.dzn': No such file or directory
set -x; for file in "out/hello_global_enum/hello_global_enum.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_global_enum' -o "out/hello_global_enum/c++" "$file";\
done
+ for file in "out/hello_global_enum/hello_global_enum.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_global_enum -o out/hello_global_enum/c++ out/hello_global_enum/hello_global_enum.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/build-c++
mkdir -p "out/hello_global_enum"/c++ && ln -sf "out/hello_global_enum" "out/hello_global_enum" && make DIR="out/hello_global_enum" LANGUAGE=c++ OUT="out/hello_global_enum"/c++ IN="out/hello_global_enum"/c++ MAIN="out/hello_global_enum/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_global_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global_enum/c++/main.d -MT 'out/hello_global_enum/c++/main.d out/hello_global_enum/c++/main.o' -pthread -Iout/hello_global_enum/c++ -Iout/hello_global_enum/c++/.. -Iout/hello_global_enum/c++ -Iout/hello_global_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_enum/c++/main.o out/hello_global_enum/c++/main.cc
mkdir -p out/hello_global_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global_enum/c++/pump.d -MT 'out/hello_global_enum/c++/pump.d out/hello_global_enum/c++/pump.o' -pthread -Iout/hello_global_enum/c++ -Iout/hello_global_enum/c++/.. -Iout/hello_global_enum/c++ -Iout/hello_global_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_enum/c++/pump.o out/hello_global_enum/c++/pump.cc
mkdir -p out/hello_global_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global_enum/c++/runtime.d -MT 'out/hello_global_enum/c++/runtime.d out/hello_global_enum/c++/runtime.o' -pthread -Iout/hello_global_enum/c++ -Iout/hello_global_enum/c++/.. -Iout/hello_global_enum/c++ -Iout/hello_global_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_enum/c++/runtime.o out/hello_global_enum/c++/runtime.cc
mkdir -p out/hello_global_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global_enum/c++/hello_global_enum.d -MT 'out/hello_global_enum/c++/hello_global_enum.d out/hello_global_enum/c++/hello_global_enum.o' -pthread -Iout/hello_global_enum/c++ -Iout/hello_global_enum/c++/.. -Iout/hello_global_enum/c++ -Iout/hello_global_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_enum/c++/hello_global_enum.o out/hello_global_enum/c++/hello_global_enum.cc
mkdir -p out/hello_global_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global_enum/c++/test -MT 'out/hello_global_enum/c++/test out/hello_global_enum/c++/test' -pthread -Iout/hello_global_enum/c++ -Iout/hello_global_enum/c++/.. -Iout/hello_global_enum/c++ -Iout/hello_global_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_global_enum/c++/test out/hello_global_enum/c++/main.o out/hello_global_enum/c++/pump.o out/hello_global_enum/c++/runtime.o out/hello_global_enum/c++/hello_global_enum.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/execute-c++
timeout 2 diff -uwB out/hello_global_enum/hello_global_enum.trace.0 <(set -o pipefail;cat out/hello_global_enum/hello_global_enum.trace.0 | "out/hello_global_enum"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_global_enum/hello_global_enum.trace.0 | "out/hello_global_enum"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/run
diff -uwB <(grep -v "" "out/hello_global_enum/hello_global_enum.trace.0") <(grep -v "" "out/hello_global_enum/hello_global_enum.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_global_enum "out/hello_global_enum/hello_global_enum.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/verify
mkdir -p "out/hello_global_enum"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_global_enum "out/hello_global_enum/hello_global_enum.dzn" 2>"out/hello_global_enum"/verify/"hello_global_enum".stderr)";err="$(cat "out/hello_global_enum"/verify/"hello_global_enum".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_global_enum"/verify/"hello_global_enum".stderr:; cat "out/hello_global_enum"/verify/"hello_global_enum".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_global_enum" OUT="out/hello_global_enum"/c++03 MODEL="hello_global_enum" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_global_enum/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_global_enum/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_global_enum/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_global_enum/*/*.dzn': No such file or directory
set -x; for file in "out/hello_global_enum/hello_global_enum.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_global_enum' -o "out/hello_global_enum/c++03" "$file";\
done
+ for file in "out/hello_global_enum/hello_global_enum.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_global_enum -o out/hello_global_enum/c++03 out/hello_global_enum/hello_global_enum.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/build-c++03
mkdir -p "out/hello_global_enum"/c++03 && ln -sf "out/hello_global_enum" "out/hello_global_enum" && make DIR="out/hello_global_enum" LANGUAGE=c++03 OUT="out/hello_global_enum"/c++03 IN="out/hello_global_enum"/c++03 MAIN="out/hello_global_enum/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_global_enum/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_global_enum/c++03/main.d -MT 'out/hello_global_enum/c++03/main.d out/hello_global_enum/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global_enum/c++03 -Iout/hello_global_enum/c++03/.. -Iout/hello_global_enum/c++03 -Iout/hello_global_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_enum/c++03/main.o out/hello_global_enum/c++03/main.cc
mkdir -p out/hello_global_enum/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_global_enum/c++03/pump.d -MT 'out/hello_global_enum/c++03/pump.d out/hello_global_enum/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global_enum/c++03 -Iout/hello_global_enum/c++03/.. -Iout/hello_global_enum/c++03 -Iout/hello_global_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_enum/c++03/pump.o out/hello_global_enum/c++03/pump.cc
mkdir -p out/hello_global_enum/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_global_enum/c++03/runtime.d -MT 'out/hello_global_enum/c++03/runtime.d out/hello_global_enum/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global_enum/c++03 -Iout/hello_global_enum/c++03/.. -Iout/hello_global_enum/c++03 -Iout/hello_global_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_enum/c++03/runtime.o out/hello_global_enum/c++03/runtime.cc
mkdir -p out/hello_global_enum/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_global_enum/c++03/hello_global_enum.d -MT 'out/hello_global_enum/c++03/hello_global_enum.d out/hello_global_enum/c++03/hello_global_enum.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global_enum/c++03 -Iout/hello_global_enum/c++03/.. -Iout/hello_global_enum/c++03 -Iout/hello_global_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_enum/c++03/hello_global_enum.o out/hello_global_enum/c++03/hello_global_enum.cc
mkdir -p out/hello_global_enum/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_global_enum/c++03/test -MT 'out/hello_global_enum/c++03/test out/hello_global_enum/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global_enum/c++03 -Iout/hello_global_enum/c++03/.. -Iout/hello_global_enum/c++03 -Iout/hello_global_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_global_enum/c++03/test out/hello_global_enum/c++03/main.o out/hello_global_enum/c++03/pump.o out/hello_global_enum/c++03/runtime.o out/hello_global_enum/c++03/hello_global_enum.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/execute-c++03
timeout 2 diff -uwB out/hello_global_enum/hello_global_enum.trace.0 <(set -o pipefail;cat out/hello_global_enum/hello_global_enum.trace.0 | "out/hello_global_enum"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_global_enum/hello_global_enum.trace.0 | "out/hello_global_enum"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_global_enum" OUT="out/hello_global_enum"/javascript MODEL="hello_global_enum" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_global_enum/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_global_enum/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_global_enum/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_global_enum/*/*.dzn': No such file or directory
set -x; for file in "out/hello_global_enum/hello_global_enum.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_global_enum' -o "out/hello_global_enum/javascript" "$file";\
done
+ for file in "out/hello_global_enum/hello_global_enum.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_global_enum -o out/hello_global_enum/javascript out/hello_global_enum/hello_global_enum.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/build-javascript
mkdir -p "out/hello_global_enum"/javascript && ln -sf "out/hello_global_enum" "out/hello_global_enum" && make DIR="out/hello_global_enum" LANGUAGE=javascript OUT="out/hello_global_enum"/javascript IN="out/hello_global_enum"/javascript MAIN="out/hello_global_enum/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_global_enum/javascript/main.js out/hello_global_enum/javascript/test
chmod +x out/hello_global_enum/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/execute-javascript
timeout 2 diff -uwB out/hello_global_enum/hello_global_enum.trace.0 <(set -o pipefail;cat out/hello_global_enum/hello_global_enum.trace.0 | node "out/hello_global_enum"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_global_enum/hello_global_enum.trace.0 | node "out/hello_global_enum"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_enum/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/convert
convert: [SKIPPED] no DM file "out/hello_global_int/hello_global_int.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_global_int/hello_global_int.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_global_int" OUT="out/hello_global_int"/c++ MODEL="hello_global_int" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_global_int/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_global_int/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_global_int/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_global_int/*/*.dzn': No such file or directory
set -x; for file in "out/hello_global_int/hello_global_int.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_global_int' -o "out/hello_global_int/c++" "$file";\
done
+ for file in "out/hello_global_int/hello_global_int.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_global_int -o out/hello_global_int/c++ out/hello_global_int/hello_global_int.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/build-c++
mkdir -p "out/hello_global_int"/c++ && ln -sf "out/hello_global_int" "out/hello_global_int" && make DIR="out/hello_global_int" LANGUAGE=c++ OUT="out/hello_global_int"/c++ IN="out/hello_global_int"/c++ MAIN="out/hello_global_int/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_global_int/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global_int/c++/main.d -MT 'out/hello_global_int/c++/main.d out/hello_global_int/c++/main.o' -pthread -Iout/hello_global_int/c++ -Iout/hello_global_int/c++/.. -Iout/hello_global_int/c++ -Iout/hello_global_int/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_int/c++/main.o out/hello_global_int/c++/main.cc
mkdir -p out/hello_global_int/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global_int/c++/pump.d -MT 'out/hello_global_int/c++/pump.d out/hello_global_int/c++/pump.o' -pthread -Iout/hello_global_int/c++ -Iout/hello_global_int/c++/.. -Iout/hello_global_int/c++ -Iout/hello_global_int/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_int/c++/pump.o out/hello_global_int/c++/pump.cc
mkdir -p out/hello_global_int/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global_int/c++/hello_global_int.d -MT 'out/hello_global_int/c++/hello_global_int.d out/hello_global_int/c++/hello_global_int.o' -pthread -Iout/hello_global_int/c++ -Iout/hello_global_int/c++/.. -Iout/hello_global_int/c++ -Iout/hello_global_int/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_int/c++/hello_global_int.o out/hello_global_int/c++/hello_global_int.cc
mkdir -p out/hello_global_int/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global_int/c++/runtime.d -MT 'out/hello_global_int/c++/runtime.d out/hello_global_int/c++/runtime.o' -pthread -Iout/hello_global_int/c++ -Iout/hello_global_int/c++/.. -Iout/hello_global_int/c++ -Iout/hello_global_int/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_int/c++/runtime.o out/hello_global_int/c++/runtime.cc
mkdir -p out/hello_global_int/c++/
g++ -g -std=c++11 -MMD -MF out/hello_global_int/c++/test -MT 'out/hello_global_int/c++/test out/hello_global_int/c++/test' -pthread -Iout/hello_global_int/c++ -Iout/hello_global_int/c++/.. -Iout/hello_global_int/c++ -Iout/hello_global_int/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_global_int/c++/test out/hello_global_int/c++/main.o out/hello_global_int/c++/pump.o out/hello_global_int/c++/hello_global_int.o out/hello_global_int/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/execute-c++
timeout 2 diff -uwB out/hello_global_int/hello_global_int.trace.0 <(set -o pipefail;cat out/hello_global_int/hello_global_int.trace.0 | "out/hello_global_int"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_global_int/hello_global_int.trace.0 | "out/hello_global_int"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/run
diff -uwB <(grep -v "" "out/hello_global_int/hello_global_int.trace.0") <(grep -v "" "out/hello_global_int/hello_global_int.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_global_int "out/hello_global_int/hello_global_int.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/verify
mkdir -p "out/hello_global_int"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_global_int "out/hello_global_int/hello_global_int.dzn" 2>"out/hello_global_int"/verify/"hello_global_int".stderr)";err="$(cat "out/hello_global_int"/verify/"hello_global_int".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_global_int"/verify/"hello_global_int".stderr:; cat "out/hello_global_int"/verify/"hello_global_int".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_global_int" OUT="out/hello_global_int"/c++03 MODEL="hello_global_int" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_global_int/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_global_int/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_global_int/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_global_int/*/*.dzn': No such file or directory
set -x; for file in "out/hello_global_int/hello_global_int.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_global_int' -o "out/hello_global_int/c++03" "$file";\
done
+ for file in "out/hello_global_int/hello_global_int.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_global_int -o out/hello_global_int/c++03 out/hello_global_int/hello_global_int.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/build-c++03
mkdir -p "out/hello_global_int"/c++03 && ln -sf "out/hello_global_int" "out/hello_global_int" && make DIR="out/hello_global_int" LANGUAGE=c++03 OUT="out/hello_global_int"/c++03 IN="out/hello_global_int"/c++03 MAIN="out/hello_global_int/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_global_int/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_global_int/c++03/main.d -MT 'out/hello_global_int/c++03/main.d out/hello_global_int/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global_int/c++03 -Iout/hello_global_int/c++03/.. -Iout/hello_global_int/c++03 -Iout/hello_global_int/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_int/c++03/main.o out/hello_global_int/c++03/main.cc
mkdir -p out/hello_global_int/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_global_int/c++03/pump.d -MT 'out/hello_global_int/c++03/pump.d out/hello_global_int/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global_int/c++03 -Iout/hello_global_int/c++03/.. -Iout/hello_global_int/c++03 -Iout/hello_global_int/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_int/c++03/pump.o out/hello_global_int/c++03/pump.cc
mkdir -p out/hello_global_int/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_global_int/c++03/hello_global_int.d -MT 'out/hello_global_int/c++03/hello_global_int.d out/hello_global_int/c++03/hello_global_int.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global_int/c++03 -Iout/hello_global_int/c++03/.. -Iout/hello_global_int/c++03 -Iout/hello_global_int/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_int/c++03/hello_global_int.o out/hello_global_int/c++03/hello_global_int.cc
mkdir -p out/hello_global_int/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_global_int/c++03/runtime.d -MT 'out/hello_global_int/c++03/runtime.d out/hello_global_int/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global_int/c++03 -Iout/hello_global_int/c++03/.. -Iout/hello_global_int/c++03 -Iout/hello_global_int/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_global_int/c++03/runtime.o out/hello_global_int/c++03/runtime.cc
mkdir -p out/hello_global_int/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_global_int/c++03/test -MT 'out/hello_global_int/c++03/test out/hello_global_int/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_global_int/c++03 -Iout/hello_global_int/c++03/.. -Iout/hello_global_int/c++03 -Iout/hello_global_int/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_global_int/c++03/test out/hello_global_int/c++03/main.o out/hello_global_int/c++03/pump.o out/hello_global_int/c++03/hello_global_int.o out/hello_global_int/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/execute-c++03
timeout 2 diff -uwB out/hello_global_int/hello_global_int.trace.0 <(set -o pipefail;cat out/hello_global_int/hello_global_int.trace.0 | "out/hello_global_int"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_global_int/hello_global_int.trace.0 | "out/hello_global_int"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_global_int" OUT="out/hello_global_int"/javascript MODEL="hello_global_int" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_global_int/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_global_int/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_global_int/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_global_int/*/*.dzn': No such file or directory
set -x; for file in "out/hello_global_int/hello_global_int.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_global_int' -o "out/hello_global_int/javascript" "$file";\
done
+ for file in "out/hello_global_int/hello_global_int.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_global_int -o out/hello_global_int/javascript out/hello_global_int/hello_global_int.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/build-javascript
mkdir -p "out/hello_global_int"/javascript && ln -sf "out/hello_global_int" "out/hello_global_int" && make DIR="out/hello_global_int" LANGUAGE=javascript OUT="out/hello_global_int"/javascript IN="out/hello_global_int"/javascript MAIN="out/hello_global_int/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_global_int/javascript/main.js out/hello_global_int/javascript/test
chmod +x out/hello_global_int/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/execute-javascript
timeout 2 diff -uwB out/hello_global_int/hello_global_int.trace.0 <(set -o pipefail;cat out/hello_global_int/hello_global_int.trace.0 | node "out/hello_global_int"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_global_int/hello_global_int.trace.0 | node "out/hello_global_int"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_global_int/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/convert
convert: [SKIPPED] no DM file "out/hello_guard_two/hello_guard_two.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_guard_two/hello_guard_two.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_guard_two" OUT="out/hello_guard_two"/c++ MODEL="hello_guard_two" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_guard_two/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_guard_two/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_guard_two/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_guard_two/*/*.dzn': No such file or directory
set -x; for file in "out/hello_guard_two/hello_guard_two.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_guard_two' -o "out/hello_guard_two/c++" "$file";\
done
+ for file in "out/hello_guard_two/hello_guard_two.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_guard_two -o out/hello_guard_two/c++ out/hello_guard_two/hello_guard_two.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/build-c++
mkdir -p "out/hello_guard_two"/c++ && ln -sf "out/hello_guard_two" "out/hello_guard_two" && make DIR="out/hello_guard_two" LANGUAGE=c++ OUT="out/hello_guard_two"/c++ IN="out/hello_guard_two"/c++ MAIN="out/hello_guard_two/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_guard_two/c++/
g++ -g -std=c++11 -MMD -MF out/hello_guard_two/c++/main.d -MT 'out/hello_guard_two/c++/main.d out/hello_guard_two/c++/main.o' -pthread -Iout/hello_guard_two/c++ -Iout/hello_guard_two/c++/.. -Iout/hello_guard_two/c++ -Iout/hello_guard_two/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_guard_two/c++/main.o out/hello_guard_two/c++/main.cc
mkdir -p out/hello_guard_two/c++/
g++ -g -std=c++11 -MMD -MF out/hello_guard_two/c++/pump.d -MT 'out/hello_guard_two/c++/pump.d out/hello_guard_two/c++/pump.o' -pthread -Iout/hello_guard_two/c++ -Iout/hello_guard_two/c++/.. -Iout/hello_guard_two/c++ -Iout/hello_guard_two/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_guard_two/c++/pump.o out/hello_guard_two/c++/pump.cc
mkdir -p out/hello_guard_two/c++/
g++ -g -std=c++11 -MMD -MF out/hello_guard_two/c++/hello_guard_two.d -MT 'out/hello_guard_two/c++/hello_guard_two.d out/hello_guard_two/c++/hello_guard_two.o' -pthread -Iout/hello_guard_two/c++ -Iout/hello_guard_two/c++/.. -Iout/hello_guard_two/c++ -Iout/hello_guard_two/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_guard_two/c++/hello_guard_two.o out/hello_guard_two/c++/hello_guard_two.cc
mkdir -p out/hello_guard_two/c++/
g++ -g -std=c++11 -MMD -MF out/hello_guard_two/c++/runtime.d -MT 'out/hello_guard_two/c++/runtime.d out/hello_guard_two/c++/runtime.o' -pthread -Iout/hello_guard_two/c++ -Iout/hello_guard_two/c++/.. -Iout/hello_guard_two/c++ -Iout/hello_guard_two/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_guard_two/c++/runtime.o out/hello_guard_two/c++/runtime.cc
mkdir -p out/hello_guard_two/c++/
g++ -g -std=c++11 -MMD -MF out/hello_guard_two/c++/test -MT 'out/hello_guard_two/c++/test out/hello_guard_two/c++/test' -pthread -Iout/hello_guard_two/c++ -Iout/hello_guard_two/c++/.. -Iout/hello_guard_two/c++ -Iout/hello_guard_two/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_guard_two/c++/test out/hello_guard_two/c++/main.o out/hello_guard_two/c++/pump.o out/hello_guard_two/c++/hello_guard_two.o out/hello_guard_two/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/execute-c++
timeout 2 diff -uwB out/hello_guard_two/hello_guard_two.trace.0 <(set -o pipefail;cat out/hello_guard_two/hello_guard_two.trace.0 | "out/hello_guard_two"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_guard_two/hello_guard_two.trace.0 | "out/hello_guard_two"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/run
diff -uwB <(grep -v "" "out/hello_guard_two/hello_guard_two.trace.0") <(grep -v "" "out/hello_guard_two/hello_guard_two.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_guard_two "out/hello_guard_two/hello_guard_two.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/verify
mkdir -p "out/hello_guard_two"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_guard_two "out/hello_guard_two/hello_guard_two.dzn" 2>"out/hello_guard_two"/verify/"hello_guard_two".stderr)";err="$(cat "out/hello_guard_two"/verify/"hello_guard_two".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_guard_two"/verify/"hello_guard_two".stderr:; cat "out/hello_guard_two"/verify/"hello_guard_two".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_guard_two" OUT="out/hello_guard_two"/c++03 MODEL="hello_guard_two" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_guard_two/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_guard_two/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_guard_two/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_guard_two/*/*.dzn': No such file or directory
set -x; for file in "out/hello_guard_two/hello_guard_two.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_guard_two' -o "out/hello_guard_two/c++03" "$file";\
done
+ for file in "out/hello_guard_two/hello_guard_two.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_guard_two -o out/hello_guard_two/c++03 out/hello_guard_two/hello_guard_two.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/build-c++03
mkdir -p "out/hello_guard_two"/c++03 && ln -sf "out/hello_guard_two" "out/hello_guard_two" && make DIR="out/hello_guard_two" LANGUAGE=c++03 OUT="out/hello_guard_two"/c++03 IN="out/hello_guard_two"/c++03 MAIN="out/hello_guard_two/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_guard_two/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_guard_two/c++03/main.d -MT 'out/hello_guard_two/c++03/main.d out/hello_guard_two/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_guard_two/c++03 -Iout/hello_guard_two/c++03/.. -Iout/hello_guard_two/c++03 -Iout/hello_guard_two/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_guard_two/c++03/main.o out/hello_guard_two/c++03/main.cc
mkdir -p out/hello_guard_two/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_guard_two/c++03/pump.d -MT 'out/hello_guard_two/c++03/pump.d out/hello_guard_two/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_guard_two/c++03 -Iout/hello_guard_two/c++03/.. -Iout/hello_guard_two/c++03 -Iout/hello_guard_two/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_guard_two/c++03/pump.o out/hello_guard_two/c++03/pump.cc
mkdir -p out/hello_guard_two/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_guard_two/c++03/hello_guard_two.d -MT 'out/hello_guard_two/c++03/hello_guard_two.d out/hello_guard_two/c++03/hello_guard_two.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_guard_two/c++03 -Iout/hello_guard_two/c++03/.. -Iout/hello_guard_two/c++03 -Iout/hello_guard_two/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_guard_two/c++03/hello_guard_two.o out/hello_guard_two/c++03/hello_guard_two.cc
mkdir -p out/hello_guard_two/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_guard_two/c++03/runtime.d -MT 'out/hello_guard_two/c++03/runtime.d out/hello_guard_two/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_guard_two/c++03 -Iout/hello_guard_two/c++03/.. -Iout/hello_guard_two/c++03 -Iout/hello_guard_two/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_guard_two/c++03/runtime.o out/hello_guard_two/c++03/runtime.cc
mkdir -p out/hello_guard_two/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_guard_two/c++03/test -MT 'out/hello_guard_two/c++03/test out/hello_guard_two/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_guard_two/c++03 -Iout/hello_guard_two/c++03/.. -Iout/hello_guard_two/c++03 -Iout/hello_guard_two/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_guard_two/c++03/test out/hello_guard_two/c++03/main.o out/hello_guard_two/c++03/pump.o out/hello_guard_two/c++03/hello_guard_two.o out/hello_guard_two/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/execute-c++03
timeout 2 diff -uwB out/hello_guard_two/hello_guard_two.trace.0 <(set -o pipefail;cat out/hello_guard_two/hello_guard_two.trace.0 | "out/hello_guard_two"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_guard_two/hello_guard_two.trace.0 | "out/hello_guard_two"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_guard_two" OUT="out/hello_guard_two"/javascript MODEL="hello_guard_two" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_guard_two/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_guard_two/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_guard_two/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_guard_two/*/*.dzn': No such file or directory
set -x; for file in "out/hello_guard_two/hello_guard_two.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_guard_two' -o "out/hello_guard_two/javascript" "$file";\
done
+ for file in "out/hello_guard_two/hello_guard_two.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_guard_two -o out/hello_guard_two/javascript out/hello_guard_two/hello_guard_two.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/build-javascript
mkdir -p "out/hello_guard_two"/javascript && ln -sf "out/hello_guard_two" "out/hello_guard_two" && make DIR="out/hello_guard_two" LANGUAGE=javascript OUT="out/hello_guard_two"/javascript IN="out/hello_guard_two"/javascript MAIN="out/hello_guard_two/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_guard_two/javascript/main.js out/hello_guard_two/javascript/test
chmod +x out/hello_guard_two/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/execute-javascript
timeout 2 diff -uwB out/hello_guard_two/hello_guard_two.trace.0 <(set -o pipefail;cat out/hello_guard_two/hello_guard_two.trace.0 | node "out/hello_guard_two"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_guard_two/hello_guard_two.trace.0 | node "out/hello_guard_two"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_guard_two/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/convert
convert: [SKIPPED] no DM file "out/hello_if/hello_if.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_if/hello_if.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_if" OUT="out/hello_if"/c++ MODEL="hello_if" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_if/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_if/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_if/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_if/*/*.dzn': No such file or directory
set -x; for file in "out/hello_if/hello_if.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_if' -o "out/hello_if/c++" "$file";\
done
+ for file in "out/hello_if/hello_if.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_if -o out/hello_if/c++ out/hello_if/hello_if.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/build-c++
mkdir -p "out/hello_if"/c++ && ln -sf "out/hello_if" "out/hello_if" && make DIR="out/hello_if" LANGUAGE=c++ OUT="out/hello_if"/c++ IN="out/hello_if"/c++ MAIN="out/hello_if/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_if/c++/
g++ -g -std=c++11 -MMD -MF out/hello_if/c++/main.d -MT 'out/hello_if/c++/main.d out/hello_if/c++/main.o' -pthread -Iout/hello_if/c++ -Iout/hello_if/c++/.. -Iout/hello_if/c++ -Iout/hello_if/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_if/c++/main.o out/hello_if/c++/main.cc
mkdir -p out/hello_if/c++/
g++ -g -std=c++11 -MMD -MF out/hello_if/c++/pump.d -MT 'out/hello_if/c++/pump.d out/hello_if/c++/pump.o' -pthread -Iout/hello_if/c++ -Iout/hello_if/c++/.. -Iout/hello_if/c++ -Iout/hello_if/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_if/c++/pump.o out/hello_if/c++/pump.cc
mkdir -p out/hello_if/c++/
g++ -g -std=c++11 -MMD -MF out/hello_if/c++/runtime.d -MT 'out/hello_if/c++/runtime.d out/hello_if/c++/runtime.o' -pthread -Iout/hello_if/c++ -Iout/hello_if/c++/.. -Iout/hello_if/c++ -Iout/hello_if/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_if/c++/runtime.o out/hello_if/c++/runtime.cc
mkdir -p out/hello_if/c++/
g++ -g -std=c++11 -MMD -MF out/hello_if/c++/hello_if.d -MT 'out/hello_if/c++/hello_if.d out/hello_if/c++/hello_if.o' -pthread -Iout/hello_if/c++ -Iout/hello_if/c++/.. -Iout/hello_if/c++ -Iout/hello_if/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_if/c++/hello_if.o out/hello_if/c++/hello_if.cc
mkdir -p out/hello_if/c++/
g++ -g -std=c++11 -MMD -MF out/hello_if/c++/test -MT 'out/hello_if/c++/test out/hello_if/c++/test' -pthread -Iout/hello_if/c++ -Iout/hello_if/c++/.. -Iout/hello_if/c++ -Iout/hello_if/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_if/c++/test out/hello_if/c++/main.o out/hello_if/c++/pump.o out/hello_if/c++/runtime.o out/hello_if/c++/hello_if.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/execute-c++
timeout 2 diff -uwB out/hello_if/hello_if.trace.0 <(set -o pipefail;cat out/hello_if/hello_if.trace.0 | "out/hello_if"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_if/hello_if.trace.0 | "out/hello_if"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/run
diff -uwB <(grep -v "" "out/hello_if/hello_if.trace.0") <(grep -v "" "out/hello_if/hello_if.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_if "out/hello_if/hello_if.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/verify
mkdir -p "out/hello_if"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_if "out/hello_if/hello_if.dzn" 2>"out/hello_if"/verify/"hello_if".stderr)";err="$(cat "out/hello_if"/verify/"hello_if".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_if"/verify/"hello_if".stderr:; cat "out/hello_if"/verify/"hello_if".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_if" OUT="out/hello_if"/c++03 MODEL="hello_if" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_if/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_if/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_if/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_if/*/*.dzn': No such file or directory
set -x; for file in "out/hello_if/hello_if.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_if' -o "out/hello_if/c++03" "$file";\
done
+ for file in "out/hello_if/hello_if.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_if -o out/hello_if/c++03 out/hello_if/hello_if.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/build-c++03
mkdir -p "out/hello_if"/c++03 && ln -sf "out/hello_if" "out/hello_if" && make DIR="out/hello_if" LANGUAGE=c++03 OUT="out/hello_if"/c++03 IN="out/hello_if"/c++03 MAIN="out/hello_if/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_if/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_if/c++03/main.d -MT 'out/hello_if/c++03/main.d out/hello_if/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_if/c++03 -Iout/hello_if/c++03/.. -Iout/hello_if/c++03 -Iout/hello_if/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_if/c++03/main.o out/hello_if/c++03/main.cc
mkdir -p out/hello_if/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_if/c++03/pump.d -MT 'out/hello_if/c++03/pump.d out/hello_if/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_if/c++03 -Iout/hello_if/c++03/.. -Iout/hello_if/c++03 -Iout/hello_if/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_if/c++03/pump.o out/hello_if/c++03/pump.cc
mkdir -p out/hello_if/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_if/c++03/runtime.d -MT 'out/hello_if/c++03/runtime.d out/hello_if/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_if/c++03 -Iout/hello_if/c++03/.. -Iout/hello_if/c++03 -Iout/hello_if/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_if/c++03/runtime.o out/hello_if/c++03/runtime.cc
mkdir -p out/hello_if/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_if/c++03/hello_if.d -MT 'out/hello_if/c++03/hello_if.d out/hello_if/c++03/hello_if.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_if/c++03 -Iout/hello_if/c++03/.. -Iout/hello_if/c++03 -Iout/hello_if/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_if/c++03/hello_if.o out/hello_if/c++03/hello_if.cc
mkdir -p out/hello_if/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_if/c++03/test -MT 'out/hello_if/c++03/test out/hello_if/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_if/c++03 -Iout/hello_if/c++03/.. -Iout/hello_if/c++03 -Iout/hello_if/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_if/c++03/test out/hello_if/c++03/main.o out/hello_if/c++03/pump.o out/hello_if/c++03/runtime.o out/hello_if/c++03/hello_if.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/execute-c++03
timeout 2 diff -uwB out/hello_if/hello_if.trace.0 <(set -o pipefail;cat out/hello_if/hello_if.trace.0 | "out/hello_if"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_if/hello_if.trace.0 | "out/hello_if"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_if" OUT="out/hello_if"/javascript MODEL="hello_if" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_if/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_if/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_if/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_if/*/*.dzn': No such file or directory
set -x; for file in "out/hello_if/hello_if.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_if' -o "out/hello_if/javascript" "$file";\
done
+ for file in "out/hello_if/hello_if.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_if -o out/hello_if/javascript out/hello_if/hello_if.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/build-javascript
mkdir -p "out/hello_if"/javascript && ln -sf "out/hello_if" "out/hello_if" && make DIR="out/hello_if" LANGUAGE=javascript OUT="out/hello_if"/javascript IN="out/hello_if"/javascript MAIN="out/hello_if/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_if/javascript/main.js out/hello_if/javascript/test
chmod +x out/hello_if/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/execute-javascript
timeout 2 diff -uwB out/hello_if/hello_if.trace.0 <(set -o pipefail;cat out/hello_if/hello_if.trace.0 | node "out/hello_if"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_if/hello_if.trace.0 | node "out/hello_if"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_if/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/convert
convert: [SKIPPED] no DM file "out/hello_ifelse/hello_ifelse.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_ifelse/hello_ifelse.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_ifelse" OUT="out/hello_ifelse"/c++ MODEL="hello_ifelse" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_ifelse/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_ifelse/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_ifelse/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_ifelse/*/*.dzn': No such file or directory
set -x; for file in "out/hello_ifelse/hello_ifelse.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_ifelse' -o "out/hello_ifelse/c++" "$file";\
done
+ for file in "out/hello_ifelse/hello_ifelse.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_ifelse -o out/hello_ifelse/c++ out/hello_ifelse/hello_ifelse.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/build-c++
mkdir -p "out/hello_ifelse"/c++ && ln -sf "out/hello_ifelse" "out/hello_ifelse" && make DIR="out/hello_ifelse" LANGUAGE=c++ OUT="out/hello_ifelse"/c++ IN="out/hello_ifelse"/c++ MAIN="out/hello_ifelse/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_ifelse/c++/
g++ -g -std=c++11 -MMD -MF out/hello_ifelse/c++/main.d -MT 'out/hello_ifelse/c++/main.d out/hello_ifelse/c++/main.o' -pthread -Iout/hello_ifelse/c++ -Iout/hello_ifelse/c++/.. -Iout/hello_ifelse/c++ -Iout/hello_ifelse/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifelse/c++/main.o out/hello_ifelse/c++/main.cc
mkdir -p out/hello_ifelse/c++/
g++ -g -std=c++11 -MMD -MF out/hello_ifelse/c++/pump.d -MT 'out/hello_ifelse/c++/pump.d out/hello_ifelse/c++/pump.o' -pthread -Iout/hello_ifelse/c++ -Iout/hello_ifelse/c++/.. -Iout/hello_ifelse/c++ -Iout/hello_ifelse/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifelse/c++/pump.o out/hello_ifelse/c++/pump.cc
mkdir -p out/hello_ifelse/c++/
g++ -g -std=c++11 -MMD -MF out/hello_ifelse/c++/hello_ifelse.d -MT 'out/hello_ifelse/c++/hello_ifelse.d out/hello_ifelse/c++/hello_ifelse.o' -pthread -Iout/hello_ifelse/c++ -Iout/hello_ifelse/c++/.. -Iout/hello_ifelse/c++ -Iout/hello_ifelse/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifelse/c++/hello_ifelse.o out/hello_ifelse/c++/hello_ifelse.cc
mkdir -p out/hello_ifelse/c++/
g++ -g -std=c++11 -MMD -MF out/hello_ifelse/c++/runtime.d -MT 'out/hello_ifelse/c++/runtime.d out/hello_ifelse/c++/runtime.o' -pthread -Iout/hello_ifelse/c++ -Iout/hello_ifelse/c++/.. -Iout/hello_ifelse/c++ -Iout/hello_ifelse/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifelse/c++/runtime.o out/hello_ifelse/c++/runtime.cc
mkdir -p out/hello_ifelse/c++/
g++ -g -std=c++11 -MMD -MF out/hello_ifelse/c++/test -MT 'out/hello_ifelse/c++/test out/hello_ifelse/c++/test' -pthread -Iout/hello_ifelse/c++ -Iout/hello_ifelse/c++/.. -Iout/hello_ifelse/c++ -Iout/hello_ifelse/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_ifelse/c++/test out/hello_ifelse/c++/main.o out/hello_ifelse/c++/pump.o out/hello_ifelse/c++/hello_ifelse.o out/hello_ifelse/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/execute-c++
timeout 2 diff -uwB out/hello_ifelse/hello_ifelse.trace.0 <(set -o pipefail;cat out/hello_ifelse/hello_ifelse.trace.0 | "out/hello_ifelse"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_ifelse/hello_ifelse.trace.0 | "out/hello_ifelse"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/run
diff -uwB <(grep -v "" "out/hello_ifelse/hello_ifelse.trace.0") <(grep -v "" "out/hello_ifelse/hello_ifelse.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_ifelse "out/hello_ifelse/hello_ifelse.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/verify
mkdir -p "out/hello_ifelse"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_ifelse "out/hello_ifelse/hello_ifelse.dzn" 2>"out/hello_ifelse"/verify/"hello_ifelse".stderr)";err="$(cat "out/hello_ifelse"/verify/"hello_ifelse".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_ifelse"/verify/"hello_ifelse".stderr:; cat "out/hello_ifelse"/verify/"hello_ifelse".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_ifelse" OUT="out/hello_ifelse"/c++03 MODEL="hello_ifelse" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_ifelse/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_ifelse/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_ifelse/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_ifelse/*/*.dzn': No such file or directory
set -x; for file in "out/hello_ifelse/hello_ifelse.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_ifelse' -o "out/hello_ifelse/c++03" "$file";\
done
+ for file in "out/hello_ifelse/hello_ifelse.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_ifelse -o out/hello_ifelse/c++03 out/hello_ifelse/hello_ifelse.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/build-c++03
mkdir -p "out/hello_ifelse"/c++03 && ln -sf "out/hello_ifelse" "out/hello_ifelse" && make DIR="out/hello_ifelse" LANGUAGE=c++03 OUT="out/hello_ifelse"/c++03 IN="out/hello_ifelse"/c++03 MAIN="out/hello_ifelse/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_ifelse/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_ifelse/c++03/main.d -MT 'out/hello_ifelse/c++03/main.d out/hello_ifelse/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_ifelse/c++03 -Iout/hello_ifelse/c++03/.. -Iout/hello_ifelse/c++03 -Iout/hello_ifelse/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifelse/c++03/main.o out/hello_ifelse/c++03/main.cc
mkdir -p out/hello_ifelse/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_ifelse/c++03/pump.d -MT 'out/hello_ifelse/c++03/pump.d out/hello_ifelse/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_ifelse/c++03 -Iout/hello_ifelse/c++03/.. -Iout/hello_ifelse/c++03 -Iout/hello_ifelse/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifelse/c++03/pump.o out/hello_ifelse/c++03/pump.cc
mkdir -p out/hello_ifelse/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_ifelse/c++03/hello_ifelse.d -MT 'out/hello_ifelse/c++03/hello_ifelse.d out/hello_ifelse/c++03/hello_ifelse.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_ifelse/c++03 -Iout/hello_ifelse/c++03/.. -Iout/hello_ifelse/c++03 -Iout/hello_ifelse/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifelse/c++03/hello_ifelse.o out/hello_ifelse/c++03/hello_ifelse.cc
mkdir -p out/hello_ifelse/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_ifelse/c++03/runtime.d -MT 'out/hello_ifelse/c++03/runtime.d out/hello_ifelse/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_ifelse/c++03 -Iout/hello_ifelse/c++03/.. -Iout/hello_ifelse/c++03 -Iout/hello_ifelse/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifelse/c++03/runtime.o out/hello_ifelse/c++03/runtime.cc
mkdir -p out/hello_ifelse/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_ifelse/c++03/test -MT 'out/hello_ifelse/c++03/test out/hello_ifelse/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_ifelse/c++03 -Iout/hello_ifelse/c++03/.. -Iout/hello_ifelse/c++03 -Iout/hello_ifelse/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_ifelse/c++03/test out/hello_ifelse/c++03/main.o out/hello_ifelse/c++03/pump.o out/hello_ifelse/c++03/hello_ifelse.o out/hello_ifelse/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/execute-c++03
timeout 2 diff -uwB out/hello_ifelse/hello_ifelse.trace.0 <(set -o pipefail;cat out/hello_ifelse/hello_ifelse.trace.0 | "out/hello_ifelse"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_ifelse/hello_ifelse.trace.0 | "out/hello_ifelse"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_ifelse" OUT="out/hello_ifelse"/javascript MODEL="hello_ifelse" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_ifelse/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_ifelse/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_ifelse/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_ifelse/*/*.dzn': No such file or directory
set -x; for file in "out/hello_ifelse/hello_ifelse.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_ifelse' -o "out/hello_ifelse/javascript" "$file";\
done
+ for file in "out/hello_ifelse/hello_ifelse.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_ifelse -o out/hello_ifelse/javascript out/hello_ifelse/hello_ifelse.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/build-javascript
mkdir -p "out/hello_ifelse"/javascript && ln -sf "out/hello_ifelse" "out/hello_ifelse" && make DIR="out/hello_ifelse" LANGUAGE=javascript OUT="out/hello_ifelse"/javascript IN="out/hello_ifelse"/javascript MAIN="out/hello_ifelse/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_ifelse/javascript/main.js out/hello_ifelse/javascript/test
chmod +x out/hello_ifelse/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/execute-javascript
timeout 2 diff -uwB out/hello_ifelse/hello_ifelse.trace.0 <(set -o pipefail;cat out/hello_ifelse/hello_ifelse.trace.0 | node "out/hello_ifelse"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_ifelse/hello_ifelse.trace.0 | node "out/hello_ifelse"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifelse/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/convert
convert: [SKIPPED] no DM file "out/hello_implicit_illegal/hello_implicit_illegal.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_implicit_illegal/hello_implicit_illegal.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_implicit_illegal" OUT="out/hello_implicit_illegal"/c++ MODEL="hello_implicit_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_implicit_illegal/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_implicit_illegal/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_implicit_illegal/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_implicit_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/hello_implicit_illegal/hello_implicit_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_implicit_illegal' -o "out/hello_implicit_illegal/c++" "$file";\
done
+ for file in "out/hello_implicit_illegal/hello_implicit_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_implicit_illegal -o out/hello_implicit_illegal/c++ out/hello_implicit_illegal/hello_implicit_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/build-c++
mkdir -p "out/hello_implicit_illegal"/c++ && ln -sf "out/hello_implicit_illegal" "out/hello_implicit_illegal" && make DIR="out/hello_implicit_illegal" LANGUAGE=c++ OUT="out/hello_implicit_illegal"/c++ IN="out/hello_implicit_illegal"/c++ MAIN="out/hello_implicit_illegal/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_implicit_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/hello_implicit_illegal/c++/main.d -MT 'out/hello_implicit_illegal/c++/main.d out/hello_implicit_illegal/c++/main.o' -pthread -Iout/hello_implicit_illegal/c++ -Iout/hello_implicit_illegal/c++/.. -Iout/hello_implicit_illegal/c++ -Iout/hello_implicit_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_implicit_illegal/c++/main.o out/hello_implicit_illegal/c++/main.cc
mkdir -p out/hello_implicit_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/hello_implicit_illegal/c++/hello_implicit_illegal.d -MT 'out/hello_implicit_illegal/c++/hello_implicit_illegal.d out/hello_implicit_illegal/c++/hello_implicit_illegal.o' -pthread -Iout/hello_implicit_illegal/c++ -Iout/hello_implicit_illegal/c++/.. -Iout/hello_implicit_illegal/c++ -Iout/hello_implicit_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_implicit_illegal/c++/hello_implicit_illegal.o out/hello_implicit_illegal/c++/hello_implicit_illegal.cc
mkdir -p out/hello_implicit_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/hello_implicit_illegal/c++/pump.d -MT 'out/hello_implicit_illegal/c++/pump.d out/hello_implicit_illegal/c++/pump.o' -pthread -Iout/hello_implicit_illegal/c++ -Iout/hello_implicit_illegal/c++/.. -Iout/hello_implicit_illegal/c++ -Iout/hello_implicit_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_implicit_illegal/c++/pump.o out/hello_implicit_illegal/c++/pump.cc
mkdir -p out/hello_implicit_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/hello_implicit_illegal/c++/runtime.d -MT 'out/hello_implicit_illegal/c++/runtime.d out/hello_implicit_illegal/c++/runtime.o' -pthread -Iout/hello_implicit_illegal/c++ -Iout/hello_implicit_illegal/c++/.. -Iout/hello_implicit_illegal/c++ -Iout/hello_implicit_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_implicit_illegal/c++/runtime.o out/hello_implicit_illegal/c++/runtime.cc
mkdir -p out/hello_implicit_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/hello_implicit_illegal/c++/test -MT 'out/hello_implicit_illegal/c++/test out/hello_implicit_illegal/c++/test' -pthread -Iout/hello_implicit_illegal/c++ -Iout/hello_implicit_illegal/c++/.. -Iout/hello_implicit_illegal/c++ -Iout/hello_implicit_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_implicit_illegal/c++/test out/hello_implicit_illegal/c++/main.o out/hello_implicit_illegal/c++/hello_implicit_illegal.o out/hello_implicit_illegal/c++/pump.o out/hello_implicit_illegal/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/execute-c++
timeout 2 diff -uwB out/hello_implicit_illegal/hello_implicit_illegal.trace.0 <(set -o pipefail;cat out/hello_implicit_illegal/hello_implicit_illegal.trace.0 | "out/hello_implicit_illegal"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_implicit_illegal/hello_implicit_illegal.trace.0 | "out/hello_implicit_illegal"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_implicit_illegal/hello_implicit_illegal.trace.1 <(set -o pipefail;cat out/hello_implicit_illegal/hello_implicit_illegal.trace.1 | "out/hello_implicit_illegal"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_implicit_illegal/hello_implicit_illegal.trace.1 | "out/hello_implicit_illegal"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/run
diff -uwB <(grep -v "" "out/hello_implicit_illegal/hello_implicit_illegal.trace.0") <(grep -v "" "out/hello_implicit_illegal/hello_implicit_illegal.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_implicit_illegal "out/hello_implicit_illegal/hello_implicit_illegal.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_implicit_illegal/hello_implicit_illegal.trace.1") <(grep -v "" "out/hello_implicit_illegal/hello_implicit_illegal.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_implicit_illegal "out/hello_implicit_illegal/hello_implicit_illegal.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/verify
mkdir -p "out/hello_implicit_illegal"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_implicit_illegal "out/hello_implicit_illegal/hello_implicit_illegal.dzn" 2>"out/hello_implicit_illegal"/verify/"hello_implicit_illegal".stderr)";err="$(cat "out/hello_implicit_illegal"/verify/"hello_implicit_illegal".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_implicit_illegal"/verify/"hello_implicit_illegal".stderr:; cat "out/hello_implicit_illegal"/verify/"hello_implicit_illegal".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_implicit_illegal" OUT="out/hello_implicit_illegal"/c++03 MODEL="hello_implicit_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_implicit_illegal/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_implicit_illegal/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_implicit_illegal/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_implicit_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/hello_implicit_illegal/hello_implicit_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_implicit_illegal' -o "out/hello_implicit_illegal/c++03" "$file";\
done
+ for file in "out/hello_implicit_illegal/hello_implicit_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_implicit_illegal -o out/hello_implicit_illegal/c++03 out/hello_implicit_illegal/hello_implicit_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/build-c++03
mkdir -p "out/hello_implicit_illegal"/c++03 && ln -sf "out/hello_implicit_illegal" "out/hello_implicit_illegal" && make DIR="out/hello_implicit_illegal" LANGUAGE=c++03 OUT="out/hello_implicit_illegal"/c++03 IN="out/hello_implicit_illegal"/c++03 MAIN="out/hello_implicit_illegal/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_implicit_illegal/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_implicit_illegal/c++03/main.d -MT 'out/hello_implicit_illegal/c++03/main.d out/hello_implicit_illegal/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_implicit_illegal/c++03 -Iout/hello_implicit_illegal/c++03/.. -Iout/hello_implicit_illegal/c++03 -Iout/hello_implicit_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_implicit_illegal/c++03/main.o out/hello_implicit_illegal/c++03/main.cc
mkdir -p out/hello_implicit_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_implicit_illegal/c++03/hello_implicit_illegal.d -MT 'out/hello_implicit_illegal/c++03/hello_implicit_illegal.d out/hello_implicit_illegal/c++03/hello_implicit_illegal.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_implicit_illegal/c++03 -Iout/hello_implicit_illegal/c++03/.. -Iout/hello_implicit_illegal/c++03 -Iout/hello_implicit_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_implicit_illegal/c++03/hello_implicit_illegal.o out/hello_implicit_illegal/c++03/hello_implicit_illegal.cc
mkdir -p out/hello_implicit_illegal/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_implicit_illegal/c++03/pump.d -MT 'out/hello_implicit_illegal/c++03/pump.d out/hello_implicit_illegal/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_implicit_illegal/c++03 -Iout/hello_implicit_illegal/c++03/.. -Iout/hello_implicit_illegal/c++03 -Iout/hello_implicit_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_implicit_illegal/c++03/pump.o out/hello_implicit_illegal/c++03/pump.cc
mkdir -p out/hello_implicit_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_implicit_illegal/c++03/runtime.d -MT 'out/hello_implicit_illegal/c++03/runtime.d out/hello_implicit_illegal/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_implicit_illegal/c++03 -Iout/hello_implicit_illegal/c++03/.. -Iout/hello_implicit_illegal/c++03 -Iout/hello_implicit_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_implicit_illegal/c++03/runtime.o out/hello_implicit_illegal/c++03/runtime.cc
mkdir -p out/hello_implicit_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_implicit_illegal/c++03/test -MT 'out/hello_implicit_illegal/c++03/test out/hello_implicit_illegal/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_implicit_illegal/c++03 -Iout/hello_implicit_illegal/c++03/.. -Iout/hello_implicit_illegal/c++03 -Iout/hello_implicit_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_implicit_illegal/c++03/test out/hello_implicit_illegal/c++03/main.o out/hello_implicit_illegal/c++03/hello_implicit_illegal.o out/hello_implicit_illegal/c++03/pump.o out/hello_implicit_illegal/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/execute-c++03
timeout 2 diff -uwB out/hello_implicit_illegal/hello_implicit_illegal.trace.0 <(set -o pipefail;cat out/hello_implicit_illegal/hello_implicit_illegal.trace.0 | "out/hello_implicit_illegal"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_implicit_illegal/hello_implicit_illegal.trace.0 | "out/hello_implicit_illegal"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_implicit_illegal/hello_implicit_illegal.trace.1 <(set -o pipefail;cat out/hello_implicit_illegal/hello_implicit_illegal.trace.1 | "out/hello_implicit_illegal"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_implicit_illegal/hello_implicit_illegal.trace.1 | "out/hello_implicit_illegal"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_implicit_illegal" OUT="out/hello_implicit_illegal"/javascript MODEL="hello_implicit_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_implicit_illegal/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_implicit_illegal/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_implicit_illegal/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_implicit_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/hello_implicit_illegal/hello_implicit_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_implicit_illegal' -o "out/hello_implicit_illegal/javascript" "$file";\
done
+ for file in "out/hello_implicit_illegal/hello_implicit_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_implicit_illegal -o out/hello_implicit_illegal/javascript out/hello_implicit_illegal/hello_implicit_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/build-javascript
mkdir -p "out/hello_implicit_illegal"/javascript && ln -sf "out/hello_implicit_illegal" "out/hello_implicit_illegal" && make DIR="out/hello_implicit_illegal" LANGUAGE=javascript OUT="out/hello_implicit_illegal"/javascript IN="out/hello_implicit_illegal"/javascript MAIN="out/hello_implicit_illegal/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_implicit_illegal/javascript/main.js out/hello_implicit_illegal/javascript/test
chmod +x out/hello_implicit_illegal/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/execute-javascript
timeout 2 diff -uwB out/hello_implicit_illegal/hello_implicit_illegal.trace.0 <(set -o pipefail;cat out/hello_implicit_illegal/hello_implicit_illegal.trace.0 | node "out/hello_implicit_illegal"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_implicit_illegal/hello_implicit_illegal.trace.0 | node "out/hello_implicit_illegal"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_implicit_illegal/hello_implicit_illegal.trace.1 <(set -o pipefail;cat out/hello_implicit_illegal/hello_implicit_illegal.trace.1 | node "out/hello_implicit_illegal"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_implicit_illegal/hello_implicit_illegal.trace.1 | node "out/hello_implicit_illegal"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_implicit_illegal/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/convert
convert: [SKIPPED] no DM file "out/hello_ifif/hello_ifif.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_ifif/hello_ifif.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_ifif" OUT="out/hello_ifif"/c++ MODEL="hello_ifif" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_ifif/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_ifif/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_ifif/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_ifif/*/*.dzn': No such file or directory
set -x; for file in "out/hello_ifif/hello_ifif.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_ifif' -o "out/hello_ifif/c++" "$file";\
done
+ for file in "out/hello_ifif/hello_ifif.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_ifif -o out/hello_ifif/c++ out/hello_ifif/hello_ifif.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/build-c++
mkdir -p "out/hello_ifif"/c++ && ln -sf "out/hello_ifif" "out/hello_ifif" && make DIR="out/hello_ifif" LANGUAGE=c++ OUT="out/hello_ifif"/c++ IN="out/hello_ifif"/c++ MAIN="out/hello_ifif/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_ifif/c++/
g++ -g -std=c++11 -MMD -MF out/hello_ifif/c++/main.d -MT 'out/hello_ifif/c++/main.d out/hello_ifif/c++/main.o' -pthread -Iout/hello_ifif/c++ -Iout/hello_ifif/c++/.. -Iout/hello_ifif/c++ -Iout/hello_ifif/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifif/c++/main.o out/hello_ifif/c++/main.cc
mkdir -p out/hello_ifif/c++/
g++ -g -std=c++11 -MMD -MF out/hello_ifif/c++/hello_ifif.d -MT 'out/hello_ifif/c++/hello_ifif.d out/hello_ifif/c++/hello_ifif.o' -pthread -Iout/hello_ifif/c++ -Iout/hello_ifif/c++/.. -Iout/hello_ifif/c++ -Iout/hello_ifif/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifif/c++/hello_ifif.o out/hello_ifif/c++/hello_ifif.cc
mkdir -p out/hello_ifif/c++/
g++ -g -std=c++11 -MMD -MF out/hello_ifif/c++/pump.d -MT 'out/hello_ifif/c++/pump.d out/hello_ifif/c++/pump.o' -pthread -Iout/hello_ifif/c++ -Iout/hello_ifif/c++/.. -Iout/hello_ifif/c++ -Iout/hello_ifif/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifif/c++/pump.o out/hello_ifif/c++/pump.cc
mkdir -p out/hello_ifif/c++/
g++ -g -std=c++11 -MMD -MF out/hello_ifif/c++/runtime.d -MT 'out/hello_ifif/c++/runtime.d out/hello_ifif/c++/runtime.o' -pthread -Iout/hello_ifif/c++ -Iout/hello_ifif/c++/.. -Iout/hello_ifif/c++ -Iout/hello_ifif/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifif/c++/runtime.o out/hello_ifif/c++/runtime.cc
mkdir -p out/hello_ifif/c++/
g++ -g -std=c++11 -MMD -MF out/hello_ifif/c++/test -MT 'out/hello_ifif/c++/test out/hello_ifif/c++/test' -pthread -Iout/hello_ifif/c++ -Iout/hello_ifif/c++/.. -Iout/hello_ifif/c++ -Iout/hello_ifif/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_ifif/c++/test out/hello_ifif/c++/main.o out/hello_ifif/c++/hello_ifif.o out/hello_ifif/c++/pump.o out/hello_ifif/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/execute-c++
timeout 2 diff -uwB out/hello_ifif/hello_ifif.trace.0 <(set -o pipefail;cat out/hello_ifif/hello_ifif.trace.0 | "out/hello_ifif"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_ifif/hello_ifif.trace.0 | "out/hello_ifif"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/run
diff -uwB <(grep -v "" "out/hello_ifif/hello_ifif.trace.0") <(grep -v "" "out/hello_ifif/hello_ifif.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_ifif "out/hello_ifif/hello_ifif.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/verify
mkdir -p "out/hello_ifif"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_ifif "out/hello_ifif/hello_ifif.dzn" 2>"out/hello_ifif"/verify/"hello_ifif".stderr)";err="$(cat "out/hello_ifif"/verify/"hello_ifif".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_ifif"/verify/"hello_ifif".stderr:; cat "out/hello_ifif"/verify/"hello_ifif".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_ifif" OUT="out/hello_ifif"/c++03 MODEL="hello_ifif" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_ifif/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_ifif/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_ifif/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_ifif/*/*.dzn': No such file or directory
set -x; for file in "out/hello_ifif/hello_ifif.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_ifif' -o "out/hello_ifif/c++03" "$file";\
done
+ for file in "out/hello_ifif/hello_ifif.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_ifif -o out/hello_ifif/c++03 out/hello_ifif/hello_ifif.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/build-c++03
mkdir -p "out/hello_ifif"/c++03 && ln -sf "out/hello_ifif" "out/hello_ifif" && make DIR="out/hello_ifif" LANGUAGE=c++03 OUT="out/hello_ifif"/c++03 IN="out/hello_ifif"/c++03 MAIN="out/hello_ifif/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_ifif/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_ifif/c++03/main.d -MT 'out/hello_ifif/c++03/main.d out/hello_ifif/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_ifif/c++03 -Iout/hello_ifif/c++03/.. -Iout/hello_ifif/c++03 -Iout/hello_ifif/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifif/c++03/main.o out/hello_ifif/c++03/main.cc
mkdir -p out/hello_ifif/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_ifif/c++03/hello_ifif.d -MT 'out/hello_ifif/c++03/hello_ifif.d out/hello_ifif/c++03/hello_ifif.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_ifif/c++03 -Iout/hello_ifif/c++03/.. -Iout/hello_ifif/c++03 -Iout/hello_ifif/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifif/c++03/hello_ifif.o out/hello_ifif/c++03/hello_ifif.cc
mkdir -p out/hello_ifif/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_ifif/c++03/pump.d -MT 'out/hello_ifif/c++03/pump.d out/hello_ifif/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_ifif/c++03 -Iout/hello_ifif/c++03/.. -Iout/hello_ifif/c++03 -Iout/hello_ifif/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifif/c++03/pump.o out/hello_ifif/c++03/pump.cc
mkdir -p out/hello_ifif/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_ifif/c++03/runtime.d -MT 'out/hello_ifif/c++03/runtime.d out/hello_ifif/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_ifif/c++03 -Iout/hello_ifif/c++03/.. -Iout/hello_ifif/c++03 -Iout/hello_ifif/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_ifif/c++03/runtime.o out/hello_ifif/c++03/runtime.cc
mkdir -p out/hello_ifif/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_ifif/c++03/test -MT 'out/hello_ifif/c++03/test out/hello_ifif/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_ifif/c++03 -Iout/hello_ifif/c++03/.. -Iout/hello_ifif/c++03 -Iout/hello_ifif/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_ifif/c++03/test out/hello_ifif/c++03/main.o out/hello_ifif/c++03/hello_ifif.o out/hello_ifif/c++03/pump.o out/hello_ifif/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/execute-c++03
timeout 2 diff -uwB out/hello_ifif/hello_ifif.trace.0 <(set -o pipefail;cat out/hello_ifif/hello_ifif.trace.0 | "out/hello_ifif"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_ifif/hello_ifif.trace.0 | "out/hello_ifif"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_ifif" OUT="out/hello_ifif"/javascript MODEL="hello_ifif" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_ifif/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_ifif/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_ifif/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_ifif/*/*.dzn': No such file or directory
set -x; for file in "out/hello_ifif/hello_ifif.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_ifif' -o "out/hello_ifif/javascript" "$file";\
done
+ for file in "out/hello_ifif/hello_ifif.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_ifif -o out/hello_ifif/javascript out/hello_ifif/hello_ifif.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/build-javascript
mkdir -p "out/hello_ifif"/javascript && ln -sf "out/hello_ifif" "out/hello_ifif" && make DIR="out/hello_ifif" LANGUAGE=javascript OUT="out/hello_ifif"/javascript IN="out/hello_ifif"/javascript MAIN="out/hello_ifif/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_ifif/javascript/main.js out/hello_ifif/javascript/test
chmod +x out/hello_ifif/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/execute-javascript
timeout 2 diff -uwB out/hello_ifif/hello_ifif.trace.0 <(set -o pipefail;cat out/hello_ifif/hello_ifif.trace.0 | node "out/hello_ifif"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_ifif/hello_ifif.trace.0 | node "out/hello_ifif"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_ifif/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/convert
convert: [SKIPPED] no DM file "out/hello_interface/hello_interface.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_interface" OUT="out/hello_interface"/c++ MODEL="hello_interface" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_interface/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_interface/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_interface/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface/hello_interface.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_interface' -o "out/hello_interface/c++" "$file";\
done
+ for file in "out/hello_interface/hello_interface.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_interface -o out/hello_interface/c++ out/hello_interface/hello_interface.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_interface/hello_interface.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/run
diff -uwB <(grep -v "" "out/hello_interface/hello_interface.trace.0") <(grep -v "" "out/hello_interface/hello_interface.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_interface "out/hello_interface/hello_interface.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/verify
mkdir -p "out/hello_interface"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_interface "out/hello_interface/hello_interface.dzn" 2>"out/hello_interface"/verify/"hello_interface".stderr)";err="$(cat "out/hello_interface"/verify/"hello_interface".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_interface"/verify/"hello_interface".stderr:; cat "out/hello_interface"/verify/"hello_interface".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_interface" OUT="out/hello_interface"/c++03 MODEL="hello_interface" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_interface/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_interface/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_interface/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface/hello_interface.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_interface' -o "out/hello_interface/c++03" "$file";\
done
+ for file in "out/hello_interface/hello_interface.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_interface -o out/hello_interface/c++03 out/hello_interface/hello_interface.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_interface" OUT="out/hello_interface"/javascript MODEL="hello_interface" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_interface/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_interface/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_interface/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface/hello_interface.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_interface' -o "out/hello_interface/javascript" "$file";\
done
+ for file in "out/hello_interface/hello_interface.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_interface -o out/hello_interface/javascript out/hello_interface/hello_interface.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/build-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/execute-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/table
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/traces
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/triangle-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/view
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/build-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/execute-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/triangle-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/build-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/code-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/execute-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/triangle-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/build-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/execute-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface/triangle-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/convert
convert: [SKIPPED] no DM file "out/hello_import/hello_import.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_import/hello_import.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_import" OUT="out/hello_import"/c++ MODEL="hello_import" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_import/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_import/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_import/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_import/*/*.dzn': No such file or directory
set -x; for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_import' -o "out/hello_import/c++" "$file";\
done
+ for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_import -o out/hello_import/c++ out/hello_import/hello_import.dzn
+ for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_import -o out/hello_import/c++ out/hello_import/interfaces.dzn
+ for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_import -o out/hello_import/c++ out/hello_import/iworld.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/build-c++
mkdir -p "out/hello_import"/c++ && ln -sf "out/hello_import" "out/hello_import" && make DIR="out/hello_import" LANGUAGE=c++ OUT="out/hello_import"/c++ IN="out/hello_import"/c++ MAIN="out/hello_import/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_import/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import/c++/main.d -MT 'out/hello_import/c++/main.d out/hello_import/c++/main.o' -pthread -Iout/hello_import/c++ -Iout/hello_import/c++/.. -Iout/hello_import/c++ -Iout/hello_import/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++/main.o out/hello_import/c++/main.cc
mkdir -p out/hello_import/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import/c++/iworld.d -MT 'out/hello_import/c++/iworld.d out/hello_import/c++/iworld.o' -pthread -Iout/hello_import/c++ -Iout/hello_import/c++/.. -Iout/hello_import/c++ -Iout/hello_import/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++/iworld.o out/hello_import/c++/iworld.cc
mkdir -p out/hello_import/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import/c++/pump.d -MT 'out/hello_import/c++/pump.d out/hello_import/c++/pump.o' -pthread -Iout/hello_import/c++ -Iout/hello_import/c++/.. -Iout/hello_import/c++ -Iout/hello_import/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++/pump.o out/hello_import/c++/pump.cc
mkdir -p out/hello_import/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import/c++/interfaces.d -MT 'out/hello_import/c++/interfaces.d out/hello_import/c++/interfaces.o' -pthread -Iout/hello_import/c++ -Iout/hello_import/c++/.. -Iout/hello_import/c++ -Iout/hello_import/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++/interfaces.o out/hello_import/c++/interfaces.cc
mkdir -p out/hello_import/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import/c++/hello_import.d -MT 'out/hello_import/c++/hello_import.d out/hello_import/c++/hello_import.o' -pthread -Iout/hello_import/c++ -Iout/hello_import/c++/.. -Iout/hello_import/c++ -Iout/hello_import/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++/hello_import.o out/hello_import/c++/hello_import.cc
mkdir -p out/hello_import/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import/c++/runtime.d -MT 'out/hello_import/c++/runtime.d out/hello_import/c++/runtime.o' -pthread -Iout/hello_import/c++ -Iout/hello_import/c++/.. -Iout/hello_import/c++ -Iout/hello_import/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++/runtime.o out/hello_import/c++/runtime.cc
mkdir -p out/hello_import/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import/c++/test -MT 'out/hello_import/c++/test out/hello_import/c++/test' -pthread -Iout/hello_import/c++ -Iout/hello_import/c++/.. -Iout/hello_import/c++ -Iout/hello_import/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_import/c++/test out/hello_import/c++/main.o out/hello_import/c++/iworld.o out/hello_import/c++/pump.o out/hello_import/c++/interfaces.o out/hello_import/c++/hello_import.o out/hello_import/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/execute-c++
timeout 2 diff -uwB out/hello_import/hello_import.trace.0 <(set -o pipefail;cat out/hello_import/hello_import.trace.0 | "out/hello_import"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_import/hello_import.trace.0 | "out/hello_import"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/run
diff -uwB <(grep -v "" "out/hello_import/hello_import.trace.0") <(grep -v "" "out/hello_import/hello_import.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_import "out/hello_import/hello_import.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/verify
mkdir -p "out/hello_import"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_import "out/hello_import/hello_import.dzn" 2>"out/hello_import"/verify/"hello_import".stderr)";err="$(cat "out/hello_import"/verify/"hello_import".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_import"/verify/"hello_import".stderr:; cat "out/hello_import"/verify/"hello_import".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_import" OUT="out/hello_import"/c++03 MODEL="hello_import" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_import/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_import/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_import/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_import/*/*.dzn': No such file or directory
set -x; for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_import' -o "out/hello_import/c++03" "$file";\
done
+ for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_import -o out/hello_import/c++03 out/hello_import/hello_import.dzn
+ for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_import -o out/hello_import/c++03 out/hello_import/interfaces.dzn
+ for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_import -o out/hello_import/c++03 out/hello_import/iworld.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/build-c++03
mkdir -p "out/hello_import"/c++03 && ln -sf "out/hello_import" "out/hello_import" && make DIR="out/hello_import" LANGUAGE=c++03 OUT="out/hello_import"/c++03 IN="out/hello_import"/c++03 MAIN="out/hello_import/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_import/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_import/c++03/main.d -MT 'out/hello_import/c++03/main.d out/hello_import/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++03/main.o out/hello_import/c++03/main.cc
mkdir -p out/hello_import/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_import/c++03/iworld.d -MT 'out/hello_import/c++03/iworld.d out/hello_import/c++03/iworld.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++03/iworld.o out/hello_import/c++03/iworld.cc
mkdir -p out/hello_import/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_import/c++03/pump.d -MT 'out/hello_import/c++03/pump.d out/hello_import/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++03/pump.o out/hello_import/c++03/pump.cc
mkdir -p out/hello_import/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_import/c++03/interfaces.d -MT 'out/hello_import/c++03/interfaces.d out/hello_import/c++03/interfaces.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++03/interfaces.o out/hello_import/c++03/interfaces.cc
mkdir -p out/hello_import/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_import/c++03/hello_import.d -MT 'out/hello_import/c++03/hello_import.d out/hello_import/c++03/hello_import.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++03/hello_import.o out/hello_import/c++03/hello_import.cc
mkdir -p out/hello_import/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_import/c++03/runtime.d -MT 'out/hello_import/c++03/runtime.d out/hello_import/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import/c++03/runtime.o out/hello_import/c++03/runtime.cc
mkdir -p out/hello_import/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_import/c++03/test -MT 'out/hello_import/c++03/test out/hello_import/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -Iout/hello_import/c++03 -Iout/hello_import/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_import/c++03/test out/hello_import/c++03/main.o out/hello_import/c++03/iworld.o out/hello_import/c++03/pump.o out/hello_import/c++03/interfaces.o out/hello_import/c++03/hello_import.o out/hello_import/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/execute-c++03
timeout 2 diff -uwB out/hello_import/hello_import.trace.0 <(set -o pipefail;cat out/hello_import/hello_import.trace.0 | "out/hello_import"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_import/hello_import.trace.0 | "out/hello_import"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_import" OUT="out/hello_import"/javascript MODEL="hello_import" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_import/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_import/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_import/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_import/*/*.dzn': No such file or directory
set -x; for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_import' -o "out/hello_import/javascript" "$file";\
done
+ for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_import -o out/hello_import/javascript out/hello_import/hello_import.dzn
+ for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_import -o out/hello_import/javascript out/hello_import/interfaces.dzn
+ for file in "out/hello_import/hello_import.dzn" "out/hello_import/interfaces.dzn" "out/hello_import/iworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_import -o out/hello_import/javascript out/hello_import/iworld.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/build-javascript
mkdir -p "out/hello_import"/javascript && ln -sf "out/hello_import" "out/hello_import" && make DIR="out/hello_import" LANGUAGE=javascript OUT="out/hello_import"/javascript IN="out/hello_import"/javascript MAIN="out/hello_import/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_import/javascript/main.js out/hello_import/javascript/test
chmod +x out/hello_import/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/execute-javascript
timeout 2 diff -uwB out/hello_import/hello_import.trace.0 <(set -o pipefail;cat out/hello_import/hello_import.trace.0 | node "out/hello_import"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_import/hello_import.trace.0 | node "out/hello_import"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/convert
convert: [SKIPPED] no DM file "out/hello_interface_function/hello_interface_function.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_interface_function" OUT="out/hello_interface_function"/c++ MODEL="hello_interface_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_function/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_interface_function/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_interface_function/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_function/hello_interface_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_interface_function' -o "out/hello_interface_function/c++" "$file";\
done
+ for file in "out/hello_interface_function/hello_interface_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_interface_function -o out/hello_interface_function/c++ out/hello_interface_function/hello_interface_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_interface_function/hello_interface_function.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/run
diff -uwB <(grep -v "" "out/hello_interface_function/hello_interface_function.trace.0") <(grep -v "" "out/hello_interface_function/hello_interface_function.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_interface_function "out/hello_interface_function/hello_interface_function.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/verify
mkdir -p "out/hello_interface_function"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_interface_function "out/hello_interface_function/hello_interface_function.dzn" 2>"out/hello_interface_function"/verify/"hello_interface_function".stderr)";err="$(cat "out/hello_interface_function"/verify/"hello_interface_function".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_interface_function"/verify/"hello_interface_function".stderr:; cat "out/hello_interface_function"/verify/"hello_interface_function".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_interface_function" OUT="out/hello_interface_function"/c++03 MODEL="hello_interface_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_function/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_interface_function/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_interface_function/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_function/hello_interface_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_interface_function' -o "out/hello_interface_function/c++03" "$file";\
done
+ for file in "out/hello_interface_function/hello_interface_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_interface_function -o out/hello_interface_function/c++03 out/hello_interface_function/hello_interface_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_interface_function" OUT="out/hello_interface_function"/javascript MODEL="hello_interface_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_function/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_interface_function/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_interface_function/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_function/hello_interface_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_interface_function' -o "out/hello_interface_function/javascript" "$file";\
done
+ for file in "out/hello_interface_function/hello_interface_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_interface_function -o out/hello_interface_function/javascript out/hello_interface_function/hello_interface_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/build-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/execute-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/table
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/traces
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/triangle-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/view
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/build-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/execute-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/triangle-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/build-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/code-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/execute-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/triangle-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/build-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/execute-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_function/triangle-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/convert
convert: [SKIPPED] no DM file "out/hello_import_component/helloworld.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_import_component/hello_import_component.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_import_component" OUT="out/hello_import_component"/c++ MODEL="hello_import_component" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_import_component/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_import_component/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_import_component/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_import_component/*/*.dzn': No such file or directory
set -x; for file in "out/hello_import_component/components.dzn" "out/hello_import_component/hello_import_component.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_import_component' -o "out/hello_import_component/c++" "$file";\
done
+ for file in "out/hello_import_component/components.dzn" "out/hello_import_component/hello_import_component.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_import_component -o out/hello_import_component/c++ out/hello_import_component/components.dzn
+ for file in "out/hello_import_component/components.dzn" "out/hello_import_component/hello_import_component.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_import_component -o out/hello_import_component/c++ out/hello_import_component/hello_import_component.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/build-c++
mkdir -p "out/hello_import_component"/c++ && ln -sf "out/hello_import_component" "out/hello_import_component" && make DIR="out/hello_import_component" LANGUAGE=c++ OUT="out/hello_import_component"/c++ IN="out/hello_import_component"/c++ MAIN="out/hello_import_component/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_import_component/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import_component/c++/main.d -MT 'out/hello_import_component/c++/main.d out/hello_import_component/c++/main.o' -pthread -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import_component/c++/main.o out/hello_import_component/c++/main.cc
mkdir -p out/hello_import_component/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import_component/c++/pump.d -MT 'out/hello_import_component/c++/pump.d out/hello_import_component/c++/pump.o' -pthread -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import_component/c++/pump.o out/hello_import_component/c++/pump.cc
mkdir -p out/hello_import_component/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import_component/c++/hello_import_component.d -MT 'out/hello_import_component/c++/hello_import_component.d out/hello_import_component/c++/hello_import_component.o' -pthread -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import_component/c++/hello_import_component.o out/hello_import_component/c++/hello_import_component.cc
mkdir -p out/hello_import_component/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import_component/c++/runtime.d -MT 'out/hello_import_component/c++/runtime.d out/hello_import_component/c++/runtime.o' -pthread -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import_component/c++/runtime.o out/hello_import_component/c++/runtime.cc
mkdir -p out/hello_import_component/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import_component/c++/components.d -MT 'out/hello_import_component/c++/components.d out/hello_import_component/c++/components.o' -pthread -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import_component/c++/components.o out/hello_import_component/c++/components.cc
mkdir -p out/hello_import_component/c++/
g++ -g -std=c++11 -MMD -MF out/hello_import_component/c++/test -MT 'out/hello_import_component/c++/test out/hello_import_component/c++/test' -pthread -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -Iout/hello_import_component/c++ -Iout/hello_import_component/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_import_component/c++/test out/hello_import_component/c++/main.o out/hello_import_component/c++/pump.o out/hello_import_component/c++/hello_import_component.o out/hello_import_component/c++/runtime.o out/hello_import_component/c++/components.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/execute-c++
timeout 2 diff -uwB out/hello_import_component/helloworld.trace.0 <(set -o pipefail;cat out/hello_import_component/helloworld.trace.0 | "out/hello_import_component"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_import_component/helloworld.trace.0 | "out/hello_import_component"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/run
diff -uwB <(grep -v "" "out/hello_import_component/helloworld.trace.0") <(grep -v "" "out/hello_import_component/helloworld.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=helloworld "out/hello_import_component/hello_import_component.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/triangle-c++
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/verify
mkdir -p "out/hello_import_component"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=helloworld "out/hello_import_component/hello_import_component.dzn" 2>"out/hello_import_component"/verify/"hello_import_component".stderr)";err="$(cat "out/hello_import_component"/verify/"hello_import_component".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_import_component"/verify/"hello_import_component".stderr:; cat "out/hello_import_component"/verify/"hello_import_component".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_import_component" OUT="out/hello_import_component"/c++03 MODEL="hello_import_component" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_import_component/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_import_component/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_import_component/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_import_component/*/*.dzn': No such file or directory
set -x; for file in "out/hello_import_component/components.dzn" "out/hello_import_component/hello_import_component.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_import_component' -o "out/hello_import_component/c++03" "$file";\
done
+ for file in "out/hello_import_component/components.dzn" "out/hello_import_component/hello_import_component.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_import_component -o out/hello_import_component/c++03 out/hello_import_component/components.dzn
+ for file in "out/hello_import_component/components.dzn" "out/hello_import_component/hello_import_component.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_import_component -o out/hello_import_component/c++03 out/hello_import_component/hello_import_component.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/build-c++03
mkdir -p "out/hello_import_component"/c++03 && ln -sf "out/hello_import_component" "out/hello_import_component" && make DIR="out/hello_import_component" LANGUAGE=c++03 OUT="out/hello_import_component"/c++03 IN="out/hello_import_component"/c++03 MAIN="out/hello_import_component/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_import_component/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_import_component/c++03/main.d -MT 'out/hello_import_component/c++03/main.d out/hello_import_component/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import_component/c++03/main.o out/hello_import_component/c++03/main.cc
mkdir -p out/hello_import_component/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_import_component/c++03/pump.d -MT 'out/hello_import_component/c++03/pump.d out/hello_import_component/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import_component/c++03/pump.o out/hello_import_component/c++03/pump.cc
mkdir -p out/hello_import_component/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_import_component/c++03/hello_import_component.d -MT 'out/hello_import_component/c++03/hello_import_component.d out/hello_import_component/c++03/hello_import_component.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import_component/c++03/hello_import_component.o out/hello_import_component/c++03/hello_import_component.cc
mkdir -p out/hello_import_component/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_import_component/c++03/runtime.d -MT 'out/hello_import_component/c++03/runtime.d out/hello_import_component/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import_component/c++03/runtime.o out/hello_import_component/c++03/runtime.cc
mkdir -p out/hello_import_component/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_import_component/c++03/components.d -MT 'out/hello_import_component/c++03/components.d out/hello_import_component/c++03/components.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_import_component/c++03/components.o out/hello_import_component/c++03/components.cc
mkdir -p out/hello_import_component/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_import_component/c++03/test -MT 'out/hello_import_component/c++03/test out/hello_import_component/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -Iout/hello_import_component/c++03 -Iout/hello_import_component/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_import_component/c++03/test out/hello_import_component/c++03/main.o out/hello_import_component/c++03/pump.o out/hello_import_component/c++03/hello_import_component.o out/hello_import_component/c++03/runtime.o out/hello_import_component/c++03/components.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/execute-c++03
timeout 2 diff -uwB out/hello_import_component/helloworld.trace.0 <(set -o pipefail;cat out/hello_import_component/helloworld.trace.0 | "out/hello_import_component"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_import_component/helloworld.trace.0 | "out/hello_import_component"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/triangle-c++03
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_import_component" OUT="out/hello_import_component"/javascript MODEL="hello_import_component" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_import_component/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_import_component/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_import_component/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_import_component/*/*.dzn': No such file or directory
set -x; for file in "out/hello_import_component/components.dzn" "out/hello_import_component/hello_import_component.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_import_component' -o "out/hello_import_component/javascript" "$file";\
done
+ for file in "out/hello_import_component/components.dzn" "out/hello_import_component/hello_import_component.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_import_component -o out/hello_import_component/javascript out/hello_import_component/components.dzn
+ for file in "out/hello_import_component/components.dzn" "out/hello_import_component/hello_import_component.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_import_component -o out/hello_import_component/javascript out/hello_import_component/hello_import_component.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/build-javascript
mkdir -p "out/hello_import_component"/javascript && ln -sf "out/hello_import_component" "out/hello_import_component" && make DIR="out/hello_import_component" LANGUAGE=javascript OUT="out/hello_import_component"/javascript IN="out/hello_import_component"/javascript MAIN="out/hello_import_component/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_import_component/javascript/main.js out/hello_import_component/javascript/test
chmod +x out/hello_import_component/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/execute-javascript
timeout 2 diff -uwB out/hello_import_component/helloworld.trace.0 <(set -o pipefail;cat out/hello_import_component/helloworld.trace.0 | node "out/hello_import_component"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_import_component/helloworld.trace.0 | node "out/hello_import_component"/javascript/test ; echo "E""R""R""O""R"))
/tmp/out/hello_import_component/javascript/dzn/hello_import_component.js:21
this.c = new dzn.helloworld(this._dzn.locator, {parent: this, name: 'c'});
^
TypeError: dzn.helloworld is not a constructor
at new dzn.hello_import_component (/tmp/out/hello_import_component/javascript/dzn/hello_import_component.js:21:12)
at main (/tmp/out/hello_import_component/javascript/test:112:13)
at Object. (/tmp/out/hello_import_component/javascript/test:127:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
--- out/hello_import_component/helloworld.trace.0 2020-08-05 11:55:38.628039934 +0000
+++ /dev/fd/63 2020-08-05 11:56:07.638656370 +0000
@@ -1,4 +1 @@
-h.hello
-w.world
-w.return
-h.return
\ No newline at end of file
+ERROR
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/triangle-javascript
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/table
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/traces
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/view
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/build-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/code-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/execute-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_import_component/triangle-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/convert
convert: [SKIPPED] no DM file "out/hello_inevitable_action/hello_inevitable_action.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_inevitable_action/hello_inevitable_action.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_inevitable_action" OUT="out/hello_inevitable_action"/c++ MODEL="hello_inevitable_action" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_action/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_inevitable_action/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_inevitable_action/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_action/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_action/hello_inevitable_action.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_inevitable_action' -o "out/hello_inevitable_action/c++" "$file";\
done
+ for file in "out/hello_inevitable_action/hello_inevitable_action.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_inevitable_action -o out/hello_inevitable_action/c++ out/hello_inevitable_action/hello_inevitable_action.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/build-c++
mkdir -p "out/hello_inevitable_action"/c++ && ln -sf "out/hello_inevitable_action" "out/hello_inevitable_action" && make DIR="out/hello_inevitable_action" LANGUAGE=c++ OUT="out/hello_inevitable_action"/c++ IN="out/hello_inevitable_action"/c++ MAIN="out/hello_inevitable_action/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_inevitable_action/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_action/c++/main.d -MT 'out/hello_inevitable_action/c++/main.d out/hello_inevitable_action/c++/main.o' -pthread -Iout/hello_inevitable_action/c++ -Iout/hello_inevitable_action/c++/.. -Iout/hello_inevitable_action/c++ -Iout/hello_inevitable_action/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_action/c++/main.o out/hello_inevitable_action/c++/main.cc
mkdir -p out/hello_inevitable_action/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_action/c++/hello_inevitable_action.d -MT 'out/hello_inevitable_action/c++/hello_inevitable_action.d out/hello_inevitable_action/c++/hello_inevitable_action.o' -pthread -Iout/hello_inevitable_action/c++ -Iout/hello_inevitable_action/c++/.. -Iout/hello_inevitable_action/c++ -Iout/hello_inevitable_action/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_action/c++/hello_inevitable_action.o out/hello_inevitable_action/c++/hello_inevitable_action.cc
mkdir -p out/hello_inevitable_action/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_action/c++/pump.d -MT 'out/hello_inevitable_action/c++/pump.d out/hello_inevitable_action/c++/pump.o' -pthread -Iout/hello_inevitable_action/c++ -Iout/hello_inevitable_action/c++/.. -Iout/hello_inevitable_action/c++ -Iout/hello_inevitable_action/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_action/c++/pump.o out/hello_inevitable_action/c++/pump.cc
mkdir -p out/hello_inevitable_action/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_action/c++/runtime.d -MT 'out/hello_inevitable_action/c++/runtime.d out/hello_inevitable_action/c++/runtime.o' -pthread -Iout/hello_inevitable_action/c++ -Iout/hello_inevitable_action/c++/.. -Iout/hello_inevitable_action/c++ -Iout/hello_inevitable_action/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_action/c++/runtime.o out/hello_inevitable_action/c++/runtime.cc
mkdir -p out/hello_inevitable_action/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_action/c++/test -MT 'out/hello_inevitable_action/c++/test out/hello_inevitable_action/c++/test' -pthread -Iout/hello_inevitable_action/c++ -Iout/hello_inevitable_action/c++/.. -Iout/hello_inevitable_action/c++ -Iout/hello_inevitable_action/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_inevitable_action/c++/test out/hello_inevitable_action/c++/main.o out/hello_inevitable_action/c++/hello_inevitable_action.o out/hello_inevitable_action/c++/pump.o out/hello_inevitable_action/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/execute-c++
timeout 2 diff -uwB out/hello_inevitable_action/hello_inevitable_action.trace.0 <(set -o pipefail;cat out/hello_inevitable_action/hello_inevitable_action.trace.0 | "out/hello_inevitable_action"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_action/hello_inevitable_action.trace.0 | "out/hello_inevitable_action"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_inevitable_action/hello_inevitable_action.trace.1 <(set -o pipefail;cat out/hello_inevitable_action/hello_inevitable_action.trace.1 | "out/hello_inevitable_action"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_action/hello_inevitable_action.trace.1 | "out/hello_inevitable_action"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/run
diff -uwB <(grep -v "" "out/hello_inevitable_action/hello_inevitable_action.trace.0") <(grep -v "" "out/hello_inevitable_action/hello_inevitable_action.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_inevitable_action "out/hello_inevitable_action/hello_inevitable_action.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_inevitable_action/hello_inevitable_action.trace.1") <(grep -v "" "out/hello_inevitable_action/hello_inevitable_action.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_inevitable_action "out/hello_inevitable_action/hello_inevitable_action.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/verify
mkdir -p "out/hello_inevitable_action"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_inevitable_action "out/hello_inevitable_action/hello_inevitable_action.dzn" 2>"out/hello_inevitable_action"/verify/"hello_inevitable_action".stderr)";err="$(cat "out/hello_inevitable_action"/verify/"hello_inevitable_action".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_inevitable_action"/verify/"hello_inevitable_action".stderr:; cat "out/hello_inevitable_action"/verify/"hello_inevitable_action".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_inevitable_action" OUT="out/hello_inevitable_action"/c++03 MODEL="hello_inevitable_action" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_action/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_inevitable_action/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_inevitable_action/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_action/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_action/hello_inevitable_action.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_inevitable_action' -o "out/hello_inevitable_action/c++03" "$file";\
done
+ for file in "out/hello_inevitable_action/hello_inevitable_action.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_inevitable_action -o out/hello_inevitable_action/c++03 out/hello_inevitable_action/hello_inevitable_action.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/build-c++03
mkdir -p "out/hello_inevitable_action"/c++03 && ln -sf "out/hello_inevitable_action" "out/hello_inevitable_action" && make DIR="out/hello_inevitable_action" LANGUAGE=c++03 OUT="out/hello_inevitable_action"/c++03 IN="out/hello_inevitable_action"/c++03 MAIN="out/hello_inevitable_action/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_inevitable_action/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_action/c++03/main.d -MT 'out/hello_inevitable_action/c++03/main.d out/hello_inevitable_action/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_action/c++03 -Iout/hello_inevitable_action/c++03/.. -Iout/hello_inevitable_action/c++03 -Iout/hello_inevitable_action/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_action/c++03/main.o out/hello_inevitable_action/c++03/main.cc
mkdir -p out/hello_inevitable_action/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_action/c++03/hello_inevitable_action.d -MT 'out/hello_inevitable_action/c++03/hello_inevitable_action.d out/hello_inevitable_action/c++03/hello_inevitable_action.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_action/c++03 -Iout/hello_inevitable_action/c++03/.. -Iout/hello_inevitable_action/c++03 -Iout/hello_inevitable_action/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_action/c++03/hello_inevitable_action.o out/hello_inevitable_action/c++03/hello_inevitable_action.cc
mkdir -p out/hello_inevitable_action/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_action/c++03/pump.d -MT 'out/hello_inevitable_action/c++03/pump.d out/hello_inevitable_action/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_action/c++03 -Iout/hello_inevitable_action/c++03/.. -Iout/hello_inevitable_action/c++03 -Iout/hello_inevitable_action/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_action/c++03/pump.o out/hello_inevitable_action/c++03/pump.cc
mkdir -p out/hello_inevitable_action/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_action/c++03/runtime.d -MT 'out/hello_inevitable_action/c++03/runtime.d out/hello_inevitable_action/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_action/c++03 -Iout/hello_inevitable_action/c++03/.. -Iout/hello_inevitable_action/c++03 -Iout/hello_inevitable_action/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_action/c++03/runtime.o out/hello_inevitable_action/c++03/runtime.cc
mkdir -p out/hello_inevitable_action/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_action/c++03/test -MT 'out/hello_inevitable_action/c++03/test out/hello_inevitable_action/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_action/c++03 -Iout/hello_inevitable_action/c++03/.. -Iout/hello_inevitable_action/c++03 -Iout/hello_inevitable_action/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_inevitable_action/c++03/test out/hello_inevitable_action/c++03/main.o out/hello_inevitable_action/c++03/hello_inevitable_action.o out/hello_inevitable_action/c++03/pump.o out/hello_inevitable_action/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/execute-c++03
timeout 2 diff -uwB out/hello_inevitable_action/hello_inevitable_action.trace.0 <(set -o pipefail;cat out/hello_inevitable_action/hello_inevitable_action.trace.0 | "out/hello_inevitable_action"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_action/hello_inevitable_action.trace.0 | "out/hello_inevitable_action"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_inevitable_action/hello_inevitable_action.trace.1 <(set -o pipefail;cat out/hello_inevitable_action/hello_inevitable_action.trace.1 | "out/hello_inevitable_action"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_action/hello_inevitable_action.trace.1 | "out/hello_inevitable_action"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_inevitable_action" OUT="out/hello_inevitable_action"/javascript MODEL="hello_inevitable_action" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_action/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_inevitable_action/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_inevitable_action/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_action/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_action/hello_inevitable_action.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_inevitable_action' -o "out/hello_inevitable_action/javascript" "$file";\
done
+ for file in "out/hello_inevitable_action/hello_inevitable_action.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_inevitable_action -o out/hello_inevitable_action/javascript out/hello_inevitable_action/hello_inevitable_action.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/build-javascript
mkdir -p "out/hello_inevitable_action"/javascript && ln -sf "out/hello_inevitable_action" "out/hello_inevitable_action" && make DIR="out/hello_inevitable_action" LANGUAGE=javascript OUT="out/hello_inevitable_action"/javascript IN="out/hello_inevitable_action"/javascript MAIN="out/hello_inevitable_action/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_inevitable_action/javascript/main.js out/hello_inevitable_action/javascript/test
chmod +x out/hello_inevitable_action/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/execute-javascript
timeout 2 diff -uwB out/hello_inevitable_action/hello_inevitable_action.trace.0 <(set -o pipefail;cat out/hello_inevitable_action/hello_inevitable_action.trace.0 | node "out/hello_inevitable_action"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_action/hello_inevitable_action.trace.0 | node "out/hello_inevitable_action"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_inevitable_action/hello_inevitable_action.trace.1 <(set -o pipefail;cat out/hello_inevitable_action/hello_inevitable_action.trace.1 | node "out/hello_inevitable_action"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_action/hello_inevitable_action.trace.1 | node "out/hello_inevitable_action"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_action/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/convert
convert: [SKIPPED] no DM file "out/hello_interface_namespace/ns.hello_interface_namespace.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_interface_namespace" OUT="out/hello_interface_namespace"/c++ MODEL="hello_interface_namespace" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_namespace/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_interface_namespace/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_interface_namespace/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_namespace/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_namespace/hello_interface_namespace.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_interface_namespace' -o "out/hello_interface_namespace/c++" "$file";\
done
+ for file in "out/hello_interface_namespace/hello_interface_namespace.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_interface_namespace -o out/hello_interface_namespace/c++ out/hello_interface_namespace/hello_interface_namespace.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_interface_namespace/hello_interface_namespace.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/run
diff -uwB <(grep -v "" "out/hello_interface_namespace/ns.hello_interface_namespace.trace.0") <(grep -v "" "out/hello_interface_namespace/ns.hello_interface_namespace.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=ns.hello_interface_namespace "out/hello_interface_namespace/hello_interface_namespace.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/verify
mkdir -p "out/hello_interface_namespace"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=ns.hello_interface_namespace "out/hello_interface_namespace/hello_interface_namespace.dzn" 2>"out/hello_interface_namespace"/verify/"hello_interface_namespace".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/hello_interface_namespace"/verify/"hello_interface_namespace"| test ! -s "out/hello_interface_namespace/baseline/verify/hello_interface_namespace"| test ! -s "out/hello_interface_namespace/baseline/verify/hello_interface_namespace".stderr;} || (diff -uwB "out/hello_interface_namespace/baseline/verify/hello_interface_namespace" "out/hello_interface_namespace"/verify/"hello_interface_namespace" && (test ! -s "out/hello_interface_namespace"/verify/"hello_interface_namespace".stderr || (sed -i s,.\r,,g "out/hello_interface_namespace"/verify/"hello_interface_namespace".stderr; diff -u "out/hello_interface_namespace/baseline/verify/hello_interface_namespace".stderr "out/hello_interface_namespace"/verify/"hello_interface_namespace".stderr))) || { echo "out/hello_interface_namespace"/verify/"hello_interface_namespace".stderr:; cat "out/hello_interface_namespace"/verify/"hello_interface_namespace".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_interface_namespace" OUT="out/hello_interface_namespace"/c++03 MODEL="hello_interface_namespace" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_namespace/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_interface_namespace/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_interface_namespace/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_namespace/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_namespace/hello_interface_namespace.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_interface_namespace' -o "out/hello_interface_namespace/c++03" "$file";\
done
+ for file in "out/hello_interface_namespace/hello_interface_namespace.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_interface_namespace -o out/hello_interface_namespace/c++03 out/hello_interface_namespace/hello_interface_namespace.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_interface_namespace" OUT="out/hello_interface_namespace"/javascript MODEL="hello_interface_namespace" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_namespace/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_interface_namespace/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_interface_namespace/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_namespace/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_namespace/hello_interface_namespace.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_interface_namespace' -o "out/hello_interface_namespace/javascript" "$file";\
done
+ for file in "out/hello_interface_namespace/hello_interface_namespace.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_interface_namespace -o out/hello_interface_namespace/javascript out/hello_interface_namespace/hello_interface_namespace.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/build-c++
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/execute-c++
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/table
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/traces
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/triangle-c++
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/view
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/build-c++03
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/execute-c++03
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/triangle-c++03
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/build-c++-msvc11
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/code-c++-msvc11
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/execute-c++-msvc11
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/triangle-c++-msvc11
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/build-javascript
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/execute-javascript
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_namespace/triangle-javascript
interface model, cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/convert
convert: [SKIPPED] no DM file "out/hello_interface_out_only/hello_interface_out_only.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_interface_out_only" OUT="out/hello_interface_out_only"/c++ MODEL="hello_interface_out_only" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_out_only/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_interface_out_only/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_interface_out_only/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_out_only/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_out_only/hello_interface_out_only.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_interface_out_only' -o "out/hello_interface_out_only/c++" "$file";\
done
+ for file in "out/hello_interface_out_only/hello_interface_out_only.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_interface_out_only -o out/hello_interface_out_only/c++ out/hello_interface_out_only/hello_interface_out_only.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_interface_out_only/hello_interface_out_only.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/run
diff -uwB <(grep -v "" "out/hello_interface_out_only/hello_interface_out_only.trace.0") <(grep -v "" "out/hello_interface_out_only/hello_interface_out_only.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_interface_out_only "out/hello_interface_out_only/hello_interface_out_only.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/verify
mkdir -p "out/hello_interface_out_only"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=hello_interface_out_only "out/hello_interface_out_only/hello_interface_out_only.dzn" 2>"out/hello_interface_out_only"/verify/"hello_interface_out_only".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/hello_interface_out_only"/verify/"hello_interface_out_only"| test ! -s "out/hello_interface_out_only/baseline/verify/hello_interface_out_only"| test ! -s "out/hello_interface_out_only/baseline/verify/hello_interface_out_only".stderr;} || (diff -uwB "out/hello_interface_out_only/baseline/verify/hello_interface_out_only" "out/hello_interface_out_only"/verify/"hello_interface_out_only" && (test ! -s "out/hello_interface_out_only"/verify/"hello_interface_out_only".stderr || (sed -i s,.\r,,g "out/hello_interface_out_only"/verify/"hello_interface_out_only".stderr; diff -u "out/hello_interface_out_only/baseline/verify/hello_interface_out_only".stderr "out/hello_interface_out_only"/verify/"hello_interface_out_only".stderr))) || { echo "out/hello_interface_out_only"/verify/"hello_interface_out_only".stderr:; cat "out/hello_interface_out_only"/verify/"hello_interface_out_only".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_interface_out_only" OUT="out/hello_interface_out_only"/c++03 MODEL="hello_interface_out_only" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_out_only/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_interface_out_only/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_interface_out_only/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_out_only/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_out_only/hello_interface_out_only.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_interface_out_only' -o "out/hello_interface_out_only/c++03" "$file";\
done
+ for file in "out/hello_interface_out_only/hello_interface_out_only.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_interface_out_only -o out/hello_interface_out_only/c++03 out/hello_interface_out_only/hello_interface_out_only.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_interface_out_only" OUT="out/hello_interface_out_only"/javascript MODEL="hello_interface_out_only" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_out_only/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_interface_out_only/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_interface_out_only/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_out_only/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_out_only/hello_interface_out_only.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_interface_out_only' -o "out/hello_interface_out_only/javascript" "$file";\
done
+ for file in "out/hello_interface_out_only/hello_interface_out_only.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_interface_out_only -o out/hello_interface_out_only/javascript out/hello_interface_out_only/hello_interface_out_only.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/build-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/execute-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/table
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/traces
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/triangle-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/view
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/build-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/execute-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/triangle-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/build-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/code-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/execute-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/triangle-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/build-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/execute-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_out_only/triangle-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/convert
convert: [SKIPPED] no DM file "out/hello_interface_optional/hello_interface_optional.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_interface_optional" OUT="out/hello_interface_optional"/c++ MODEL="hello_interface_optional" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_optional/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_interface_optional/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_interface_optional/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_optional/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_optional/hello_interface_optional.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_interface_optional' -o "out/hello_interface_optional/c++" "$file";\
done
+ for file in "out/hello_interface_optional/hello_interface_optional.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_interface_optional -o out/hello_interface_optional/c++ out/hello_interface_optional/hello_interface_optional.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_interface_optional/hello_interface_optional.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/run
diff -uwB <(grep -v "" "out/hello_interface_optional/hello_interface_optional.trace.0") <(grep -v "" "out/hello_interface_optional/hello_interface_optional.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_interface_optional "out/hello_interface_optional/hello_interface_optional.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_interface_optional/hello_interface_optional.trace.1") <(grep -v "" "out/hello_interface_optional/hello_interface_optional.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_interface_optional "out/hello_interface_optional/hello_interface_optional.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_interface_optional/hello_interface_optional.trace.2") <(grep -v "" "out/hello_interface_optional/hello_interface_optional.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_interface_optional "out/hello_interface_optional/hello_interface_optional.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/verify
mkdir -p "out/hello_interface_optional"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_interface_optional "out/hello_interface_optional/hello_interface_optional.dzn" 2>"out/hello_interface_optional"/verify/"hello_interface_optional".stderr)";err="$(cat "out/hello_interface_optional"/verify/"hello_interface_optional".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_interface_optional"/verify/"hello_interface_optional".stderr:; cat "out/hello_interface_optional"/verify/"hello_interface_optional".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_interface_optional" OUT="out/hello_interface_optional"/c++03 MODEL="hello_interface_optional" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_optional/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_interface_optional/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_interface_optional/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_optional/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_optional/hello_interface_optional.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_interface_optional' -o "out/hello_interface_optional/c++03" "$file";\
done
+ for file in "out/hello_interface_optional/hello_interface_optional.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_interface_optional -o out/hello_interface_optional/c++03 out/hello_interface_optional/hello_interface_optional.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_interface_optional" OUT="out/hello_interface_optional"/javascript MODEL="hello_interface_optional" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_interface_optional/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_interface_optional/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_interface_optional/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_interface_optional/*/*.dzn': No such file or directory
set -x; for file in "out/hello_interface_optional/hello_interface_optional.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_interface_optional' -o "out/hello_interface_optional/javascript" "$file";\
done
+ for file in "out/hello_interface_optional/hello_interface_optional.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_interface_optional -o out/hello_interface_optional/javascript out/hello_interface_optional/hello_interface_optional.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/build-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/execute-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/table
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/traces
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/triangle-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/view
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/build-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/execute-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/triangle-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/build-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/code-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/execute-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/triangle-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/build-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/execute-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_interface_optional/triangle-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/convert
convert: [SKIPPED] no DM file "out/hello_inevitable_illegal/hello_inevitable_illegal.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_inevitable_illegal/hello_inevitable_illegal.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_inevitable_illegal" OUT="out/hello_inevitable_illegal"/c++ MODEL="hello_inevitable_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_illegal/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_inevitable_illegal/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_inevitable_illegal/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_illegal/hello_inevitable_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_inevitable_illegal' -o "out/hello_inevitable_illegal/c++" "$file";\
done
+ for file in "out/hello_inevitable_illegal/hello_inevitable_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_inevitable_illegal -o out/hello_inevitable_illegal/c++ out/hello_inevitable_illegal/hello_inevitable_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/build-c++
mkdir -p "out/hello_inevitable_illegal"/c++ && ln -sf "out/hello_inevitable_illegal" "out/hello_inevitable_illegal" && make DIR="out/hello_inevitable_illegal" LANGUAGE=c++ OUT="out/hello_inevitable_illegal"/c++ IN="out/hello_inevitable_illegal"/c++ MAIN="out/hello_inevitable_illegal/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_inevitable_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_illegal/c++/main.d -MT 'out/hello_inevitable_illegal/c++/main.d out/hello_inevitable_illegal/c++/main.o' -pthread -Iout/hello_inevitable_illegal/c++ -Iout/hello_inevitable_illegal/c++/.. -Iout/hello_inevitable_illegal/c++ -Iout/hello_inevitable_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_illegal/c++/main.o out/hello_inevitable_illegal/c++/main.cc
mkdir -p out/hello_inevitable_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_illegal/c++/pump.d -MT 'out/hello_inevitable_illegal/c++/pump.d out/hello_inevitable_illegal/c++/pump.o' -pthread -Iout/hello_inevitable_illegal/c++ -Iout/hello_inevitable_illegal/c++/.. -Iout/hello_inevitable_illegal/c++ -Iout/hello_inevitable_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_illegal/c++/pump.o out/hello_inevitable_illegal/c++/pump.cc
mkdir -p out/hello_inevitable_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_illegal/c++/hello_inevitable_illegal.d -MT 'out/hello_inevitable_illegal/c++/hello_inevitable_illegal.d out/hello_inevitable_illegal/c++/hello_inevitable_illegal.o' -pthread -Iout/hello_inevitable_illegal/c++ -Iout/hello_inevitable_illegal/c++/.. -Iout/hello_inevitable_illegal/c++ -Iout/hello_inevitable_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_illegal/c++/hello_inevitable_illegal.o out/hello_inevitable_illegal/c++/hello_inevitable_illegal.cc
mkdir -p out/hello_inevitable_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_illegal/c++/runtime.d -MT 'out/hello_inevitable_illegal/c++/runtime.d out/hello_inevitable_illegal/c++/runtime.o' -pthread -Iout/hello_inevitable_illegal/c++ -Iout/hello_inevitable_illegal/c++/.. -Iout/hello_inevitable_illegal/c++ -Iout/hello_inevitable_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_illegal/c++/runtime.o out/hello_inevitable_illegal/c++/runtime.cc
mkdir -p out/hello_inevitable_illegal/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_illegal/c++/test -MT 'out/hello_inevitable_illegal/c++/test out/hello_inevitable_illegal/c++/test' -pthread -Iout/hello_inevitable_illegal/c++ -Iout/hello_inevitable_illegal/c++/.. -Iout/hello_inevitable_illegal/c++ -Iout/hello_inevitable_illegal/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_inevitable_illegal/c++/test out/hello_inevitable_illegal/c++/main.o out/hello_inevitable_illegal/c++/pump.o out/hello_inevitable_illegal/c++/hello_inevitable_illegal.o out/hello_inevitable_illegal/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/execute-c++
timeout 2 diff -uwB out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0 <(set -o pipefail;cat out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0 | "out/hello_inevitable_illegal"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0 | "out/hello_inevitable_illegal"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/run
diff -uwB <(grep -v "" "out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0") <(grep -v "" "out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_inevitable_illegal "out/hello_inevitable_illegal/hello_inevitable_illegal.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/verify
mkdir -p "out/hello_inevitable_illegal"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_inevitable_illegal "out/hello_inevitable_illegal/hello_inevitable_illegal.dzn" 2>"out/hello_inevitable_illegal"/verify/"hello_inevitable_illegal".stderr)";err="$(cat "out/hello_inevitable_illegal"/verify/"hello_inevitable_illegal".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_inevitable_illegal"/verify/"hello_inevitable_illegal".stderr:; cat "out/hello_inevitable_illegal"/verify/"hello_inevitable_illegal".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_inevitable_illegal" OUT="out/hello_inevitable_illegal"/c++03 MODEL="hello_inevitable_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_illegal/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_inevitable_illegal/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_inevitable_illegal/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_illegal/hello_inevitable_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_inevitable_illegal' -o "out/hello_inevitable_illegal/c++03" "$file";\
done
+ for file in "out/hello_inevitable_illegal/hello_inevitable_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_inevitable_illegal -o out/hello_inevitable_illegal/c++03 out/hello_inevitable_illegal/hello_inevitable_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/build-c++03
mkdir -p "out/hello_inevitable_illegal"/c++03 && ln -sf "out/hello_inevitable_illegal" "out/hello_inevitable_illegal" && make DIR="out/hello_inevitable_illegal" LANGUAGE=c++03 OUT="out/hello_inevitable_illegal"/c++03 IN="out/hello_inevitable_illegal"/c++03 MAIN="out/hello_inevitable_illegal/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_inevitable_illegal/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_illegal/c++03/main.d -MT 'out/hello_inevitable_illegal/c++03/main.d out/hello_inevitable_illegal/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_illegal/c++03 -Iout/hello_inevitable_illegal/c++03/.. -Iout/hello_inevitable_illegal/c++03 -Iout/hello_inevitable_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_illegal/c++03/main.o out/hello_inevitable_illegal/c++03/main.cc
mkdir -p out/hello_inevitable_illegal/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_illegal/c++03/pump.d -MT 'out/hello_inevitable_illegal/c++03/pump.d out/hello_inevitable_illegal/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_illegal/c++03 -Iout/hello_inevitable_illegal/c++03/.. -Iout/hello_inevitable_illegal/c++03 -Iout/hello_inevitable_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_illegal/c++03/pump.o out/hello_inevitable_illegal/c++03/pump.cc
mkdir -p out/hello_inevitable_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_illegal/c++03/hello_inevitable_illegal.d -MT 'out/hello_inevitable_illegal/c++03/hello_inevitable_illegal.d out/hello_inevitable_illegal/c++03/hello_inevitable_illegal.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_illegal/c++03 -Iout/hello_inevitable_illegal/c++03/.. -Iout/hello_inevitable_illegal/c++03 -Iout/hello_inevitable_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_illegal/c++03/hello_inevitable_illegal.o out/hello_inevitable_illegal/c++03/hello_inevitable_illegal.cc
mkdir -p out/hello_inevitable_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_illegal/c++03/runtime.d -MT 'out/hello_inevitable_illegal/c++03/runtime.d out/hello_inevitable_illegal/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_illegal/c++03 -Iout/hello_inevitable_illegal/c++03/.. -Iout/hello_inevitable_illegal/c++03 -Iout/hello_inevitable_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_illegal/c++03/runtime.o out/hello_inevitable_illegal/c++03/runtime.cc
mkdir -p out/hello_inevitable_illegal/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_illegal/c++03/test -MT 'out/hello_inevitable_illegal/c++03/test out/hello_inevitable_illegal/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_illegal/c++03 -Iout/hello_inevitable_illegal/c++03/.. -Iout/hello_inevitable_illegal/c++03 -Iout/hello_inevitable_illegal/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_inevitable_illegal/c++03/test out/hello_inevitable_illegal/c++03/main.o out/hello_inevitable_illegal/c++03/pump.o out/hello_inevitable_illegal/c++03/hello_inevitable_illegal.o out/hello_inevitable_illegal/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/execute-c++03
timeout 2 diff -uwB out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0 <(set -o pipefail;cat out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0 | "out/hello_inevitable_illegal"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0 | "out/hello_inevitable_illegal"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_inevitable_illegal" OUT="out/hello_inevitable_illegal"/javascript MODEL="hello_inevitable_illegal" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_illegal/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_inevitable_illegal/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_inevitable_illegal/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_illegal/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_illegal/hello_inevitable_illegal.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_inevitable_illegal' -o "out/hello_inevitable_illegal/javascript" "$file";\
done
+ for file in "out/hello_inevitable_illegal/hello_inevitable_illegal.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_inevitable_illegal -o out/hello_inevitable_illegal/javascript out/hello_inevitable_illegal/hello_inevitable_illegal.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/build-javascript
mkdir -p "out/hello_inevitable_illegal"/javascript && ln -sf "out/hello_inevitable_illegal" "out/hello_inevitable_illegal" && make DIR="out/hello_inevitable_illegal" LANGUAGE=javascript OUT="out/hello_inevitable_illegal"/javascript IN="out/hello_inevitable_illegal"/javascript MAIN="out/hello_inevitable_illegal/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_inevitable_illegal/javascript/main.js out/hello_inevitable_illegal/javascript/test
chmod +x out/hello_inevitable_illegal/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/execute-javascript
timeout 2 diff -uwB out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0 <(set -o pipefail;cat out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0 | node "out/hello_inevitable_illegal"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_illegal/hello_inevitable_illegal.trace.0 | node "out/hello_inevitable_illegal"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_illegal/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/convert
convert: [SKIPPED] no DM file "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_inevitable_blocking_sync_out" OUT="out/hello_inevitable_blocking_sync_out"/c++ MODEL="hello_inevitable_blocking_sync_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_blocking_sync_out/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_inevitable_blocking_sync_out/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_inevitable_blocking_sync_out/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_blocking_sync_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_inevitable_blocking_sync_out' -o "out/hello_inevitable_blocking_sync_out/c++" "$file";\
done
+ for file in "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_inevitable_blocking_sync_out -o out/hello_inevitable_blocking_sync_out/c++ out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/build-c++
mkdir -p "out/hello_inevitable_blocking_sync_out"/c++ && ln -sf "out/hello_inevitable_blocking_sync_out" "out/hello_inevitable_blocking_sync_out" && make DIR="out/hello_inevitable_blocking_sync_out" LANGUAGE=c++ OUT="out/hello_inevitable_blocking_sync_out"/c++ IN="out/hello_inevitable_blocking_sync_out"/c++ MAIN="out/hello_inevitable_blocking_sync_out/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_inevitable_blocking_sync_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_blocking_sync_out/c++/main.d -MT 'out/hello_inevitable_blocking_sync_out/c++/main.d out/hello_inevitable_blocking_sync_out/c++/main.o' -pthread -Iout/hello_inevitable_blocking_sync_out/c++ -Iout/hello_inevitable_blocking_sync_out/c++/.. -Iout/hello_inevitable_blocking_sync_out/c++ -Iout/hello_inevitable_blocking_sync_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_blocking_sync_out/c++/main.o out/hello_inevitable_blocking_sync_out/c++/main.cc
mkdir -p out/hello_inevitable_blocking_sync_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_blocking_sync_out/c++/hello_inevitable_blocking_sync_out.d -MT 'out/hello_inevitable_blocking_sync_out/c++/hello_inevitable_blocking_sync_out.d out/hello_inevitable_blocking_sync_out/c++/hello_inevitable_blocking_sync_out.o' -pthread -Iout/hello_inevitable_blocking_sync_out/c++ -Iout/hello_inevitable_blocking_sync_out/c++/.. -Iout/hello_inevitable_blocking_sync_out/c++ -Iout/hello_inevitable_blocking_sync_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_blocking_sync_out/c++/hello_inevitable_blocking_sync_out.o out/hello_inevitable_blocking_sync_out/c++/hello_inevitable_blocking_sync_out.cc
mkdir -p out/hello_inevitable_blocking_sync_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_blocking_sync_out/c++/pump.d -MT 'out/hello_inevitable_blocking_sync_out/c++/pump.d out/hello_inevitable_blocking_sync_out/c++/pump.o' -pthread -Iout/hello_inevitable_blocking_sync_out/c++ -Iout/hello_inevitable_blocking_sync_out/c++/.. -Iout/hello_inevitable_blocking_sync_out/c++ -Iout/hello_inevitable_blocking_sync_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_blocking_sync_out/c++/pump.o out/hello_inevitable_blocking_sync_out/c++/pump.cc
mkdir -p out/hello_inevitable_blocking_sync_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_blocking_sync_out/c++/runtime.d -MT 'out/hello_inevitable_blocking_sync_out/c++/runtime.d out/hello_inevitable_blocking_sync_out/c++/runtime.o' -pthread -Iout/hello_inevitable_blocking_sync_out/c++ -Iout/hello_inevitable_blocking_sync_out/c++/.. -Iout/hello_inevitable_blocking_sync_out/c++ -Iout/hello_inevitable_blocking_sync_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_blocking_sync_out/c++/runtime.o out/hello_inevitable_blocking_sync_out/c++/runtime.cc
mkdir -p out/hello_inevitable_blocking_sync_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_blocking_sync_out/c++/test -MT 'out/hello_inevitable_blocking_sync_out/c++/test out/hello_inevitable_blocking_sync_out/c++/test' -pthread -Iout/hello_inevitable_blocking_sync_out/c++ -Iout/hello_inevitable_blocking_sync_out/c++/.. -Iout/hello_inevitable_blocking_sync_out/c++ -Iout/hello_inevitable_blocking_sync_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_inevitable_blocking_sync_out/c++/test out/hello_inevitable_blocking_sync_out/c++/main.o out/hello_inevitable_blocking_sync_out/c++/hello_inevitable_blocking_sync_out.o out/hello_inevitable_blocking_sync_out/c++/pump.o out/hello_inevitable_blocking_sync_out/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/execute-c++
timeout 2 diff -uwB out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0 <(set -o pipefail;cat out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0 | "out/hello_inevitable_blocking_sync_out"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0 | "out/hello_inevitable_blocking_sync_out"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/run
diff -uwB <(grep -v "" "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0") <(grep -v "" "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_inevitable_blocking_sync_out "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/verify
mkdir -p "out/hello_inevitable_blocking_sync_out"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_inevitable_blocking_sync_out "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn" 2>"out/hello_inevitable_blocking_sync_out"/verify/"hello_inevitable_blocking_sync_out".stderr)";err="$(cat "out/hello_inevitable_blocking_sync_out"/verify/"hello_inevitable_blocking_sync_out".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_inevitable_blocking_sync_out"/verify/"hello_inevitable_blocking_sync_out".stderr:; cat "out/hello_inevitable_blocking_sync_out"/verify/"hello_inevitable_blocking_sync_out".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_inevitable_blocking_sync_out" OUT="out/hello_inevitable_blocking_sync_out"/c++03 MODEL="hello_inevitable_blocking_sync_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_blocking_sync_out/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_inevitable_blocking_sync_out/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_inevitable_blocking_sync_out/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_blocking_sync_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_inevitable_blocking_sync_out' -o "out/hello_inevitable_blocking_sync_out/c++03" "$file";\
done
+ for file in "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_inevitable_blocking_sync_out -o out/hello_inevitable_blocking_sync_out/c++03 out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/build-c++03
mkdir -p "out/hello_inevitable_blocking_sync_out"/c++03 && ln -sf "out/hello_inevitable_blocking_sync_out" "out/hello_inevitable_blocking_sync_out" && make DIR="out/hello_inevitable_blocking_sync_out" LANGUAGE=c++03 OUT="out/hello_inevitable_blocking_sync_out"/c++03 IN="out/hello_inevitable_blocking_sync_out"/c++03 MAIN="out/hello_inevitable_blocking_sync_out/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_inevitable_blocking_sync_out/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_blocking_sync_out/c++03/main.d -MT 'out/hello_inevitable_blocking_sync_out/c++03/main.d out/hello_inevitable_blocking_sync_out/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_blocking_sync_out/c++03 -Iout/hello_inevitable_blocking_sync_out/c++03/.. -Iout/hello_inevitable_blocking_sync_out/c++03 -Iout/hello_inevitable_blocking_sync_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_blocking_sync_out/c++03/main.o out/hello_inevitable_blocking_sync_out/c++03/main.cc
mkdir -p out/hello_inevitable_blocking_sync_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_blocking_sync_out/c++03/hello_inevitable_blocking_sync_out.d -MT 'out/hello_inevitable_blocking_sync_out/c++03/hello_inevitable_blocking_sync_out.d out/hello_inevitable_blocking_sync_out/c++03/hello_inevitable_blocking_sync_out.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_blocking_sync_out/c++03 -Iout/hello_inevitable_blocking_sync_out/c++03/.. -Iout/hello_inevitable_blocking_sync_out/c++03 -Iout/hello_inevitable_blocking_sync_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_blocking_sync_out/c++03/hello_inevitable_blocking_sync_out.o out/hello_inevitable_blocking_sync_out/c++03/hello_inevitable_blocking_sync_out.cc
mkdir -p out/hello_inevitable_blocking_sync_out/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_blocking_sync_out/c++03/pump.d -MT 'out/hello_inevitable_blocking_sync_out/c++03/pump.d out/hello_inevitable_blocking_sync_out/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_blocking_sync_out/c++03 -Iout/hello_inevitable_blocking_sync_out/c++03/.. -Iout/hello_inevitable_blocking_sync_out/c++03 -Iout/hello_inevitable_blocking_sync_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_blocking_sync_out/c++03/pump.o out/hello_inevitable_blocking_sync_out/c++03/pump.cc
mkdir -p out/hello_inevitable_blocking_sync_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_blocking_sync_out/c++03/runtime.d -MT 'out/hello_inevitable_blocking_sync_out/c++03/runtime.d out/hello_inevitable_blocking_sync_out/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_blocking_sync_out/c++03 -Iout/hello_inevitable_blocking_sync_out/c++03/.. -Iout/hello_inevitable_blocking_sync_out/c++03 -Iout/hello_inevitable_blocking_sync_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_blocking_sync_out/c++03/runtime.o out/hello_inevitable_blocking_sync_out/c++03/runtime.cc
mkdir -p out/hello_inevitable_blocking_sync_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_blocking_sync_out/c++03/test -MT 'out/hello_inevitable_blocking_sync_out/c++03/test out/hello_inevitable_blocking_sync_out/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_blocking_sync_out/c++03 -Iout/hello_inevitable_blocking_sync_out/c++03/.. -Iout/hello_inevitable_blocking_sync_out/c++03 -Iout/hello_inevitable_blocking_sync_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_inevitable_blocking_sync_out/c++03/test out/hello_inevitable_blocking_sync_out/c++03/main.o out/hello_inevitable_blocking_sync_out/c++03/hello_inevitable_blocking_sync_out.o out/hello_inevitable_blocking_sync_out/c++03/pump.o out/hello_inevitable_blocking_sync_out/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/execute-c++03
timeout 2 diff -uwB out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0 <(set -o pipefail;cat out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0 | "out/hello_inevitable_blocking_sync_out"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0 | "out/hello_inevitable_blocking_sync_out"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_inevitable_blocking_sync_out" OUT="out/hello_inevitable_blocking_sync_out"/javascript MODEL="hello_inevitable_blocking_sync_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_blocking_sync_out/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_inevitable_blocking_sync_out/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_inevitable_blocking_sync_out/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_blocking_sync_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_inevitable_blocking_sync_out' -o "out/hello_inevitable_blocking_sync_out/javascript" "$file";\
done
+ for file in "out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_inevitable_blocking_sync_out -o out/hello_inevitable_blocking_sync_out/javascript out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/build-javascript
mkdir -p "out/hello_inevitable_blocking_sync_out"/javascript && ln -sf "out/hello_inevitable_blocking_sync_out" "out/hello_inevitable_blocking_sync_out" && make DIR="out/hello_inevitable_blocking_sync_out" LANGUAGE=javascript OUT="out/hello_inevitable_blocking_sync_out"/javascript IN="out/hello_inevitable_blocking_sync_out"/javascript MAIN="out/hello_inevitable_blocking_sync_out/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_inevitable_blocking_sync_out/javascript/main.js out/hello_inevitable_blocking_sync_out/javascript/test
chmod +x out/hello_inevitable_blocking_sync_out/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/execute-javascript
timeout 2 diff -uwB out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0 <(set -o pipefail;cat out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0 | node "out/hello_inevitable_blocking_sync_out"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_blocking_sync_out/hello_inevitable_blocking_sync_out.trace.0 | node "out/hello_inevitable_blocking_sync_out"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_blocking_sync_out/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/convert
convert: [SKIPPED] no DM file "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_inevitable_sync_out" OUT="out/hello_inevitable_sync_out"/c++ MODEL="hello_inevitable_sync_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_sync_out/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_inevitable_sync_out/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_inevitable_sync_out/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_sync_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_inevitable_sync_out' -o "out/hello_inevitable_sync_out/c++" "$file";\
done
+ for file in "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_inevitable_sync_out -o out/hello_inevitable_sync_out/c++ out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/build-c++
mkdir -p "out/hello_inevitable_sync_out"/c++ && ln -sf "out/hello_inevitable_sync_out" "out/hello_inevitable_sync_out" && make DIR="out/hello_inevitable_sync_out" LANGUAGE=c++ OUT="out/hello_inevitable_sync_out"/c++ IN="out/hello_inevitable_sync_out"/c++ MAIN="out/hello_inevitable_sync_out/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_inevitable_sync_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_sync_out/c++/main.d -MT 'out/hello_inevitable_sync_out/c++/main.d out/hello_inevitable_sync_out/c++/main.o' -pthread -Iout/hello_inevitable_sync_out/c++ -Iout/hello_inevitable_sync_out/c++/.. -Iout/hello_inevitable_sync_out/c++ -Iout/hello_inevitable_sync_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_sync_out/c++/main.o out/hello_inevitable_sync_out/c++/main.cc
mkdir -p out/hello_inevitable_sync_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_sync_out/c++/hello_inevitable_sync_out.d -MT 'out/hello_inevitable_sync_out/c++/hello_inevitable_sync_out.d out/hello_inevitable_sync_out/c++/hello_inevitable_sync_out.o' -pthread -Iout/hello_inevitable_sync_out/c++ -Iout/hello_inevitable_sync_out/c++/.. -Iout/hello_inevitable_sync_out/c++ -Iout/hello_inevitable_sync_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_sync_out/c++/hello_inevitable_sync_out.o out/hello_inevitable_sync_out/c++/hello_inevitable_sync_out.cc
mkdir -p out/hello_inevitable_sync_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_sync_out/c++/pump.d -MT 'out/hello_inevitable_sync_out/c++/pump.d out/hello_inevitable_sync_out/c++/pump.o' -pthread -Iout/hello_inevitable_sync_out/c++ -Iout/hello_inevitable_sync_out/c++/.. -Iout/hello_inevitable_sync_out/c++ -Iout/hello_inevitable_sync_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_sync_out/c++/pump.o out/hello_inevitable_sync_out/c++/pump.cc
mkdir -p out/hello_inevitable_sync_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_sync_out/c++/runtime.d -MT 'out/hello_inevitable_sync_out/c++/runtime.d out/hello_inevitable_sync_out/c++/runtime.o' -pthread -Iout/hello_inevitable_sync_out/c++ -Iout/hello_inevitable_sync_out/c++/.. -Iout/hello_inevitable_sync_out/c++ -Iout/hello_inevitable_sync_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_sync_out/c++/runtime.o out/hello_inevitable_sync_out/c++/runtime.cc
mkdir -p out/hello_inevitable_sync_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_sync_out/c++/test -MT 'out/hello_inevitable_sync_out/c++/test out/hello_inevitable_sync_out/c++/test' -pthread -Iout/hello_inevitable_sync_out/c++ -Iout/hello_inevitable_sync_out/c++/.. -Iout/hello_inevitable_sync_out/c++ -Iout/hello_inevitable_sync_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_inevitable_sync_out/c++/test out/hello_inevitable_sync_out/c++/main.o out/hello_inevitable_sync_out/c++/hello_inevitable_sync_out.o out/hello_inevitable_sync_out/c++/pump.o out/hello_inevitable_sync_out/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/execute-c++
timeout 2 diff -uwB out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0 <(set -o pipefail;cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0 | "out/hello_inevitable_sync_out"/c++/test --flush |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0 | "out/hello_inevitable_sync_out"/c++/test --flush ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1 <(set -o pipefail;cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1 | "out/hello_inevitable_sync_out"/c++/test --flush |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1 | "out/hello_inevitable_sync_out"/c++/test --flush ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/run
diff -uwB <(grep -v "" "out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0") <(grep -v "" "out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_inevitable_sync_out "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1") <(grep -v "" "out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_inevitable_sync_out "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/triangle-c++
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/verify
mkdir -p "out/hello_inevitable_sync_out"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_inevitable_sync_out "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn" 2>"out/hello_inevitable_sync_out"/verify/"hello_inevitable_sync_out".stderr)";err="$(cat "out/hello_inevitable_sync_out"/verify/"hello_inevitable_sync_out".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_inevitable_sync_out"/verify/"hello_inevitable_sync_out".stderr:; cat "out/hello_inevitable_sync_out"/verify/"hello_inevitable_sync_out".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_inevitable_sync_out" OUT="out/hello_inevitable_sync_out"/c++03 MODEL="hello_inevitable_sync_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_sync_out/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_inevitable_sync_out/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_inevitable_sync_out/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_sync_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_inevitable_sync_out' -o "out/hello_inevitable_sync_out/c++03" "$file";\
done
+ for file in "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_inevitable_sync_out -o out/hello_inevitable_sync_out/c++03 out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/build-c++03
mkdir -p "out/hello_inevitable_sync_out"/c++03 && ln -sf "out/hello_inevitable_sync_out" "out/hello_inevitable_sync_out" && make DIR="out/hello_inevitable_sync_out" LANGUAGE=c++03 OUT="out/hello_inevitable_sync_out"/c++03 IN="out/hello_inevitable_sync_out"/c++03 MAIN="out/hello_inevitable_sync_out/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_inevitable_sync_out/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_sync_out/c++03/main.d -MT 'out/hello_inevitable_sync_out/c++03/main.d out/hello_inevitable_sync_out/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_sync_out/c++03 -Iout/hello_inevitable_sync_out/c++03/.. -Iout/hello_inevitable_sync_out/c++03 -Iout/hello_inevitable_sync_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_sync_out/c++03/main.o out/hello_inevitable_sync_out/c++03/main.cc
mkdir -p out/hello_inevitable_sync_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_sync_out/c++03/hello_inevitable_sync_out.d -MT 'out/hello_inevitable_sync_out/c++03/hello_inevitable_sync_out.d out/hello_inevitable_sync_out/c++03/hello_inevitable_sync_out.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_sync_out/c++03 -Iout/hello_inevitable_sync_out/c++03/.. -Iout/hello_inevitable_sync_out/c++03 -Iout/hello_inevitable_sync_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_sync_out/c++03/hello_inevitable_sync_out.o out/hello_inevitable_sync_out/c++03/hello_inevitable_sync_out.cc
mkdir -p out/hello_inevitable_sync_out/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_inevitable_sync_out/c++03/pump.d -MT 'out/hello_inevitable_sync_out/c++03/pump.d out/hello_inevitable_sync_out/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_sync_out/c++03 -Iout/hello_inevitable_sync_out/c++03/.. -Iout/hello_inevitable_sync_out/c++03 -Iout/hello_inevitable_sync_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_sync_out/c++03/pump.o out/hello_inevitable_sync_out/c++03/pump.cc
mkdir -p out/hello_inevitable_sync_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_sync_out/c++03/runtime.d -MT 'out/hello_inevitable_sync_out/c++03/runtime.d out/hello_inevitable_sync_out/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_sync_out/c++03 -Iout/hello_inevitable_sync_out/c++03/.. -Iout/hello_inevitable_sync_out/c++03 -Iout/hello_inevitable_sync_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_inevitable_sync_out/c++03/runtime.o out/hello_inevitable_sync_out/c++03/runtime.cc
mkdir -p out/hello_inevitable_sync_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_inevitable_sync_out/c++03/test -MT 'out/hello_inevitable_sync_out/c++03/test out/hello_inevitable_sync_out/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_inevitable_sync_out/c++03 -Iout/hello_inevitable_sync_out/c++03/.. -Iout/hello_inevitable_sync_out/c++03 -Iout/hello_inevitable_sync_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_inevitable_sync_out/c++03/test out/hello_inevitable_sync_out/c++03/main.o out/hello_inevitable_sync_out/c++03/hello_inevitable_sync_out.o out/hello_inevitable_sync_out/c++03/pump.o out/hello_inevitable_sync_out/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/execute-c++03
timeout 2 diff -uwB out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0 <(set -o pipefail;cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0 | "out/hello_inevitable_sync_out"/c++03/test --flush |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0 | "out/hello_inevitable_sync_out"/c++03/test --flush ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1 <(set -o pipefail;cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1 | "out/hello_inevitable_sync_out"/c++03/test --flush |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1 | "out/hello_inevitable_sync_out"/c++03/test --flush ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/triangle-c++03
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_inevitable_sync_out" OUT="out/hello_inevitable_sync_out"/javascript MODEL="hello_inevitable_sync_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_inevitable_sync_out/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_inevitable_sync_out/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_inevitable_sync_out/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_inevitable_sync_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_inevitable_sync_out' -o "out/hello_inevitable_sync_out/javascript" "$file";\
done
+ for file in "out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_inevitable_sync_out -o out/hello_inevitable_sync_out/javascript out/hello_inevitable_sync_out/hello_inevitable_sync_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/build-javascript
mkdir -p "out/hello_inevitable_sync_out"/javascript && ln -sf "out/hello_inevitable_sync_out" "out/hello_inevitable_sync_out" && make DIR="out/hello_inevitable_sync_out" LANGUAGE=javascript OUT="out/hello_inevitable_sync_out"/javascript IN="out/hello_inevitable_sync_out"/javascript MAIN="out/hello_inevitable_sync_out/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_inevitable_sync_out/javascript/main.js out/hello_inevitable_sync_out/javascript/test
chmod +x out/hello_inevitable_sync_out/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/execute-javascript
timeout 2 diff -uwB out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0 <(set -o pipefail;cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0 | node "out/hello_inevitable_sync_out"/javascript/test --flush |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.0 | node "out/hello_inevitable_sync_out"/javascript/test --flush ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1 <(set -o pipefail;cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1 | node "out/hello_inevitable_sync_out"/javascript/test --flush |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1 | node "out/hello_inevitable_sync_out"/javascript/test --flush ; echo "E""R""R""O""R"))
--- out/hello_inevitable_sync_out/hello_inevitable_sync_out.trace.1 2020-08-05 11:55:56.749674305 +0000
+++ /dev/fd/63 2020-08-05 11:56:24.644190080 +0000
@@ -4,4 +4,3 @@
w.hello
w.return
h.world
-h.
\ No newline at end of file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/triangle-javascript
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/table
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/traces
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/view
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/build-c++-msvc11
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/code-c++-msvc11
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/execute-c++-msvc11
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_inevitable_sync_out/triangle-c++-msvc11
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/convert
convert: [SKIPPED] no DM file "out/hello_int/hello_int.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_int/hello_int.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_int" OUT="out/hello_int"/c++ MODEL="hello_int" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_int/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_int/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_int/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_int/*/*.dzn': No such file or directory
set -x; for file in "out/hello_int/hello_int.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_int' -o "out/hello_int/c++" "$file";\
done
+ for file in "out/hello_int/hello_int.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_int -o out/hello_int/c++ out/hello_int/hello_int.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/build-c++
mkdir -p "out/hello_int"/c++ && ln -sf "out/hello_int" "out/hello_int" && make DIR="out/hello_int" LANGUAGE=c++ OUT="out/hello_int"/c++ IN="out/hello_int"/c++ MAIN="out/hello_int/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_int/c++/
g++ -g -std=c++11 -MMD -MF out/hello_int/c++/main.d -MT 'out/hello_int/c++/main.d out/hello_int/c++/main.o' -pthread -Iout/hello_int/c++ -Iout/hello_int/c++/.. -Iout/hello_int/c++ -Iout/hello_int/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_int/c++/main.o out/hello_int/c++/main.cc
mkdir -p out/hello_int/c++/
g++ -g -std=c++11 -MMD -MF out/hello_int/c++/pump.d -MT 'out/hello_int/c++/pump.d out/hello_int/c++/pump.o' -pthread -Iout/hello_int/c++ -Iout/hello_int/c++/.. -Iout/hello_int/c++ -Iout/hello_int/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_int/c++/pump.o out/hello_int/c++/pump.cc
mkdir -p out/hello_int/c++/
g++ -g -std=c++11 -MMD -MF out/hello_int/c++/hello_int.d -MT 'out/hello_int/c++/hello_int.d out/hello_int/c++/hello_int.o' -pthread -Iout/hello_int/c++ -Iout/hello_int/c++/.. -Iout/hello_int/c++ -Iout/hello_int/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_int/c++/hello_int.o out/hello_int/c++/hello_int.cc
mkdir -p out/hello_int/c++/
g++ -g -std=c++11 -MMD -MF out/hello_int/c++/runtime.d -MT 'out/hello_int/c++/runtime.d out/hello_int/c++/runtime.o' -pthread -Iout/hello_int/c++ -Iout/hello_int/c++/.. -Iout/hello_int/c++ -Iout/hello_int/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_int/c++/runtime.o out/hello_int/c++/runtime.cc
mkdir -p out/hello_int/c++/
g++ -g -std=c++11 -MMD -MF out/hello_int/c++/test -MT 'out/hello_int/c++/test out/hello_int/c++/test' -pthread -Iout/hello_int/c++ -Iout/hello_int/c++/.. -Iout/hello_int/c++ -Iout/hello_int/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_int/c++/test out/hello_int/c++/main.o out/hello_int/c++/pump.o out/hello_int/c++/hello_int.o out/hello_int/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/execute-c++
timeout 2 diff -uwB out/hello_int/hello_int.trace.0 <(set -o pipefail;cat out/hello_int/hello_int.trace.0 | "out/hello_int"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_int/hello_int.trace.0 | "out/hello_int"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/run
diff -uwB <(grep -v "" "out/hello_int/hello_int.trace.0") <(grep -v "" "out/hello_int/hello_int.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_int "out/hello_int/hello_int.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:56:06.882588182 +0000
+++ /dev/fd/62 2020-08-05 11:56:06.874587459 +0000
@@ -1,4 +1,2 @@
h.hello
w.world
-w.1
-h.1
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/triangle-c++
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/verify
mkdir -p "out/hello_int"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_int "out/hello_int/hello_int.dzn" 2>"out/hello_int"/verify/"hello_int".stderr)";err="$(cat "out/hello_int"/verify/"hello_int".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_int"/verify/"hello_int".stderr:; cat "out/hello_int"/verify/"hello_int".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_int" OUT="out/hello_int"/c++03 MODEL="hello_int" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_int/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_int/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_int/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_int/*/*.dzn': No such file or directory
set -x; for file in "out/hello_int/hello_int.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_int' -o "out/hello_int/c++03" "$file";\
done
+ for file in "out/hello_int/hello_int.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_int -o out/hello_int/c++03 out/hello_int/hello_int.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/build-c++03
mkdir -p "out/hello_int"/c++03 && ln -sf "out/hello_int" "out/hello_int" && make DIR="out/hello_int" LANGUAGE=c++03 OUT="out/hello_int"/c++03 IN="out/hello_int"/c++03 MAIN="out/hello_int/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_int/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_int/c++03/main.d -MT 'out/hello_int/c++03/main.d out/hello_int/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_int/c++03 -Iout/hello_int/c++03/.. -Iout/hello_int/c++03 -Iout/hello_int/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_int/c++03/main.o out/hello_int/c++03/main.cc
mkdir -p out/hello_int/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_int/c++03/pump.d -MT 'out/hello_int/c++03/pump.d out/hello_int/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_int/c++03 -Iout/hello_int/c++03/.. -Iout/hello_int/c++03 -Iout/hello_int/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_int/c++03/pump.o out/hello_int/c++03/pump.cc
mkdir -p out/hello_int/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_int/c++03/hello_int.d -MT 'out/hello_int/c++03/hello_int.d out/hello_int/c++03/hello_int.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_int/c++03 -Iout/hello_int/c++03/.. -Iout/hello_int/c++03 -Iout/hello_int/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_int/c++03/hello_int.o out/hello_int/c++03/hello_int.cc
mkdir -p out/hello_int/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_int/c++03/runtime.d -MT 'out/hello_int/c++03/runtime.d out/hello_int/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_int/c++03 -Iout/hello_int/c++03/.. -Iout/hello_int/c++03 -Iout/hello_int/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_int/c++03/runtime.o out/hello_int/c++03/runtime.cc
mkdir -p out/hello_int/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_int/c++03/test -MT 'out/hello_int/c++03/test out/hello_int/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_int/c++03 -Iout/hello_int/c++03/.. -Iout/hello_int/c++03 -Iout/hello_int/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_int/c++03/test out/hello_int/c++03/main.o out/hello_int/c++03/pump.o out/hello_int/c++03/hello_int.o out/hello_int/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/execute-c++03
timeout 2 diff -uwB out/hello_int/hello_int.trace.0 <(set -o pipefail;cat out/hello_int/hello_int.trace.0 | "out/hello_int"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_int/hello_int.trace.0 | "out/hello_int"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/triangle-c++03
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_int" OUT="out/hello_int"/javascript MODEL="hello_int" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_int/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_int/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_int/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_int/*/*.dzn': No such file or directory
set -x; for file in "out/hello_int/hello_int.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_int' -o "out/hello_int/javascript" "$file";\
done
+ for file in "out/hello_int/hello_int.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_int -o out/hello_int/javascript out/hello_int/hello_int.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/build-javascript
mkdir -p "out/hello_int"/javascript && ln -sf "out/hello_int" "out/hello_int" && make DIR="out/hello_int" LANGUAGE=javascript OUT="out/hello_int"/javascript IN="out/hello_int"/javascript MAIN="out/hello_int/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_int/javascript/main.js out/hello_int/javascript/test
chmod +x out/hello_int/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/execute-javascript
timeout 2 diff -uwB out/hello_int/hello_int.trace.0 <(set -o pipefail;cat out/hello_int/hello_int.trace.0 | node "out/hello_int"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_int/hello_int.trace.0 | node "out/hello_int"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/triangle-javascript
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/table
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/traces
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/view
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/build-c++-msvc11
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/code-c++-msvc11
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/execute-c++-msvc11
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_int/triangle-c++-msvc11
event type construct not supported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/convert
convert: [SKIPPED] no DM file "out/hello_local/hello_local.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_local/hello_local.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_local" OUT="out/hello_local"/c++ MODEL="hello_local" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_local/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_local/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_local/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_local/*/*.dzn': No such file or directory
set -x; for file in "out/hello_local/hello_local.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_local' -o "out/hello_local/c++" "$file";\
done
+ for file in "out/hello_local/hello_local.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_local -o out/hello_local/c++ out/hello_local/hello_local.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/build-c++
mkdir -p "out/hello_local"/c++ && ln -sf "out/hello_local" "out/hello_local" && make DIR="out/hello_local" LANGUAGE=c++ OUT="out/hello_local"/c++ IN="out/hello_local"/c++ MAIN="out/hello_local/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_local/c++/
g++ -g -std=c++11 -MMD -MF out/hello_local/c++/main.d -MT 'out/hello_local/c++/main.d out/hello_local/c++/main.o' -pthread -Iout/hello_local/c++ -Iout/hello_local/c++/.. -Iout/hello_local/c++ -Iout/hello_local/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local/c++/main.o out/hello_local/c++/main.cc
mkdir -p out/hello_local/c++/
g++ -g -std=c++11 -MMD -MF out/hello_local/c++/pump.d -MT 'out/hello_local/c++/pump.d out/hello_local/c++/pump.o' -pthread -Iout/hello_local/c++ -Iout/hello_local/c++/.. -Iout/hello_local/c++ -Iout/hello_local/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local/c++/pump.o out/hello_local/c++/pump.cc
mkdir -p out/hello_local/c++/
g++ -g -std=c++11 -MMD -MF out/hello_local/c++/runtime.d -MT 'out/hello_local/c++/runtime.d out/hello_local/c++/runtime.o' -pthread -Iout/hello_local/c++ -Iout/hello_local/c++/.. -Iout/hello_local/c++ -Iout/hello_local/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local/c++/runtime.o out/hello_local/c++/runtime.cc
mkdir -p out/hello_local/c++/
g++ -g -std=c++11 -MMD -MF out/hello_local/c++/hello_local.d -MT 'out/hello_local/c++/hello_local.d out/hello_local/c++/hello_local.o' -pthread -Iout/hello_local/c++ -Iout/hello_local/c++/.. -Iout/hello_local/c++ -Iout/hello_local/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local/c++/hello_local.o out/hello_local/c++/hello_local.cc
mkdir -p out/hello_local/c++/
g++ -g -std=c++11 -MMD -MF out/hello_local/c++/test -MT 'out/hello_local/c++/test out/hello_local/c++/test' -pthread -Iout/hello_local/c++ -Iout/hello_local/c++/.. -Iout/hello_local/c++ -Iout/hello_local/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_local/c++/test out/hello_local/c++/main.o out/hello_local/c++/pump.o out/hello_local/c++/runtime.o out/hello_local/c++/hello_local.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/execute-c++
timeout 2 diff -uwB out/hello_local/hello_local.trace.0 <(set -o pipefail;cat out/hello_local/hello_local.trace.0 | "out/hello_local"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_local/hello_local.trace.0 | "out/hello_local"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/run
diff -uwB <(grep -v "" "out/hello_local/hello_local.trace.0") <(grep -v "" "out/hello_local/hello_local.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_local "out/hello_local/hello_local.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/verify
mkdir -p "out/hello_local"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_local "out/hello_local/hello_local.dzn" 2>"out/hello_local"/verify/"hello_local".stderr)";err="$(cat "out/hello_local"/verify/"hello_local".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_local"/verify/"hello_local".stderr:; cat "out/hello_local"/verify/"hello_local".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_local" OUT="out/hello_local"/c++03 MODEL="hello_local" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_local/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_local/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_local/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_local/*/*.dzn': No such file or directory
set -x; for file in "out/hello_local/hello_local.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_local' -o "out/hello_local/c++03" "$file";\
done
+ for file in "out/hello_local/hello_local.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_local -o out/hello_local/c++03 out/hello_local/hello_local.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/build-c++03
mkdir -p "out/hello_local"/c++03 && ln -sf "out/hello_local" "out/hello_local" && make DIR="out/hello_local" LANGUAGE=c++03 OUT="out/hello_local"/c++03 IN="out/hello_local"/c++03 MAIN="out/hello_local/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_local/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_local/c++03/main.d -MT 'out/hello_local/c++03/main.d out/hello_local/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_local/c++03 -Iout/hello_local/c++03/.. -Iout/hello_local/c++03 -Iout/hello_local/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local/c++03/main.o out/hello_local/c++03/main.cc
mkdir -p out/hello_local/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_local/c++03/pump.d -MT 'out/hello_local/c++03/pump.d out/hello_local/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_local/c++03 -Iout/hello_local/c++03/.. -Iout/hello_local/c++03 -Iout/hello_local/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local/c++03/pump.o out/hello_local/c++03/pump.cc
mkdir -p out/hello_local/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_local/c++03/runtime.d -MT 'out/hello_local/c++03/runtime.d out/hello_local/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_local/c++03 -Iout/hello_local/c++03/.. -Iout/hello_local/c++03 -Iout/hello_local/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local/c++03/runtime.o out/hello_local/c++03/runtime.cc
mkdir -p out/hello_local/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_local/c++03/hello_local.d -MT 'out/hello_local/c++03/hello_local.d out/hello_local/c++03/hello_local.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_local/c++03 -Iout/hello_local/c++03/.. -Iout/hello_local/c++03 -Iout/hello_local/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local/c++03/hello_local.o out/hello_local/c++03/hello_local.cc
mkdir -p out/hello_local/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_local/c++03/test -MT 'out/hello_local/c++03/test out/hello_local/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_local/c++03 -Iout/hello_local/c++03/.. -Iout/hello_local/c++03 -Iout/hello_local/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_local/c++03/test out/hello_local/c++03/main.o out/hello_local/c++03/pump.o out/hello_local/c++03/runtime.o out/hello_local/c++03/hello_local.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/execute-c++03
timeout 2 diff -uwB out/hello_local/hello_local.trace.0 <(set -o pipefail;cat out/hello_local/hello_local.trace.0 | "out/hello_local"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_local/hello_local.trace.0 | "out/hello_local"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_local" OUT="out/hello_local"/javascript MODEL="hello_local" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_local/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_local/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_local/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_local/*/*.dzn': No such file or directory
set -x; for file in "out/hello_local/hello_local.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_local' -o "out/hello_local/javascript" "$file";\
done
+ for file in "out/hello_local/hello_local.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_local -o out/hello_local/javascript out/hello_local/hello_local.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/build-javascript
mkdir -p "out/hello_local"/javascript && ln -sf "out/hello_local" "out/hello_local" && make DIR="out/hello_local" LANGUAGE=javascript OUT="out/hello_local"/javascript IN="out/hello_local"/javascript MAIN="out/hello_local/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_local/javascript/main.js out/hello_local/javascript/test
chmod +x out/hello_local/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/execute-javascript
timeout 2 diff -uwB out/hello_local/hello_local.trace.0 <(set -o pipefail;cat out/hello_local/hello_local.trace.0 | node "out/hello_local"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_local/hello_local.trace.0 | node "out/hello_local"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/convert
convert: [SKIPPED] no DM file "out/hello_local_assign/hello_local_assign.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_local_assign/hello_local_assign.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_local_assign" OUT="out/hello_local_assign"/c++ MODEL="hello_local_assign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_local_assign/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_local_assign/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_local_assign/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_local_assign/*/*.dzn': No such file or directory
set -x; for file in "out/hello_local_assign/hello_local_assign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_local_assign' -o "out/hello_local_assign/c++" "$file";\
done
+ for file in "out/hello_local_assign/hello_local_assign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_local_assign -o out/hello_local_assign/c++ out/hello_local_assign/hello_local_assign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/build-c++
mkdir -p "out/hello_local_assign"/c++ && ln -sf "out/hello_local_assign" "out/hello_local_assign" && make DIR="out/hello_local_assign" LANGUAGE=c++ OUT="out/hello_local_assign"/c++ IN="out/hello_local_assign"/c++ MAIN="out/hello_local_assign/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_local_assign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_local_assign/c++/main.d -MT 'out/hello_local_assign/c++/main.d out/hello_local_assign/c++/main.o' -pthread -Iout/hello_local_assign/c++ -Iout/hello_local_assign/c++/.. -Iout/hello_local_assign/c++ -Iout/hello_local_assign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local_assign/c++/main.o out/hello_local_assign/c++/main.cc
mkdir -p out/hello_local_assign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_local_assign/c++/pump.d -MT 'out/hello_local_assign/c++/pump.d out/hello_local_assign/c++/pump.o' -pthread -Iout/hello_local_assign/c++ -Iout/hello_local_assign/c++/.. -Iout/hello_local_assign/c++ -Iout/hello_local_assign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local_assign/c++/pump.o out/hello_local_assign/c++/pump.cc
mkdir -p out/hello_local_assign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_local_assign/c++/runtime.d -MT 'out/hello_local_assign/c++/runtime.d out/hello_local_assign/c++/runtime.o' -pthread -Iout/hello_local_assign/c++ -Iout/hello_local_assign/c++/.. -Iout/hello_local_assign/c++ -Iout/hello_local_assign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local_assign/c++/runtime.o out/hello_local_assign/c++/runtime.cc
mkdir -p out/hello_local_assign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_local_assign/c++/hello_local_assign.d -MT 'out/hello_local_assign/c++/hello_local_assign.d out/hello_local_assign/c++/hello_local_assign.o' -pthread -Iout/hello_local_assign/c++ -Iout/hello_local_assign/c++/.. -Iout/hello_local_assign/c++ -Iout/hello_local_assign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local_assign/c++/hello_local_assign.o out/hello_local_assign/c++/hello_local_assign.cc
mkdir -p out/hello_local_assign/c++/
g++ -g -std=c++11 -MMD -MF out/hello_local_assign/c++/test -MT 'out/hello_local_assign/c++/test out/hello_local_assign/c++/test' -pthread -Iout/hello_local_assign/c++ -Iout/hello_local_assign/c++/.. -Iout/hello_local_assign/c++ -Iout/hello_local_assign/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_local_assign/c++/test out/hello_local_assign/c++/main.o out/hello_local_assign/c++/pump.o out/hello_local_assign/c++/runtime.o out/hello_local_assign/c++/hello_local_assign.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/execute-c++
timeout 2 diff -uwB out/hello_local_assign/hello_local_assign.trace.0 <(set -o pipefail;cat out/hello_local_assign/hello_local_assign.trace.0 | "out/hello_local_assign"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_local_assign/hello_local_assign.trace.0 | "out/hello_local_assign"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/run
diff -uwB <(grep -v "" "out/hello_local_assign/hello_local_assign.trace.0") <(grep -v "" "out/hello_local_assign/hello_local_assign.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_local_assign "out/hello_local_assign/hello_local_assign.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/verify
mkdir -p "out/hello_local_assign"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_local_assign "out/hello_local_assign/hello_local_assign.dzn" 2>"out/hello_local_assign"/verify/"hello_local_assign".stderr)";err="$(cat "out/hello_local_assign"/verify/"hello_local_assign".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_local_assign"/verify/"hello_local_assign".stderr:; cat "out/hello_local_assign"/verify/"hello_local_assign".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_local_assign" OUT="out/hello_local_assign"/c++03 MODEL="hello_local_assign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_local_assign/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_local_assign/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_local_assign/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_local_assign/*/*.dzn': No such file or directory
set -x; for file in "out/hello_local_assign/hello_local_assign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_local_assign' -o "out/hello_local_assign/c++03" "$file";\
done
+ for file in "out/hello_local_assign/hello_local_assign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_local_assign -o out/hello_local_assign/c++03 out/hello_local_assign/hello_local_assign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/build-c++03
mkdir -p "out/hello_local_assign"/c++03 && ln -sf "out/hello_local_assign" "out/hello_local_assign" && make DIR="out/hello_local_assign" LANGUAGE=c++03 OUT="out/hello_local_assign"/c++03 IN="out/hello_local_assign"/c++03 MAIN="out/hello_local_assign/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_local_assign/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_local_assign/c++03/main.d -MT 'out/hello_local_assign/c++03/main.d out/hello_local_assign/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_local_assign/c++03 -Iout/hello_local_assign/c++03/.. -Iout/hello_local_assign/c++03 -Iout/hello_local_assign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local_assign/c++03/main.o out/hello_local_assign/c++03/main.cc
mkdir -p out/hello_local_assign/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_local_assign/c++03/pump.d -MT 'out/hello_local_assign/c++03/pump.d out/hello_local_assign/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_local_assign/c++03 -Iout/hello_local_assign/c++03/.. -Iout/hello_local_assign/c++03 -Iout/hello_local_assign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local_assign/c++03/pump.o out/hello_local_assign/c++03/pump.cc
mkdir -p out/hello_local_assign/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_local_assign/c++03/runtime.d -MT 'out/hello_local_assign/c++03/runtime.d out/hello_local_assign/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_local_assign/c++03 -Iout/hello_local_assign/c++03/.. -Iout/hello_local_assign/c++03 -Iout/hello_local_assign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local_assign/c++03/runtime.o out/hello_local_assign/c++03/runtime.cc
mkdir -p out/hello_local_assign/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_local_assign/c++03/hello_local_assign.d -MT 'out/hello_local_assign/c++03/hello_local_assign.d out/hello_local_assign/c++03/hello_local_assign.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_local_assign/c++03 -Iout/hello_local_assign/c++03/.. -Iout/hello_local_assign/c++03 -Iout/hello_local_assign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_local_assign/c++03/hello_local_assign.o out/hello_local_assign/c++03/hello_local_assign.cc
mkdir -p out/hello_local_assign/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_local_assign/c++03/test -MT 'out/hello_local_assign/c++03/test out/hello_local_assign/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_local_assign/c++03 -Iout/hello_local_assign/c++03/.. -Iout/hello_local_assign/c++03 -Iout/hello_local_assign/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_local_assign/c++03/test out/hello_local_assign/c++03/main.o out/hello_local_assign/c++03/pump.o out/hello_local_assign/c++03/runtime.o out/hello_local_assign/c++03/hello_local_assign.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/execute-c++03
timeout 2 diff -uwB out/hello_local_assign/hello_local_assign.trace.0 <(set -o pipefail;cat out/hello_local_assign/hello_local_assign.trace.0 | "out/hello_local_assign"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_local_assign/hello_local_assign.trace.0 | "out/hello_local_assign"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_local_assign" OUT="out/hello_local_assign"/javascript MODEL="hello_local_assign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_local_assign/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_local_assign/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_local_assign/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_local_assign/*/*.dzn': No such file or directory
set -x; for file in "out/hello_local_assign/hello_local_assign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_local_assign' -o "out/hello_local_assign/javascript" "$file";\
done
+ for file in "out/hello_local_assign/hello_local_assign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_local_assign -o out/hello_local_assign/javascript out/hello_local_assign/hello_local_assign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/build-javascript
mkdir -p "out/hello_local_assign"/javascript && ln -sf "out/hello_local_assign" "out/hello_local_assign" && make DIR="out/hello_local_assign" LANGUAGE=javascript OUT="out/hello_local_assign"/javascript IN="out/hello_local_assign"/javascript MAIN="out/hello_local_assign/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_local_assign/javascript/main.js out/hello_local_assign/javascript/test
chmod +x out/hello_local_assign/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/execute-javascript
timeout 2 diff -uwB out/hello_local_assign/hello_local_assign.trace.0 <(set -o pipefail;cat out/hello_local_assign/hello_local_assign.trace.0 | node "out/hello_local_assign"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_local_assign/hello_local_assign.trace.0 | node "out/hello_local_assign"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_local_assign/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/convert
convert: [SKIPPED] no DM file "out/hello_multiple_out/hello_multiple_out.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_multiple_out/hello_multiple_out.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_multiple_out" OUT="out/hello_multiple_out"/c++ MODEL="hello_multiple_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_multiple_out/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_multiple_out/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_multiple_out/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_multiple_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_multiple_out/hello_multiple_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_multiple_out' -o "out/hello_multiple_out/c++" "$file";\
done
+ for file in "out/hello_multiple_out/hello_multiple_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_multiple_out -o out/hello_multiple_out/c++ out/hello_multiple_out/hello_multiple_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/build-c++
mkdir -p "out/hello_multiple_out"/c++ && ln -sf "out/hello_multiple_out" "out/hello_multiple_out" && make DIR="out/hello_multiple_out" LANGUAGE=c++ OUT="out/hello_multiple_out"/c++ IN="out/hello_multiple_out"/c++ MAIN="out/hello_multiple_out/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_multiple_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_out/c++/main.d -MT 'out/hello_multiple_out/c++/main.d out/hello_multiple_out/c++/main.o' -pthread -Iout/hello_multiple_out/c++ -Iout/hello_multiple_out/c++/.. -Iout/hello_multiple_out/c++ -Iout/hello_multiple_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_out/c++/main.o out/hello_multiple_out/c++/main.cc
mkdir -p out/hello_multiple_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_out/c++/hello_multiple_out.d -MT 'out/hello_multiple_out/c++/hello_multiple_out.d out/hello_multiple_out/c++/hello_multiple_out.o' -pthread -Iout/hello_multiple_out/c++ -Iout/hello_multiple_out/c++/.. -Iout/hello_multiple_out/c++ -Iout/hello_multiple_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_out/c++/hello_multiple_out.o out/hello_multiple_out/c++/hello_multiple_out.cc
mkdir -p out/hello_multiple_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_out/c++/pump.d -MT 'out/hello_multiple_out/c++/pump.d out/hello_multiple_out/c++/pump.o' -pthread -Iout/hello_multiple_out/c++ -Iout/hello_multiple_out/c++/.. -Iout/hello_multiple_out/c++ -Iout/hello_multiple_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_out/c++/pump.o out/hello_multiple_out/c++/pump.cc
mkdir -p out/hello_multiple_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_out/c++/runtime.d -MT 'out/hello_multiple_out/c++/runtime.d out/hello_multiple_out/c++/runtime.o' -pthread -Iout/hello_multiple_out/c++ -Iout/hello_multiple_out/c++/.. -Iout/hello_multiple_out/c++ -Iout/hello_multiple_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_out/c++/runtime.o out/hello_multiple_out/c++/runtime.cc
mkdir -p out/hello_multiple_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_out/c++/test -MT 'out/hello_multiple_out/c++/test out/hello_multiple_out/c++/test' -pthread -Iout/hello_multiple_out/c++ -Iout/hello_multiple_out/c++/.. -Iout/hello_multiple_out/c++ -Iout/hello_multiple_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_multiple_out/c++/test out/hello_multiple_out/c++/main.o out/hello_multiple_out/c++/hello_multiple_out.o out/hello_multiple_out/c++/pump.o out/hello_multiple_out/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/execute-c++
timeout 2 diff -uwB out/hello_multiple_out/hello_multiple_out.trace.0 <(set -o pipefail;cat out/hello_multiple_out/hello_multiple_out.trace.0 | "out/hello_multiple_out"/c++/test --flush |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_out/hello_multiple_out.trace.0 | "out/hello_multiple_out"/c++/test --flush ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/run
diff -uwB <(grep -v "" "out/hello_multiple_out/hello_multiple_out.trace.0") <(grep -v "" "out/hello_multiple_out/hello_multiple_out.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_out "out/hello_multiple_out/hello_multiple_out.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/triangle-c++
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/verify
mkdir -p "out/hello_multiple_out"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_multiple_out "out/hello_multiple_out/hello_multiple_out.dzn" 2>"out/hello_multiple_out"/verify/"hello_multiple_out".stderr)";err="$(cat "out/hello_multiple_out"/verify/"hello_multiple_out".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_multiple_out"/verify/"hello_multiple_out".stderr:; cat "out/hello_multiple_out"/verify/"hello_multiple_out".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_multiple_out" OUT="out/hello_multiple_out"/c++03 MODEL="hello_multiple_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_multiple_out/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_multiple_out/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_multiple_out/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_multiple_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_multiple_out/hello_multiple_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_multiple_out' -o "out/hello_multiple_out/c++03" "$file";\
done
+ for file in "out/hello_multiple_out/hello_multiple_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_multiple_out -o out/hello_multiple_out/c++03 out/hello_multiple_out/hello_multiple_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/build-c++03
mkdir -p "out/hello_multiple_out"/c++03 && ln -sf "out/hello_multiple_out" "out/hello_multiple_out" && make DIR="out/hello_multiple_out" LANGUAGE=c++03 OUT="out/hello_multiple_out"/c++03 IN="out/hello_multiple_out"/c++03 MAIN="out/hello_multiple_out/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_multiple_out/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_out/c++03/main.d -MT 'out/hello_multiple_out/c++03/main.d out/hello_multiple_out/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_out/c++03 -Iout/hello_multiple_out/c++03/.. -Iout/hello_multiple_out/c++03 -Iout/hello_multiple_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_out/c++03/main.o out/hello_multiple_out/c++03/main.cc
mkdir -p out/hello_multiple_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_multiple_out/c++03/hello_multiple_out.d -MT 'out/hello_multiple_out/c++03/hello_multiple_out.d out/hello_multiple_out/c++03/hello_multiple_out.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_out/c++03 -Iout/hello_multiple_out/c++03/.. -Iout/hello_multiple_out/c++03 -Iout/hello_multiple_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_out/c++03/hello_multiple_out.o out/hello_multiple_out/c++03/hello_multiple_out.cc
mkdir -p out/hello_multiple_out/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_out/c++03/pump.d -MT 'out/hello_multiple_out/c++03/pump.d out/hello_multiple_out/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_out/c++03 -Iout/hello_multiple_out/c++03/.. -Iout/hello_multiple_out/c++03 -Iout/hello_multiple_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_out/c++03/pump.o out/hello_multiple_out/c++03/pump.cc
mkdir -p out/hello_multiple_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_multiple_out/c++03/runtime.d -MT 'out/hello_multiple_out/c++03/runtime.d out/hello_multiple_out/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_out/c++03 -Iout/hello_multiple_out/c++03/.. -Iout/hello_multiple_out/c++03 -Iout/hello_multiple_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_out/c++03/runtime.o out/hello_multiple_out/c++03/runtime.cc
mkdir -p out/hello_multiple_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_multiple_out/c++03/test -MT 'out/hello_multiple_out/c++03/test out/hello_multiple_out/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_out/c++03 -Iout/hello_multiple_out/c++03/.. -Iout/hello_multiple_out/c++03 -Iout/hello_multiple_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_multiple_out/c++03/test out/hello_multiple_out/c++03/main.o out/hello_multiple_out/c++03/hello_multiple_out.o out/hello_multiple_out/c++03/pump.o out/hello_multiple_out/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/execute-c++03
timeout 2 diff -uwB out/hello_multiple_out/hello_multiple_out.trace.0 <(set -o pipefail;cat out/hello_multiple_out/hello_multiple_out.trace.0 | "out/hello_multiple_out"/c++03/test --flush |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_out/hello_multiple_out.trace.0 | "out/hello_multiple_out"/c++03/test --flush ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/triangle-c++03
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_multiple_out" OUT="out/hello_multiple_out"/javascript MODEL="hello_multiple_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_multiple_out/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_multiple_out/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_multiple_out/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_multiple_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_multiple_out/hello_multiple_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_multiple_out' -o "out/hello_multiple_out/javascript" "$file";\
done
+ for file in "out/hello_multiple_out/hello_multiple_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_multiple_out -o out/hello_multiple_out/javascript out/hello_multiple_out/hello_multiple_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/build-javascript
mkdir -p "out/hello_multiple_out"/javascript && ln -sf "out/hello_multiple_out" "out/hello_multiple_out" && make DIR="out/hello_multiple_out" LANGUAGE=javascript OUT="out/hello_multiple_out"/javascript IN="out/hello_multiple_out"/javascript MAIN="out/hello_multiple_out/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_multiple_out/javascript/main.js out/hello_multiple_out/javascript/test
chmod +x out/hello_multiple_out/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/execute-javascript
timeout 2 diff -uwB out/hello_multiple_out/hello_multiple_out.trace.0 <(set -o pipefail;cat out/hello_multiple_out/hello_multiple_out.trace.0 | node "out/hello_multiple_out"/javascript/test --flush |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_out/hello_multiple_out.trace.0 | node "out/hello_multiple_out"/javascript/test --flush ; echo "E""R""R""O""R"))
--- out/hello_multiple_out/hello_multiple_out.trace.0 2020-08-05 11:56:15.775390213 +0000
+++ /dev/fd/63 2020-08-05 11:56:40.209593908 +0000
@@ -7,4 +7,3 @@
w.
h.cruel
h.world
-h.
\ No newline at end of file
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/triangle-javascript
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/table
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/traces
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/view
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/build-c++-msvc11
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/code-c++-msvc11
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/execute-c++-msvc11
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_out/triangle-c++-msvc11
flush not suported
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/convert
convert: [SKIPPED] no DM file "out/hello_multiple_provides/hello_multiple_provides.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_multiple_provides/hello_multiple_provides.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_multiple_provides" OUT="out/hello_multiple_provides"/c++ MODEL="hello_multiple_provides" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_multiple_provides/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_multiple_provides/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_multiple_provides/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_multiple_provides/*/*.dzn': No such file or directory
set -x; for file in "out/hello_multiple_provides/hello_multiple_provides.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_multiple_provides' -o "out/hello_multiple_provides/c++" "$file";\
done
+ for file in "out/hello_multiple_provides/hello_multiple_provides.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_multiple_provides -o out/hello_multiple_provides/c++ out/hello_multiple_provides/hello_multiple_provides.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/build-c++
mkdir -p "out/hello_multiple_provides"/c++ && ln -sf "out/hello_multiple_provides" "out/hello_multiple_provides" && make DIR="out/hello_multiple_provides" LANGUAGE=c++ OUT="out/hello_multiple_provides"/c++ IN="out/hello_multiple_provides"/c++ MAIN="out/hello_multiple_provides/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_multiple_provides/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides/c++/main.d -MT 'out/hello_multiple_provides/c++/main.d out/hello_multiple_provides/c++/main.o' -pthread -Iout/hello_multiple_provides/c++ -Iout/hello_multiple_provides/c++/.. -Iout/hello_multiple_provides/c++ -Iout/hello_multiple_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides/c++/main.o out/hello_multiple_provides/c++/main.cc
mkdir -p out/hello_multiple_provides/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides/c++/pump.d -MT 'out/hello_multiple_provides/c++/pump.d out/hello_multiple_provides/c++/pump.o' -pthread -Iout/hello_multiple_provides/c++ -Iout/hello_multiple_provides/c++/.. -Iout/hello_multiple_provides/c++ -Iout/hello_multiple_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides/c++/pump.o out/hello_multiple_provides/c++/pump.cc
mkdir -p out/hello_multiple_provides/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides/c++/hello_multiple_provides.d -MT 'out/hello_multiple_provides/c++/hello_multiple_provides.d out/hello_multiple_provides/c++/hello_multiple_provides.o' -pthread -Iout/hello_multiple_provides/c++ -Iout/hello_multiple_provides/c++/.. -Iout/hello_multiple_provides/c++ -Iout/hello_multiple_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides/c++/hello_multiple_provides.o out/hello_multiple_provides/c++/hello_multiple_provides.cc
mkdir -p out/hello_multiple_provides/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides/c++/runtime.d -MT 'out/hello_multiple_provides/c++/runtime.d out/hello_multiple_provides/c++/runtime.o' -pthread -Iout/hello_multiple_provides/c++ -Iout/hello_multiple_provides/c++/.. -Iout/hello_multiple_provides/c++ -Iout/hello_multiple_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides/c++/runtime.o out/hello_multiple_provides/c++/runtime.cc
mkdir -p out/hello_multiple_provides/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides/c++/test -MT 'out/hello_multiple_provides/c++/test out/hello_multiple_provides/c++/test' -pthread -Iout/hello_multiple_provides/c++ -Iout/hello_multiple_provides/c++/.. -Iout/hello_multiple_provides/c++ -Iout/hello_multiple_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_multiple_provides/c++/test out/hello_multiple_provides/c++/main.o out/hello_multiple_provides/c++/pump.o out/hello_multiple_provides/c++/hello_multiple_provides.o out/hello_multiple_provides/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/execute-c++
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.0 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.0 | "out/hello_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.0 | "out/hello_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.1 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.1 | "out/hello_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.1 | "out/hello_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.2 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.2 | "out/hello_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.2 | "out/hello_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.3 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.3 | "out/hello_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.3 | "out/hello_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.4 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.4 | "out/hello_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.4 | "out/hello_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.5 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.5 | "out/hello_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.5 | "out/hello_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.6 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.6 | "out/hello_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.6 | "out/hello_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.7 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.7 | "out/hello_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.7 | "out/hello_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.8 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.8 | "out/hello_multiple_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.8 | "out/hello_multiple_provides"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/run
diff -uwB <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.0") <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides "out/hello_multiple_provides/hello_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.1") <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides "out/hello_multiple_provides/hello_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.2") <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides "out/hello_multiple_provides/hello_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.3") <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides "out/hello_multiple_provides/hello_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.4") <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.4"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides "out/hello_multiple_provides/hello_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.5") <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.5"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides "out/hello_multiple_provides/hello_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.6") <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.6"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides "out/hello_multiple_provides/hello_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.7") <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.7"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides "out/hello_multiple_provides/hello_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.8") <(grep -v "" "out/hello_multiple_provides/hello_multiple_provides.trace.8"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides "out/hello_multiple_provides/hello_multiple_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/verify
mkdir -p "out/hello_multiple_provides"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_multiple_provides "out/hello_multiple_provides/hello_multiple_provides.dzn" 2>"out/hello_multiple_provides"/verify/"hello_multiple_provides".stderr)";err="$(cat "out/hello_multiple_provides"/verify/"hello_multiple_provides".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_multiple_provides"/verify/"hello_multiple_provides".stderr:; cat "out/hello_multiple_provides"/verify/"hello_multiple_provides".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_multiple_provides" OUT="out/hello_multiple_provides"/c++03 MODEL="hello_multiple_provides" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_multiple_provides/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_multiple_provides/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_multiple_provides/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_multiple_provides/*/*.dzn': No such file or directory
set -x; for file in "out/hello_multiple_provides/hello_multiple_provides.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_multiple_provides' -o "out/hello_multiple_provides/c++03" "$file";\
done
+ for file in "out/hello_multiple_provides/hello_multiple_provides.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_multiple_provides -o out/hello_multiple_provides/c++03 out/hello_multiple_provides/hello_multiple_provides.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/build-c++03
mkdir -p "out/hello_multiple_provides"/c++03 && ln -sf "out/hello_multiple_provides" "out/hello_multiple_provides" && make DIR="out/hello_multiple_provides" LANGUAGE=c++03 OUT="out/hello_multiple_provides"/c++03 IN="out/hello_multiple_provides"/c++03 MAIN="out/hello_multiple_provides/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_multiple_provides/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides/c++03/main.d -MT 'out/hello_multiple_provides/c++03/main.d out/hello_multiple_provides/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_provides/c++03 -Iout/hello_multiple_provides/c++03/.. -Iout/hello_multiple_provides/c++03 -Iout/hello_multiple_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides/c++03/main.o out/hello_multiple_provides/c++03/main.cc
mkdir -p out/hello_multiple_provides/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides/c++03/pump.d -MT 'out/hello_multiple_provides/c++03/pump.d out/hello_multiple_provides/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_provides/c++03 -Iout/hello_multiple_provides/c++03/.. -Iout/hello_multiple_provides/c++03 -Iout/hello_multiple_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides/c++03/pump.o out/hello_multiple_provides/c++03/pump.cc
mkdir -p out/hello_multiple_provides/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_multiple_provides/c++03/hello_multiple_provides.d -MT 'out/hello_multiple_provides/c++03/hello_multiple_provides.d out/hello_multiple_provides/c++03/hello_multiple_provides.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_provides/c++03 -Iout/hello_multiple_provides/c++03/.. -Iout/hello_multiple_provides/c++03 -Iout/hello_multiple_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides/c++03/hello_multiple_provides.o out/hello_multiple_provides/c++03/hello_multiple_provides.cc
mkdir -p out/hello_multiple_provides/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_multiple_provides/c++03/runtime.d -MT 'out/hello_multiple_provides/c++03/runtime.d out/hello_multiple_provides/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_provides/c++03 -Iout/hello_multiple_provides/c++03/.. -Iout/hello_multiple_provides/c++03 -Iout/hello_multiple_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides/c++03/runtime.o out/hello_multiple_provides/c++03/runtime.cc
mkdir -p out/hello_multiple_provides/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_multiple_provides/c++03/test -MT 'out/hello_multiple_provides/c++03/test out/hello_multiple_provides/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_provides/c++03 -Iout/hello_multiple_provides/c++03/.. -Iout/hello_multiple_provides/c++03 -Iout/hello_multiple_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_multiple_provides/c++03/test out/hello_multiple_provides/c++03/main.o out/hello_multiple_provides/c++03/pump.o out/hello_multiple_provides/c++03/hello_multiple_provides.o out/hello_multiple_provides/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/execute-c++03
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.0 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.0 | "out/hello_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.0 | "out/hello_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.1 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.1 | "out/hello_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.1 | "out/hello_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.2 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.2 | "out/hello_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.2 | "out/hello_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.3 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.3 | "out/hello_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.3 | "out/hello_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.4 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.4 | "out/hello_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.4 | "out/hello_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.5 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.5 | "out/hello_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.5 | "out/hello_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.6 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.6 | "out/hello_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.6 | "out/hello_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.7 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.7 | "out/hello_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.7 | "out/hello_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.8 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.8 | "out/hello_multiple_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.8 | "out/hello_multiple_provides"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_multiple_provides" OUT="out/hello_multiple_provides"/javascript MODEL="hello_multiple_provides" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_multiple_provides/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_multiple_provides/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_multiple_provides/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_multiple_provides/*/*.dzn': No such file or directory
set -x; for file in "out/hello_multiple_provides/hello_multiple_provides.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_multiple_provides' -o "out/hello_multiple_provides/javascript" "$file";\
done
+ for file in "out/hello_multiple_provides/hello_multiple_provides.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_multiple_provides -o out/hello_multiple_provides/javascript out/hello_multiple_provides/hello_multiple_provides.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/build-javascript
mkdir -p "out/hello_multiple_provides"/javascript && ln -sf "out/hello_multiple_provides" "out/hello_multiple_provides" && make DIR="out/hello_multiple_provides" LANGUAGE=javascript OUT="out/hello_multiple_provides"/javascript IN="out/hello_multiple_provides"/javascript MAIN="out/hello_multiple_provides/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_multiple_provides/javascript/main.js out/hello_multiple_provides/javascript/test
chmod +x out/hello_multiple_provides/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/execute-javascript
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.0 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.0 | node "out/hello_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.0 | node "out/hello_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.1 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.1 | node "out/hello_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.1 | node "out/hello_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.2 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.2 | node "out/hello_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.2 | node "out/hello_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.3 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.3 | node "out/hello_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.3 | node "out/hello_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.4 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.4 | node "out/hello_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.4 | node "out/hello_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.5 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.5 | node "out/hello_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.5 | node "out/hello_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.6 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.6 | node "out/hello_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.6 | node "out/hello_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.7 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.7 | node "out/hello_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.7 | node "out/hello_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides/hello_multiple_provides.trace.8 <(set -o pipefail;cat out/hello_multiple_provides/hello_multiple_provides.trace.8 | node "out/hello_multiple_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides/hello_multiple_provides.trace.8 | node "out/hello_multiple_provides"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/convert
convert: [SKIPPED] no DM file "out/hello_namespace_enum/hello_namespace_enum.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_namespace_enum/hello_namespace_enum.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_namespace_enum" OUT="out/hello_namespace_enum"/c++ MODEL="hello_namespace_enum" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_namespace_enum/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_namespace_enum/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_namespace_enum/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_namespace_enum/*/*.dzn': No such file or directory
set -x; for file in "out/hello_namespace_enum/hello_namespace_enum.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_namespace_enum' -o "out/hello_namespace_enum/c++" "$file";\
done
+ for file in "out/hello_namespace_enum/hello_namespace_enum.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_namespace_enum -o out/hello_namespace_enum/c++ out/hello_namespace_enum/hello_namespace_enum.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/build-c++
mkdir -p "out/hello_namespace_enum"/c++ && ln -sf "out/hello_namespace_enum" "out/hello_namespace_enum" && make DIR="out/hello_namespace_enum" LANGUAGE=c++ OUT="out/hello_namespace_enum"/c++ IN="out/hello_namespace_enum"/c++ MAIN="out/hello_namespace_enum/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_namespace_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_namespace_enum/c++/main.d -MT 'out/hello_namespace_enum/c++/main.d out/hello_namespace_enum/c++/main.o' -pthread -Iout/hello_namespace_enum/c++ -Iout/hello_namespace_enum/c++/.. -Iout/hello_namespace_enum/c++ -Iout/hello_namespace_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_namespace_enum/c++/main.o out/hello_namespace_enum/c++/main.cc
mkdir -p out/hello_namespace_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_namespace_enum/c++/hello_namespace_enum.d -MT 'out/hello_namespace_enum/c++/hello_namespace_enum.d out/hello_namespace_enum/c++/hello_namespace_enum.o' -pthread -Iout/hello_namespace_enum/c++ -Iout/hello_namespace_enum/c++/.. -Iout/hello_namespace_enum/c++ -Iout/hello_namespace_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_namespace_enum/c++/hello_namespace_enum.o out/hello_namespace_enum/c++/hello_namespace_enum.cc
mkdir -p out/hello_namespace_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_namespace_enum/c++/pump.d -MT 'out/hello_namespace_enum/c++/pump.d out/hello_namespace_enum/c++/pump.o' -pthread -Iout/hello_namespace_enum/c++ -Iout/hello_namespace_enum/c++/.. -Iout/hello_namespace_enum/c++ -Iout/hello_namespace_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_namespace_enum/c++/pump.o out/hello_namespace_enum/c++/pump.cc
mkdir -p out/hello_namespace_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_namespace_enum/c++/runtime.d -MT 'out/hello_namespace_enum/c++/runtime.d out/hello_namespace_enum/c++/runtime.o' -pthread -Iout/hello_namespace_enum/c++ -Iout/hello_namespace_enum/c++/.. -Iout/hello_namespace_enum/c++ -Iout/hello_namespace_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_namespace_enum/c++/runtime.o out/hello_namespace_enum/c++/runtime.cc
mkdir -p out/hello_namespace_enum/c++/
g++ -g -std=c++11 -MMD -MF out/hello_namespace_enum/c++/test -MT 'out/hello_namespace_enum/c++/test out/hello_namespace_enum/c++/test' -pthread -Iout/hello_namespace_enum/c++ -Iout/hello_namespace_enum/c++/.. -Iout/hello_namespace_enum/c++ -Iout/hello_namespace_enum/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_namespace_enum/c++/test out/hello_namespace_enum/c++/main.o out/hello_namespace_enum/c++/hello_namespace_enum.o out/hello_namespace_enum/c++/pump.o out/hello_namespace_enum/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/execute-c++
timeout 2 diff -uwB out/hello_namespace_enum/hello_namespace_enum.trace.0 <(set -o pipefail;cat out/hello_namespace_enum/hello_namespace_enum.trace.0 | "out/hello_namespace_enum"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_namespace_enum/hello_namespace_enum.trace.0 | "out/hello_namespace_enum"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/run
diff -uwB <(grep -v "" "out/hello_namespace_enum/hello_namespace_enum.trace.0") <(grep -v "" "out/hello_namespace_enum/hello_namespace_enum.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_namespace_enum "out/hello_namespace_enum/hello_namespace_enum.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/verify
mkdir -p "out/hello_namespace_enum"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_namespace_enum "out/hello_namespace_enum/hello_namespace_enum.dzn" 2>"out/hello_namespace_enum"/verify/"hello_namespace_enum".stderr)";err="$(cat "out/hello_namespace_enum"/verify/"hello_namespace_enum".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_namespace_enum"/verify/"hello_namespace_enum".stderr:; cat "out/hello_namespace_enum"/verify/"hello_namespace_enum".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_namespace_enum" OUT="out/hello_namespace_enum"/c++03 MODEL="hello_namespace_enum" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_namespace_enum/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_namespace_enum/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_namespace_enum/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_namespace_enum/*/*.dzn': No such file or directory
set -x; for file in "out/hello_namespace_enum/hello_namespace_enum.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_namespace_enum' -o "out/hello_namespace_enum/c++03" "$file";\
done
+ for file in "out/hello_namespace_enum/hello_namespace_enum.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_namespace_enum -o out/hello_namespace_enum/c++03 out/hello_namespace_enum/hello_namespace_enum.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/build-c++03
mkdir -p "out/hello_namespace_enum"/c++03 && ln -sf "out/hello_namespace_enum" "out/hello_namespace_enum" && make DIR="out/hello_namespace_enum" LANGUAGE=c++03 OUT="out/hello_namespace_enum"/c++03 IN="out/hello_namespace_enum"/c++03 MAIN="out/hello_namespace_enum/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_namespace_enum/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_namespace_enum/c++03/main.d -MT 'out/hello_namespace_enum/c++03/main.d out/hello_namespace_enum/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_namespace_enum/c++03 -Iout/hello_namespace_enum/c++03/.. -Iout/hello_namespace_enum/c++03 -Iout/hello_namespace_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_namespace_enum/c++03/main.o out/hello_namespace_enum/c++03/main.cc
mkdir -p out/hello_namespace_enum/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_namespace_enum/c++03/hello_namespace_enum.d -MT 'out/hello_namespace_enum/c++03/hello_namespace_enum.d out/hello_namespace_enum/c++03/hello_namespace_enum.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_namespace_enum/c++03 -Iout/hello_namespace_enum/c++03/.. -Iout/hello_namespace_enum/c++03 -Iout/hello_namespace_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_namespace_enum/c++03/hello_namespace_enum.o out/hello_namespace_enum/c++03/hello_namespace_enum.cc
mkdir -p out/hello_namespace_enum/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_namespace_enum/c++03/pump.d -MT 'out/hello_namespace_enum/c++03/pump.d out/hello_namespace_enum/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_namespace_enum/c++03 -Iout/hello_namespace_enum/c++03/.. -Iout/hello_namespace_enum/c++03 -Iout/hello_namespace_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_namespace_enum/c++03/pump.o out/hello_namespace_enum/c++03/pump.cc
mkdir -p out/hello_namespace_enum/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_namespace_enum/c++03/runtime.d -MT 'out/hello_namespace_enum/c++03/runtime.d out/hello_namespace_enum/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_namespace_enum/c++03 -Iout/hello_namespace_enum/c++03/.. -Iout/hello_namespace_enum/c++03 -Iout/hello_namespace_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_namespace_enum/c++03/runtime.o out/hello_namespace_enum/c++03/runtime.cc
mkdir -p out/hello_namespace_enum/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_namespace_enum/c++03/test -MT 'out/hello_namespace_enum/c++03/test out/hello_namespace_enum/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_namespace_enum/c++03 -Iout/hello_namespace_enum/c++03/.. -Iout/hello_namespace_enum/c++03 -Iout/hello_namespace_enum/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_namespace_enum/c++03/test out/hello_namespace_enum/c++03/main.o out/hello_namespace_enum/c++03/hello_namespace_enum.o out/hello_namespace_enum/c++03/pump.o out/hello_namespace_enum/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/execute-c++03
timeout 2 diff -uwB out/hello_namespace_enum/hello_namespace_enum.trace.0 <(set -o pipefail;cat out/hello_namespace_enum/hello_namespace_enum.trace.0 | "out/hello_namespace_enum"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_namespace_enum/hello_namespace_enum.trace.0 | "out/hello_namespace_enum"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_namespace_enum" OUT="out/hello_namespace_enum"/javascript MODEL="hello_namespace_enum" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_namespace_enum/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_namespace_enum/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_namespace_enum/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_namespace_enum/*/*.dzn': No such file or directory
set -x; for file in "out/hello_namespace_enum/hello_namespace_enum.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_namespace_enum' -o "out/hello_namespace_enum/javascript" "$file";\
done
+ for file in "out/hello_namespace_enum/hello_namespace_enum.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_namespace_enum -o out/hello_namespace_enum/javascript out/hello_namespace_enum/hello_namespace_enum.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/build-javascript
mkdir -p "out/hello_namespace_enum"/javascript && ln -sf "out/hello_namespace_enum" "out/hello_namespace_enum" && make DIR="out/hello_namespace_enum" LANGUAGE=javascript OUT="out/hello_namespace_enum"/javascript IN="out/hello_namespace_enum"/javascript MAIN="out/hello_namespace_enum/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_namespace_enum/javascript/main.js out/hello_namespace_enum/javascript/test
chmod +x out/hello_namespace_enum/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/execute-javascript
timeout 2 diff -uwB out/hello_namespace_enum/hello_namespace_enum.trace.0 <(set -o pipefail;cat out/hello_namespace_enum/hello_namespace_enum.trace.0 | node "out/hello_namespace_enum"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_namespace_enum/hello_namespace_enum.trace.0 | node "out/hello_namespace_enum"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_namespace_enum/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/convert
convert: [SKIPPED] no DM file "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_multiple_provides_requires" OUT="out/hello_multiple_provides_requires"/c++ MODEL="hello_multiple_provides_requires" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_multiple_provides_requires/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_multiple_provides_requires/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_multiple_provides_requires/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_multiple_provides_requires/*/*.dzn': No such file or directory
set -x; for file in "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_multiple_provides_requires' -o "out/hello_multiple_provides_requires/c++" "$file";\
done
+ for file in "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_multiple_provides_requires -o out/hello_multiple_provides_requires/c++ out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/build-c++
mkdir -p "out/hello_multiple_provides_requires"/c++ && ln -sf "out/hello_multiple_provides_requires" "out/hello_multiple_provides_requires" && make DIR="out/hello_multiple_provides_requires" LANGUAGE=c++ OUT="out/hello_multiple_provides_requires"/c++ IN="out/hello_multiple_provides_requires"/c++ MAIN="out/hello_multiple_provides_requires/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_multiple_provides_requires/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides_requires/c++/main.d -MT 'out/hello_multiple_provides_requires/c++/main.d out/hello_multiple_provides_requires/c++/main.o' -pthread -Iout/hello_multiple_provides_requires/c++ -Iout/hello_multiple_provides_requires/c++/.. -Iout/hello_multiple_provides_requires/c++ -Iout/hello_multiple_provides_requires/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides_requires/c++/main.o out/hello_multiple_provides_requires/c++/main.cc
mkdir -p out/hello_multiple_provides_requires/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides_requires/c++/hello_multiple_provides_requires.d -MT 'out/hello_multiple_provides_requires/c++/hello_multiple_provides_requires.d out/hello_multiple_provides_requires/c++/hello_multiple_provides_requires.o' -pthread -Iout/hello_multiple_provides_requires/c++ -Iout/hello_multiple_provides_requires/c++/.. -Iout/hello_multiple_provides_requires/c++ -Iout/hello_multiple_provides_requires/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides_requires/c++/hello_multiple_provides_requires.o out/hello_multiple_provides_requires/c++/hello_multiple_provides_requires.cc
mkdir -p out/hello_multiple_provides_requires/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides_requires/c++/pump.d -MT 'out/hello_multiple_provides_requires/c++/pump.d out/hello_multiple_provides_requires/c++/pump.o' -pthread -Iout/hello_multiple_provides_requires/c++ -Iout/hello_multiple_provides_requires/c++/.. -Iout/hello_multiple_provides_requires/c++ -Iout/hello_multiple_provides_requires/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides_requires/c++/pump.o out/hello_multiple_provides_requires/c++/pump.cc
mkdir -p out/hello_multiple_provides_requires/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides_requires/c++/runtime.d -MT 'out/hello_multiple_provides_requires/c++/runtime.d out/hello_multiple_provides_requires/c++/runtime.o' -pthread -Iout/hello_multiple_provides_requires/c++ -Iout/hello_multiple_provides_requires/c++/.. -Iout/hello_multiple_provides_requires/c++ -Iout/hello_multiple_provides_requires/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides_requires/c++/runtime.o out/hello_multiple_provides_requires/c++/runtime.cc
mkdir -p out/hello_multiple_provides_requires/c++/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides_requires/c++/test -MT 'out/hello_multiple_provides_requires/c++/test out/hello_multiple_provides_requires/c++/test' -pthread -Iout/hello_multiple_provides_requires/c++ -Iout/hello_multiple_provides_requires/c++/.. -Iout/hello_multiple_provides_requires/c++ -Iout/hello_multiple_provides_requires/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_multiple_provides_requires/c++/test out/hello_multiple_provides_requires/c++/main.o out/hello_multiple_provides_requires/c++/hello_multiple_provides_requires.o out/hello_multiple_provides_requires/c++/pump.o out/hello_multiple_provides_requires/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/execute-c++
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0 | "out/hello_multiple_provides_requires"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0 | "out/hello_multiple_provides_requires"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1 | "out/hello_multiple_provides_requires"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1 | "out/hello_multiple_provides_requires"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2 | "out/hello_multiple_provides_requires"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2 | "out/hello_multiple_provides_requires"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3 | "out/hello_multiple_provides_requires"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3 | "out/hello_multiple_provides_requires"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/run
diff -uwB <(grep -v "" "out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0") <(grep -v "" "out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides_requires "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1") <(grep -v "" "out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides_requires "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2") <(grep -v "" "out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides_requires "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3") <(grep -v "" "out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_multiple_provides_requires "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/verify
mkdir -p "out/hello_multiple_provides_requires"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_multiple_provides_requires "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn" 2>"out/hello_multiple_provides_requires"/verify/"hello_multiple_provides_requires".stderr)";err="$(cat "out/hello_multiple_provides_requires"/verify/"hello_multiple_provides_requires".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_multiple_provides_requires"/verify/"hello_multiple_provides_requires".stderr:; cat "out/hello_multiple_provides_requires"/verify/"hello_multiple_provides_requires".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_multiple_provides_requires" OUT="out/hello_multiple_provides_requires"/c++03 MODEL="hello_multiple_provides_requires" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_multiple_provides_requires/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_multiple_provides_requires/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_multiple_provides_requires/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_multiple_provides_requires/*/*.dzn': No such file or directory
set -x; for file in "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_multiple_provides_requires' -o "out/hello_multiple_provides_requires/c++03" "$file";\
done
+ for file in "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_multiple_provides_requires -o out/hello_multiple_provides_requires/c++03 out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/build-c++03
mkdir -p "out/hello_multiple_provides_requires"/c++03 && ln -sf "out/hello_multiple_provides_requires" "out/hello_multiple_provides_requires" && make DIR="out/hello_multiple_provides_requires" LANGUAGE=c++03 OUT="out/hello_multiple_provides_requires"/c++03 IN="out/hello_multiple_provides_requires"/c++03 MAIN="out/hello_multiple_provides_requires/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_multiple_provides_requires/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides_requires/c++03/main.d -MT 'out/hello_multiple_provides_requires/c++03/main.d out/hello_multiple_provides_requires/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_provides_requires/c++03 -Iout/hello_multiple_provides_requires/c++03/.. -Iout/hello_multiple_provides_requires/c++03 -Iout/hello_multiple_provides_requires/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides_requires/c++03/main.o out/hello_multiple_provides_requires/c++03/main.cc
mkdir -p out/hello_multiple_provides_requires/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_multiple_provides_requires/c++03/hello_multiple_provides_requires.d -MT 'out/hello_multiple_provides_requires/c++03/hello_multiple_provides_requires.d out/hello_multiple_provides_requires/c++03/hello_multiple_provides_requires.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_provides_requires/c++03 -Iout/hello_multiple_provides_requires/c++03/.. -Iout/hello_multiple_provides_requires/c++03 -Iout/hello_multiple_provides_requires/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides_requires/c++03/hello_multiple_provides_requires.o out/hello_multiple_provides_requires/c++03/hello_multiple_provides_requires.cc
mkdir -p out/hello_multiple_provides_requires/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_multiple_provides_requires/c++03/pump.d -MT 'out/hello_multiple_provides_requires/c++03/pump.d out/hello_multiple_provides_requires/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_provides_requires/c++03 -Iout/hello_multiple_provides_requires/c++03/.. -Iout/hello_multiple_provides_requires/c++03 -Iout/hello_multiple_provides_requires/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides_requires/c++03/pump.o out/hello_multiple_provides_requires/c++03/pump.cc
mkdir -p out/hello_multiple_provides_requires/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_multiple_provides_requires/c++03/runtime.d -MT 'out/hello_multiple_provides_requires/c++03/runtime.d out/hello_multiple_provides_requires/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_provides_requires/c++03 -Iout/hello_multiple_provides_requires/c++03/.. -Iout/hello_multiple_provides_requires/c++03 -Iout/hello_multiple_provides_requires/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_multiple_provides_requires/c++03/runtime.o out/hello_multiple_provides_requires/c++03/runtime.cc
mkdir -p out/hello_multiple_provides_requires/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_multiple_provides_requires/c++03/test -MT 'out/hello_multiple_provides_requires/c++03/test out/hello_multiple_provides_requires/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_multiple_provides_requires/c++03 -Iout/hello_multiple_provides_requires/c++03/.. -Iout/hello_multiple_provides_requires/c++03 -Iout/hello_multiple_provides_requires/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_multiple_provides_requires/c++03/test out/hello_multiple_provides_requires/c++03/main.o out/hello_multiple_provides_requires/c++03/hello_multiple_provides_requires.o out/hello_multiple_provides_requires/c++03/pump.o out/hello_multiple_provides_requires/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/execute-c++03
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0 | "out/hello_multiple_provides_requires"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0 | "out/hello_multiple_provides_requires"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1 | "out/hello_multiple_provides_requires"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1 | "out/hello_multiple_provides_requires"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2 | "out/hello_multiple_provides_requires"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2 | "out/hello_multiple_provides_requires"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3 | "out/hello_multiple_provides_requires"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3 | "out/hello_multiple_provides_requires"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_multiple_provides_requires" OUT="out/hello_multiple_provides_requires"/javascript MODEL="hello_multiple_provides_requires" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_multiple_provides_requires/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_multiple_provides_requires/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_multiple_provides_requires/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_multiple_provides_requires/*/*.dzn': No such file or directory
set -x; for file in "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_multiple_provides_requires' -o "out/hello_multiple_provides_requires/javascript" "$file";\
done
+ for file in "out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_multiple_provides_requires -o out/hello_multiple_provides_requires/javascript out/hello_multiple_provides_requires/hello_multiple_provides_requires.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/build-javascript
mkdir -p "out/hello_multiple_provides_requires"/javascript && ln -sf "out/hello_multiple_provides_requires" "out/hello_multiple_provides_requires" && make DIR="out/hello_multiple_provides_requires" LANGUAGE=javascript OUT="out/hello_multiple_provides_requires"/javascript IN="out/hello_multiple_provides_requires"/javascript MAIN="out/hello_multiple_provides_requires/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_multiple_provides_requires/javascript/main.js out/hello_multiple_provides_requires/javascript/test
chmod +x out/hello_multiple_provides_requires/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/execute-javascript
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0 | node "out/hello_multiple_provides_requires"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.0 | node "out/hello_multiple_provides_requires"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1 | node "out/hello_multiple_provides_requires"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.1 | node "out/hello_multiple_provides_requires"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2 | node "out/hello_multiple_provides_requires"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.2 | node "out/hello_multiple_provides_requires"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3 <(set -o pipefail;cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3 | node "out/hello_multiple_provides_requires"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_multiple_provides_requires/hello_multiple_provides_requires.trace.3 | node "out/hello_multiple_provides_requires"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_multiple_provides_requires/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/convert
convert: [SKIPPED] no DM file "out/hello_otherwise/hello_otherwise.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_otherwise/hello_otherwise.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_otherwise" OUT="out/hello_otherwise"/c++ MODEL="hello_otherwise" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_otherwise/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_otherwise/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_otherwise/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_otherwise/*/*.dzn': No such file or directory
set -x; for file in "out/hello_otherwise/hello_otherwise.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_otherwise' -o "out/hello_otherwise/c++" "$file";\
done
+ for file in "out/hello_otherwise/hello_otherwise.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_otherwise -o out/hello_otherwise/c++ out/hello_otherwise/hello_otherwise.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/build-c++
mkdir -p "out/hello_otherwise"/c++ && ln -sf "out/hello_otherwise" "out/hello_otherwise" && make DIR="out/hello_otherwise" LANGUAGE=c++ OUT="out/hello_otherwise"/c++ IN="out/hello_otherwise"/c++ MAIN="out/hello_otherwise/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_otherwise/c++/
g++ -g -std=c++11 -MMD -MF out/hello_otherwise/c++/main.d -MT 'out/hello_otherwise/c++/main.d out/hello_otherwise/c++/main.o' -pthread -Iout/hello_otherwise/c++ -Iout/hello_otherwise/c++/.. -Iout/hello_otherwise/c++ -Iout/hello_otherwise/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_otherwise/c++/main.o out/hello_otherwise/c++/main.cc
mkdir -p out/hello_otherwise/c++/
g++ -g -std=c++11 -MMD -MF out/hello_otherwise/c++/pump.d -MT 'out/hello_otherwise/c++/pump.d out/hello_otherwise/c++/pump.o' -pthread -Iout/hello_otherwise/c++ -Iout/hello_otherwise/c++/.. -Iout/hello_otherwise/c++ -Iout/hello_otherwise/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_otherwise/c++/pump.o out/hello_otherwise/c++/pump.cc
mkdir -p out/hello_otherwise/c++/
g++ -g -std=c++11 -MMD -MF out/hello_otherwise/c++/runtime.d -MT 'out/hello_otherwise/c++/runtime.d out/hello_otherwise/c++/runtime.o' -pthread -Iout/hello_otherwise/c++ -Iout/hello_otherwise/c++/.. -Iout/hello_otherwise/c++ -Iout/hello_otherwise/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_otherwise/c++/runtime.o out/hello_otherwise/c++/runtime.cc
mkdir -p out/hello_otherwise/c++/
g++ -g -std=c++11 -MMD -MF out/hello_otherwise/c++/hello_otherwise.d -MT 'out/hello_otherwise/c++/hello_otherwise.d out/hello_otherwise/c++/hello_otherwise.o' -pthread -Iout/hello_otherwise/c++ -Iout/hello_otherwise/c++/.. -Iout/hello_otherwise/c++ -Iout/hello_otherwise/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_otherwise/c++/hello_otherwise.o out/hello_otherwise/c++/hello_otherwise.cc
mkdir -p out/hello_otherwise/c++/
g++ -g -std=c++11 -MMD -MF out/hello_otherwise/c++/test -MT 'out/hello_otherwise/c++/test out/hello_otherwise/c++/test' -pthread -Iout/hello_otherwise/c++ -Iout/hello_otherwise/c++/.. -Iout/hello_otherwise/c++ -Iout/hello_otherwise/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_otherwise/c++/test out/hello_otherwise/c++/main.o out/hello_otherwise/c++/pump.o out/hello_otherwise/c++/runtime.o out/hello_otherwise/c++/hello_otherwise.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/execute-c++
timeout 2 diff -uwB out/hello_otherwise/hello_otherwise.trace.0 <(set -o pipefail;cat out/hello_otherwise/hello_otherwise.trace.0 | "out/hello_otherwise"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_otherwise/hello_otherwise.trace.0 | "out/hello_otherwise"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/run
diff -uwB <(grep -v "" "out/hello_otherwise/hello_otherwise.trace.0") <(grep -v "" "out/hello_otherwise/hello_otherwise.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_otherwise "out/hello_otherwise/hello_otherwise.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/verify
mkdir -p "out/hello_otherwise"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_otherwise "out/hello_otherwise/hello_otherwise.dzn" 2>"out/hello_otherwise"/verify/"hello_otherwise".stderr)";err="$(cat "out/hello_otherwise"/verify/"hello_otherwise".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_otherwise"/verify/"hello_otherwise".stderr:; cat "out/hello_otherwise"/verify/"hello_otherwise".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_otherwise" OUT="out/hello_otherwise"/c++03 MODEL="hello_otherwise" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_otherwise/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_otherwise/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_otherwise/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_otherwise/*/*.dzn': No such file or directory
set -x; for file in "out/hello_otherwise/hello_otherwise.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_otherwise' -o "out/hello_otherwise/c++03" "$file";\
done
+ for file in "out/hello_otherwise/hello_otherwise.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_otherwise -o out/hello_otherwise/c++03 out/hello_otherwise/hello_otherwise.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/build-c++03
mkdir -p "out/hello_otherwise"/c++03 && ln -sf "out/hello_otherwise" "out/hello_otherwise" && make DIR="out/hello_otherwise" LANGUAGE=c++03 OUT="out/hello_otherwise"/c++03 IN="out/hello_otherwise"/c++03 MAIN="out/hello_otherwise/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_otherwise/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_otherwise/c++03/main.d -MT 'out/hello_otherwise/c++03/main.d out/hello_otherwise/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_otherwise/c++03 -Iout/hello_otherwise/c++03/.. -Iout/hello_otherwise/c++03 -Iout/hello_otherwise/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_otherwise/c++03/main.o out/hello_otherwise/c++03/main.cc
mkdir -p out/hello_otherwise/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_otherwise/c++03/pump.d -MT 'out/hello_otherwise/c++03/pump.d out/hello_otherwise/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_otherwise/c++03 -Iout/hello_otherwise/c++03/.. -Iout/hello_otherwise/c++03 -Iout/hello_otherwise/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_otherwise/c++03/pump.o out/hello_otherwise/c++03/pump.cc
mkdir -p out/hello_otherwise/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_otherwise/c++03/runtime.d -MT 'out/hello_otherwise/c++03/runtime.d out/hello_otherwise/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_otherwise/c++03 -Iout/hello_otherwise/c++03/.. -Iout/hello_otherwise/c++03 -Iout/hello_otherwise/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_otherwise/c++03/runtime.o out/hello_otherwise/c++03/runtime.cc
mkdir -p out/hello_otherwise/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_otherwise/c++03/hello_otherwise.d -MT 'out/hello_otherwise/c++03/hello_otherwise.d out/hello_otherwise/c++03/hello_otherwise.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_otherwise/c++03 -Iout/hello_otherwise/c++03/.. -Iout/hello_otherwise/c++03 -Iout/hello_otherwise/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_otherwise/c++03/hello_otherwise.o out/hello_otherwise/c++03/hello_otherwise.cc
mkdir -p out/hello_otherwise/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_otherwise/c++03/test -MT 'out/hello_otherwise/c++03/test out/hello_otherwise/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_otherwise/c++03 -Iout/hello_otherwise/c++03/.. -Iout/hello_otherwise/c++03 -Iout/hello_otherwise/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_otherwise/c++03/test out/hello_otherwise/c++03/main.o out/hello_otherwise/c++03/pump.o out/hello_otherwise/c++03/runtime.o out/hello_otherwise/c++03/hello_otherwise.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/execute-c++03
timeout 2 diff -uwB out/hello_otherwise/hello_otherwise.trace.0 <(set -o pipefail;cat out/hello_otherwise/hello_otherwise.trace.0 | "out/hello_otherwise"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_otherwise/hello_otherwise.trace.0 | "out/hello_otherwise"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_otherwise" OUT="out/hello_otherwise"/javascript MODEL="hello_otherwise" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_otherwise/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_otherwise/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_otherwise/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_otherwise/*/*.dzn': No such file or directory
set -x; for file in "out/hello_otherwise/hello_otherwise.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_otherwise' -o "out/hello_otherwise/javascript" "$file";\
done
+ for file in "out/hello_otherwise/hello_otherwise.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_otherwise -o out/hello_otherwise/javascript out/hello_otherwise/hello_otherwise.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/build-javascript
mkdir -p "out/hello_otherwise"/javascript && ln -sf "out/hello_otherwise" "out/hello_otherwise" && make DIR="out/hello_otherwise" LANGUAGE=javascript OUT="out/hello_otherwise"/javascript IN="out/hello_otherwise"/javascript MAIN="out/hello_otherwise/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_otherwise/javascript/main.js out/hello_otherwise/javascript/test
chmod +x out/hello_otherwise/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/execute-javascript
timeout 2 diff -uwB out/hello_otherwise/hello_otherwise.trace.0 <(set -o pipefail;cat out/hello_otherwise/hello_otherwise.trace.0 | node "out/hello_otherwise"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_otherwise/hello_otherwise.trace.0 | node "out/hello_otherwise"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_otherwise/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/convert
convert: [SKIPPED] no DM file "out/hello_optional/hello_optional.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_optional/hello_optional.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_optional" OUT="out/hello_optional"/c++ MODEL="hello_optional" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_optional/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_optional/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_optional/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_optional/*/*.dzn': No such file or directory
set -x; for file in "out/hello_optional/hello_optional.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_optional' -o "out/hello_optional/c++" "$file";\
done
+ for file in "out/hello_optional/hello_optional.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_optional -o out/hello_optional/c++ out/hello_optional/hello_optional.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/build-c++
mkdir -p "out/hello_optional"/c++ && ln -sf "out/hello_optional" "out/hello_optional" && make DIR="out/hello_optional" LANGUAGE=c++ OUT="out/hello_optional"/c++ IN="out/hello_optional"/c++ MAIN="out/hello_optional/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_optional/c++/
g++ -g -std=c++11 -MMD -MF out/hello_optional/c++/main.d -MT 'out/hello_optional/c++/main.d out/hello_optional/c++/main.o' -pthread -Iout/hello_optional/c++ -Iout/hello_optional/c++/.. -Iout/hello_optional/c++ -Iout/hello_optional/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_optional/c++/main.o out/hello_optional/c++/main.cc
mkdir -p out/hello_optional/c++/
g++ -g -std=c++11 -MMD -MF out/hello_optional/c++/pump.d -MT 'out/hello_optional/c++/pump.d out/hello_optional/c++/pump.o' -pthread -Iout/hello_optional/c++ -Iout/hello_optional/c++/.. -Iout/hello_optional/c++ -Iout/hello_optional/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_optional/c++/pump.o out/hello_optional/c++/pump.cc
mkdir -p out/hello_optional/c++/
g++ -g -std=c++11 -MMD -MF out/hello_optional/c++/hello_optional.d -MT 'out/hello_optional/c++/hello_optional.d out/hello_optional/c++/hello_optional.o' -pthread -Iout/hello_optional/c++ -Iout/hello_optional/c++/.. -Iout/hello_optional/c++ -Iout/hello_optional/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_optional/c++/hello_optional.o out/hello_optional/c++/hello_optional.cc
mkdir -p out/hello_optional/c++/
g++ -g -std=c++11 -MMD -MF out/hello_optional/c++/runtime.d -MT 'out/hello_optional/c++/runtime.d out/hello_optional/c++/runtime.o' -pthread -Iout/hello_optional/c++ -Iout/hello_optional/c++/.. -Iout/hello_optional/c++ -Iout/hello_optional/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_optional/c++/runtime.o out/hello_optional/c++/runtime.cc
mkdir -p out/hello_optional/c++/
g++ -g -std=c++11 -MMD -MF out/hello_optional/c++/test -MT 'out/hello_optional/c++/test out/hello_optional/c++/test' -pthread -Iout/hello_optional/c++ -Iout/hello_optional/c++/.. -Iout/hello_optional/c++ -Iout/hello_optional/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_optional/c++/test out/hello_optional/c++/main.o out/hello_optional/c++/pump.o out/hello_optional/c++/hello_optional.o out/hello_optional/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/execute-c++
timeout 2 diff -uwB out/hello_optional/hello_optional.trace.0 <(set -o pipefail;cat out/hello_optional/hello_optional.trace.0 | "out/hello_optional"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_optional/hello_optional.trace.0 | "out/hello_optional"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_optional/hello_optional.trace.1 <(set -o pipefail;cat out/hello_optional/hello_optional.trace.1 | "out/hello_optional"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_optional/hello_optional.trace.1 | "out/hello_optional"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/run
diff -uwB <(grep -v "" "out/hello_optional/hello_optional.trace.0") <(grep -v "" "out/hello_optional/hello_optional.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_optional "out/hello_optional/hello_optional.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_optional/hello_optional.trace.1") <(grep -v "" "out/hello_optional/hello_optional.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_optional "out/hello_optional/hello_optional.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/verify
mkdir -p "out/hello_optional"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_optional "out/hello_optional/hello_optional.dzn" 2>"out/hello_optional"/verify/"hello_optional".stderr)";err="$(cat "out/hello_optional"/verify/"hello_optional".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_optional"/verify/"hello_optional".stderr:; cat "out/hello_optional"/verify/"hello_optional".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_optional" OUT="out/hello_optional"/c++03 MODEL="hello_optional" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_optional/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_optional/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_optional/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_optional/*/*.dzn': No such file or directory
set -x; for file in "out/hello_optional/hello_optional.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_optional' -o "out/hello_optional/c++03" "$file";\
done
+ for file in "out/hello_optional/hello_optional.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_optional -o out/hello_optional/c++03 out/hello_optional/hello_optional.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/build-c++03
mkdir -p "out/hello_optional"/c++03 && ln -sf "out/hello_optional" "out/hello_optional" && make DIR="out/hello_optional" LANGUAGE=c++03 OUT="out/hello_optional"/c++03 IN="out/hello_optional"/c++03 MAIN="out/hello_optional/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_optional/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_optional/c++03/main.d -MT 'out/hello_optional/c++03/main.d out/hello_optional/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_optional/c++03 -Iout/hello_optional/c++03/.. -Iout/hello_optional/c++03 -Iout/hello_optional/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_optional/c++03/main.o out/hello_optional/c++03/main.cc
mkdir -p out/hello_optional/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_optional/c++03/pump.d -MT 'out/hello_optional/c++03/pump.d out/hello_optional/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_optional/c++03 -Iout/hello_optional/c++03/.. -Iout/hello_optional/c++03 -Iout/hello_optional/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_optional/c++03/pump.o out/hello_optional/c++03/pump.cc
mkdir -p out/hello_optional/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_optional/c++03/hello_optional.d -MT 'out/hello_optional/c++03/hello_optional.d out/hello_optional/c++03/hello_optional.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_optional/c++03 -Iout/hello_optional/c++03/.. -Iout/hello_optional/c++03 -Iout/hello_optional/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_optional/c++03/hello_optional.o out/hello_optional/c++03/hello_optional.cc
mkdir -p out/hello_optional/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_optional/c++03/runtime.d -MT 'out/hello_optional/c++03/runtime.d out/hello_optional/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_optional/c++03 -Iout/hello_optional/c++03/.. -Iout/hello_optional/c++03 -Iout/hello_optional/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_optional/c++03/runtime.o out/hello_optional/c++03/runtime.cc
mkdir -p out/hello_optional/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_optional/c++03/test -MT 'out/hello_optional/c++03/test out/hello_optional/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_optional/c++03 -Iout/hello_optional/c++03/.. -Iout/hello_optional/c++03 -Iout/hello_optional/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_optional/c++03/test out/hello_optional/c++03/main.o out/hello_optional/c++03/pump.o out/hello_optional/c++03/hello_optional.o out/hello_optional/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/execute-c++03
timeout 2 diff -uwB out/hello_optional/hello_optional.trace.0 <(set -o pipefail;cat out/hello_optional/hello_optional.trace.0 | "out/hello_optional"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_optional/hello_optional.trace.0 | "out/hello_optional"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_optional/hello_optional.trace.1 <(set -o pipefail;cat out/hello_optional/hello_optional.trace.1 | "out/hello_optional"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_optional/hello_optional.trace.1 | "out/hello_optional"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_optional" OUT="out/hello_optional"/javascript MODEL="hello_optional" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_optional/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_optional/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_optional/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_optional/*/*.dzn': No such file or directory
set -x; for file in "out/hello_optional/hello_optional.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_optional' -o "out/hello_optional/javascript" "$file";\
done
+ for file in "out/hello_optional/hello_optional.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_optional -o out/hello_optional/javascript out/hello_optional/hello_optional.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/build-javascript
mkdir -p "out/hello_optional"/javascript && ln -sf "out/hello_optional" "out/hello_optional" && make DIR="out/hello_optional" LANGUAGE=javascript OUT="out/hello_optional"/javascript IN="out/hello_optional"/javascript MAIN="out/hello_optional/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_optional/javascript/main.js out/hello_optional/javascript/test
chmod +x out/hello_optional/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/execute-javascript
timeout 2 diff -uwB out/hello_optional/hello_optional.trace.0 <(set -o pipefail;cat out/hello_optional/hello_optional.trace.0 | node "out/hello_optional"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_optional/hello_optional.trace.0 | node "out/hello_optional"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_optional/hello_optional.trace.1 <(set -o pipefail;cat out/hello_optional/hello_optional.trace.1 | node "out/hello_optional"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_optional/hello_optional.trace.1 | node "out/hello_optional"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_optional/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/convert
convert: [SKIPPED] no DM file "out/hello_out/hello_out.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_out/hello_out.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_out" OUT="out/hello_out"/c++ MODEL="hello_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_out/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_out/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_out/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_out/hello_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_out' -o "out/hello_out/c++" "$file";\
done
+ for file in "out/hello_out/hello_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_out -o out/hello_out/c++ out/hello_out/hello_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/build-c++
mkdir -p "out/hello_out"/c++ && ln -sf "out/hello_out" "out/hello_out" && make DIR="out/hello_out" LANGUAGE=c++ OUT="out/hello_out"/c++ IN="out/hello_out"/c++ MAIN="out/hello_out/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_out/c++/main.d -MT 'out/hello_out/c++/main.d out/hello_out/c++/main.o' -pthread -Iout/hello_out/c++ -Iout/hello_out/c++/.. -Iout/hello_out/c++ -Iout/hello_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out/c++/main.o out/hello_out/c++/main.cc
mkdir -p out/hello_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_out/c++/pump.d -MT 'out/hello_out/c++/pump.d out/hello_out/c++/pump.o' -pthread -Iout/hello_out/c++ -Iout/hello_out/c++/.. -Iout/hello_out/c++ -Iout/hello_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out/c++/pump.o out/hello_out/c++/pump.cc
mkdir -p out/hello_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_out/c++/runtime.d -MT 'out/hello_out/c++/runtime.d out/hello_out/c++/runtime.o' -pthread -Iout/hello_out/c++ -Iout/hello_out/c++/.. -Iout/hello_out/c++ -Iout/hello_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out/c++/runtime.o out/hello_out/c++/runtime.cc
mkdir -p out/hello_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_out/c++/hello_out.d -MT 'out/hello_out/c++/hello_out.d out/hello_out/c++/hello_out.o' -pthread -Iout/hello_out/c++ -Iout/hello_out/c++/.. -Iout/hello_out/c++ -Iout/hello_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out/c++/hello_out.o out/hello_out/c++/hello_out.cc
mkdir -p out/hello_out/c++/
g++ -g -std=c++11 -MMD -MF out/hello_out/c++/test -MT 'out/hello_out/c++/test out/hello_out/c++/test' -pthread -Iout/hello_out/c++ -Iout/hello_out/c++/.. -Iout/hello_out/c++ -Iout/hello_out/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_out/c++/test out/hello_out/c++/main.o out/hello_out/c++/pump.o out/hello_out/c++/runtime.o out/hello_out/c++/hello_out.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/execute-c++
timeout 2 diff -uwB out/hello_out/hello_out.trace.0 <(set -o pipefail;cat out/hello_out/hello_out.trace.0 | "out/hello_out"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_out/hello_out.trace.0 | "out/hello_out"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/run
diff -uwB <(grep -v "" "out/hello_out/hello_out.trace.0") <(grep -v "" "out/hello_out/hello_out.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_out "out/hello_out/hello_out.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/verify
mkdir -p "out/hello_out"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_out "out/hello_out/hello_out.dzn" 2>"out/hello_out"/verify/"hello_out".stderr)";err="$(cat "out/hello_out"/verify/"hello_out".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_out"/verify/"hello_out".stderr:; cat "out/hello_out"/verify/"hello_out".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_out" OUT="out/hello_out"/c++03 MODEL="hello_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_out/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_out/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_out/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_out/hello_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_out' -o "out/hello_out/c++03" "$file";\
done
+ for file in "out/hello_out/hello_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_out -o out/hello_out/c++03 out/hello_out/hello_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/build-c++03
mkdir -p "out/hello_out"/c++03 && ln -sf "out/hello_out" "out/hello_out" && make DIR="out/hello_out" LANGUAGE=c++03 OUT="out/hello_out"/c++03 IN="out/hello_out"/c++03 MAIN="out/hello_out/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_out/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_out/c++03/main.d -MT 'out/hello_out/c++03/main.d out/hello_out/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_out/c++03 -Iout/hello_out/c++03/.. -Iout/hello_out/c++03 -Iout/hello_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out/c++03/main.o out/hello_out/c++03/main.cc
mkdir -p out/hello_out/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_out/c++03/pump.d -MT 'out/hello_out/c++03/pump.d out/hello_out/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_out/c++03 -Iout/hello_out/c++03/.. -Iout/hello_out/c++03 -Iout/hello_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out/c++03/pump.o out/hello_out/c++03/pump.cc
mkdir -p out/hello_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_out/c++03/runtime.d -MT 'out/hello_out/c++03/runtime.d out/hello_out/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_out/c++03 -Iout/hello_out/c++03/.. -Iout/hello_out/c++03 -Iout/hello_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out/c++03/runtime.o out/hello_out/c++03/runtime.cc
mkdir -p out/hello_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_out/c++03/hello_out.d -MT 'out/hello_out/c++03/hello_out.d out/hello_out/c++03/hello_out.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_out/c++03 -Iout/hello_out/c++03/.. -Iout/hello_out/c++03 -Iout/hello_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out/c++03/hello_out.o out/hello_out/c++03/hello_out.cc
mkdir -p out/hello_out/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_out/c++03/test -MT 'out/hello_out/c++03/test out/hello_out/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_out/c++03 -Iout/hello_out/c++03/.. -Iout/hello_out/c++03 -Iout/hello_out/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_out/c++03/test out/hello_out/c++03/main.o out/hello_out/c++03/pump.o out/hello_out/c++03/runtime.o out/hello_out/c++03/hello_out.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/execute-c++03
timeout 2 diff -uwB out/hello_out/hello_out.trace.0 <(set -o pipefail;cat out/hello_out/hello_out.trace.0 | "out/hello_out"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_out/hello_out.trace.0 | "out/hello_out"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_out" OUT="out/hello_out"/javascript MODEL="hello_out" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_out/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_out/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_out/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_out/*/*.dzn': No such file or directory
set -x; for file in "out/hello_out/hello_out.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_out' -o "out/hello_out/javascript" "$file";\
done
+ for file in "out/hello_out/hello_out.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_out -o out/hello_out/javascript out/hello_out/hello_out.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/build-javascript
mkdir -p "out/hello_out"/javascript && ln -sf "out/hello_out" "out/hello_out" && make DIR="out/hello_out" LANGUAGE=javascript OUT="out/hello_out"/javascript IN="out/hello_out"/javascript MAIN="out/hello_out/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_out/javascript/main.js out/hello_out/javascript/test
chmod +x out/hello_out/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/execute-javascript
timeout 2 diff -uwB out/hello_out/hello_out.trace.0 <(set -o pipefail;cat out/hello_out/hello_out.trace.0 | node "out/hello_out"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_out/hello_out.trace.0 | node "out/hello_out"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/convert
convert: [SKIPPED] no DM file "out/hello_out_provides/hello_out_provides.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_out_provides/hello_out_provides.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_out_provides" OUT="out/hello_out_provides"/c++ MODEL="hello_out_provides" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_out_provides/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_out_provides/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_out_provides/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_out_provides/*/*.dzn': No such file or directory
set -x; for file in "out/hello_out_provides/hello_out_provides.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_out_provides' -o "out/hello_out_provides/c++" "$file";\
done
+ for file in "out/hello_out_provides/hello_out_provides.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_out_provides -o out/hello_out_provides/c++ out/hello_out_provides/hello_out_provides.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/build-c++
mkdir -p "out/hello_out_provides"/c++ && ln -sf "out/hello_out_provides" "out/hello_out_provides" && make DIR="out/hello_out_provides" LANGUAGE=c++ OUT="out/hello_out_provides"/c++ IN="out/hello_out_provides"/c++ MAIN="out/hello_out_provides/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_out_provides/c++/
g++ -g -std=c++11 -MMD -MF out/hello_out_provides/c++/main.d -MT 'out/hello_out_provides/c++/main.d out/hello_out_provides/c++/main.o' -pthread -Iout/hello_out_provides/c++ -Iout/hello_out_provides/c++/.. -Iout/hello_out_provides/c++ -Iout/hello_out_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out_provides/c++/main.o out/hello_out_provides/c++/main.cc
mkdir -p out/hello_out_provides/c++/
g++ -g -std=c++11 -MMD -MF out/hello_out_provides/c++/pump.d -MT 'out/hello_out_provides/c++/pump.d out/hello_out_provides/c++/pump.o' -pthread -Iout/hello_out_provides/c++ -Iout/hello_out_provides/c++/.. -Iout/hello_out_provides/c++ -Iout/hello_out_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out_provides/c++/pump.o out/hello_out_provides/c++/pump.cc
mkdir -p out/hello_out_provides/c++/
g++ -g -std=c++11 -MMD -MF out/hello_out_provides/c++/hello_out_provides.d -MT 'out/hello_out_provides/c++/hello_out_provides.d out/hello_out_provides/c++/hello_out_provides.o' -pthread -Iout/hello_out_provides/c++ -Iout/hello_out_provides/c++/.. -Iout/hello_out_provides/c++ -Iout/hello_out_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out_provides/c++/hello_out_provides.o out/hello_out_provides/c++/hello_out_provides.cc
mkdir -p out/hello_out_provides/c++/
g++ -g -std=c++11 -MMD -MF out/hello_out_provides/c++/runtime.d -MT 'out/hello_out_provides/c++/runtime.d out/hello_out_provides/c++/runtime.o' -pthread -Iout/hello_out_provides/c++ -Iout/hello_out_provides/c++/.. -Iout/hello_out_provides/c++ -Iout/hello_out_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out_provides/c++/runtime.o out/hello_out_provides/c++/runtime.cc
mkdir -p out/hello_out_provides/c++/
g++ -g -std=c++11 -MMD -MF out/hello_out_provides/c++/test -MT 'out/hello_out_provides/c++/test out/hello_out_provides/c++/test' -pthread -Iout/hello_out_provides/c++ -Iout/hello_out_provides/c++/.. -Iout/hello_out_provides/c++ -Iout/hello_out_provides/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_out_provides/c++/test out/hello_out_provides/c++/main.o out/hello_out_provides/c++/pump.o out/hello_out_provides/c++/hello_out_provides.o out/hello_out_provides/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/execute-c++
timeout 2 diff -uwB out/hello_out_provides/hello_out_provides.trace.0 <(set -o pipefail;cat out/hello_out_provides/hello_out_provides.trace.0 | "out/hello_out_provides"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_out_provides/hello_out_provides.trace.0 | "out/hello_out_provides"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/run
diff -uwB <(grep -v "" "out/hello_out_provides/hello_out_provides.trace.0") <(grep -v "" "out/hello_out_provides/hello_out_provides.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_out_provides "out/hello_out_provides/hello_out_provides.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/verify
mkdir -p "out/hello_out_provides"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_out_provides "out/hello_out_provides/hello_out_provides.dzn" 2>"out/hello_out_provides"/verify/"hello_out_provides".stderr)";err="$(cat "out/hello_out_provides"/verify/"hello_out_provides".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_out_provides"/verify/"hello_out_provides".stderr:; cat "out/hello_out_provides"/verify/"hello_out_provides".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_out_provides" OUT="out/hello_out_provides"/c++03 MODEL="hello_out_provides" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_out_provides/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_out_provides/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_out_provides/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_out_provides/*/*.dzn': No such file or directory
set -x; for file in "out/hello_out_provides/hello_out_provides.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_out_provides' -o "out/hello_out_provides/c++03" "$file";\
done
+ for file in "out/hello_out_provides/hello_out_provides.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_out_provides -o out/hello_out_provides/c++03 out/hello_out_provides/hello_out_provides.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/build-c++03
mkdir -p "out/hello_out_provides"/c++03 && ln -sf "out/hello_out_provides" "out/hello_out_provides" && make DIR="out/hello_out_provides" LANGUAGE=c++03 OUT="out/hello_out_provides"/c++03 IN="out/hello_out_provides"/c++03 MAIN="out/hello_out_provides/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_out_provides/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_out_provides/c++03/main.d -MT 'out/hello_out_provides/c++03/main.d out/hello_out_provides/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_out_provides/c++03 -Iout/hello_out_provides/c++03/.. -Iout/hello_out_provides/c++03 -Iout/hello_out_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out_provides/c++03/main.o out/hello_out_provides/c++03/main.cc
mkdir -p out/hello_out_provides/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_out_provides/c++03/pump.d -MT 'out/hello_out_provides/c++03/pump.d out/hello_out_provides/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_out_provides/c++03 -Iout/hello_out_provides/c++03/.. -Iout/hello_out_provides/c++03 -Iout/hello_out_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out_provides/c++03/pump.o out/hello_out_provides/c++03/pump.cc
mkdir -p out/hello_out_provides/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_out_provides/c++03/hello_out_provides.d -MT 'out/hello_out_provides/c++03/hello_out_provides.d out/hello_out_provides/c++03/hello_out_provides.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_out_provides/c++03 -Iout/hello_out_provides/c++03/.. -Iout/hello_out_provides/c++03 -Iout/hello_out_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out_provides/c++03/hello_out_provides.o out/hello_out_provides/c++03/hello_out_provides.cc
mkdir -p out/hello_out_provides/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_out_provides/c++03/runtime.d -MT 'out/hello_out_provides/c++03/runtime.d out/hello_out_provides/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_out_provides/c++03 -Iout/hello_out_provides/c++03/.. -Iout/hello_out_provides/c++03 -Iout/hello_out_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_out_provides/c++03/runtime.o out/hello_out_provides/c++03/runtime.cc
mkdir -p out/hello_out_provides/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_out_provides/c++03/test -MT 'out/hello_out_provides/c++03/test out/hello_out_provides/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_out_provides/c++03 -Iout/hello_out_provides/c++03/.. -Iout/hello_out_provides/c++03 -Iout/hello_out_provides/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_out_provides/c++03/test out/hello_out_provides/c++03/main.o out/hello_out_provides/c++03/pump.o out/hello_out_provides/c++03/hello_out_provides.o out/hello_out_provides/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/execute-c++03
timeout 2 diff -uwB out/hello_out_provides/hello_out_provides.trace.0 <(set -o pipefail;cat out/hello_out_provides/hello_out_provides.trace.0 | "out/hello_out_provides"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_out_provides/hello_out_provides.trace.0 | "out/hello_out_provides"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_out_provides" OUT="out/hello_out_provides"/javascript MODEL="hello_out_provides" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_out_provides/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_out_provides/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_out_provides/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_out_provides/*/*.dzn': No such file or directory
set -x; for file in "out/hello_out_provides/hello_out_provides.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_out_provides' -o "out/hello_out_provides/javascript" "$file";\
done
+ for file in "out/hello_out_provides/hello_out_provides.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_out_provides -o out/hello_out_provides/javascript out/hello_out_provides/hello_out_provides.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/build-javascript
mkdir -p "out/hello_out_provides"/javascript && ln -sf "out/hello_out_provides" "out/hello_out_provides" && make DIR="out/hello_out_provides" LANGUAGE=javascript OUT="out/hello_out_provides"/javascript IN="out/hello_out_provides"/javascript MAIN="out/hello_out_provides/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_out_provides/javascript/main.js out/hello_out_provides/javascript/test
chmod +x out/hello_out_provides/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/execute-javascript
timeout 2 diff -uwB out/hello_out_provides/hello_out_provides.trace.0 <(set -o pipefail;cat out/hello_out_provides/hello_out_provides.trace.0 | node "out/hello_out_provides"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_out_provides/hello_out_provides.trace.0 | node "out/hello_out_provides"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_out_provides/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/convert
convert: [SKIPPED] no DM file "out/hello_reorder/hello_reorder.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_reorder/hello_reorder.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_reorder" OUT="out/hello_reorder"/c++ MODEL="hello_reorder" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_reorder/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_reorder/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_reorder/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_reorder/*/*.dzn': No such file or directory
set -x; for file in "out/hello_reorder/hello_reorder.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_reorder' -o "out/hello_reorder/c++" "$file";\
done
+ for file in "out/hello_reorder/hello_reorder.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_reorder -o out/hello_reorder/c++ out/hello_reorder/hello_reorder.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/build-c++
mkdir -p "out/hello_reorder"/c++ && ln -sf "out/hello_reorder" "out/hello_reorder" && make DIR="out/hello_reorder" LANGUAGE=c++ OUT="out/hello_reorder"/c++ IN="out/hello_reorder"/c++ MAIN="out/hello_reorder/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_reorder/c++/
g++ -g -std=c++11 -MMD -MF out/hello_reorder/c++/main.d -MT 'out/hello_reorder/c++/main.d out/hello_reorder/c++/main.o' -pthread -Iout/hello_reorder/c++ -Iout/hello_reorder/c++/.. -Iout/hello_reorder/c++ -Iout/hello_reorder/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_reorder/c++/main.o out/hello_reorder/c++/main.cc
mkdir -p out/hello_reorder/c++/
g++ -g -std=c++11 -MMD -MF out/hello_reorder/c++/pump.d -MT 'out/hello_reorder/c++/pump.d out/hello_reorder/c++/pump.o' -pthread -Iout/hello_reorder/c++ -Iout/hello_reorder/c++/.. -Iout/hello_reorder/c++ -Iout/hello_reorder/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_reorder/c++/pump.o out/hello_reorder/c++/pump.cc
mkdir -p out/hello_reorder/c++/
g++ -g -std=c++11 -MMD -MF out/hello_reorder/c++/runtime.d -MT 'out/hello_reorder/c++/runtime.d out/hello_reorder/c++/runtime.o' -pthread -Iout/hello_reorder/c++ -Iout/hello_reorder/c++/.. -Iout/hello_reorder/c++ -Iout/hello_reorder/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_reorder/c++/runtime.o out/hello_reorder/c++/runtime.cc
mkdir -p out/hello_reorder/c++/
g++ -g -std=c++11 -MMD -MF out/hello_reorder/c++/hello_reorder.d -MT 'out/hello_reorder/c++/hello_reorder.d out/hello_reorder/c++/hello_reorder.o' -pthread -Iout/hello_reorder/c++ -Iout/hello_reorder/c++/.. -Iout/hello_reorder/c++ -Iout/hello_reorder/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_reorder/c++/hello_reorder.o out/hello_reorder/c++/hello_reorder.cc
mkdir -p out/hello_reorder/c++/
g++ -g -std=c++11 -MMD -MF out/hello_reorder/c++/test -MT 'out/hello_reorder/c++/test out/hello_reorder/c++/test' -pthread -Iout/hello_reorder/c++ -Iout/hello_reorder/c++/.. -Iout/hello_reorder/c++ -Iout/hello_reorder/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_reorder/c++/test out/hello_reorder/c++/main.o out/hello_reorder/c++/pump.o out/hello_reorder/c++/runtime.o out/hello_reorder/c++/hello_reorder.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/execute-c++
timeout 2 diff -uwB out/hello_reorder/hello_reorder.trace.0 <(set -o pipefail;cat out/hello_reorder/hello_reorder.trace.0 | "out/hello_reorder"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_reorder/hello_reorder.trace.0 | "out/hello_reorder"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/run
diff -uwB <(grep -v "" "out/hello_reorder/hello_reorder.trace.0") <(grep -v "" "out/hello_reorder/hello_reorder.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_reorder "out/hello_reorder/hello_reorder.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/verify
mkdir -p "out/hello_reorder"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_reorder "out/hello_reorder/hello_reorder.dzn" 2>"out/hello_reorder"/verify/"hello_reorder".stderr)";err="$(cat "out/hello_reorder"/verify/"hello_reorder".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_reorder"/verify/"hello_reorder".stderr:; cat "out/hello_reorder"/verify/"hello_reorder".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_reorder" OUT="out/hello_reorder"/c++03 MODEL="hello_reorder" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_reorder/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_reorder/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_reorder/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_reorder/*/*.dzn': No such file or directory
set -x; for file in "out/hello_reorder/hello_reorder.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_reorder' -o "out/hello_reorder/c++03" "$file";\
done
+ for file in "out/hello_reorder/hello_reorder.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_reorder -o out/hello_reorder/c++03 out/hello_reorder/hello_reorder.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/build-c++03
mkdir -p "out/hello_reorder"/c++03 && ln -sf "out/hello_reorder" "out/hello_reorder" && make DIR="out/hello_reorder" LANGUAGE=c++03 OUT="out/hello_reorder"/c++03 IN="out/hello_reorder"/c++03 MAIN="out/hello_reorder/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_reorder/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_reorder/c++03/main.d -MT 'out/hello_reorder/c++03/main.d out/hello_reorder/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_reorder/c++03 -Iout/hello_reorder/c++03/.. -Iout/hello_reorder/c++03 -Iout/hello_reorder/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_reorder/c++03/main.o out/hello_reorder/c++03/main.cc
mkdir -p out/hello_reorder/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_reorder/c++03/pump.d -MT 'out/hello_reorder/c++03/pump.d out/hello_reorder/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_reorder/c++03 -Iout/hello_reorder/c++03/.. -Iout/hello_reorder/c++03 -Iout/hello_reorder/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_reorder/c++03/pump.o out/hello_reorder/c++03/pump.cc
mkdir -p out/hello_reorder/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_reorder/c++03/runtime.d -MT 'out/hello_reorder/c++03/runtime.d out/hello_reorder/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_reorder/c++03 -Iout/hello_reorder/c++03/.. -Iout/hello_reorder/c++03 -Iout/hello_reorder/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_reorder/c++03/runtime.o out/hello_reorder/c++03/runtime.cc
mkdir -p out/hello_reorder/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_reorder/c++03/hello_reorder.d -MT 'out/hello_reorder/c++03/hello_reorder.d out/hello_reorder/c++03/hello_reorder.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_reorder/c++03 -Iout/hello_reorder/c++03/.. -Iout/hello_reorder/c++03 -Iout/hello_reorder/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_reorder/c++03/hello_reorder.o out/hello_reorder/c++03/hello_reorder.cc
mkdir -p out/hello_reorder/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_reorder/c++03/test -MT 'out/hello_reorder/c++03/test out/hello_reorder/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_reorder/c++03 -Iout/hello_reorder/c++03/.. -Iout/hello_reorder/c++03 -Iout/hello_reorder/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_reorder/c++03/test out/hello_reorder/c++03/main.o out/hello_reorder/c++03/pump.o out/hello_reorder/c++03/runtime.o out/hello_reorder/c++03/hello_reorder.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/execute-c++03
timeout 2 diff -uwB out/hello_reorder/hello_reorder.trace.0 <(set -o pipefail;cat out/hello_reorder/hello_reorder.trace.0 | "out/hello_reorder"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_reorder/hello_reorder.trace.0 | "out/hello_reorder"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_reorder" OUT="out/hello_reorder"/javascript MODEL="hello_reorder" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_reorder/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_reorder/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_reorder/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_reorder/*/*.dzn': No such file or directory
set -x; for file in "out/hello_reorder/hello_reorder.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_reorder' -o "out/hello_reorder/javascript" "$file";\
done
+ for file in "out/hello_reorder/hello_reorder.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_reorder -o out/hello_reorder/javascript out/hello_reorder/hello_reorder.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/build-javascript
mkdir -p "out/hello_reorder"/javascript && ln -sf "out/hello_reorder" "out/hello_reorder" && make DIR="out/hello_reorder" LANGUAGE=javascript OUT="out/hello_reorder"/javascript IN="out/hello_reorder"/javascript MAIN="out/hello_reorder/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_reorder/javascript/main.js out/hello_reorder/javascript/test
chmod +x out/hello_reorder/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/execute-javascript
timeout 2 diff -uwB out/hello_reorder/hello_reorder.trace.0 <(set -o pipefail;cat out/hello_reorder/hello_reorder.trace.0 | node "out/hello_reorder"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_reorder/hello_reorder.trace.0 | node "out/hello_reorder"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_reorder/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/convert
convert: [SKIPPED] no DM file "out/hello_silent/hello_silent.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_silent/hello_silent.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_silent" OUT="out/hello_silent"/c++ MODEL="hello_silent" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_silent/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_silent/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_silent/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_silent/*/*.dzn': No such file or directory
set -x; for file in "out/hello_silent/hello_silent.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_silent' -o "out/hello_silent/c++" "$file";\
done
+ for file in "out/hello_silent/hello_silent.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_silent -o out/hello_silent/c++ out/hello_silent/hello_silent.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/build-c++
mkdir -p "out/hello_silent"/c++ && ln -sf "out/hello_silent" "out/hello_silent" && make DIR="out/hello_silent" LANGUAGE=c++ OUT="out/hello_silent"/c++ IN="out/hello_silent"/c++ MAIN="out/hello_silent/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_silent/c++/
g++ -g -std=c++11 -MMD -MF out/hello_silent/c++/main.d -MT 'out/hello_silent/c++/main.d out/hello_silent/c++/main.o' -pthread -Iout/hello_silent/c++ -Iout/hello_silent/c++/.. -Iout/hello_silent/c++ -Iout/hello_silent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_silent/c++/main.o out/hello_silent/c++/main.cc
mkdir -p out/hello_silent/c++/
g++ -g -std=c++11 -MMD -MF out/hello_silent/c++/pump.d -MT 'out/hello_silent/c++/pump.d out/hello_silent/c++/pump.o' -pthread -Iout/hello_silent/c++ -Iout/hello_silent/c++/.. -Iout/hello_silent/c++ -Iout/hello_silent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_silent/c++/pump.o out/hello_silent/c++/pump.cc
mkdir -p out/hello_silent/c++/
g++ -g -std=c++11 -MMD -MF out/hello_silent/c++/hello_silent.d -MT 'out/hello_silent/c++/hello_silent.d out/hello_silent/c++/hello_silent.o' -pthread -Iout/hello_silent/c++ -Iout/hello_silent/c++/.. -Iout/hello_silent/c++ -Iout/hello_silent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_silent/c++/hello_silent.o out/hello_silent/c++/hello_silent.cc
mkdir -p out/hello_silent/c++/
g++ -g -std=c++11 -MMD -MF out/hello_silent/c++/runtime.d -MT 'out/hello_silent/c++/runtime.d out/hello_silent/c++/runtime.o' -pthread -Iout/hello_silent/c++ -Iout/hello_silent/c++/.. -Iout/hello_silent/c++ -Iout/hello_silent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_silent/c++/runtime.o out/hello_silent/c++/runtime.cc
mkdir -p out/hello_silent/c++/
g++ -g -std=c++11 -MMD -MF out/hello_silent/c++/test -MT 'out/hello_silent/c++/test out/hello_silent/c++/test' -pthread -Iout/hello_silent/c++ -Iout/hello_silent/c++/.. -Iout/hello_silent/c++ -Iout/hello_silent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_silent/c++/test out/hello_silent/c++/main.o out/hello_silent/c++/pump.o out/hello_silent/c++/hello_silent.o out/hello_silent/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/execute-c++
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.0 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.0 | "out/hello_silent"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.0 | "out/hello_silent"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.1 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.1 | "out/hello_silent"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.1 | "out/hello_silent"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.2 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.2 | "out/hello_silent"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.2 | "out/hello_silent"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.3 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.3 | "out/hello_silent"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.3 | "out/hello_silent"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/run
diff -uwB <(grep -v "" "out/hello_silent/hello_silent.trace.0") <(grep -v "" "out/hello_silent/hello_silent.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_silent "out/hello_silent/hello_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_silent/hello_silent.trace.1") <(grep -v "" "out/hello_silent/hello_silent.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_silent "out/hello_silent/hello_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_silent/hello_silent.trace.2") <(grep -v "" "out/hello_silent/hello_silent.trace.2"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_silent "out/hello_silent/hello_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_silent/hello_silent.trace.3") <(grep -v "" "out/hello_silent/hello_silent.trace.3"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_silent "out/hello_silent/hello_silent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/verify
mkdir -p "out/hello_silent"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_silent "out/hello_silent/hello_silent.dzn" 2>"out/hello_silent"/verify/"hello_silent".stderr)";err="$(cat "out/hello_silent"/verify/"hello_silent".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_silent"/verify/"hello_silent".stderr:; cat "out/hello_silent"/verify/"hello_silent".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_silent" OUT="out/hello_silent"/c++03 MODEL="hello_silent" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_silent/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_silent/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_silent/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_silent/*/*.dzn': No such file or directory
set -x; for file in "out/hello_silent/hello_silent.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_silent' -o "out/hello_silent/c++03" "$file";\
done
+ for file in "out/hello_silent/hello_silent.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_silent -o out/hello_silent/c++03 out/hello_silent/hello_silent.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/build-c++03
mkdir -p "out/hello_silent"/c++03 && ln -sf "out/hello_silent" "out/hello_silent" && make DIR="out/hello_silent" LANGUAGE=c++03 OUT="out/hello_silent"/c++03 IN="out/hello_silent"/c++03 MAIN="out/hello_silent/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_silent/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_silent/c++03/main.d -MT 'out/hello_silent/c++03/main.d out/hello_silent/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_silent/c++03 -Iout/hello_silent/c++03/.. -Iout/hello_silent/c++03 -Iout/hello_silent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_silent/c++03/main.o out/hello_silent/c++03/main.cc
mkdir -p out/hello_silent/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_silent/c++03/pump.d -MT 'out/hello_silent/c++03/pump.d out/hello_silent/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_silent/c++03 -Iout/hello_silent/c++03/.. -Iout/hello_silent/c++03 -Iout/hello_silent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_silent/c++03/pump.o out/hello_silent/c++03/pump.cc
mkdir -p out/hello_silent/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_silent/c++03/hello_silent.d -MT 'out/hello_silent/c++03/hello_silent.d out/hello_silent/c++03/hello_silent.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_silent/c++03 -Iout/hello_silent/c++03/.. -Iout/hello_silent/c++03 -Iout/hello_silent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_silent/c++03/hello_silent.o out/hello_silent/c++03/hello_silent.cc
mkdir -p out/hello_silent/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_silent/c++03/runtime.d -MT 'out/hello_silent/c++03/runtime.d out/hello_silent/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_silent/c++03 -Iout/hello_silent/c++03/.. -Iout/hello_silent/c++03 -Iout/hello_silent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_silent/c++03/runtime.o out/hello_silent/c++03/runtime.cc
mkdir -p out/hello_silent/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_silent/c++03/test -MT 'out/hello_silent/c++03/test out/hello_silent/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_silent/c++03 -Iout/hello_silent/c++03/.. -Iout/hello_silent/c++03 -Iout/hello_silent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_silent/c++03/test out/hello_silent/c++03/main.o out/hello_silent/c++03/pump.o out/hello_silent/c++03/hello_silent.o out/hello_silent/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/execute-c++03
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.0 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.0 | "out/hello_silent"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.0 | "out/hello_silent"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.1 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.1 | "out/hello_silent"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.1 | "out/hello_silent"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.2 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.2 | "out/hello_silent"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.2 | "out/hello_silent"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.3 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.3 | "out/hello_silent"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.3 | "out/hello_silent"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_silent" OUT="out/hello_silent"/javascript MODEL="hello_silent" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_silent/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_silent/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_silent/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_silent/*/*.dzn': No such file or directory
set -x; for file in "out/hello_silent/hello_silent.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_silent' -o "out/hello_silent/javascript" "$file";\
done
+ for file in "out/hello_silent/hello_silent.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_silent -o out/hello_silent/javascript out/hello_silent/hello_silent.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/build-javascript
mkdir -p "out/hello_silent"/javascript && ln -sf "out/hello_silent" "out/hello_silent" && make DIR="out/hello_silent" LANGUAGE=javascript OUT="out/hello_silent"/javascript IN="out/hello_silent"/javascript MAIN="out/hello_silent/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_silent/javascript/main.js out/hello_silent/javascript/test
chmod +x out/hello_silent/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/execute-javascript
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.0 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.0 | node "out/hello_silent"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.0 | node "out/hello_silent"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.1 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.1 | node "out/hello_silent"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.1 | node "out/hello_silent"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.2 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.2 | node "out/hello_silent"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.2 | node "out/hello_silent"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_silent/hello_silent.trace.3 <(set -o pipefail;cat out/hello_silent/hello_silent.trace.3 | node "out/hello_silent"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_silent/hello_silent.trace.3 | node "out/hello_silent"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_silent/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/convert
convert: [SKIPPED] no DM file "out/hello_single_to_multiple/hello_single_to_multiple.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_single_to_multiple/hello_single_to_multiple.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_single_to_multiple" OUT="out/hello_single_to_multiple"/c++ MODEL="hello_single_to_multiple" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_single_to_multiple/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_single_to_multiple/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_single_to_multiple/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_single_to_multiple/*/*.dzn': No such file or directory
set -x; for file in "out/hello_single_to_multiple/hello_single_to_multiple.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_single_to_multiple' -o "out/hello_single_to_multiple/c++" "$file";\
done
+ for file in "out/hello_single_to_multiple/hello_single_to_multiple.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_single_to_multiple -o out/hello_single_to_multiple/c++ out/hello_single_to_multiple/hello_single_to_multiple.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/build-c++
mkdir -p "out/hello_single_to_multiple"/c++ && ln -sf "out/hello_single_to_multiple" "out/hello_single_to_multiple" && make DIR="out/hello_single_to_multiple" LANGUAGE=c++ OUT="out/hello_single_to_multiple"/c++ IN="out/hello_single_to_multiple"/c++ MAIN="out/hello_single_to_multiple/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_single_to_multiple/c++/
g++ -g -std=c++11 -MMD -MF out/hello_single_to_multiple/c++/main.d -MT 'out/hello_single_to_multiple/c++/main.d out/hello_single_to_multiple/c++/main.o' -pthread -Iout/hello_single_to_multiple/c++ -Iout/hello_single_to_multiple/c++/.. -Iout/hello_single_to_multiple/c++ -Iout/hello_single_to_multiple/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_single_to_multiple/c++/main.o out/hello_single_to_multiple/c++/main.cc
mkdir -p out/hello_single_to_multiple/c++/
g++ -g -std=c++11 -MMD -MF out/hello_single_to_multiple/c++/pump.d -MT 'out/hello_single_to_multiple/c++/pump.d out/hello_single_to_multiple/c++/pump.o' -pthread -Iout/hello_single_to_multiple/c++ -Iout/hello_single_to_multiple/c++/.. -Iout/hello_single_to_multiple/c++ -Iout/hello_single_to_multiple/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_single_to_multiple/c++/pump.o out/hello_single_to_multiple/c++/pump.cc
mkdir -p out/hello_single_to_multiple/c++/
g++ -g -std=c++11 -MMD -MF out/hello_single_to_multiple/c++/runtime.d -MT 'out/hello_single_to_multiple/c++/runtime.d out/hello_single_to_multiple/c++/runtime.o' -pthread -Iout/hello_single_to_multiple/c++ -Iout/hello_single_to_multiple/c++/.. -Iout/hello_single_to_multiple/c++ -Iout/hello_single_to_multiple/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_single_to_multiple/c++/runtime.o out/hello_single_to_multiple/c++/runtime.cc
mkdir -p out/hello_single_to_multiple/c++/
g++ -g -std=c++11 -MMD -MF out/hello_single_to_multiple/c++/hello_single_to_multiple.d -MT 'out/hello_single_to_multiple/c++/hello_single_to_multiple.d out/hello_single_to_multiple/c++/hello_single_to_multiple.o' -pthread -Iout/hello_single_to_multiple/c++ -Iout/hello_single_to_multiple/c++/.. -Iout/hello_single_to_multiple/c++ -Iout/hello_single_to_multiple/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_single_to_multiple/c++/hello_single_to_multiple.o out/hello_single_to_multiple/c++/hello_single_to_multiple.cc
mkdir -p out/hello_single_to_multiple/c++/
g++ -g -std=c++11 -MMD -MF out/hello_single_to_multiple/c++/test -MT 'out/hello_single_to_multiple/c++/test out/hello_single_to_multiple/c++/test' -pthread -Iout/hello_single_to_multiple/c++ -Iout/hello_single_to_multiple/c++/.. -Iout/hello_single_to_multiple/c++ -Iout/hello_single_to_multiple/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_single_to_multiple/c++/test out/hello_single_to_multiple/c++/main.o out/hello_single_to_multiple/c++/pump.o out/hello_single_to_multiple/c++/runtime.o out/hello_single_to_multiple/c++/hello_single_to_multiple.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/execute-c++
timeout 2 diff -uwB out/hello_single_to_multiple/hello_single_to_multiple.trace.0 <(set -o pipefail;cat out/hello_single_to_multiple/hello_single_to_multiple.trace.0 | "out/hello_single_to_multiple"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_single_to_multiple/hello_single_to_multiple.trace.0 | "out/hello_single_to_multiple"/c++/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_single_to_multiple/hello_single_to_multiple.trace.1 <(set -o pipefail;cat out/hello_single_to_multiple/hello_single_to_multiple.trace.1 | "out/hello_single_to_multiple"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_single_to_multiple/hello_single_to_multiple.trace.1 | "out/hello_single_to_multiple"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/run
diff -uwB <(grep -v "" "out/hello_single_to_multiple/hello_single_to_multiple.trace.0") <(grep -v "" "out/hello_single_to_multiple/hello_single_to_multiple.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_single_to_multiple "out/hello_single_to_multiple/hello_single_to_multiple.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/hello_single_to_multiple/hello_single_to_multiple.trace.1") <(grep -v "" "out/hello_single_to_multiple/hello_single_to_multiple.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_single_to_multiple "out/hello_single_to_multiple/hello_single_to_multiple.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/verify
mkdir -p "out/hello_single_to_multiple"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=hello_single_to_multiple "out/hello_single_to_multiple/hello_single_to_multiple.dzn" 2>"out/hello_single_to_multiple"/verify/"hello_single_to_multiple".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/hello_single_to_multiple"/verify/"hello_single_to_multiple"| test ! -s "out/hello_single_to_multiple/baseline/verify/hello_single_to_multiple"| test ! -s "out/hello_single_to_multiple/baseline/verify/hello_single_to_multiple".stderr;} || (diff -uwB "out/hello_single_to_multiple/baseline/verify/hello_single_to_multiple" "out/hello_single_to_multiple"/verify/"hello_single_to_multiple" && (test ! -s "out/hello_single_to_multiple"/verify/"hello_single_to_multiple".stderr || (sed -i s,.\r,,g "out/hello_single_to_multiple"/verify/"hello_single_to_multiple".stderr; diff -u "out/hello_single_to_multiple/baseline/verify/hello_single_to_multiple".stderr "out/hello_single_to_multiple"/verify/"hello_single_to_multiple".stderr))) || { echo "out/hello_single_to_multiple"/verify/"hello_single_to_multiple".stderr:; cat "out/hello_single_to_multiple"/verify/"hello_single_to_multiple".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_single_to_multiple" OUT="out/hello_single_to_multiple"/c++03 MODEL="hello_single_to_multiple" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_single_to_multiple/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_single_to_multiple/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_single_to_multiple/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_single_to_multiple/*/*.dzn': No such file or directory
set -x; for file in "out/hello_single_to_multiple/hello_single_to_multiple.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_single_to_multiple' -o "out/hello_single_to_multiple/c++03" "$file";\
done
+ for file in "out/hello_single_to_multiple/hello_single_to_multiple.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_single_to_multiple -o out/hello_single_to_multiple/c++03 out/hello_single_to_multiple/hello_single_to_multiple.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/build-c++03
mkdir -p "out/hello_single_to_multiple"/c++03 && ln -sf "out/hello_single_to_multiple" "out/hello_single_to_multiple" && make DIR="out/hello_single_to_multiple" LANGUAGE=c++03 OUT="out/hello_single_to_multiple"/c++03 IN="out/hello_single_to_multiple"/c++03 MAIN="out/hello_single_to_multiple/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_single_to_multiple/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_single_to_multiple/c++03/main.d -MT 'out/hello_single_to_multiple/c++03/main.d out/hello_single_to_multiple/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_single_to_multiple/c++03 -Iout/hello_single_to_multiple/c++03/.. -Iout/hello_single_to_multiple/c++03 -Iout/hello_single_to_multiple/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_single_to_multiple/c++03/main.o out/hello_single_to_multiple/c++03/main.cc
mkdir -p out/hello_single_to_multiple/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_single_to_multiple/c++03/pump.d -MT 'out/hello_single_to_multiple/c++03/pump.d out/hello_single_to_multiple/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_single_to_multiple/c++03 -Iout/hello_single_to_multiple/c++03/.. -Iout/hello_single_to_multiple/c++03 -Iout/hello_single_to_multiple/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_single_to_multiple/c++03/pump.o out/hello_single_to_multiple/c++03/pump.cc
mkdir -p out/hello_single_to_multiple/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_single_to_multiple/c++03/runtime.d -MT 'out/hello_single_to_multiple/c++03/runtime.d out/hello_single_to_multiple/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_single_to_multiple/c++03 -Iout/hello_single_to_multiple/c++03/.. -Iout/hello_single_to_multiple/c++03 -Iout/hello_single_to_multiple/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_single_to_multiple/c++03/runtime.o out/hello_single_to_multiple/c++03/runtime.cc
mkdir -p out/hello_single_to_multiple/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_single_to_multiple/c++03/hello_single_to_multiple.d -MT 'out/hello_single_to_multiple/c++03/hello_single_to_multiple.d out/hello_single_to_multiple/c++03/hello_single_to_multiple.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_single_to_multiple/c++03 -Iout/hello_single_to_multiple/c++03/.. -Iout/hello_single_to_multiple/c++03 -Iout/hello_single_to_multiple/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_single_to_multiple/c++03/hello_single_to_multiple.o out/hello_single_to_multiple/c++03/hello_single_to_multiple.cc
mkdir -p out/hello_single_to_multiple/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_single_to_multiple/c++03/test -MT 'out/hello_single_to_multiple/c++03/test out/hello_single_to_multiple/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_single_to_multiple/c++03 -Iout/hello_single_to_multiple/c++03/.. -Iout/hello_single_to_multiple/c++03 -Iout/hello_single_to_multiple/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_single_to_multiple/c++03/test out/hello_single_to_multiple/c++03/main.o out/hello_single_to_multiple/c++03/pump.o out/hello_single_to_multiple/c++03/runtime.o out/hello_single_to_multiple/c++03/hello_single_to_multiple.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/execute-c++03
timeout 2 diff -uwB out/hello_single_to_multiple/hello_single_to_multiple.trace.0 <(set -o pipefail;cat out/hello_single_to_multiple/hello_single_to_multiple.trace.0 | "out/hello_single_to_multiple"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_single_to_multiple/hello_single_to_multiple.trace.0 | "out/hello_single_to_multiple"/c++03/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_single_to_multiple/hello_single_to_multiple.trace.1 <(set -o pipefail;cat out/hello_single_to_multiple/hello_single_to_multiple.trace.1 | "out/hello_single_to_multiple"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_single_to_multiple/hello_single_to_multiple.trace.1 | "out/hello_single_to_multiple"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_single_to_multiple" OUT="out/hello_single_to_multiple"/javascript MODEL="hello_single_to_multiple" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_single_to_multiple/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_single_to_multiple/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_single_to_multiple/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_single_to_multiple/*/*.dzn': No such file or directory
set -x; for file in "out/hello_single_to_multiple/hello_single_to_multiple.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_single_to_multiple' -o "out/hello_single_to_multiple/javascript" "$file";\
done
+ for file in "out/hello_single_to_multiple/hello_single_to_multiple.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_single_to_multiple -o out/hello_single_to_multiple/javascript out/hello_single_to_multiple/hello_single_to_multiple.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/build-javascript
mkdir -p "out/hello_single_to_multiple"/javascript && ln -sf "out/hello_single_to_multiple" "out/hello_single_to_multiple" && make DIR="out/hello_single_to_multiple" LANGUAGE=javascript OUT="out/hello_single_to_multiple"/javascript IN="out/hello_single_to_multiple"/javascript MAIN="out/hello_single_to_multiple/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_single_to_multiple/javascript/main.js out/hello_single_to_multiple/javascript/test
chmod +x out/hello_single_to_multiple/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/execute-javascript
timeout 2 diff -uwB out/hello_single_to_multiple/hello_single_to_multiple.trace.0 <(set -o pipefail;cat out/hello_single_to_multiple/hello_single_to_multiple.trace.0 | node "out/hello_single_to_multiple"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_single_to_multiple/hello_single_to_multiple.trace.0 | node "out/hello_single_to_multiple"/javascript/test ; echo "E""R""R""O""R"))
timeout 2 diff -uwB out/hello_single_to_multiple/hello_single_to_multiple.trace.1 <(set -o pipefail;cat out/hello_single_to_multiple/hello_single_to_multiple.trace.1 | node "out/hello_single_to_multiple"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_single_to_multiple/hello_single_to_multiple.trace.1 | node "out/hello_single_to_multiple"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_single_to_multiple/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/convert
convert: [SKIPPED] no DM file "out/hello_synchronous_livelock/hello_synchronous_livelock.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_synchronous_livelock" OUT="out/hello_synchronous_livelock"/c++ MODEL="hello_synchronous_livelock" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_synchronous_livelock/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_synchronous_livelock/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_synchronous_livelock/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_synchronous_livelock/*/*.dzn': No such file or directory
set -x; for file in "out/hello_synchronous_livelock/hello_synchronous_livelock.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_synchronous_livelock' -o "out/hello_synchronous_livelock/c++" "$file";\
done
+ for file in "out/hello_synchronous_livelock/hello_synchronous_livelock.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_synchronous_livelock -o out/hello_synchronous_livelock/c++ out/hello_synchronous_livelock/hello_synchronous_livelock.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/build-c++
mkdir -p "out/hello_synchronous_livelock"/c++ && ln -sf "out/hello_synchronous_livelock" "out/hello_synchronous_livelock" && make DIR="out/hello_synchronous_livelock" LANGUAGE=c++ OUT="out/hello_synchronous_livelock"/c++ IN="out/hello_synchronous_livelock"/c++ MAIN="out/hello_synchronous_livelock/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_synchronous_livelock/c++/
g++ -g -std=c++11 -MMD -MF out/hello_synchronous_livelock/c++/main.d -MT 'out/hello_synchronous_livelock/c++/main.d out/hello_synchronous_livelock/c++/main.o' -pthread -Iout/hello_synchronous_livelock/c++ -Iout/hello_synchronous_livelock/c++/.. -Iout/hello_synchronous_livelock/c++ -Iout/hello_synchronous_livelock/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_synchronous_livelock/c++/main.o out/hello_synchronous_livelock/c++/main.cc
mkdir -p out/hello_synchronous_livelock/c++/
g++ -g -std=c++11 -MMD -MF out/hello_synchronous_livelock/c++/hello_synchronous_livelock.d -MT 'out/hello_synchronous_livelock/c++/hello_synchronous_livelock.d out/hello_synchronous_livelock/c++/hello_synchronous_livelock.o' -pthread -Iout/hello_synchronous_livelock/c++ -Iout/hello_synchronous_livelock/c++/.. -Iout/hello_synchronous_livelock/c++ -Iout/hello_synchronous_livelock/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_synchronous_livelock/c++/hello_synchronous_livelock.o out/hello_synchronous_livelock/c++/hello_synchronous_livelock.cc
mkdir -p out/hello_synchronous_livelock/c++/
g++ -g -std=c++11 -MMD -MF out/hello_synchronous_livelock/c++/pump.d -MT 'out/hello_synchronous_livelock/c++/pump.d out/hello_synchronous_livelock/c++/pump.o' -pthread -Iout/hello_synchronous_livelock/c++ -Iout/hello_synchronous_livelock/c++/.. -Iout/hello_synchronous_livelock/c++ -Iout/hello_synchronous_livelock/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_synchronous_livelock/c++/pump.o out/hello_synchronous_livelock/c++/pump.cc
mkdir -p out/hello_synchronous_livelock/c++/
g++ -g -std=c++11 -MMD -MF out/hello_synchronous_livelock/c++/runtime.d -MT 'out/hello_synchronous_livelock/c++/runtime.d out/hello_synchronous_livelock/c++/runtime.o' -pthread -Iout/hello_synchronous_livelock/c++ -Iout/hello_synchronous_livelock/c++/.. -Iout/hello_synchronous_livelock/c++ -Iout/hello_synchronous_livelock/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_synchronous_livelock/c++/runtime.o out/hello_synchronous_livelock/c++/runtime.cc
mkdir -p out/hello_synchronous_livelock/c++/
g++ -g -std=c++11 -MMD -MF out/hello_synchronous_livelock/c++/test -MT 'out/hello_synchronous_livelock/c++/test out/hello_synchronous_livelock/c++/test' -pthread -Iout/hello_synchronous_livelock/c++ -Iout/hello_synchronous_livelock/c++/.. -Iout/hello_synchronous_livelock/c++ -Iout/hello_synchronous_livelock/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_synchronous_livelock/c++/test out/hello_synchronous_livelock/c++/main.o out/hello_synchronous_livelock/c++/hello_synchronous_livelock.o out/hello_synchronous_livelock/c++/pump.o out/hello_synchronous_livelock/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_synchronous_livelock/hello_synchronous_livelock.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/run
diff -uwB <(grep -v "" "out/hello_synchronous_livelock/hello_synchronous_livelock.trace.0") <(grep -v "" "out/hello_synchronous_livelock/hello_synchronous_livelock.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_synchronous_livelock "out/hello_synchronous_livelock/hello_synchronous_livelock.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/verify
mkdir -p "out/hello_synchronous_livelock"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=hello_synchronous_livelock "out/hello_synchronous_livelock/hello_synchronous_livelock.dzn" 2>"out/hello_synchronous_livelock"/verify/"hello_synchronous_livelock".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/hello_synchronous_livelock"/verify/"hello_synchronous_livelock"| test ! -s "out/hello_synchronous_livelock/baseline/verify/hello_synchronous_livelock"| test ! -s "out/hello_synchronous_livelock/baseline/verify/hello_synchronous_livelock".stderr;} || (diff -uwB "out/hello_synchronous_livelock/baseline/verify/hello_synchronous_livelock" "out/hello_synchronous_livelock"/verify/"hello_synchronous_livelock" && (test ! -s "out/hello_synchronous_livelock"/verify/"hello_synchronous_livelock".stderr || (sed -i s,.\r,,g "out/hello_synchronous_livelock"/verify/"hello_synchronous_livelock".stderr; diff -u "out/hello_synchronous_livelock/baseline/verify/hello_synchronous_livelock".stderr "out/hello_synchronous_livelock"/verify/"hello_synchronous_livelock".stderr))) || { echo "out/hello_synchronous_livelock"/verify/"hello_synchronous_livelock".stderr:; cat "out/hello_synchronous_livelock"/verify/"hello_synchronous_livelock".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_synchronous_livelock" OUT="out/hello_synchronous_livelock"/c++03 MODEL="hello_synchronous_livelock" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_synchronous_livelock/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_synchronous_livelock/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_synchronous_livelock/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_synchronous_livelock/*/*.dzn': No such file or directory
set -x; for file in "out/hello_synchronous_livelock/hello_synchronous_livelock.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_synchronous_livelock' -o "out/hello_synchronous_livelock/c++03" "$file";\
done
+ for file in "out/hello_synchronous_livelock/hello_synchronous_livelock.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_synchronous_livelock -o out/hello_synchronous_livelock/c++03 out/hello_synchronous_livelock/hello_synchronous_livelock.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/build-c++03
mkdir -p "out/hello_synchronous_livelock"/c++03 && ln -sf "out/hello_synchronous_livelock" "out/hello_synchronous_livelock" && make DIR="out/hello_synchronous_livelock" LANGUAGE=c++03 OUT="out/hello_synchronous_livelock"/c++03 IN="out/hello_synchronous_livelock"/c++03 MAIN="out/hello_synchronous_livelock/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_synchronous_livelock/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_synchronous_livelock/c++03/main.d -MT 'out/hello_synchronous_livelock/c++03/main.d out/hello_synchronous_livelock/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_synchronous_livelock/c++03 -Iout/hello_synchronous_livelock/c++03/.. -Iout/hello_synchronous_livelock/c++03 -Iout/hello_synchronous_livelock/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_synchronous_livelock/c++03/main.o out/hello_synchronous_livelock/c++03/main.cc
mkdir -p out/hello_synchronous_livelock/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_synchronous_livelock/c++03/hello_synchronous_livelock.d -MT 'out/hello_synchronous_livelock/c++03/hello_synchronous_livelock.d out/hello_synchronous_livelock/c++03/hello_synchronous_livelock.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_synchronous_livelock/c++03 -Iout/hello_synchronous_livelock/c++03/.. -Iout/hello_synchronous_livelock/c++03 -Iout/hello_synchronous_livelock/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_synchronous_livelock/c++03/hello_synchronous_livelock.o out/hello_synchronous_livelock/c++03/hello_synchronous_livelock.cc
mkdir -p out/hello_synchronous_livelock/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_synchronous_livelock/c++03/pump.d -MT 'out/hello_synchronous_livelock/c++03/pump.d out/hello_synchronous_livelock/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_synchronous_livelock/c++03 -Iout/hello_synchronous_livelock/c++03/.. -Iout/hello_synchronous_livelock/c++03 -Iout/hello_synchronous_livelock/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_synchronous_livelock/c++03/pump.o out/hello_synchronous_livelock/c++03/pump.cc
mkdir -p out/hello_synchronous_livelock/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_synchronous_livelock/c++03/runtime.d -MT 'out/hello_synchronous_livelock/c++03/runtime.d out/hello_synchronous_livelock/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_synchronous_livelock/c++03 -Iout/hello_synchronous_livelock/c++03/.. -Iout/hello_synchronous_livelock/c++03 -Iout/hello_synchronous_livelock/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_synchronous_livelock/c++03/runtime.o out/hello_synchronous_livelock/c++03/runtime.cc
mkdir -p out/hello_synchronous_livelock/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_synchronous_livelock/c++03/test -MT 'out/hello_synchronous_livelock/c++03/test out/hello_synchronous_livelock/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_synchronous_livelock/c++03 -Iout/hello_synchronous_livelock/c++03/.. -Iout/hello_synchronous_livelock/c++03 -Iout/hello_synchronous_livelock/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_synchronous_livelock/c++03/test out/hello_synchronous_livelock/c++03/main.o out/hello_synchronous_livelock/c++03/hello_synchronous_livelock.o out/hello_synchronous_livelock/c++03/pump.o out/hello_synchronous_livelock/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_synchronous_livelock" OUT="out/hello_synchronous_livelock"/javascript MODEL="hello_synchronous_livelock" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_synchronous_livelock/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_synchronous_livelock/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_synchronous_livelock/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_synchronous_livelock/*/*.dzn': No such file or directory
set -x; for file in "out/hello_synchronous_livelock/hello_synchronous_livelock.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_synchronous_livelock' -o "out/hello_synchronous_livelock/javascript" "$file";\
done
+ for file in "out/hello_synchronous_livelock/hello_synchronous_livelock.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_synchronous_livelock -o out/hello_synchronous_livelock/javascript out/hello_synchronous_livelock/hello_synchronous_livelock.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/build-javascript
mkdir -p "out/hello_synchronous_livelock"/javascript && ln -sf "out/hello_synchronous_livelock" "out/hello_synchronous_livelock" && make DIR="out/hello_synchronous_livelock" LANGUAGE=javascript OUT="out/hello_synchronous_livelock"/javascript IN="out/hello_synchronous_livelock"/javascript MAIN="out/hello_synchronous_livelock/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_synchronous_livelock/javascript/main.js out/hello_synchronous_livelock/javascript/test
chmod +x out/hello_synchronous_livelock/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/execute-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/table
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/traces
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/triangle-c++
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/view
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/execute-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/triangle-c++03
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/build-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/code-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/execute-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/triangle-c++-msvc11
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/execute-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_synchronous_livelock/triangle-javascript
error model: cannot execute
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/convert
convert: [SKIPPED] no DM file "out/hello_tail_recursive_function/hello_tail_recursive_function.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_tail_recursive_function/hello_tail_recursive_function.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_tail_recursive_function" OUT="out/hello_tail_recursive_function"/c++ MODEL="hello_tail_recursive_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_tail_recursive_function/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_tail_recursive_function/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_tail_recursive_function/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_tail_recursive_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_tail_recursive_function/hello_tail_recursive_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_tail_recursive_function' -o "out/hello_tail_recursive_function/c++" "$file";\
done
+ for file in "out/hello_tail_recursive_function/hello_tail_recursive_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_tail_recursive_function -o out/hello_tail_recursive_function/c++ out/hello_tail_recursive_function/hello_tail_recursive_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/build-c++
mkdir -p "out/hello_tail_recursive_function"/c++ && ln -sf "out/hello_tail_recursive_function" "out/hello_tail_recursive_function" && make DIR="out/hello_tail_recursive_function" LANGUAGE=c++ OUT="out/hello_tail_recursive_function"/c++ IN="out/hello_tail_recursive_function"/c++ MAIN="out/hello_tail_recursive_function/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_tail_recursive_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_tail_recursive_function/c++/main.d -MT 'out/hello_tail_recursive_function/c++/main.d out/hello_tail_recursive_function/c++/main.o' -pthread -Iout/hello_tail_recursive_function/c++ -Iout/hello_tail_recursive_function/c++/.. -Iout/hello_tail_recursive_function/c++ -Iout/hello_tail_recursive_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tail_recursive_function/c++/main.o out/hello_tail_recursive_function/c++/main.cc
mkdir -p out/hello_tail_recursive_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_tail_recursive_function/c++/pump.d -MT 'out/hello_tail_recursive_function/c++/pump.d out/hello_tail_recursive_function/c++/pump.o' -pthread -Iout/hello_tail_recursive_function/c++ -Iout/hello_tail_recursive_function/c++/.. -Iout/hello_tail_recursive_function/c++ -Iout/hello_tail_recursive_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tail_recursive_function/c++/pump.o out/hello_tail_recursive_function/c++/pump.cc
mkdir -p out/hello_tail_recursive_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_tail_recursive_function/c++/runtime.d -MT 'out/hello_tail_recursive_function/c++/runtime.d out/hello_tail_recursive_function/c++/runtime.o' -pthread -Iout/hello_tail_recursive_function/c++ -Iout/hello_tail_recursive_function/c++/.. -Iout/hello_tail_recursive_function/c++ -Iout/hello_tail_recursive_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tail_recursive_function/c++/runtime.o out/hello_tail_recursive_function/c++/runtime.cc
mkdir -p out/hello_tail_recursive_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_tail_recursive_function/c++/hello_tail_recursive_function.d -MT 'out/hello_tail_recursive_function/c++/hello_tail_recursive_function.d out/hello_tail_recursive_function/c++/hello_tail_recursive_function.o' -pthread -Iout/hello_tail_recursive_function/c++ -Iout/hello_tail_recursive_function/c++/.. -Iout/hello_tail_recursive_function/c++ -Iout/hello_tail_recursive_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tail_recursive_function/c++/hello_tail_recursive_function.o out/hello_tail_recursive_function/c++/hello_tail_recursive_function.cc
mkdir -p out/hello_tail_recursive_function/c++/
g++ -g -std=c++11 -MMD -MF out/hello_tail_recursive_function/c++/test -MT 'out/hello_tail_recursive_function/c++/test out/hello_tail_recursive_function/c++/test' -pthread -Iout/hello_tail_recursive_function/c++ -Iout/hello_tail_recursive_function/c++/.. -Iout/hello_tail_recursive_function/c++ -Iout/hello_tail_recursive_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_tail_recursive_function/c++/test out/hello_tail_recursive_function/c++/main.o out/hello_tail_recursive_function/c++/pump.o out/hello_tail_recursive_function/c++/runtime.o out/hello_tail_recursive_function/c++/hello_tail_recursive_function.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/execute-c++
timeout 2 diff -uwB out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0 <(set -o pipefail;cat out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0 | "out/hello_tail_recursive_function"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0 | "out/hello_tail_recursive_function"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/run
diff -uwB <(grep -v "" "out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0") <(grep -v "" "out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_tail_recursive_function "out/hello_tail_recursive_function/hello_tail_recursive_function.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/verify
mkdir -p "out/hello_tail_recursive_function"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_tail_recursive_function "out/hello_tail_recursive_function/hello_tail_recursive_function.dzn" 2>"out/hello_tail_recursive_function"/verify/"hello_tail_recursive_function".stderr)";err="$(cat "out/hello_tail_recursive_function"/verify/"hello_tail_recursive_function".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_tail_recursive_function"/verify/"hello_tail_recursive_function".stderr:; cat "out/hello_tail_recursive_function"/verify/"hello_tail_recursive_function".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_tail_recursive_function" OUT="out/hello_tail_recursive_function"/c++03 MODEL="hello_tail_recursive_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_tail_recursive_function/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_tail_recursive_function/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_tail_recursive_function/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_tail_recursive_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_tail_recursive_function/hello_tail_recursive_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_tail_recursive_function' -o "out/hello_tail_recursive_function/c++03" "$file";\
done
+ for file in "out/hello_tail_recursive_function/hello_tail_recursive_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_tail_recursive_function -o out/hello_tail_recursive_function/c++03 out/hello_tail_recursive_function/hello_tail_recursive_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/build-c++03
mkdir -p "out/hello_tail_recursive_function"/c++03 && ln -sf "out/hello_tail_recursive_function" "out/hello_tail_recursive_function" && make DIR="out/hello_tail_recursive_function" LANGUAGE=c++03 OUT="out/hello_tail_recursive_function"/c++03 IN="out/hello_tail_recursive_function"/c++03 MAIN="out/hello_tail_recursive_function/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_tail_recursive_function/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_tail_recursive_function/c++03/main.d -MT 'out/hello_tail_recursive_function/c++03/main.d out/hello_tail_recursive_function/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_tail_recursive_function/c++03 -Iout/hello_tail_recursive_function/c++03/.. -Iout/hello_tail_recursive_function/c++03 -Iout/hello_tail_recursive_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tail_recursive_function/c++03/main.o out/hello_tail_recursive_function/c++03/main.cc
mkdir -p out/hello_tail_recursive_function/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_tail_recursive_function/c++03/pump.d -MT 'out/hello_tail_recursive_function/c++03/pump.d out/hello_tail_recursive_function/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_tail_recursive_function/c++03 -Iout/hello_tail_recursive_function/c++03/.. -Iout/hello_tail_recursive_function/c++03 -Iout/hello_tail_recursive_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tail_recursive_function/c++03/pump.o out/hello_tail_recursive_function/c++03/pump.cc
mkdir -p out/hello_tail_recursive_function/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_tail_recursive_function/c++03/runtime.d -MT 'out/hello_tail_recursive_function/c++03/runtime.d out/hello_tail_recursive_function/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_tail_recursive_function/c++03 -Iout/hello_tail_recursive_function/c++03/.. -Iout/hello_tail_recursive_function/c++03 -Iout/hello_tail_recursive_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tail_recursive_function/c++03/runtime.o out/hello_tail_recursive_function/c++03/runtime.cc
mkdir -p out/hello_tail_recursive_function/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_tail_recursive_function/c++03/hello_tail_recursive_function.d -MT 'out/hello_tail_recursive_function/c++03/hello_tail_recursive_function.d out/hello_tail_recursive_function/c++03/hello_tail_recursive_function.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_tail_recursive_function/c++03 -Iout/hello_tail_recursive_function/c++03/.. -Iout/hello_tail_recursive_function/c++03 -Iout/hello_tail_recursive_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tail_recursive_function/c++03/hello_tail_recursive_function.o out/hello_tail_recursive_function/c++03/hello_tail_recursive_function.cc
mkdir -p out/hello_tail_recursive_function/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_tail_recursive_function/c++03/test -MT 'out/hello_tail_recursive_function/c++03/test out/hello_tail_recursive_function/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_tail_recursive_function/c++03 -Iout/hello_tail_recursive_function/c++03/.. -Iout/hello_tail_recursive_function/c++03 -Iout/hello_tail_recursive_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_tail_recursive_function/c++03/test out/hello_tail_recursive_function/c++03/main.o out/hello_tail_recursive_function/c++03/pump.o out/hello_tail_recursive_function/c++03/runtime.o out/hello_tail_recursive_function/c++03/hello_tail_recursive_function.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/execute-c++03
timeout 2 diff -uwB out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0 <(set -o pipefail;cat out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0 | "out/hello_tail_recursive_function"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0 | "out/hello_tail_recursive_function"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_tail_recursive_function" OUT="out/hello_tail_recursive_function"/javascript MODEL="hello_tail_recursive_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_tail_recursive_function/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_tail_recursive_function/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_tail_recursive_function/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_tail_recursive_function/*/*.dzn': No such file or directory
set -x; for file in "out/hello_tail_recursive_function/hello_tail_recursive_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_tail_recursive_function' -o "out/hello_tail_recursive_function/javascript" "$file";\
done
+ for file in "out/hello_tail_recursive_function/hello_tail_recursive_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_tail_recursive_function -o out/hello_tail_recursive_function/javascript out/hello_tail_recursive_function/hello_tail_recursive_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/build-javascript
mkdir -p "out/hello_tail_recursive_function"/javascript && ln -sf "out/hello_tail_recursive_function" "out/hello_tail_recursive_function" && make DIR="out/hello_tail_recursive_function" LANGUAGE=javascript OUT="out/hello_tail_recursive_function"/javascript IN="out/hello_tail_recursive_function"/javascript MAIN="out/hello_tail_recursive_function/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_tail_recursive_function/javascript/main.js out/hello_tail_recursive_function/javascript/test
chmod +x out/hello_tail_recursive_function/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/execute-javascript
timeout 2 diff -uwB out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0 <(set -o pipefail;cat out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0 | node "out/hello_tail_recursive_function"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_tail_recursive_function/hello_tail_recursive_function.trace.0 | node "out/hello_tail_recursive_function"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tail_recursive_function/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/convert
convert: [SKIPPED] no DM file "out/hello_tick/hello_tick.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_tick/hello_tick.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_tick" OUT="out/hello_tick"/c++ MODEL="hello_tick" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_tick/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_tick/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_tick/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_tick/*/*.dzn': No such file or directory
set -x; for file in "out/hello_tick/hello_tick.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_tick' -o "out/hello_tick/c++" "$file";\
done
+ for file in "out/hello_tick/hello_tick.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_tick -o out/hello_tick/c++ out/hello_tick/hello_tick.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/build-c++
mkdir -p "out/hello_tick"/c++ && ln -sf "out/hello_tick" "out/hello_tick" && make DIR="out/hello_tick" LANGUAGE=c++ OUT="out/hello_tick"/c++ IN="out/hello_tick"/c++ MAIN="out/hello_tick/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_tick/c++/
g++ -g -std=c++11 -MMD -MF out/hello_tick/c++/main.d -MT 'out/hello_tick/c++/main.d out/hello_tick/c++/main.o' -pthread -Iout/hello_tick/c++ -Iout/hello_tick/c++/.. -Iout/hello_tick/c++ -Iout/hello_tick/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tick/c++/main.o out/hello_tick/c++/main.cc
mkdir -p out/hello_tick/c++/
g++ -g -std=c++11 -MMD -MF out/hello_tick/c++/pump.d -MT 'out/hello_tick/c++/pump.d out/hello_tick/c++/pump.o' -pthread -Iout/hello_tick/c++ -Iout/hello_tick/c++/.. -Iout/hello_tick/c++ -Iout/hello_tick/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tick/c++/pump.o out/hello_tick/c++/pump.cc
mkdir -p out/hello_tick/c++/
g++ -g -std=c++11 -MMD -MF out/hello_tick/c++/runtime.d -MT 'out/hello_tick/c++/runtime.d out/hello_tick/c++/runtime.o' -pthread -Iout/hello_tick/c++ -Iout/hello_tick/c++/.. -Iout/hello_tick/c++ -Iout/hello_tick/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tick/c++/runtime.o out/hello_tick/c++/runtime.cc
mkdir -p out/hello_tick/c++/
g++ -g -std=c++11 -MMD -MF out/hello_tick/c++/hello_tick.d -MT 'out/hello_tick/c++/hello_tick.d out/hello_tick/c++/hello_tick.o' -pthread -Iout/hello_tick/c++ -Iout/hello_tick/c++/.. -Iout/hello_tick/c++ -Iout/hello_tick/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tick/c++/hello_tick.o out/hello_tick/c++/hello_tick.cc
mkdir -p out/hello_tick/c++/
g++ -g -std=c++11 -MMD -MF out/hello_tick/c++/test -MT 'out/hello_tick/c++/test out/hello_tick/c++/test' -pthread -Iout/hello_tick/c++ -Iout/hello_tick/c++/.. -Iout/hello_tick/c++ -Iout/hello_tick/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_tick/c++/test out/hello_tick/c++/main.o out/hello_tick/c++/pump.o out/hello_tick/c++/runtime.o out/hello_tick/c++/hello_tick.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/execute-c++
timeout 2 diff -uwB out/hello_tick/hello_tick.trace.0 <(set -o pipefail;cat out/hello_tick/hello_tick.trace.0 | "out/hello_tick"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_tick/hello_tick.trace.0 | "out/hello_tick"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/run
diff -uwB <(grep -v "" "out/hello_tick/hello_tick.trace.0") <(grep -v "" "out/hello_tick/hello_tick.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_tick "out/hello_tick/hello_tick.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:56:57.407144936 +0000
+++ /dev/fd/62 2020-08-05 11:56:57.403144575 +0000
@@ -1,4 +1,2 @@
h.hello
w.world
-w.r_f
-h.r_f
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/triangle-c++
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/verify
mkdir -p "out/hello_tick"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_tick "out/hello_tick/hello_tick.dzn" 2>"out/hello_tick"/verify/"hello_tick".stderr)";err="$(cat "out/hello_tick"/verify/"hello_tick".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_tick"/verify/"hello_tick".stderr:; cat "out/hello_tick"/verify/"hello_tick".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_tick" OUT="out/hello_tick"/c++03 MODEL="hello_tick" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_tick/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_tick/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_tick/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_tick/*/*.dzn': No such file or directory
set -x; for file in "out/hello_tick/hello_tick.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_tick' -o "out/hello_tick/c++03" "$file";\
done
+ for file in "out/hello_tick/hello_tick.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_tick -o out/hello_tick/c++03 out/hello_tick/hello_tick.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/build-c++03
mkdir -p "out/hello_tick"/c++03 && ln -sf "out/hello_tick" "out/hello_tick" && make DIR="out/hello_tick" LANGUAGE=c++03 OUT="out/hello_tick"/c++03 IN="out/hello_tick"/c++03 MAIN="out/hello_tick/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_tick/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_tick/c++03/main.d -MT 'out/hello_tick/c++03/main.d out/hello_tick/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_tick/c++03 -Iout/hello_tick/c++03/.. -Iout/hello_tick/c++03 -Iout/hello_tick/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tick/c++03/main.o out/hello_tick/c++03/main.cc
mkdir -p out/hello_tick/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_tick/c++03/pump.d -MT 'out/hello_tick/c++03/pump.d out/hello_tick/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_tick/c++03 -Iout/hello_tick/c++03/.. -Iout/hello_tick/c++03 -Iout/hello_tick/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tick/c++03/pump.o out/hello_tick/c++03/pump.cc
mkdir -p out/hello_tick/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_tick/c++03/runtime.d -MT 'out/hello_tick/c++03/runtime.d out/hello_tick/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_tick/c++03 -Iout/hello_tick/c++03/.. -Iout/hello_tick/c++03 -Iout/hello_tick/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tick/c++03/runtime.o out/hello_tick/c++03/runtime.cc
mkdir -p out/hello_tick/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_tick/c++03/hello_tick.d -MT 'out/hello_tick/c++03/hello_tick.d out/hello_tick/c++03/hello_tick.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_tick/c++03 -Iout/hello_tick/c++03/.. -Iout/hello_tick/c++03 -Iout/hello_tick/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_tick/c++03/hello_tick.o out/hello_tick/c++03/hello_tick.cc
mkdir -p out/hello_tick/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_tick/c++03/test -MT 'out/hello_tick/c++03/test out/hello_tick/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_tick/c++03 -Iout/hello_tick/c++03/.. -Iout/hello_tick/c++03 -Iout/hello_tick/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_tick/c++03/test out/hello_tick/c++03/main.o out/hello_tick/c++03/pump.o out/hello_tick/c++03/runtime.o out/hello_tick/c++03/hello_tick.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/execute-c++03
timeout 2 diff -uwB out/hello_tick/hello_tick.trace.0 <(set -o pipefail;cat out/hello_tick/hello_tick.trace.0 | "out/hello_tick"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_tick/hello_tick.trace.0 | "out/hello_tick"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/triangle-c++03
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_tick" OUT="out/hello_tick"/javascript MODEL="hello_tick" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_tick/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_tick/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_tick/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_tick/*/*.dzn': No such file or directory
set -x; for file in "out/hello_tick/hello_tick.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_tick' -o "out/hello_tick/javascript" "$file";\
done
+ for file in "out/hello_tick/hello_tick.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_tick -o out/hello_tick/javascript out/hello_tick/hello_tick.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/build-javascript
mkdir -p "out/hello_tick"/javascript && ln -sf "out/hello_tick" "out/hello_tick" && make DIR="out/hello_tick" LANGUAGE=javascript OUT="out/hello_tick"/javascript IN="out/hello_tick"/javascript MAIN="out/hello_tick/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_tick/javascript/main.js out/hello_tick/javascript/test
chmod +x out/hello_tick/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/execute-javascript
timeout 2 diff -uwB out/hello_tick/hello_tick.trace.0 <(set -o pipefail;cat out/hello_tick/hello_tick.trace.0 | node "out/hello_tick"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_tick/hello_tick.trace.0 | node "out/hello_tick"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/triangle-javascript
Not executed because prerequisite did not succeed
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_tick/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/convert
convert: [SKIPPED] no DM file "out/hellocheckcompbindings/hellocheckcompbindings.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hellocheckcompbindings" OUT="out/hellocheckcompbindings"/c++ MAIN=out/hellocheckcompbindings/main.cc MODEL="hellocheckcompbindings" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellocheckcompbindings/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hellocheckcompbindings/c++"/dzn/$file;\
done
ls: cannot access 'out/hellocheckcompbindings/*/*.dzn': No such file or directory
set -x; for file in "out/hellocheckcompbindings/hellocheckcompbindings.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/hellocheckcompbindings/c++" "$file";\
done
+ for file in "out/hellocheckcompbindings/hellocheckcompbindings.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/hellocheckcompbindings/c++ out/hellocheckcompbindings/hellocheckcompbindings.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/build-c++
mkdir -p "out/hellocheckcompbindings"/c++ && ln -sf "out/hellocheckcompbindings" "out/hellocheckcompbindings" && make DIR="out/hellocheckcompbindings" LANGUAGE=c++ OUT="out/hellocheckcompbindings"/c++ IN="out/hellocheckcompbindings"/c++ MAIN="out/hellocheckcompbindings/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/execute-c++
timeout 2 diff -uwB out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace | "out/hellocheckcompbindings"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace | "out/hellocheckcompbindings"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hellocheckcompbindings/hellocheckcompbindings.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/verify
mkdir -p "out/hellocheckcompbindings"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hellocheckcompbindings "out/hellocheckcompbindings/hellocheckcompbindings.dzn" 2>"out/hellocheckcompbindings"/verify/"hellocheckcompbindings".stderr)";err="$(cat "out/hellocheckcompbindings"/verify/"hellocheckcompbindings".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hellocheckcompbindings"/verify/"hellocheckcompbindings".stderr:; cat "out/hellocheckcompbindings"/verify/"hellocheckcompbindings".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellocheckcompbindings/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hellocheckcompbindings/c++03"/dzn/$file;\
done
ls: cannot access 'out/hellocheckcompbindings/*/*.dzn': No such file or directory
set -x; for file in "out/hellocheckcompbindings/hellocheckcompbindings.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/hellocheckcompbindings/c++03" "$file";\
done
+ for file in "out/hellocheckcompbindings/hellocheckcompbindings.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/hellocheckcompbindings/c++03 out/hellocheckcompbindings/hellocheckcompbindings.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/build-c++03
mkdir -p "out/hellocheckcompbindings"/c++03 && ln -sf "out/hellocheckcompbindings" "out/hellocheckcompbindings" && 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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/execute-c++03
timeout 2 diff -uwB out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace | "out/hellocheckcompbindings"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace | "out/hellocheckcompbindings"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hellocheckcompbindings" OUT="out/hellocheckcompbindings"/javascript MODEL="hellocheckcompbindings" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellocheckcompbindings/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hellocheckcompbindings/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hellocheckcompbindings/javascript"/dzn/$file;\
done
ls: cannot access 'out/hellocheckcompbindings/*/*.dzn': No such file or directory
set -x; for file in "out/hellocheckcompbindings/hellocheckcompbindings.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hellocheckcompbindings' -o "out/hellocheckcompbindings/javascript" "$file";\
done
+ for file in "out/hellocheckcompbindings/hellocheckcompbindings.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hellocheckcompbindings -o out/hellocheckcompbindings/javascript out/hellocheckcompbindings/hellocheckcompbindings.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/build-javascript
mkdir -p "out/hellocheckcompbindings"/javascript && ln -sf "out/hellocheckcompbindings" "out/hellocheckcompbindings" && make DIR="out/hellocheckcompbindings" LANGUAGE=javascript OUT="out/hellocheckcompbindings"/javascript IN="out/hellocheckcompbindings"/javascript MAIN="out/hellocheckcompbindings/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hellocheckcompbindings/javascript/main.js out/hellocheckcompbindings/javascript/test
chmod +x out/hellocheckcompbindings/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/execute-javascript
timeout 2 diff -uwB out/hellocheckcompbindings/hellocheckcompbindings.trace <(set -o pipefail;cat out/hellocheckcompbindings/hellocheckcompbindings.trace | node "out/hellocheckcompbindings"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellocheckcompbindings/hellocheckcompbindings.trace | node "out/hellocheckcompbindings"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/run
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/table
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/traces
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/triangle-c++
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/view
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/triangle-c++03
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/build-c++-msvc11
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/code-c++-msvc11
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/execute-c++-msvc11
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/triangle-c++-msvc11
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellocheckcompbindings/triangle-javascript
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/convert
convert: [SKIPPED] no DM file "out/hello_true_guard/hello_true_guard.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_true_guard/hello_true_guard.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_true_guard" OUT="out/hello_true_guard"/c++ MODEL="hello_true_guard" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_true_guard/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_true_guard/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_true_guard/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_true_guard/*/*.dzn': No such file or directory
set -x; for file in "out/hello_true_guard/hello_true_guard.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_true_guard' -o "out/hello_true_guard/c++" "$file";\
done
+ for file in "out/hello_true_guard/hello_true_guard.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_true_guard -o out/hello_true_guard/c++ out/hello_true_guard/hello_true_guard.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/build-c++
mkdir -p "out/hello_true_guard"/c++ && ln -sf "out/hello_true_guard" "out/hello_true_guard" && make DIR="out/hello_true_guard" LANGUAGE=c++ OUT="out/hello_true_guard"/c++ IN="out/hello_true_guard"/c++ MAIN="out/hello_true_guard/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_true_guard/c++/
g++ -g -std=c++11 -MMD -MF out/hello_true_guard/c++/main.d -MT 'out/hello_true_guard/c++/main.d out/hello_true_guard/c++/main.o' -pthread -Iout/hello_true_guard/c++ -Iout/hello_true_guard/c++/.. -Iout/hello_true_guard/c++ -Iout/hello_true_guard/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_true_guard/c++/main.o out/hello_true_guard/c++/main.cc
mkdir -p out/hello_true_guard/c++/
g++ -g -std=c++11 -MMD -MF out/hello_true_guard/c++/hello_true_guard.d -MT 'out/hello_true_guard/c++/hello_true_guard.d out/hello_true_guard/c++/hello_true_guard.o' -pthread -Iout/hello_true_guard/c++ -Iout/hello_true_guard/c++/.. -Iout/hello_true_guard/c++ -Iout/hello_true_guard/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_true_guard/c++/hello_true_guard.o out/hello_true_guard/c++/hello_true_guard.cc
mkdir -p out/hello_true_guard/c++/
g++ -g -std=c++11 -MMD -MF out/hello_true_guard/c++/pump.d -MT 'out/hello_true_guard/c++/pump.d out/hello_true_guard/c++/pump.o' -pthread -Iout/hello_true_guard/c++ -Iout/hello_true_guard/c++/.. -Iout/hello_true_guard/c++ -Iout/hello_true_guard/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_true_guard/c++/pump.o out/hello_true_guard/c++/pump.cc
mkdir -p out/hello_true_guard/c++/
g++ -g -std=c++11 -MMD -MF out/hello_true_guard/c++/runtime.d -MT 'out/hello_true_guard/c++/runtime.d out/hello_true_guard/c++/runtime.o' -pthread -Iout/hello_true_guard/c++ -Iout/hello_true_guard/c++/.. -Iout/hello_true_guard/c++ -Iout/hello_true_guard/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_true_guard/c++/runtime.o out/hello_true_guard/c++/runtime.cc
mkdir -p out/hello_true_guard/c++/
g++ -g -std=c++11 -MMD -MF out/hello_true_guard/c++/test -MT 'out/hello_true_guard/c++/test out/hello_true_guard/c++/test' -pthread -Iout/hello_true_guard/c++ -Iout/hello_true_guard/c++/.. -Iout/hello_true_guard/c++ -Iout/hello_true_guard/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_true_guard/c++/test out/hello_true_guard/c++/main.o out/hello_true_guard/c++/hello_true_guard.o out/hello_true_guard/c++/pump.o out/hello_true_guard/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/execute-c++
timeout 2 diff -uwB out/hello_true_guard/hello_true_guard.trace.0 <(set -o pipefail;cat out/hello_true_guard/hello_true_guard.trace.0 | "out/hello_true_guard"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_true_guard/hello_true_guard.trace.0 | "out/hello_true_guard"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/run
diff -uwB <(grep -v "" "out/hello_true_guard/hello_true_guard.trace.0") <(grep -v "" "out/hello_true_guard/hello_true_guard.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_true_guard "out/hello_true_guard/hello_true_guard.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/verify
mkdir -p "out/hello_true_guard"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hello_true_guard "out/hello_true_guard/hello_true_guard.dzn" 2>"out/hello_true_guard"/verify/"hello_true_guard".stderr)";err="$(cat "out/hello_true_guard"/verify/"hello_true_guard".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hello_true_guard"/verify/"hello_true_guard".stderr:; cat "out/hello_true_guard"/verify/"hello_true_guard".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_true_guard" OUT="out/hello_true_guard"/c++03 MODEL="hello_true_guard" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_true_guard/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_true_guard/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_true_guard/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_true_guard/*/*.dzn': No such file or directory
set -x; for file in "out/hello_true_guard/hello_true_guard.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_true_guard' -o "out/hello_true_guard/c++03" "$file";\
done
+ for file in "out/hello_true_guard/hello_true_guard.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_true_guard -o out/hello_true_guard/c++03 out/hello_true_guard/hello_true_guard.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/build-c++03
mkdir -p "out/hello_true_guard"/c++03 && ln -sf "out/hello_true_guard" "out/hello_true_guard" && make DIR="out/hello_true_guard" LANGUAGE=c++03 OUT="out/hello_true_guard"/c++03 IN="out/hello_true_guard"/c++03 MAIN="out/hello_true_guard/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_true_guard/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_true_guard/c++03/main.d -MT 'out/hello_true_guard/c++03/main.d out/hello_true_guard/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_true_guard/c++03 -Iout/hello_true_guard/c++03/.. -Iout/hello_true_guard/c++03 -Iout/hello_true_guard/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_true_guard/c++03/main.o out/hello_true_guard/c++03/main.cc
mkdir -p out/hello_true_guard/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_true_guard/c++03/hello_true_guard.d -MT 'out/hello_true_guard/c++03/hello_true_guard.d out/hello_true_guard/c++03/hello_true_guard.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_true_guard/c++03 -Iout/hello_true_guard/c++03/.. -Iout/hello_true_guard/c++03 -Iout/hello_true_guard/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_true_guard/c++03/hello_true_guard.o out/hello_true_guard/c++03/hello_true_guard.cc
mkdir -p out/hello_true_guard/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_true_guard/c++03/pump.d -MT 'out/hello_true_guard/c++03/pump.d out/hello_true_guard/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_true_guard/c++03 -Iout/hello_true_guard/c++03/.. -Iout/hello_true_guard/c++03 -Iout/hello_true_guard/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_true_guard/c++03/pump.o out/hello_true_guard/c++03/pump.cc
mkdir -p out/hello_true_guard/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_true_guard/c++03/runtime.d -MT 'out/hello_true_guard/c++03/runtime.d out/hello_true_guard/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_true_guard/c++03 -Iout/hello_true_guard/c++03/.. -Iout/hello_true_guard/c++03 -Iout/hello_true_guard/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_true_guard/c++03/runtime.o out/hello_true_guard/c++03/runtime.cc
mkdir -p out/hello_true_guard/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_true_guard/c++03/test -MT 'out/hello_true_guard/c++03/test out/hello_true_guard/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_true_guard/c++03 -Iout/hello_true_guard/c++03/.. -Iout/hello_true_guard/c++03 -Iout/hello_true_guard/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_true_guard/c++03/test out/hello_true_guard/c++03/main.o out/hello_true_guard/c++03/hello_true_guard.o out/hello_true_guard/c++03/pump.o out/hello_true_guard/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/execute-c++03
timeout 2 diff -uwB out/hello_true_guard/hello_true_guard.trace.0 <(set -o pipefail;cat out/hello_true_guard/hello_true_guard.trace.0 | "out/hello_true_guard"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_true_guard/hello_true_guard.trace.0 | "out/hello_true_guard"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_true_guard" OUT="out/hello_true_guard"/javascript MODEL="hello_true_guard" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_true_guard/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_true_guard/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_true_guard/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_true_guard/*/*.dzn': No such file or directory
set -x; for file in "out/hello_true_guard/hello_true_guard.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_true_guard' -o "out/hello_true_guard/javascript" "$file";\
done
+ for file in "out/hello_true_guard/hello_true_guard.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_true_guard -o out/hello_true_guard/javascript out/hello_true_guard/hello_true_guard.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/build-javascript
mkdir -p "out/hello_true_guard"/javascript && ln -sf "out/hello_true_guard" "out/hello_true_guard" && make DIR="out/hello_true_guard" LANGUAGE=javascript OUT="out/hello_true_guard"/javascript IN="out/hello_true_guard"/javascript MAIN="out/hello_true_guard/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_true_guard/javascript/main.js out/hello_true_guard/javascript/test
chmod +x out/hello_true_guard/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/execute-javascript
timeout 2 diff -uwB out/hello_true_guard/hello_true_guard.trace.0 <(set -o pipefail;cat out/hello_true_guard/hello_true_guard.trace.0 | node "out/hello_true_guard"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_true_guard/hello_true_guard.trace.0 | node "out/hello_true_guard"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_true_guard/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/convert
convert: [SKIPPED] no DM file "out/hellochecksystembindings/hellocheckcompbindings.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hellochecksystembindings" OUT="out/hellochecksystembindings"/c++ MAIN=out/hellochecksystembindings/main.cc MODEL="hellochecksystembindings" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellochecksystembindings/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hellochecksystembindings/c++"/dzn/$file;\
done
ls: cannot access 'out/hellochecksystembindings/*/*.dzn': No such file or directory
set -x; for file in "out/hellochecksystembindings/hellochecksystembindings.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o "out/hellochecksystembindings/c++" "$file";\
done
+ for file in "out/hellochecksystembindings/hellochecksystembindings.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -o out/hellochecksystembindings/c++ out/hellochecksystembindings/hellochecksystembindings.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/build-c++
mkdir -p "out/hellochecksystembindings"/c++ && ln -sf "out/hellochecksystembindings" "out/hellochecksystembindings" && make DIR="out/hellochecksystembindings" LANGUAGE=c++ OUT="out/hellochecksystembindings"/c++ IN="out/hellochecksystembindings"/c++ MAIN="out/hellochecksystembindings/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/execute-c++
timeout 2 diff -uwB out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace | "out/hellochecksystembindings"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace | "out/hellochecksystembindings"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hellochecksystembindings/hellochecksystembindings.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/verify
mkdir -p "out/hellochecksystembindings"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hellocheckcompbindings "out/hellochecksystembindings/hellochecksystembindings.dzn" 2>"out/hellochecksystembindings"/verify/"hellochecksystembindings".stderr)";err="$(cat "out/hellochecksystembindings"/verify/"hellochecksystembindings".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hellochecksystembindings"/verify/"hellochecksystembindings".stderr:; cat "out/hellochecksystembindings"/verify/"hellochecksystembindings".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellochecksystembindings/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hellochecksystembindings/c++03"/dzn/$file;\
done
ls: cannot access 'out/hellochecksystembindings/*/*.dzn': No such file or directory
set -x; for file in "out/hellochecksystembindings/hellochecksystembindings.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o "out/hellochecksystembindings/c++03" "$file";\
done
+ for file in "out/hellochecksystembindings/hellochecksystembindings.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -o out/hellochecksystembindings/c++03 out/hellochecksystembindings/hellochecksystembindings.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/build-c++03
mkdir -p "out/hellochecksystembindings"/c++03 && ln -sf "out/hellochecksystembindings" "out/hellochecksystembindings" && 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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/execute-c++03
timeout 2 diff -uwB out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace | "out/hellochecksystembindings"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace | "out/hellochecksystembindings"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hellochecksystembindings" OUT="out/hellochecksystembindings"/javascript MODEL="hellochecksystembindings" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellochecksystembindings/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hellochecksystembindings/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hellochecksystembindings/javascript"/dzn/$file;\
done
ls: cannot access 'out/hellochecksystembindings/*/*.dzn': No such file or directory
set -x; for file in "out/hellochecksystembindings/hellochecksystembindings.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hellochecksystembindings' -o "out/hellochecksystembindings/javascript" "$file";\
done
+ for file in "out/hellochecksystembindings/hellochecksystembindings.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hellochecksystembindings -o out/hellochecksystembindings/javascript out/hellochecksystembindings/hellochecksystembindings.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/build-javascript
mkdir -p "out/hellochecksystembindings"/javascript && ln -sf "out/hellochecksystembindings" "out/hellochecksystembindings" && make DIR="out/hellochecksystembindings" LANGUAGE=javascript OUT="out/hellochecksystembindings"/javascript IN="out/hellochecksystembindings"/javascript MAIN="out/hellochecksystembindings/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hellochecksystembindings/javascript/main.js out/hellochecksystembindings/javascript/test
chmod +x out/hellochecksystembindings/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/execute-javascript
timeout 2 diff -uwB out/hellochecksystembindings/hellochecksystembindings.trace <(set -o pipefail;cat out/hellochecksystembindings/hellochecksystembindings.trace | node "out/hellochecksystembindings"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellochecksystembindings/hellochecksystembindings.trace | node "out/hellochecksystembindings"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/run
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/table
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/traces
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/triangle-c++
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/view
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/triangle-c++03
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/build-c++-msvc11
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/code-c++-msvc11
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/execute-c++-msvc11
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/triangle-c++-msvc11
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellochecksystembindings/triangle-javascript
execute will assert on failed check_bindings
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/convert
convert: [SKIPPED] no DM file "out/hello_two/hello_two.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hello_two/hello_two.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hello_two" OUT="out/hello_two"/c++ MODEL="hello_two" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_two/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hello_two/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hello_two/c++"/dzn/$file;\
done
ls: cannot access 'out/hello_two/*/*.dzn': No such file or directory
set -x; for file in "out/hello_two/hello_two.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hello_two' -o "out/hello_two/c++" "$file";\
done
+ for file in "out/hello_two/hello_two.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hello_two -o out/hello_two/c++ out/hello_two/hello_two.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/build-c++
mkdir -p "out/hello_two"/c++ && ln -sf "out/hello_two" "out/hello_two" && make DIR="out/hello_two" LANGUAGE=c++ OUT="out/hello_two"/c++ IN="out/hello_two"/c++ MAIN="out/hello_two/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hello_two/c++/
g++ -g -std=c++11 -MMD -MF out/hello_two/c++/main.d -MT 'out/hello_two/c++/main.d out/hello_two/c++/main.o' -pthread -Iout/hello_two/c++ -Iout/hello_two/c++/.. -Iout/hello_two/c++ -Iout/hello_two/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_two/c++/main.o out/hello_two/c++/main.cc
mkdir -p out/hello_two/c++/
g++ -g -std=c++11 -MMD -MF out/hello_two/c++/hello_two.d -MT 'out/hello_two/c++/hello_two.d out/hello_two/c++/hello_two.o' -pthread -Iout/hello_two/c++ -Iout/hello_two/c++/.. -Iout/hello_two/c++ -Iout/hello_two/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_two/c++/hello_two.o out/hello_two/c++/hello_two.cc
mkdir -p out/hello_two/c++/
g++ -g -std=c++11 -MMD -MF out/hello_two/c++/pump.d -MT 'out/hello_two/c++/pump.d out/hello_two/c++/pump.o' -pthread -Iout/hello_two/c++ -Iout/hello_two/c++/.. -Iout/hello_two/c++ -Iout/hello_two/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_two/c++/pump.o out/hello_two/c++/pump.cc
mkdir -p out/hello_two/c++/
g++ -g -std=c++11 -MMD -MF out/hello_two/c++/runtime.d -MT 'out/hello_two/c++/runtime.d out/hello_two/c++/runtime.o' -pthread -Iout/hello_two/c++ -Iout/hello_two/c++/.. -Iout/hello_two/c++ -Iout/hello_two/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_two/c++/runtime.o out/hello_two/c++/runtime.cc
mkdir -p out/hello_two/c++/
g++ -g -std=c++11 -MMD -MF out/hello_two/c++/test -MT 'out/hello_two/c++/test out/hello_two/c++/test' -pthread -Iout/hello_two/c++ -Iout/hello_two/c++/.. -Iout/hello_two/c++ -Iout/hello_two/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hello_two/c++/test out/hello_two/c++/main.o out/hello_two/c++/hello_two.o out/hello_two/c++/pump.o out/hello_two/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/execute-c++
timeout 2 diff -uwB out/hello_two/hello_two.trace.0 <(set -o pipefail;cat out/hello_two/hello_two.trace.0 | "out/hello_two"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_two/hello_two.trace.0 | "out/hello_two"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/run
diff -uwB <(grep -v "" "out/hello_two/hello_two.trace.0") <(grep -v "" "out/hello_two/hello_two.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hello_two "out/hello_two/hello_two.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/verify
mkdir -p "out/hello_two"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all "out/hello_two/hello_two.dzn" 2>"out/hello_two"/verify/"hello_two".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/hello_two"/verify/"hello_two"| test ! -s "out/hello_two/baseline/verify/hello_two"| test ! -s "out/hello_two/baseline/verify/hello_two".stderr;} || (diff -uwB "out/hello_two/baseline/verify/hello_two" "out/hello_two"/verify/"hello_two" && (test ! -s "out/hello_two"/verify/"hello_two".stderr || (sed -i s,.\r,,g "out/hello_two"/verify/"hello_two".stderr; diff -u "out/hello_two/baseline/verify/hello_two".stderr "out/hello_two"/verify/"hello_two".stderr))) || { echo "out/hello_two"/verify/"hello_two".stderr:; cat "out/hello_two"/verify/"hello_two".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hello_two" OUT="out/hello_two"/c++03 MODEL="hello_two" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_two/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hello_two/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hello_two/c++03"/dzn/$file;\
done
ls: cannot access 'out/hello_two/*/*.dzn': No such file or directory
set -x; for file in "out/hello_two/hello_two.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hello_two' -o "out/hello_two/c++03" "$file";\
done
+ for file in "out/hello_two/hello_two.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hello_two -o out/hello_two/c++03 out/hello_two/hello_two.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/build-c++03
mkdir -p "out/hello_two"/c++03 && ln -sf "out/hello_two" "out/hello_two" && make DIR="out/hello_two" LANGUAGE=c++03 OUT="out/hello_two"/c++03 IN="out/hello_two"/c++03 MAIN="out/hello_two/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hello_two/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_two/c++03/main.d -MT 'out/hello_two/c++03/main.d out/hello_two/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_two/c++03 -Iout/hello_two/c++03/.. -Iout/hello_two/c++03 -Iout/hello_two/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_two/c++03/main.o out/hello_two/c++03/main.cc
mkdir -p out/hello_two/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_two/c++03/hello_two.d -MT 'out/hello_two/c++03/hello_two.d out/hello_two/c++03/hello_two.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_two/c++03 -Iout/hello_two/c++03/.. -Iout/hello_two/c++03 -Iout/hello_two/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_two/c++03/hello_two.o out/hello_two/c++03/hello_two.cc
mkdir -p out/hello_two/c++03/
g++ -g -std=c++11 -MMD -MF out/hello_two/c++03/pump.d -MT 'out/hello_two/c++03/pump.d out/hello_two/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_two/c++03 -Iout/hello_two/c++03/.. -Iout/hello_two/c++03 -Iout/hello_two/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_two/c++03/pump.o out/hello_two/c++03/pump.cc
mkdir -p out/hello_two/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_two/c++03/runtime.d -MT 'out/hello_two/c++03/runtime.d out/hello_two/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_two/c++03 -Iout/hello_two/c++03/.. -Iout/hello_two/c++03 -Iout/hello_two/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hello_two/c++03/runtime.o out/hello_two/c++03/runtime.cc
mkdir -p out/hello_two/c++03/
g++ -g -std=c++03 -MMD -MF out/hello_two/c++03/test -MT 'out/hello_two/c++03/test out/hello_two/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hello_two/c++03 -Iout/hello_two/c++03/.. -Iout/hello_two/c++03 -Iout/hello_two/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hello_two/c++03/test out/hello_two/c++03/main.o out/hello_two/c++03/hello_two.o out/hello_two/c++03/pump.o out/hello_two/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/execute-c++03
timeout 2 diff -uwB out/hello_two/hello_two.trace.0 <(set -o pipefail;cat out/hello_two/hello_two.trace.0 | "out/hello_two"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_two/hello_two.trace.0 | "out/hello_two"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hello_two" OUT="out/hello_two"/javascript MODEL="hello_two" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hello_two/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hello_two/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hello_two/javascript"/dzn/$file;\
done
ls: cannot access 'out/hello_two/*/*.dzn': No such file or directory
set -x; for file in "out/hello_two/hello_two.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hello_two' -o "out/hello_two/javascript" "$file";\
done
+ for file in "out/hello_two/hello_two.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hello_two -o out/hello_two/javascript out/hello_two/hello_two.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/build-javascript
mkdir -p "out/hello_two"/javascript && ln -sf "out/hello_two" "out/hello_two" && make DIR="out/hello_two" LANGUAGE=javascript OUT="out/hello_two"/javascript IN="out/hello_two"/javascript MAIN="out/hello_two/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hello_two/javascript/main.js out/hello_two/javascript/test
chmod +x out/hello_two/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/execute-javascript
timeout 2 diff -uwB out/hello_two/hello_two.trace.0 <(set -o pipefail;cat out/hello_two/hello_two.trace.0 | node "out/hello_two"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hello_two/hello_two.trace.0 | node "out/hello_two"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hello_two/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/convert
convert: [SKIPPED] no DM file "out/hellofundata/hellofundata.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hellofundata/hellofundata.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hellofundata" OUT="out/hellofundata"/c++ MODEL="hellofundata" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellofundata/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hellofundata/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hellofundata/c++"/dzn/$file;\
done
ls: cannot access 'out/hellofundata/*/*.dzn': No such file or directory
set -x; for file in "out/hellofundata/hellofundata.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hellofundata' -o "out/hellofundata/c++" "$file";\
done
+ for file in "out/hellofundata/hellofundata.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hellofundata -o out/hellofundata/c++ out/hellofundata/hellofundata.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/build-c++
mkdir -p "out/hellofundata"/c++ && ln -sf "out/hellofundata" "out/hellofundata" && make DIR="out/hellofundata" LANGUAGE=c++ OUT="out/hellofundata"/c++ IN="out/hellofundata"/c++ MAIN="out/hellofundata/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hellofundata/c++/
g++ -g -std=c++11 -MMD -MF out/hellofundata/c++/main.d -MT 'out/hellofundata/c++/main.d out/hellofundata/c++/main.o' -pthread -Iout/hellofundata/c++ -Iout/hellofundata/c++/.. -Iout/hellofundata/c++ -Iout/hellofundata/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellofundata/c++/main.o out/hellofundata/c++/main.cc
mkdir -p out/hellofundata/c++/
g++ -g -std=c++11 -MMD -MF out/hellofundata/c++/pump.d -MT 'out/hellofundata/c++/pump.d out/hellofundata/c++/pump.o' -pthread -Iout/hellofundata/c++ -Iout/hellofundata/c++/.. -Iout/hellofundata/c++ -Iout/hellofundata/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellofundata/c++/pump.o out/hellofundata/c++/pump.cc
mkdir -p out/hellofundata/c++/
g++ -g -std=c++11 -MMD -MF out/hellofundata/c++/runtime.d -MT 'out/hellofundata/c++/runtime.d out/hellofundata/c++/runtime.o' -pthread -Iout/hellofundata/c++ -Iout/hellofundata/c++/.. -Iout/hellofundata/c++ -Iout/hellofundata/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellofundata/c++/runtime.o out/hellofundata/c++/runtime.cc
mkdir -p out/hellofundata/c++/
g++ -g -std=c++11 -MMD -MF out/hellofundata/c++/hellofundata.d -MT 'out/hellofundata/c++/hellofundata.d out/hellofundata/c++/hellofundata.o' -pthread -Iout/hellofundata/c++ -Iout/hellofundata/c++/.. -Iout/hellofundata/c++ -Iout/hellofundata/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellofundata/c++/hellofundata.o out/hellofundata/c++/hellofundata.cc
mkdir -p out/hellofundata/c++/
g++ -g -std=c++11 -MMD -MF out/hellofundata/c++/test -MT 'out/hellofundata/c++/test out/hellofundata/c++/test' -pthread -Iout/hellofundata/c++ -Iout/hellofundata/c++/.. -Iout/hellofundata/c++ -Iout/hellofundata/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hellofundata/c++/test out/hellofundata/c++/main.o out/hellofundata/c++/pump.o out/hellofundata/c++/runtime.o out/hellofundata/c++/hellofundata.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/execute-c++
timeout 2 diff -uwB out/hellofundata/hellofundata.trace.0 <(set -o pipefail;cat out/hellofundata/hellofundata.trace.0 | "out/hellofundata"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellofundata/hellofundata.trace.0 | "out/hellofundata"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/run
diff -uwB <(grep -v "" "out/hellofundata/hellofundata.trace.0") <(grep -v "" "out/hellofundata/hellofundata.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hellofundata "out/hellofundata/hellofundata.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/verify
mkdir -p "out/hellofundata"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hellofundata "out/hellofundata/hellofundata.dzn" 2>"out/hellofundata"/verify/"hellofundata".stderr)";err="$(cat "out/hellofundata"/verify/"hellofundata".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hellofundata"/verify/"hellofundata".stderr:; cat "out/hellofundata"/verify/"hellofundata".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hellofundata" OUT="out/hellofundata"/c++03 MODEL="hellofundata" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellofundata/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hellofundata/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hellofundata/c++03"/dzn/$file;\
done
ls: cannot access 'out/hellofundata/*/*.dzn': No such file or directory
set -x; for file in "out/hellofundata/hellofundata.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hellofundata' -o "out/hellofundata/c++03" "$file";\
done
+ for file in "out/hellofundata/hellofundata.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hellofundata -o out/hellofundata/c++03 out/hellofundata/hellofundata.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/build-c++03
mkdir -p "out/hellofundata"/c++03 && ln -sf "out/hellofundata" "out/hellofundata" && make DIR="out/hellofundata" LANGUAGE=c++03 OUT="out/hellofundata"/c++03 IN="out/hellofundata"/c++03 MAIN="out/hellofundata/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hellofundata/c++03/
g++ -g -std=c++11 -MMD -MF out/hellofundata/c++03/main.d -MT 'out/hellofundata/c++03/main.d out/hellofundata/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellofundata/c++03 -Iout/hellofundata/c++03/.. -Iout/hellofundata/c++03 -Iout/hellofundata/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellofundata/c++03/main.o out/hellofundata/c++03/main.cc
mkdir -p out/hellofundata/c++03/
g++ -g -std=c++11 -MMD -MF out/hellofundata/c++03/pump.d -MT 'out/hellofundata/c++03/pump.d out/hellofundata/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellofundata/c++03 -Iout/hellofundata/c++03/.. -Iout/hellofundata/c++03 -Iout/hellofundata/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellofundata/c++03/pump.o out/hellofundata/c++03/pump.cc
mkdir -p out/hellofundata/c++03/
g++ -g -std=c++03 -MMD -MF out/hellofundata/c++03/runtime.d -MT 'out/hellofundata/c++03/runtime.d out/hellofundata/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellofundata/c++03 -Iout/hellofundata/c++03/.. -Iout/hellofundata/c++03 -Iout/hellofundata/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellofundata/c++03/runtime.o out/hellofundata/c++03/runtime.cc
mkdir -p out/hellofundata/c++03/
g++ -g -std=c++03 -MMD -MF out/hellofundata/c++03/hellofundata.d -MT 'out/hellofundata/c++03/hellofundata.d out/hellofundata/c++03/hellofundata.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellofundata/c++03 -Iout/hellofundata/c++03/.. -Iout/hellofundata/c++03 -Iout/hellofundata/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellofundata/c++03/hellofundata.o out/hellofundata/c++03/hellofundata.cc
mkdir -p out/hellofundata/c++03/
g++ -g -std=c++03 -MMD -MF out/hellofundata/c++03/test -MT 'out/hellofundata/c++03/test out/hellofundata/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellofundata/c++03 -Iout/hellofundata/c++03/.. -Iout/hellofundata/c++03 -Iout/hellofundata/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hellofundata/c++03/test out/hellofundata/c++03/main.o out/hellofundata/c++03/pump.o out/hellofundata/c++03/runtime.o out/hellofundata/c++03/hellofundata.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/execute-c++03
timeout 2 diff -uwB out/hellofundata/hellofundata.trace.0 <(set -o pipefail;cat out/hellofundata/hellofundata.trace.0 | "out/hellofundata"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellofundata/hellofundata.trace.0 | "out/hellofundata"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hellofundata" OUT="out/hellofundata"/javascript MODEL="hellofundata" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellofundata/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hellofundata/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hellofundata/javascript"/dzn/$file;\
done
ls: cannot access 'out/hellofundata/*/*.dzn': No such file or directory
set -x; for file in "out/hellofundata/hellofundata.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hellofundata' -o "out/hellofundata/javascript" "$file";\
done
+ for file in "out/hellofundata/hellofundata.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hellofundata -o out/hellofundata/javascript out/hellofundata/hellofundata.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/build-javascript
mkdir -p "out/hellofundata"/javascript && ln -sf "out/hellofundata" "out/hellofundata" && make DIR="out/hellofundata" LANGUAGE=javascript OUT="out/hellofundata"/javascript IN="out/hellofundata"/javascript MAIN="out/hellofundata/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hellofundata/javascript/main.js out/hellofundata/javascript/test
chmod +x out/hellofundata/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/execute-javascript
timeout 2 diff -uwB out/hellofundata/hellofundata.trace.0 <(set -o pipefail;cat out/hellofundata/hellofundata.trace.0 | node "out/hellofundata"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellofundata/hellofundata.trace.0 | node "out/hellofundata"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellofundata/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/convert
convert: [SKIPPED] no DM file "out/helloguard/helloguard.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/helloguard/helloguard.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/helloguard" OUT="out/helloguard"/c++ MODEL="helloguard" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloguard/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/helloguard/c++"/dzn/$file;\
done
ls: cannot access 'out/helloguard/*/*.dzn': No such file or directory
set -x; for file in "out/helloguard/helloguard.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'helloguard' -o "out/helloguard/c++" "$file";\
done
+ for file in "out/helloguard/helloguard.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m helloguard -o out/helloguard/c++ out/helloguard/helloguard.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/build-c++
mkdir -p "out/helloguard"/c++ && ln -sf "out/helloguard" "out/helloguard" && make DIR="out/helloguard" LANGUAGE=c++ OUT="out/helloguard"/c++ IN="out/helloguard"/c++ MAIN="out/helloguard/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/helloguard/c++/test out/helloguard/c++/main.o out/helloguard/c++/helloguard.o out/helloguard/c++/pump.o out/helloguard/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/execute-c++
timeout 2 diff -uwB out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 | "out/helloguard"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 | "out/helloguard"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/run
diff -uwB <(grep -v "" "out/helloguard/helloguard.trace.0") <(grep -v "" "out/helloguard/helloguard.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=helloguard "out/helloguard/helloguard.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/verify
mkdir -p "out/helloguard"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=helloguard "out/helloguard/helloguard.dzn" 2>"out/helloguard"/verify/"helloguard".stderr)";err="$(cat "out/helloguard"/verify/"helloguard".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/helloguard"/verify/"helloguard".stderr:; cat "out/helloguard"/verify/"helloguard".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/helloguard" OUT="out/helloguard"/c++03 MODEL="helloguard" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloguard/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/helloguard/c++03"/dzn/$file;\
done
ls: cannot access 'out/helloguard/*/*.dzn': No such file or directory
set -x; for file in "out/helloguard/helloguard.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'helloguard' -o "out/helloguard/c++03" "$file";\
done
+ for file in "out/helloguard/helloguard.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m helloguard -o out/helloguard/c++03 out/helloguard/helloguard.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/build-c++03
mkdir -p "out/helloguard"/c++03 && ln -sf "out/helloguard" "out/helloguard" && make DIR="out/helloguard" LANGUAGE=c++03 OUT="out/helloguard"/c++03 IN="out/helloguard"/c++03 MAIN="out/helloguard/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/helloguard/c++03/pump.o out/helloguard/c++03/pump.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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/helloguard/c++03/test out/helloguard/c++03/main.o out/helloguard/c++03/helloguard.o out/helloguard/c++03/pump.o out/helloguard/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/execute-c++03
timeout 2 diff -uwB out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 | "out/helloguard"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 | "out/helloguard"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/helloguard" OUT="out/helloguard"/javascript MODEL="helloguard" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloguard/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/helloguard/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/helloguard/javascript"/dzn/$file;\
done
ls: cannot access 'out/helloguard/*/*.dzn': No such file or directory
set -x; for file in "out/helloguard/helloguard.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'helloguard' -o "out/helloguard/javascript" "$file";\
done
+ for file in "out/helloguard/helloguard.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m helloguard -o out/helloguard/javascript out/helloguard/helloguard.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/build-javascript
mkdir -p "out/helloguard"/javascript && ln -sf "out/helloguard" "out/helloguard" && make DIR="out/helloguard" LANGUAGE=javascript OUT="out/helloguard"/javascript IN="out/helloguard"/javascript MAIN="out/helloguard/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/helloguard/javascript/main.js out/helloguard/javascript/test
chmod +x out/helloguard/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/execute-javascript
timeout 2 diff -uwB out/helloguard/helloguard.trace.0 <(set -o pipefail;cat out/helloguard/helloguard.trace.0 | node "out/helloguard"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloguard/helloguard.trace.0 | node "out/helloguard"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloguard/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/convert
convert: [SKIPPED] no DM file "out/hellointbug/hellointbug.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hellointbug/hellointbug.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hellointbug" OUT="out/hellointbug"/c++ MODEL="hellointbug" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellointbug/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hellointbug/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hellointbug/c++"/dzn/$file;\
done
ls: cannot access 'out/hellointbug/*/*.dzn': No such file or directory
set -x; for file in "out/hellointbug/hellointbug.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hellointbug' -o "out/hellointbug/c++" "$file";\
done
+ for file in "out/hellointbug/hellointbug.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hellointbug -o out/hellointbug/c++ out/hellointbug/hellointbug.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/build-c++
mkdir -p "out/hellointbug"/c++ && ln -sf "out/hellointbug" "out/hellointbug" && make DIR="out/hellointbug" LANGUAGE=c++ OUT="out/hellointbug"/c++ IN="out/hellointbug"/c++ MAIN="out/hellointbug/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hellointbug/c++/
g++ -g -std=c++11 -MMD -MF out/hellointbug/c++/main.d -MT 'out/hellointbug/c++/main.d out/hellointbug/c++/main.o' -pthread -Iout/hellointbug/c++ -Iout/hellointbug/c++/.. -Iout/hellointbug/c++ -Iout/hellointbug/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellointbug/c++/main.o out/hellointbug/c++/main.cc
mkdir -p out/hellointbug/c++/
g++ -g -std=c++11 -MMD -MF out/hellointbug/c++/hellointbug.d -MT 'out/hellointbug/c++/hellointbug.d out/hellointbug/c++/hellointbug.o' -pthread -Iout/hellointbug/c++ -Iout/hellointbug/c++/.. -Iout/hellointbug/c++ -Iout/hellointbug/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellointbug/c++/hellointbug.o out/hellointbug/c++/hellointbug.cc
mkdir -p out/hellointbug/c++/
g++ -g -std=c++11 -MMD -MF out/hellointbug/c++/pump.d -MT 'out/hellointbug/c++/pump.d out/hellointbug/c++/pump.o' -pthread -Iout/hellointbug/c++ -Iout/hellointbug/c++/.. -Iout/hellointbug/c++ -Iout/hellointbug/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellointbug/c++/pump.o out/hellointbug/c++/pump.cc
mkdir -p out/hellointbug/c++/
g++ -g -std=c++11 -MMD -MF out/hellointbug/c++/runtime.d -MT 'out/hellointbug/c++/runtime.d out/hellointbug/c++/runtime.o' -pthread -Iout/hellointbug/c++ -Iout/hellointbug/c++/.. -Iout/hellointbug/c++ -Iout/hellointbug/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellointbug/c++/runtime.o out/hellointbug/c++/runtime.cc
mkdir -p out/hellointbug/c++/
g++ -g -std=c++11 -MMD -MF out/hellointbug/c++/test -MT 'out/hellointbug/c++/test out/hellointbug/c++/test' -pthread -Iout/hellointbug/c++ -Iout/hellointbug/c++/.. -Iout/hellointbug/c++ -Iout/hellointbug/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hellointbug/c++/test out/hellointbug/c++/main.o out/hellointbug/c++/hellointbug.o out/hellointbug/c++/pump.o out/hellointbug/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/execute-c++
timeout 2 diff -uwB out/hellointbug/hellointbug.trace.0 <(set -o pipefail;cat out/hellointbug/hellointbug.trace.0 | "out/hellointbug"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellointbug/hellointbug.trace.0 | "out/hellointbug"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/run
diff -uwB <(grep -v "" "out/hellointbug/hellointbug.trace.0") <(grep -v "" "out/hellointbug/hellointbug.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hellointbug "out/hellointbug/hellointbug.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/verify
mkdir -p "out/hellointbug"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hellointbug "out/hellointbug/hellointbug.dzn" 2>"out/hellointbug"/verify/"hellointbug".stderr)";err="$(cat "out/hellointbug"/verify/"hellointbug".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hellointbug"/verify/"hellointbug".stderr:; cat "out/hellointbug"/verify/"hellointbug".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hellointbug" OUT="out/hellointbug"/c++03 MODEL="hellointbug" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellointbug/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hellointbug/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hellointbug/c++03"/dzn/$file;\
done
ls: cannot access 'out/hellointbug/*/*.dzn': No such file or directory
set -x; for file in "out/hellointbug/hellointbug.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hellointbug' -o "out/hellointbug/c++03" "$file";\
done
+ for file in "out/hellointbug/hellointbug.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hellointbug -o out/hellointbug/c++03 out/hellointbug/hellointbug.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/build-c++03
mkdir -p "out/hellointbug"/c++03 && ln -sf "out/hellointbug" "out/hellointbug" && make DIR="out/hellointbug" LANGUAGE=c++03 OUT="out/hellointbug"/c++03 IN="out/hellointbug"/c++03 MAIN="out/hellointbug/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hellointbug/c++03/
g++ -g -std=c++11 -MMD -MF out/hellointbug/c++03/main.d -MT 'out/hellointbug/c++03/main.d out/hellointbug/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellointbug/c++03 -Iout/hellointbug/c++03/.. -Iout/hellointbug/c++03 -Iout/hellointbug/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellointbug/c++03/main.o out/hellointbug/c++03/main.cc
mkdir -p out/hellointbug/c++03/
g++ -g -std=c++03 -MMD -MF out/hellointbug/c++03/hellointbug.d -MT 'out/hellointbug/c++03/hellointbug.d out/hellointbug/c++03/hellointbug.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellointbug/c++03 -Iout/hellointbug/c++03/.. -Iout/hellointbug/c++03 -Iout/hellointbug/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellointbug/c++03/hellointbug.o out/hellointbug/c++03/hellointbug.cc
mkdir -p out/hellointbug/c++03/
g++ -g -std=c++11 -MMD -MF out/hellointbug/c++03/pump.d -MT 'out/hellointbug/c++03/pump.d out/hellointbug/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellointbug/c++03 -Iout/hellointbug/c++03/.. -Iout/hellointbug/c++03 -Iout/hellointbug/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellointbug/c++03/pump.o out/hellointbug/c++03/pump.cc
mkdir -p out/hellointbug/c++03/
g++ -g -std=c++03 -MMD -MF out/hellointbug/c++03/runtime.d -MT 'out/hellointbug/c++03/runtime.d out/hellointbug/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellointbug/c++03 -Iout/hellointbug/c++03/.. -Iout/hellointbug/c++03 -Iout/hellointbug/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellointbug/c++03/runtime.o out/hellointbug/c++03/runtime.cc
mkdir -p out/hellointbug/c++03/
g++ -g -std=c++03 -MMD -MF out/hellointbug/c++03/test -MT 'out/hellointbug/c++03/test out/hellointbug/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellointbug/c++03 -Iout/hellointbug/c++03/.. -Iout/hellointbug/c++03 -Iout/hellointbug/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hellointbug/c++03/test out/hellointbug/c++03/main.o out/hellointbug/c++03/hellointbug.o out/hellointbug/c++03/pump.o out/hellointbug/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/execute-c++03
timeout 2 diff -uwB out/hellointbug/hellointbug.trace.0 <(set -o pipefail;cat out/hellointbug/hellointbug.trace.0 | "out/hellointbug"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellointbug/hellointbug.trace.0 | "out/hellointbug"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hellointbug" OUT="out/hellointbug"/javascript MODEL="hellointbug" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellointbug/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hellointbug/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hellointbug/javascript"/dzn/$file;\
done
ls: cannot access 'out/hellointbug/*/*.dzn': No such file or directory
set -x; for file in "out/hellointbug/hellointbug.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hellointbug' -o "out/hellointbug/javascript" "$file";\
done
+ for file in "out/hellointbug/hellointbug.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hellointbug -o out/hellointbug/javascript out/hellointbug/hellointbug.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/build-javascript
mkdir -p "out/hellointbug"/javascript && ln -sf "out/hellointbug" "out/hellointbug" && make DIR="out/hellointbug" LANGUAGE=javascript OUT="out/hellointbug"/javascript IN="out/hellointbug"/javascript MAIN="out/hellointbug/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hellointbug/javascript/main.js out/hellointbug/javascript/test
chmod +x out/hellointbug/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/execute-javascript
timeout 2 diff -uwB out/hellointbug/hellointbug.trace.0 <(set -o pipefail;cat out/hellointbug/hellointbug.trace.0 | node "out/hellointbug"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellointbug/hellointbug.trace.0 | node "out/hellointbug"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellointbug/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/convert
convert: [SKIPPED] no DM file "out/hellooutevent/hellooutevent.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hellooutevent/hellooutevent.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hellooutevent" OUT="out/hellooutevent"/c++ MODEL="hellooutevent" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellooutevent/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/hellooutevent/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hellooutevent/c++"/dzn/$file;\
done
ls: cannot access 'out/hellooutevent/*/*.dzn': No such file or directory
set -x; for file in "out/hellooutevent/hellooutevent.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hellooutevent' -o "out/hellooutevent/c++" "$file";\
done
+ for file in "out/hellooutevent/hellooutevent.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hellooutevent -o out/hellooutevent/c++ out/hellooutevent/hellooutevent.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/build-c++
mkdir -p "out/hellooutevent"/c++ && ln -sf "out/hellooutevent" "out/hellooutevent" && make DIR="out/hellooutevent" LANGUAGE=c++ OUT="out/hellooutevent"/c++ IN="out/hellooutevent"/c++ MAIN="out/hellooutevent/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/hellooutevent/c++/
g++ -g -std=c++11 -MMD -MF out/hellooutevent/c++/main.d -MT 'out/hellooutevent/c++/main.d out/hellooutevent/c++/main.o' -pthread -Iout/hellooutevent/c++ -Iout/hellooutevent/c++/.. -Iout/hellooutevent/c++ -Iout/hellooutevent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellooutevent/c++/main.o out/hellooutevent/c++/main.cc
mkdir -p out/hellooutevent/c++/
g++ -g -std=c++11 -MMD -MF out/hellooutevent/c++/hellooutevent.d -MT 'out/hellooutevent/c++/hellooutevent.d out/hellooutevent/c++/hellooutevent.o' -pthread -Iout/hellooutevent/c++ -Iout/hellooutevent/c++/.. -Iout/hellooutevent/c++ -Iout/hellooutevent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellooutevent/c++/hellooutevent.o out/hellooutevent/c++/hellooutevent.cc
mkdir -p out/hellooutevent/c++/
g++ -g -std=c++11 -MMD -MF out/hellooutevent/c++/pump.d -MT 'out/hellooutevent/c++/pump.d out/hellooutevent/c++/pump.o' -pthread -Iout/hellooutevent/c++ -Iout/hellooutevent/c++/.. -Iout/hellooutevent/c++ -Iout/hellooutevent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellooutevent/c++/pump.o out/hellooutevent/c++/pump.cc
mkdir -p out/hellooutevent/c++/
g++ -g -std=c++11 -MMD -MF out/hellooutevent/c++/runtime.d -MT 'out/hellooutevent/c++/runtime.d out/hellooutevent/c++/runtime.o' -pthread -Iout/hellooutevent/c++ -Iout/hellooutevent/c++/.. -Iout/hellooutevent/c++ -Iout/hellooutevent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellooutevent/c++/runtime.o out/hellooutevent/c++/runtime.cc
mkdir -p out/hellooutevent/c++/
g++ -g -std=c++11 -MMD -MF out/hellooutevent/c++/test -MT 'out/hellooutevent/c++/test out/hellooutevent/c++/test' -pthread -Iout/hellooutevent/c++ -Iout/hellooutevent/c++/.. -Iout/hellooutevent/c++ -Iout/hellooutevent/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hellooutevent/c++/test out/hellooutevent/c++/main.o out/hellooutevent/c++/hellooutevent.o out/hellooutevent/c++/pump.o out/hellooutevent/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/execute-c++
timeout 2 diff -uwB out/hellooutevent/hellooutevent.trace.0 <(set -o pipefail;cat out/hellooutevent/hellooutevent.trace.0 | "out/hellooutevent"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellooutevent/hellooutevent.trace.0 | "out/hellooutevent"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/run
diff -uwB <(grep -v "" "out/hellooutevent/hellooutevent.trace.0") <(grep -v "" "out/hellooutevent/hellooutevent.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hellooutevent "out/hellooutevent/hellooutevent.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/verify
mkdir -p "out/hellooutevent"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hellooutevent "out/hellooutevent/hellooutevent.dzn" 2>"out/hellooutevent"/verify/"hellooutevent".stderr)";err="$(cat "out/hellooutevent"/verify/"hellooutevent".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hellooutevent"/verify/"hellooutevent".stderr:; cat "out/hellooutevent"/verify/"hellooutevent".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hellooutevent" OUT="out/hellooutevent"/c++03 MODEL="hellooutevent" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellooutevent/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/hellooutevent/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hellooutevent/c++03"/dzn/$file;\
done
ls: cannot access 'out/hellooutevent/*/*.dzn': No such file or directory
set -x; for file in "out/hellooutevent/hellooutevent.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hellooutevent' -o "out/hellooutevent/c++03" "$file";\
done
+ for file in "out/hellooutevent/hellooutevent.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hellooutevent -o out/hellooutevent/c++03 out/hellooutevent/hellooutevent.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/build-c++03
mkdir -p "out/hellooutevent"/c++03 && ln -sf "out/hellooutevent" "out/hellooutevent" && make DIR="out/hellooutevent" LANGUAGE=c++03 OUT="out/hellooutevent"/c++03 IN="out/hellooutevent"/c++03 MAIN="out/hellooutevent/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/hellooutevent/c++03/
g++ -g -std=c++11 -MMD -MF out/hellooutevent/c++03/main.d -MT 'out/hellooutevent/c++03/main.d out/hellooutevent/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellooutevent/c++03 -Iout/hellooutevent/c++03/.. -Iout/hellooutevent/c++03 -Iout/hellooutevent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellooutevent/c++03/main.o out/hellooutevent/c++03/main.cc
mkdir -p out/hellooutevent/c++03/
g++ -g -std=c++03 -MMD -MF out/hellooutevent/c++03/hellooutevent.d -MT 'out/hellooutevent/c++03/hellooutevent.d out/hellooutevent/c++03/hellooutevent.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellooutevent/c++03 -Iout/hellooutevent/c++03/.. -Iout/hellooutevent/c++03 -Iout/hellooutevent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellooutevent/c++03/hellooutevent.o out/hellooutevent/c++03/hellooutevent.cc
mkdir -p out/hellooutevent/c++03/
g++ -g -std=c++11 -MMD -MF out/hellooutevent/c++03/pump.d -MT 'out/hellooutevent/c++03/pump.d out/hellooutevent/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellooutevent/c++03 -Iout/hellooutevent/c++03/.. -Iout/hellooutevent/c++03 -Iout/hellooutevent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellooutevent/c++03/pump.o out/hellooutevent/c++03/pump.cc
mkdir -p out/hellooutevent/c++03/
g++ -g -std=c++03 -MMD -MF out/hellooutevent/c++03/runtime.d -MT 'out/hellooutevent/c++03/runtime.d out/hellooutevent/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellooutevent/c++03 -Iout/hellooutevent/c++03/.. -Iout/hellooutevent/c++03 -Iout/hellooutevent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellooutevent/c++03/runtime.o out/hellooutevent/c++03/runtime.cc
mkdir -p out/hellooutevent/c++03/
g++ -g -std=c++03 -MMD -MF out/hellooutevent/c++03/test -MT 'out/hellooutevent/c++03/test out/hellooutevent/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/hellooutevent/c++03 -Iout/hellooutevent/c++03/.. -Iout/hellooutevent/c++03 -Iout/hellooutevent/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hellooutevent/c++03/test out/hellooutevent/c++03/main.o out/hellooutevent/c++03/hellooutevent.o out/hellooutevent/c++03/pump.o out/hellooutevent/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/execute-c++03
timeout 2 diff -uwB out/hellooutevent/hellooutevent.trace.0 <(set -o pipefail;cat out/hellooutevent/hellooutevent.trace.0 | "out/hellooutevent"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellooutevent/hellooutevent.trace.0 | "out/hellooutevent"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hellooutevent" OUT="out/hellooutevent"/javascript MODEL="hellooutevent" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellooutevent/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hellooutevent/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hellooutevent/javascript"/dzn/$file;\
done
ls: cannot access 'out/hellooutevent/*/*.dzn': No such file or directory
set -x; for file in "out/hellooutevent/hellooutevent.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hellooutevent' -o "out/hellooutevent/javascript" "$file";\
done
+ for file in "out/hellooutevent/hellooutevent.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hellooutevent -o out/hellooutevent/javascript out/hellooutevent/hellooutevent.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/build-javascript
mkdir -p "out/hellooutevent"/javascript && ln -sf "out/hellooutevent" "out/hellooutevent" && make DIR="out/hellooutevent" LANGUAGE=javascript OUT="out/hellooutevent"/javascript IN="out/hellooutevent"/javascript MAIN="out/hellooutevent/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hellooutevent/javascript/main.js out/hellooutevent/javascript/test
chmod +x out/hellooutevent/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/execute-javascript
timeout 2 diff -uwB out/hellooutevent/hellooutevent.trace.0 <(set -o pipefail;cat out/hellooutevent/hellooutevent.trace.0 | node "out/hellooutevent"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellooutevent/hellooutevent.trace.0 | node "out/hellooutevent"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutevent/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/convert
convert: [SKIPPED] no DM file "out/interface_deadlock_fail0/interface_deadlock_fail0.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/interface_deadlock_fail0" OUT="out/interface_deadlock_fail0"/c++ MODEL="interface_deadlock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/interface_deadlock_fail0/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/interface_deadlock_fail0/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/interface_deadlock_fail0/c++"/dzn/$file;\
done
ls: cannot access 'out/interface_deadlock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/interface_deadlock_fail0/interface_deadlock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'interface_deadlock_fail0' -o "out/interface_deadlock_fail0/c++" "$file";\
done
+ for file in "out/interface_deadlock_fail0/interface_deadlock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m interface_deadlock_fail0 -o out/interface_deadlock_fail0/c++ out/interface_deadlock_fail0/interface_deadlock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/interface_deadlock_fail0/interface_deadlock_fail0.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/verify
mkdir -p "out/interface_deadlock_fail0"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=interface_deadlock_fail0 "out/interface_deadlock_fail0/interface_deadlock_fail0.dzn" 2>"out/interface_deadlock_fail0"/verify/"interface_deadlock_fail0".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/interface_deadlock_fail0"/verify/"interface_deadlock_fail0"| test ! -s "out/interface_deadlock_fail0/baseline/verify/interface_deadlock_fail0"| test ! -s "out/interface_deadlock_fail0/baseline/verify/interface_deadlock_fail0".stderr;} || (diff -uwB "out/interface_deadlock_fail0/baseline/verify/interface_deadlock_fail0" "out/interface_deadlock_fail0"/verify/"interface_deadlock_fail0" && (test ! -s "out/interface_deadlock_fail0"/verify/"interface_deadlock_fail0".stderr || (sed -i s,.\r,,g "out/interface_deadlock_fail0"/verify/"interface_deadlock_fail0".stderr; diff -u "out/interface_deadlock_fail0/baseline/verify/interface_deadlock_fail0".stderr "out/interface_deadlock_fail0"/verify/"interface_deadlock_fail0".stderr))) || { echo "out/interface_deadlock_fail0"/verify/"interface_deadlock_fail0".stderr:; cat "out/interface_deadlock_fail0"/verify/"interface_deadlock_fail0".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/interface_deadlock_fail0" OUT="out/interface_deadlock_fail0"/c++03 MODEL="interface_deadlock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/interface_deadlock_fail0/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/interface_deadlock_fail0/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/interface_deadlock_fail0/c++03"/dzn/$file;\
done
ls: cannot access 'out/interface_deadlock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/interface_deadlock_fail0/interface_deadlock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'interface_deadlock_fail0' -o "out/interface_deadlock_fail0/c++03" "$file";\
done
+ for file in "out/interface_deadlock_fail0/interface_deadlock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m interface_deadlock_fail0 -o out/interface_deadlock_fail0/c++03 out/interface_deadlock_fail0/interface_deadlock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/interface_deadlock_fail0" OUT="out/interface_deadlock_fail0"/javascript MODEL="interface_deadlock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/interface_deadlock_fail0/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/interface_deadlock_fail0/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/interface_deadlock_fail0/javascript"/dzn/$file;\
done
ls: cannot access 'out/interface_deadlock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/interface_deadlock_fail0/interface_deadlock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'interface_deadlock_fail0' -o "out/interface_deadlock_fail0/javascript" "$file";\
done
+ for file in "out/interface_deadlock_fail0/interface_deadlock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m interface_deadlock_fail0 -o out/interface_deadlock_fail0/javascript out/interface_deadlock_fail0/interface_deadlock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/build-c++
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/execute-c++
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/run
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/table
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/traces
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/triangle-c++
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/view
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/build-c++03
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/execute-c++03
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/triangle-c++03
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/build-c++-msvc11
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/code-c++-msvc11
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/execute-c++-msvc11
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/triangle-c++-msvc11
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/build-javascript
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/execute-javascript
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail0/triangle-javascript
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/convert
convert: [SKIPPED] no DM file "out/interface_deadlock_fail1/interface_deadlock_fail1.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/interface_deadlock_fail1" OUT="out/interface_deadlock_fail1"/c++ MODEL="interface_deadlock_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/interface_deadlock_fail1/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/interface_deadlock_fail1/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/interface_deadlock_fail1/c++"/dzn/$file;\
done
ls: cannot access 'out/interface_deadlock_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/interface_deadlock_fail1/interface_deadlock_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'interface_deadlock_fail1' -o "out/interface_deadlock_fail1/c++" "$file";\
done
+ for file in "out/interface_deadlock_fail1/interface_deadlock_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m interface_deadlock_fail1 -o out/interface_deadlock_fail1/c++ out/interface_deadlock_fail1/interface_deadlock_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/interface_deadlock_fail1/interface_deadlock_fail1.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/run
diff -uwB <(grep -v "" "out/interface_deadlock_fail1/interface_deadlock_fail1.trace.0") <(grep -v "" "out/interface_deadlock_fail1/interface_deadlock_fail1.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=interface_deadlock_fail1 "out/interface_deadlock_fail1/interface_deadlock_fail1.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/verify
mkdir -p "out/interface_deadlock_fail1"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=interface_deadlock_fail1 "out/interface_deadlock_fail1/interface_deadlock_fail1.dzn" 2>"out/interface_deadlock_fail1"/verify/"interface_deadlock_fail1".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/interface_deadlock_fail1"/verify/"interface_deadlock_fail1"| test ! -s "out/interface_deadlock_fail1/baseline/verify/interface_deadlock_fail1"| test ! -s "out/interface_deadlock_fail1/baseline/verify/interface_deadlock_fail1".stderr;} || (diff -uwB "out/interface_deadlock_fail1/baseline/verify/interface_deadlock_fail1" "out/interface_deadlock_fail1"/verify/"interface_deadlock_fail1" && (test ! -s "out/interface_deadlock_fail1"/verify/"interface_deadlock_fail1".stderr || (sed -i s,.\r,,g "out/interface_deadlock_fail1"/verify/"interface_deadlock_fail1".stderr; diff -u "out/interface_deadlock_fail1/baseline/verify/interface_deadlock_fail1".stderr "out/interface_deadlock_fail1"/verify/"interface_deadlock_fail1".stderr))) || { echo "out/interface_deadlock_fail1"/verify/"interface_deadlock_fail1".stderr:; cat "out/interface_deadlock_fail1"/verify/"interface_deadlock_fail1".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/interface_deadlock_fail1" OUT="out/interface_deadlock_fail1"/c++03 MODEL="interface_deadlock_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/interface_deadlock_fail1/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/interface_deadlock_fail1/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/interface_deadlock_fail1/c++03"/dzn/$file;\
done
ls: cannot access 'out/interface_deadlock_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/interface_deadlock_fail1/interface_deadlock_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'interface_deadlock_fail1' -o "out/interface_deadlock_fail1/c++03" "$file";\
done
+ for file in "out/interface_deadlock_fail1/interface_deadlock_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m interface_deadlock_fail1 -o out/interface_deadlock_fail1/c++03 out/interface_deadlock_fail1/interface_deadlock_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/interface_deadlock_fail1" OUT="out/interface_deadlock_fail1"/javascript MODEL="interface_deadlock_fail1" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/interface_deadlock_fail1/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/interface_deadlock_fail1/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/interface_deadlock_fail1/javascript"/dzn/$file;\
done
ls: cannot access 'out/interface_deadlock_fail1/*/*.dzn': No such file or directory
set -x; for file in "out/interface_deadlock_fail1/interface_deadlock_fail1.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'interface_deadlock_fail1' -o "out/interface_deadlock_fail1/javascript" "$file";\
done
+ for file in "out/interface_deadlock_fail1/interface_deadlock_fail1.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m interface_deadlock_fail1 -o out/interface_deadlock_fail1/javascript out/interface_deadlock_fail1/interface_deadlock_fail1.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/build-c++
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/execute-c++
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/table
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/traces
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/triangle-c++
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/view
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/build-c++03
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/execute-c++03
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/triangle-c++03
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/build-c++-msvc11
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/code-c++-msvc11
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/execute-c++-msvc11
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/triangle-c++-msvc11
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/build-javascript
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/execute-javascript
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_deadlock_fail1/triangle-javascript
error interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/convert
convert: [SKIPPED] no DM file "out/helloparam/helloparam.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/helloparam/helloparam.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/helloparam" OUT="out/helloparam"/c++ MODEL="helloparam" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloparam/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/helloparam/c++"/dzn/$file;\
done
ls: cannot access 'out/helloparam/*/*.dzn': No such file or directory
set -x; for file in "out/helloparam/helloparam.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'helloparam' -o "out/helloparam/c++" "$file";\
done
+ for file in "out/helloparam/helloparam.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m helloparam -o out/helloparam/c++ out/helloparam/helloparam.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/build-c++
mkdir -p "out/helloparam"/c++ && ln -sf "out/helloparam" "out/helloparam" && make DIR="out/helloparam" LANGUAGE=c++ OUT="out/helloparam"/c++ IN="out/helloparam"/c++ MAIN="out/helloparam/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/helloparam/c++/test out/helloparam/c++/main.o out/helloparam/c++/pump.o out/helloparam/c++/runtime.o out/helloparam/c++/helloparam.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/execute-c++
timeout 2 diff -uwB out/helloparam/helloparam.trace.0 <(set -o pipefail;cat out/helloparam/helloparam.trace.0 | "out/helloparam"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloparam/helloparam.trace.0 | "out/helloparam"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/run
diff -uwB <(grep -v "" "out/helloparam/helloparam.trace.0") <(grep -v "" "out/helloparam/helloparam.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=helloparam "out/helloparam/helloparam.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/verify
mkdir -p "out/helloparam"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=helloparam "out/helloparam/helloparam.dzn" 2>"out/helloparam"/verify/"helloparam".stderr)";err="$(cat "out/helloparam"/verify/"helloparam".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/helloparam"/verify/"helloparam".stderr:; cat "out/helloparam"/verify/"helloparam".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/helloparam" OUT="out/helloparam"/c++03 MODEL="helloparam" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloparam/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/helloparam/c++03"/dzn/$file;\
done
ls: cannot access 'out/helloparam/*/*.dzn': No such file or directory
set -x; for file in "out/helloparam/helloparam.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'helloparam' -o "out/helloparam/c++03" "$file";\
done
+ for file in "out/helloparam/helloparam.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m helloparam -o out/helloparam/c++03 out/helloparam/helloparam.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/build-c++03
mkdir -p "out/helloparam"/c++03 && ln -sf "out/helloparam" "out/helloparam" && make DIR="out/helloparam" LANGUAGE=c++03 OUT="out/helloparam"/c++03 IN="out/helloparam"/c++03 MAIN="out/helloparam/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/helloparam/c++03/main.o out/helloparam/c++03/main.cc
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/helloparam/c++03/pump.o out/helloparam/c++03/pump.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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/helloparam/c++03/test out/helloparam/c++03/main.o out/helloparam/c++03/pump.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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/execute-c++03
timeout 2 diff -uwB out/helloparam/helloparam.trace.0 <(set -o pipefail;cat out/helloparam/helloparam.trace.0 | "out/helloparam"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloparam/helloparam.trace.0 | "out/helloparam"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/helloparam" OUT="out/helloparam"/javascript MODEL="helloparam" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloparam/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/helloparam/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/helloparam/javascript"/dzn/$file;\
done
ls: cannot access 'out/helloparam/*/*.dzn': No such file or directory
set -x; for file in "out/helloparam/helloparam.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'helloparam' -o "out/helloparam/javascript" "$file";\
done
+ for file in "out/helloparam/helloparam.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m helloparam -o out/helloparam/javascript out/helloparam/helloparam.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/build-javascript
mkdir -p "out/helloparam"/javascript && ln -sf "out/helloparam" "out/helloparam" && make DIR="out/helloparam" LANGUAGE=javascript OUT="out/helloparam"/javascript IN="out/helloparam"/javascript MAIN="out/helloparam/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/helloparam/javascript/main.js out/helloparam/javascript/test
chmod +x out/helloparam/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/execute-javascript
timeout 2 diff -uwB out/helloparam/helloparam.trace.0 <(set -o pipefail;cat out/helloparam/helloparam.trace.0 | node "out/helloparam"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloparam/helloparam.trace.0 | node "out/helloparam"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparam/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/convert
convert: [SKIPPED] no DM file "out/hellooutparam/hellooutparam.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hellooutparam/hellooutparam.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hellooutparam" OUT="out/hellooutparam"/c++ MODEL="hellooutparam" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellooutparam/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hellooutparam/c++"/dzn/$file;\
done
ls: cannot access 'out/hellooutparam/*/*.dzn': No such file or directory
set -x; for file in "out/hellooutparam/hellooutparam.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hellooutparam' -o "out/hellooutparam/c++" "$file";\
done
+ for file in "out/hellooutparam/hellooutparam.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hellooutparam -o out/hellooutparam/c++ out/hellooutparam/hellooutparam.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/build-c++
mkdir -p "out/hellooutparam"/c++ && ln -sf "out/hellooutparam" "out/hellooutparam" && make DIR="out/hellooutparam" LANGUAGE=c++ OUT="out/hellooutparam"/c++ IN="out/hellooutparam"/c++ MAIN="out/hellooutparam/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hellooutparam/c++/test out/hellooutparam/c++/main.o out/hellooutparam/c++/pump.o out/hellooutparam/c++/hellooutparam.o out/hellooutparam/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/execute-c++
timeout 2 diff -uwB out/hellooutparam/hellooutparam.trace.0 <(set -o pipefail;cat out/hellooutparam/hellooutparam.trace.0 | "out/hellooutparam"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellooutparam/hellooutparam.trace.0 | "out/hellooutparam"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/run
diff -uwB <(grep -v "" "out/hellooutparam/hellooutparam.trace.0") <(grep -v "" "out/hellooutparam/hellooutparam.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=hellooutparam "out/hellooutparam/hellooutparam.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/triangle-c++
FIXME
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/verify
mkdir -p "out/hellooutparam"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=hellooutparam "out/hellooutparam/hellooutparam.dzn" 2>"out/hellooutparam"/verify/"hellooutparam".stderr)";err="$(cat "out/hellooutparam"/verify/"hellooutparam".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hellooutparam"/verify/"hellooutparam".stderr:; cat "out/hellooutparam"/verify/"hellooutparam".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hellooutparam" OUT="out/hellooutparam"/c++03 MODEL="hellooutparam" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellooutparam/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hellooutparam/c++03"/dzn/$file;\
done
ls: cannot access 'out/hellooutparam/*/*.dzn': No such file or directory
set -x; for file in "out/hellooutparam/hellooutparam.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hellooutparam' -o "out/hellooutparam/c++03" "$file";\
done
+ for file in "out/hellooutparam/hellooutparam.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hellooutparam -o out/hellooutparam/c++03 out/hellooutparam/hellooutparam.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/build-c++03
mkdir -p "out/hellooutparam"/c++03 && ln -sf "out/hellooutparam" "out/hellooutparam" && make DIR="out/hellooutparam" LANGUAGE=c++03 OUT="out/hellooutparam"/c++03 IN="out/hellooutparam"/c++03 MAIN="out/hellooutparam/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellooutparam/c++03/main.o out/hellooutparam/c++03/main.cc
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellooutparam/c++03/hellooutparam.o out/hellooutparam/c++03/hellooutparam.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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hellooutparam/c++03/test out/hellooutparam/c++03/main.o out/hellooutparam/c++03/pump.o out/hellooutparam/c++03/hellooutparam.o out/hellooutparam/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/execute-c++03
timeout 2 diff -uwB out/hellooutparam/hellooutparam.trace.0 <(set -o pipefail;cat out/hellooutparam/hellooutparam.trace.0 | "out/hellooutparam"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellooutparam/hellooutparam.trace.0 | "out/hellooutparam"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/triangle-c++03
FIXME
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hellooutparam" OUT="out/hellooutparam"/javascript MODEL="hellooutparam" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellooutparam/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hellooutparam/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hellooutparam/javascript"/dzn/$file;\
done
ls: cannot access 'out/hellooutparam/*/*.dzn': No such file or directory
set -x; for file in "out/hellooutparam/hellooutparam.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hellooutparam' -o "out/hellooutparam/javascript" "$file";\
done
+ for file in "out/hellooutparam/hellooutparam.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hellooutparam -o out/hellooutparam/javascript out/hellooutparam/hellooutparam.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/build-javascript
mkdir -p "out/hellooutparam"/javascript && ln -sf "out/hellooutparam" "out/hellooutparam" && make DIR="out/hellooutparam" LANGUAGE=javascript OUT="out/hellooutparam"/javascript IN="out/hellooutparam"/javascript MAIN="out/hellooutparam/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hellooutparam/javascript/main.js out/hellooutparam/javascript/test
chmod +x out/hellooutparam/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/execute-javascript
timeout 2 diff -uwB out/hellooutparam/hellooutparam.trace.0 <(set -o pipefail;cat out/hellooutparam/hellooutparam.trace.0 | node "out/hellooutparam"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellooutparam/hellooutparam.trace.0 | node "out/hellooutparam"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/triangle-javascript
FIXME
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/table
FIXME
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/traces
FIXME
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/view
FIXME
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/build-c++-msvc11
FIXME
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/code-c++-msvc11
FIXME
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/execute-c++-msvc11
FIXME
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellooutparam/triangle-c++-msvc11
FIXME
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/convert
convert: [SKIPPED] no DM file "out/range_argument/range_argument.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/range_argument" OUT="out/range_argument"/c++ MODEL="range_argument" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_argument/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/range_argument/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/range_argument/c++"/dzn/$file;\
done
ls: cannot access 'out/range_argument/*/*.dzn': No such file or directory
set -x; for file in "out/range_argument/range_argument.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'range_argument' -o "out/range_argument/c++" "$file";\
done
+ for file in "out/range_argument/range_argument.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m range_argument -o out/range_argument/c++ out/range_argument/range_argument.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/range_argument/range_argument.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/run
diff -uwB <(grep -v "" "out/range_argument/range_argument.trace.0") <(grep -v "" "out/range_argument/range_argument.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=range_argument "out/range_argument/range_argument.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:57:47.167632779 +0000
+++ /dev/fd/62 2020-08-05 11:57:47.163632418 +0000
@@ -1,2 +1 @@
e
-range_error
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/verify
mkdir -p "out/range_argument"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=range_argument "out/range_argument/range_argument.dzn" 2>"out/range_argument"/verify/"range_argument".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/range_argument"/verify/"range_argument"| test ! -s "out/range_argument/baseline/verify/range_argument"| test ! -s "out/range_argument/baseline/verify/range_argument".stderr;} || (diff -uwB "out/range_argument/baseline/verify/range_argument" "out/range_argument"/verify/"range_argument" && (test ! -s "out/range_argument"/verify/"range_argument".stderr || (sed -i s,.\r,,g "out/range_argument"/verify/"range_argument".stderr; diff -u "out/range_argument/baseline/verify/range_argument".stderr "out/range_argument"/verify/"range_argument".stderr))) || { echo "out/range_argument"/verify/"range_argument".stderr:; cat "out/range_argument"/verify/"range_argument".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/range_argument" OUT="out/range_argument"/c++03 MODEL="range_argument" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_argument/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/range_argument/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/range_argument/c++03"/dzn/$file;\
done
ls: cannot access 'out/range_argument/*/*.dzn': No such file or directory
set -x; for file in "out/range_argument/range_argument.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'range_argument' -o "out/range_argument/c++03" "$file";\
done
+ for file in "out/range_argument/range_argument.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m range_argument -o out/range_argument/c++03 out/range_argument/range_argument.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/range_argument" OUT="out/range_argument"/javascript MODEL="range_argument" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_argument/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/range_argument/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/range_argument/javascript"/dzn/$file;\
done
ls: cannot access 'out/range_argument/*/*.dzn': No such file or directory
set -x; for file in "out/range_argument/range_argument.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'range_argument' -o "out/range_argument/javascript" "$file";\
done
+ for file in "out/range_argument/range_argument.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m range_argument -o out/range_argument/javascript out/range_argument/range_argument.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/build-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/execute-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/table
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/traces
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/triangle-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/view
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/build-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/execute-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/triangle-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/build-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/code-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/execute-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/triangle-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/build-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/execute-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_argument/triangle-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/convert
convert: [SKIPPED] no DM file "out/hellosystem/helloworld.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/hellosystem/hellosystem.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/hellosystem" OUT="out/hellosystem"/c++ MODEL="hellosystem" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellosystem/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/hellosystem/c++"/dzn/$file;\
done
ls: cannot access 'out/hellosystem/*/*.dzn': No such file or directory
set -x; for file in "out/hellosystem/hellosystem.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'hellosystem' -o "out/hellosystem/c++" "$file";\
done
+ for file in "out/hellosystem/hellosystem.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m hellosystem -o out/hellosystem/c++ out/hellosystem/hellosystem.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/build-c++
mkdir -p "out/hellosystem"/c++ && ln -sf "out/hellosystem" "out/hellosystem" && make DIR="out/hellosystem" LANGUAGE=c++ OUT="out/hellosystem"/c++ IN="out/hellosystem"/c++ MAIN="out/hellosystem/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/hellosystem/c++/test out/hellosystem/c++/main.o out/hellosystem/c++/hellosystem.o out/hellosystem/c++/pump.o out/hellosystem/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/execute-c++
timeout 2 diff -uwB out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace | "out/hellosystem"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellosystem/trace | "out/hellosystem"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/run
diff -uwB <(grep -v "" "out/hellosystem/trace") <(grep -v "" "out/hellosystem/trace"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=helloworld "out/hellosystem/hellosystem.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/triangle-c++
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/verify
mkdir -p "out/hellosystem"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=helloworld "out/hellosystem/hellosystem.dzn" 2>"out/hellosystem"/verify/"hellosystem".stderr)";err="$(cat "out/hellosystem"/verify/"hellosystem".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/hellosystem"/verify/"hellosystem".stderr:; cat "out/hellosystem"/verify/"hellosystem".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/hellosystem" OUT="out/hellosystem"/c++03 MODEL="hellosystem" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellosystem/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/hellosystem/c++03"/dzn/$file;\
done
ls: cannot access 'out/hellosystem/*/*.dzn': No such file or directory
set -x; for file in "out/hellosystem/hellosystem.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'hellosystem' -o "out/hellosystem/c++03" "$file";\
done
+ for file in "out/hellosystem/hellosystem.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m hellosystem -o out/hellosystem/c++03 out/hellosystem/hellosystem.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/build-c++03
mkdir -p "out/hellosystem"/c++03 && ln -sf "out/hellosystem" "out/hellosystem" && make DIR="out/hellosystem" LANGUAGE=c++03 OUT="out/hellosystem"/c++03 IN="out/hellosystem"/c++03 MAIN="out/hellosystem/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/hellosystem/c++03/pump.o out/hellosystem/c++03/pump.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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/hellosystem/c++03/test out/hellosystem/c++03/main.o out/hellosystem/c++03/hellosystem.o out/hellosystem/c++03/pump.o out/hellosystem/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/execute-c++03
timeout 2 diff -uwB out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace | "out/hellosystem"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellosystem/trace | "out/hellosystem"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/triangle-c++03
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/hellosystem" OUT="out/hellosystem"/javascript MODEL="hellosystem" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/hellosystem/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/hellosystem/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/hellosystem/javascript"/dzn/$file;\
done
ls: cannot access 'out/hellosystem/*/*.dzn': No such file or directory
set -x; for file in "out/hellosystem/hellosystem.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'hellosystem' -o "out/hellosystem/javascript" "$file";\
done
+ for file in "out/hellosystem/hellosystem.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m hellosystem -o out/hellosystem/javascript out/hellosystem/hellosystem.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/build-javascript
mkdir -p "out/hellosystem"/javascript && ln -sf "out/hellosystem" "out/hellosystem" && make DIR="out/hellosystem" LANGUAGE=javascript OUT="out/hellosystem"/javascript IN="out/hellosystem"/javascript MAIN="out/hellosystem/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/hellosystem/javascript/main.js out/hellosystem/javascript/test
chmod +x out/hellosystem/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/execute-javascript
timeout 2 diff -uwB out/hellosystem/trace <(set -o pipefail;cat out/hellosystem/trace | node "out/hellosystem"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/hellosystem/trace | node "out/hellosystem"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/triangle-javascript
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/table
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/traces
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/view
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/build-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/code-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/execute-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/hellosystem/triangle-c++-msvc11
system: cannot run
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/convert
convert: [SKIPPED] no DM file "out/helloparams/helloparams.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/helloparams/helloparams.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/helloparams" OUT="out/helloparams"/c++ MODEL="helloparams" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloparams/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/helloparams/c++"/dzn/$file;\
done
ls: cannot access 'out/helloparams/*/*.dzn': No such file or directory
set -x; for file in "out/helloparams/helloparams.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'helloparams' -o "out/helloparams/c++" "$file";\
done
+ for file in "out/helloparams/helloparams.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m helloparams -o out/helloparams/c++ out/helloparams/helloparams.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/build-c++
mkdir -p "out/helloparams"/c++ && ln -sf "out/helloparams" "out/helloparams" && make DIR="out/helloparams" LANGUAGE=c++ OUT="out/helloparams"/c++ IN="out/helloparams"/c++ MAIN="out/helloparams/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/helloparams/c++/test out/helloparams/c++/main.o out/helloparams/c++/pump.o out/helloparams/c++/runtime.o out/helloparams/c++/helloparams.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/execute-c++
timeout 2 diff -uwB out/helloparams/helloparams.trace.0 <(set -o pipefail;cat out/helloparams/helloparams.trace.0 | "out/helloparams"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloparams/helloparams.trace.0 | "out/helloparams"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/run
diff -uwB <(grep -v "" "out/helloparams/helloparams.trace.0") <(grep -v "" "out/helloparams/helloparams.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=helloparams "out/helloparams/helloparams.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/verify
mkdir -p "out/helloparams"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=helloparams "out/helloparams/helloparams.dzn" 2>"out/helloparams"/verify/"helloparams".stderr)";err="$(cat "out/helloparams"/verify/"helloparams".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/helloparams"/verify/"helloparams".stderr:; cat "out/helloparams"/verify/"helloparams".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/helloparams" OUT="out/helloparams"/c++03 MODEL="helloparams" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloparams/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/helloparams/c++03"/dzn/$file;\
done
ls: cannot access 'out/helloparams/*/*.dzn': No such file or directory
set -x; for file in "out/helloparams/helloparams.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'helloparams' -o "out/helloparams/c++03" "$file";\
done
+ for file in "out/helloparams/helloparams.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m helloparams -o out/helloparams/c++03 out/helloparams/helloparams.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/build-c++03
mkdir -p "out/helloparams"/c++03 && ln -sf "out/helloparams" "out/helloparams" && make DIR="out/helloparams" LANGUAGE=c++03 OUT="out/helloparams"/c++03 IN="out/helloparams"/c++03 MAIN="out/helloparams/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/helloparams/c++03/main.o out/helloparams/c++03/main.cc
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/helloparams/c++03/pump.o out/helloparams/c++03/pump.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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/helloparams/c++03/test out/helloparams/c++03/main.o out/helloparams/c++03/pump.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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/execute-c++03
timeout 2 diff -uwB out/helloparams/helloparams.trace.0 <(set -o pipefail;cat out/helloparams/helloparams.trace.0 | "out/helloparams"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloparams/helloparams.trace.0 | "out/helloparams"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/helloparams" OUT="out/helloparams"/javascript MODEL="helloparams" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloparams/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/helloparams/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/helloparams/javascript"/dzn/$file;\
done
ls: cannot access 'out/helloparams/*/*.dzn': No such file or directory
set -x; for file in "out/helloparams/helloparams.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'helloparams' -o "out/helloparams/javascript" "$file";\
done
+ for file in "out/helloparams/helloparams.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m helloparams -o out/helloparams/javascript out/helloparams/helloparams.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/build-javascript
mkdir -p "out/helloparams"/javascript && ln -sf "out/helloparams" "out/helloparams" && make DIR="out/helloparams" LANGUAGE=javascript OUT="out/helloparams"/javascript IN="out/helloparams"/javascript MAIN="out/helloparams/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/helloparams/javascript/main.js out/helloparams/javascript/test
chmod +x out/helloparams/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/execute-javascript
timeout 2 diff -uwB out/helloparams/helloparams.trace.0 <(set -o pipefail;cat out/helloparams/helloparams.trace.0 | node "out/helloparams"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloparams/helloparams.trace.0 | node "out/helloparams"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloparams/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/convert
convert: [SKIPPED] no DM file "out/range_assign/range_assign.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/range_assign" OUT="out/range_assign"/c++ MODEL="range_assign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_assign/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/range_assign/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/range_assign/c++"/dzn/$file;\
done
ls: cannot access 'out/range_assign/*/*.dzn': No such file or directory
set -x; for file in "out/range_assign/range_assign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'range_assign' -o "out/range_assign/c++" "$file";\
done
+ for file in "out/range_assign/range_assign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m range_assign -o out/range_assign/c++ out/range_assign/range_assign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/range_assign/range_assign.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/run
diff -uwB <(grep -v "" "out/range_assign/range_assign.trace.0") <(grep -v "" "out/range_assign/range_assign.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=range_assign "out/range_assign/range_assign.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:57:50.403924657 +0000
+++ /dev/fd/62 2020-08-05 11:57:50.403924657 +0000
@@ -1,2 +1 @@
e
-range_error
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/verify
mkdir -p "out/range_assign"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=range_assign "out/range_assign/range_assign.dzn" 2>"out/range_assign"/verify/"range_assign".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/range_assign"/verify/"range_assign"| test ! -s "out/range_assign/baseline/verify/range_assign"| test ! -s "out/range_assign/baseline/verify/range_assign".stderr;} || (diff -uwB "out/range_assign/baseline/verify/range_assign" "out/range_assign"/verify/"range_assign" && (test ! -s "out/range_assign"/verify/"range_assign".stderr || (sed -i s,.\r,,g "out/range_assign"/verify/"range_assign".stderr; diff -u "out/range_assign/baseline/verify/range_assign".stderr "out/range_assign"/verify/"range_assign".stderr))) || { echo "out/range_assign"/verify/"range_assign".stderr:; cat "out/range_assign"/verify/"range_assign".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/range_assign" OUT="out/range_assign"/c++03 MODEL="range_assign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_assign/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/range_assign/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/range_assign/c++03"/dzn/$file;\
done
ls: cannot access 'out/range_assign/*/*.dzn': No such file or directory
set -x; for file in "out/range_assign/range_assign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'range_assign' -o "out/range_assign/c++03" "$file";\
done
+ for file in "out/range_assign/range_assign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m range_assign -o out/range_assign/c++03 out/range_assign/range_assign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/range_assign" OUT="out/range_assign"/javascript MODEL="range_assign" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_assign/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/range_assign/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/range_assign/javascript"/dzn/$file;\
done
ls: cannot access 'out/range_assign/*/*.dzn': No such file or directory
set -x; for file in "out/range_assign/range_assign.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'range_assign' -o "out/range_assign/javascript" "$file";\
done
+ for file in "out/range_assign/range_assign.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m range_assign -o out/range_assign/javascript out/range_assign/range_assign.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/build-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/execute-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/table
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/traces
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/triangle-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/view
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/build-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/execute-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/triangle-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/build-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/code-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/execute-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/triangle-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/build-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/execute-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_assign/triangle-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/convert
convert: [SKIPPED] no DM file "out/interface_livelock_fail0/interface_livelock_fail0.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/interface_livelock_fail0" OUT="out/interface_livelock_fail0"/c++ MODEL="interface_livelock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/interface_livelock_fail0/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/interface_livelock_fail0/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/interface_livelock_fail0/c++"/dzn/$file;\
done
ls: cannot access 'out/interface_livelock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/interface_livelock_fail0/interface_livelock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'interface_livelock_fail0' -o "out/interface_livelock_fail0/c++" "$file";\
done
+ for file in "out/interface_livelock_fail0/interface_livelock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m interface_livelock_fail0 -o out/interface_livelock_fail0/c++ out/interface_livelock_fail0/interface_livelock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/build-c++
mkdir -p "out/interface_livelock_fail0"/c++ && ln -sf "out/interface_livelock_fail0" "out/interface_livelock_fail0" && make DIR="out/interface_livelock_fail0" LANGUAGE=c++ OUT="out/interface_livelock_fail0"/c++ IN="out/interface_livelock_fail0"/c++ -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/interface_livelock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/interface_livelock_fail0/c++/pump.d -MT 'out/interface_livelock_fail0/c++/pump.d out/interface_livelock_fail0/c++/pump.o' -pthread -Iout/interface_livelock_fail0/c++ -Iout/interface_livelock_fail0/c++/.. -Iout/interface_livelock_fail0/c++ -Iout/interface_livelock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/interface_livelock_fail0/c++/pump.o out/interface_livelock_fail0/c++/pump.cc
mkdir -p out/interface_livelock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/interface_livelock_fail0/c++/runtime.d -MT 'out/interface_livelock_fail0/c++/runtime.d out/interface_livelock_fail0/c++/runtime.o' -pthread -Iout/interface_livelock_fail0/c++ -Iout/interface_livelock_fail0/c++/.. -Iout/interface_livelock_fail0/c++ -Iout/interface_livelock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/interface_livelock_fail0/c++/runtime.o out/interface_livelock_fail0/c++/runtime.cc
mkdir -p out/interface_livelock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/interface_livelock_fail0/c++/interface_livelock_fail0.d -MT 'out/interface_livelock_fail0/c++/interface_livelock_fail0.d out/interface_livelock_fail0/c++/interface_livelock_fail0.o' -pthread -Iout/interface_livelock_fail0/c++ -Iout/interface_livelock_fail0/c++/.. -Iout/interface_livelock_fail0/c++ -Iout/interface_livelock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/interface_livelock_fail0/c++/interface_livelock_fail0.o out/interface_livelock_fail0/c++/interface_livelock_fail0.cc
mkdir -p out/interface_livelock_fail0/c++/
g++ -g -std=c++11 -MMD -MF out/interface_livelock_fail0/c++/test -MT 'out/interface_livelock_fail0/c++/test out/interface_livelock_fail0/c++/test' -pthread -Iout/interface_livelock_fail0/c++ -Iout/interface_livelock_fail0/c++/.. -Iout/interface_livelock_fail0/c++ -Iout/interface_livelock_fail0/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/interface_livelock_fail0/c++/test out/interface_livelock_fail0/c++/pump.o out/interface_livelock_fail0/c++/runtime.o out/interface_livelock_fail0/c++/interface_livelock_fail0.o
ld: /gnu/store/g2n83xlsqb8qvmb9cxxc2h4nfh4dq6my-gcc-toolchain-5.5.0/lib/crt1.o: in function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
make: *** [/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make:40: out/interface_livelock_fail0/c++/test] Error 1
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/interface_livelock_fail0/interface_livelock_fail0.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/verify
mkdir -p "out/interface_livelock_fail0"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=interface_livelock_fail0 "out/interface_livelock_fail0/interface_livelock_fail0.dzn" 2>"out/interface_livelock_fail0"/verify/"interface_livelock_fail0".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/interface_livelock_fail0"/verify/"interface_livelock_fail0"| test ! -s "out/interface_livelock_fail0/baseline/verify/interface_livelock_fail0"| test ! -s "out/interface_livelock_fail0/baseline/verify/interface_livelock_fail0".stderr;} || (diff -uwB "out/interface_livelock_fail0/baseline/verify/interface_livelock_fail0" "out/interface_livelock_fail0"/verify/"interface_livelock_fail0" && (test ! -s "out/interface_livelock_fail0"/verify/"interface_livelock_fail0".stderr || (sed -i s,.\r,,g "out/interface_livelock_fail0"/verify/"interface_livelock_fail0".stderr; diff -u "out/interface_livelock_fail0/baseline/verify/interface_livelock_fail0".stderr "out/interface_livelock_fail0"/verify/"interface_livelock_fail0".stderr))) || { echo "out/interface_livelock_fail0"/verify/"interface_livelock_fail0".stderr:; cat "out/interface_livelock_fail0"/verify/"interface_livelock_fail0".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/interface_livelock_fail0" OUT="out/interface_livelock_fail0"/c++03 MODEL="interface_livelock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/interface_livelock_fail0/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/interface_livelock_fail0/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/interface_livelock_fail0/c++03"/dzn/$file;\
done
ls: cannot access 'out/interface_livelock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/interface_livelock_fail0/interface_livelock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'interface_livelock_fail0' -o "out/interface_livelock_fail0/c++03" "$file";\
done
+ for file in "out/interface_livelock_fail0/interface_livelock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m interface_livelock_fail0 -o out/interface_livelock_fail0/c++03 out/interface_livelock_fail0/interface_livelock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/build-c++03
mkdir -p "out/interface_livelock_fail0"/c++03 && ln -sf "out/interface_livelock_fail0" "out/interface_livelock_fail0" && make DIR="out/interface_livelock_fail0" LANGUAGE=c++03 OUT="out/interface_livelock_fail0"/c++03 IN="out/interface_livelock_fail0"/c++03 -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/interface_livelock_fail0/c++03/
g++ -g -std=c++11 -MMD -MF out/interface_livelock_fail0/c++03/pump.d -MT 'out/interface_livelock_fail0/c++03/pump.d out/interface_livelock_fail0/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/interface_livelock_fail0/c++03 -Iout/interface_livelock_fail0/c++03/.. -Iout/interface_livelock_fail0/c++03 -Iout/interface_livelock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/interface_livelock_fail0/c++03/pump.o out/interface_livelock_fail0/c++03/pump.cc
mkdir -p out/interface_livelock_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/interface_livelock_fail0/c++03/runtime.d -MT 'out/interface_livelock_fail0/c++03/runtime.d out/interface_livelock_fail0/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/interface_livelock_fail0/c++03 -Iout/interface_livelock_fail0/c++03/.. -Iout/interface_livelock_fail0/c++03 -Iout/interface_livelock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/interface_livelock_fail0/c++03/runtime.o out/interface_livelock_fail0/c++03/runtime.cc
mkdir -p out/interface_livelock_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/interface_livelock_fail0/c++03/interface_livelock_fail0.d -MT 'out/interface_livelock_fail0/c++03/interface_livelock_fail0.d out/interface_livelock_fail0/c++03/interface_livelock_fail0.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/interface_livelock_fail0/c++03 -Iout/interface_livelock_fail0/c++03/.. -Iout/interface_livelock_fail0/c++03 -Iout/interface_livelock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/interface_livelock_fail0/c++03/interface_livelock_fail0.o out/interface_livelock_fail0/c++03/interface_livelock_fail0.cc
mkdir -p out/interface_livelock_fail0/c++03/
g++ -g -std=c++03 -MMD -MF out/interface_livelock_fail0/c++03/test -MT 'out/interface_livelock_fail0/c++03/test out/interface_livelock_fail0/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/interface_livelock_fail0/c++03 -Iout/interface_livelock_fail0/c++03/.. -Iout/interface_livelock_fail0/c++03 -Iout/interface_livelock_fail0/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/interface_livelock_fail0/c++03/test out/interface_livelock_fail0/c++03/pump.o out/interface_livelock_fail0/c++03/runtime.o out/interface_livelock_fail0/c++03/interface_livelock_fail0.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
ld: /gnu/store/g2n83xlsqb8qvmb9cxxc2h4nfh4dq6my-gcc-toolchain-5.5.0/lib/crt1.o: in function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
make: *** [/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make:48: out/interface_livelock_fail0/c++03/test] Error 1
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/interface_livelock_fail0" OUT="out/interface_livelock_fail0"/javascript MODEL="interface_livelock_fail0" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/interface_livelock_fail0/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/interface_livelock_fail0/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/interface_livelock_fail0/javascript"/dzn/$file;\
done
ls: cannot access 'out/interface_livelock_fail0/*/*.dzn': No such file or directory
set -x; for file in "out/interface_livelock_fail0/interface_livelock_fail0.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'interface_livelock_fail0' -o "out/interface_livelock_fail0/javascript" "$file";\
done
+ for file in "out/interface_livelock_fail0/interface_livelock_fail0.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m interface_livelock_fail0 -o out/interface_livelock_fail0/javascript out/interface_livelock_fail0/interface_livelock_fail0.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/build-javascript
mkdir -p "out/interface_livelock_fail0"/javascript && ln -sf "out/interface_livelock_fail0" "out/interface_livelock_fail0" && make DIR="out/interface_livelock_fail0" LANGUAGE=javascript OUT="out/interface_livelock_fail0"/javascript IN="out/interface_livelock_fail0"/javascript -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
make: *** No rule to make target 'out/interface_livelock_fail0/javascript/main.js', needed by 'out/interface_livelock_fail0/javascript/test'. Stop.
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/execute-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/run
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/table
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/traces
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/triangle-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/view
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/execute-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/triangle-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/build-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/code-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/execute-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/triangle-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/execute-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/interface_livelock_fail0/triangle-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/convert
convert: [SKIPPED] no DM file "out/helloworld/helloworld.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/helloworld/helloworld.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/helloworld" OUT="out/helloworld"/c++ MODEL="helloworld" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloworld/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/helloworld/c++"/dzn/$file;\
done
ls: cannot access 'out/helloworld/*/*.dzn': No such file or directory
set -x; for file in "out/helloworld/helloworld.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'helloworld' -o "out/helloworld/c++" "$file";\
done
+ for file in "out/helloworld/helloworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m helloworld -o out/helloworld/c++ out/helloworld/helloworld.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/build-c++
mkdir -p "out/helloworld"/c++ && ln -sf "out/helloworld" "out/helloworld" && make DIR="out/helloworld" LANGUAGE=c++ OUT="out/helloworld"/c++ IN="out/helloworld"/c++ MAIN="out/helloworld/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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++/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/helloworld/c++/test out/helloworld/c++/main.o out/helloworld/c++/helloworld.o out/helloworld/c++/pump.o out/helloworld/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/execute-c++
timeout 2 diff -uwB out/helloworld/helloworld.trace.0 <(set -o pipefail;cat out/helloworld/helloworld.trace.0 | "out/helloworld"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloworld/helloworld.trace.0 | "out/helloworld"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/run
diff -uwB <(grep -v "" "out/helloworld/helloworld.trace.0") <(grep -v "" "out/helloworld/helloworld.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=helloworld "out/helloworld/helloworld.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/verify
mkdir -p "out/helloworld"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=helloworld "out/helloworld/helloworld.dzn" 2>"out/helloworld"/verify/"helloworld".stderr)";err="$(cat "out/helloworld"/verify/"helloworld".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/helloworld"/verify/"helloworld".stderr:; cat "out/helloworld"/verify/"helloworld".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/helloworld" OUT="out/helloworld"/c++03 MODEL="helloworld" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloworld/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/helloworld/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/helloworld/c++03"/dzn/$file;\
done
ls: cannot access 'out/helloworld/*/*.dzn': No such file or directory
set -x; for file in "out/helloworld/helloworld.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'helloworld' -o "out/helloworld/c++03" "$file";\
done
+ for file in "out/helloworld/helloworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m helloworld -o out/helloworld/c++03 out/helloworld/helloworld.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/build-c++03
mkdir -p "out/helloworld"/c++03 && ln -sf "out/helloworld" "out/helloworld" && make DIR="out/helloworld" LANGUAGE=c++03 OUT="out/helloworld"/c++03 IN="out/helloworld"/c++03 MAIN="out/helloworld/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/helloworld/c++03/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++03/main.d -MT 'out/helloworld/c++03/main.d out/helloworld/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloworld/c++03 -Iout/helloworld/c++03/.. -Iout/helloworld/c++03 -Iout/helloworld/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/helloworld/c++03/main.o out/helloworld/c++03/main.cc
mkdir -p out/helloworld/c++03/
g++ -g -std=c++03 -MMD -MF out/helloworld/c++03/helloworld.d -MT 'out/helloworld/c++03/helloworld.d out/helloworld/c++03/helloworld.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloworld/c++03 -Iout/helloworld/c++03/.. -Iout/helloworld/c++03 -Iout/helloworld/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/helloworld/c++03/helloworld.o out/helloworld/c++03/helloworld.cc
mkdir -p out/helloworld/c++03/
g++ -g -std=c++11 -MMD -MF out/helloworld/c++03/pump.d -MT 'out/helloworld/c++03/pump.d out/helloworld/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloworld/c++03 -Iout/helloworld/c++03/.. -Iout/helloworld/c++03 -Iout/helloworld/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/helloworld/c++03/pump.o out/helloworld/c++03/pump.cc
mkdir -p out/helloworld/c++03/
g++ -g -std=c++03 -MMD -MF out/helloworld/c++03/runtime.d -MT 'out/helloworld/c++03/runtime.d out/helloworld/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloworld/c++03 -Iout/helloworld/c++03/.. -Iout/helloworld/c++03 -Iout/helloworld/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/helloworld/c++03/runtime.o out/helloworld/c++03/runtime.cc
mkdir -p out/helloworld/c++03/
g++ -g -std=c++03 -MMD -MF out/helloworld/c++03/test -MT 'out/helloworld/c++03/test out/helloworld/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/helloworld/c++03 -Iout/helloworld/c++03/.. -Iout/helloworld/c++03 -Iout/helloworld/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/helloworld/c++03/test out/helloworld/c++03/main.o out/helloworld/c++03/helloworld.o out/helloworld/c++03/pump.o out/helloworld/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/execute-c++03
timeout 2 diff -uwB out/helloworld/helloworld.trace.0 <(set -o pipefail;cat out/helloworld/helloworld.trace.0 | "out/helloworld"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloworld/helloworld.trace.0 | "out/helloworld"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/helloworld" OUT="out/helloworld"/javascript MODEL="helloworld" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/helloworld/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/helloworld/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/helloworld/javascript"/dzn/$file;\
done
ls: cannot access 'out/helloworld/*/*.dzn': No such file or directory
set -x; for file in "out/helloworld/helloworld.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'helloworld' -o "out/helloworld/javascript" "$file";\
done
+ for file in "out/helloworld/helloworld.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m helloworld -o out/helloworld/javascript out/helloworld/helloworld.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/build-javascript
mkdir -p "out/helloworld"/javascript && ln -sf "out/helloworld" "out/helloworld" && make DIR="out/helloworld" LANGUAGE=javascript OUT="out/helloworld"/javascript IN="out/helloworld"/javascript MAIN="out/helloworld/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/helloworld/javascript/main.js out/helloworld/javascript/test
chmod +x out/helloworld/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/execute-javascript
timeout 2 diff -uwB out/helloworld/helloworld.trace.0 <(set -o pipefail;cat out/helloworld/helloworld.trace.0 | node "out/helloworld"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/helloworld/helloworld.trace.0 | node "out/helloworld"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/helloworld/triangle-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/convert
convert: [SKIPPED] no DM file "out/incomplete/incomplete.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/incomplete" OUT="out/incomplete"/c++ MODEL="incomplete" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/incomplete/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/incomplete/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/incomplete/c++"/dzn/$file;\
done
ls: cannot access 'out/incomplete/*/*.dzn': No such file or directory
set -x; for file in "out/incomplete/incomplete.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'incomplete' -o "out/incomplete/c++" "$file";\
done
+ for file in "out/incomplete/incomplete.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m incomplete -o out/incomplete/c++ out/incomplete/incomplete.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/build-c++
mkdir -p "out/incomplete"/c++ && ln -sf "out/incomplete" "out/incomplete" && make DIR="out/incomplete" LANGUAGE=c++ OUT="out/incomplete"/c++ IN="out/incomplete"/c++ MAIN="out/incomplete/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/incomplete/c++/
g++ -g -std=c++11 -MMD -MF out/incomplete/c++/main.d -MT 'out/incomplete/c++/main.d out/incomplete/c++/main.o' -pthread -Iout/incomplete/c++ -Iout/incomplete/c++/.. -Iout/incomplete/c++ -Iout/incomplete/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/incomplete/c++/main.o out/incomplete/c++/main.cc
mkdir -p out/incomplete/c++/
g++ -g -std=c++11 -MMD -MF out/incomplete/c++/pump.d -MT 'out/incomplete/c++/pump.d out/incomplete/c++/pump.o' -pthread -Iout/incomplete/c++ -Iout/incomplete/c++/.. -Iout/incomplete/c++ -Iout/incomplete/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/incomplete/c++/pump.o out/incomplete/c++/pump.cc
mkdir -p out/incomplete/c++/
g++ -g -std=c++11 -MMD -MF out/incomplete/c++/runtime.d -MT 'out/incomplete/c++/runtime.d out/incomplete/c++/runtime.o' -pthread -Iout/incomplete/c++ -Iout/incomplete/c++/.. -Iout/incomplete/c++ -Iout/incomplete/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/incomplete/c++/runtime.o out/incomplete/c++/runtime.cc
mkdir -p out/incomplete/c++/
g++ -g -std=c++11 -MMD -MF out/incomplete/c++/incomplete.d -MT 'out/incomplete/c++/incomplete.d out/incomplete/c++/incomplete.o' -pthread -Iout/incomplete/c++ -Iout/incomplete/c++/.. -Iout/incomplete/c++ -Iout/incomplete/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/incomplete/c++/incomplete.o out/incomplete/c++/incomplete.cc
mkdir -p out/incomplete/c++/
g++ -g -std=c++11 -MMD -MF out/incomplete/c++/test -MT 'out/incomplete/c++/test out/incomplete/c++/test' -pthread -Iout/incomplete/c++ -Iout/incomplete/c++/.. -Iout/incomplete/c++ -Iout/incomplete/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/incomplete/c++/test out/incomplete/c++/main.o out/incomplete/c++/pump.o out/incomplete/c++/runtime.o out/incomplete/c++/incomplete.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/incomplete/incomplete.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/verify
mkdir -p "out/incomplete"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=incomplete "out/incomplete/incomplete.dzn" 2>"out/incomplete"/verify/"incomplete".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/incomplete"/verify/"incomplete"| test ! -s "out/incomplete/baseline/verify/incomplete"| test ! -s "out/incomplete/baseline/verify/incomplete".stderr;} || (diff -uwB "out/incomplete/baseline/verify/incomplete" "out/incomplete"/verify/"incomplete" && (test ! -s "out/incomplete"/verify/"incomplete".stderr || (sed -i s,.\r,,g "out/incomplete"/verify/"incomplete".stderr; diff -u "out/incomplete/baseline/verify/incomplete".stderr "out/incomplete"/verify/"incomplete".stderr))) || { echo "out/incomplete"/verify/"incomplete".stderr:; cat "out/incomplete"/verify/"incomplete".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/incomplete" OUT="out/incomplete"/c++03 MODEL="incomplete" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/incomplete/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/incomplete/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/incomplete/c++03"/dzn/$file;\
done
ls: cannot access 'out/incomplete/*/*.dzn': No such file or directory
set -x; for file in "out/incomplete/incomplete.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'incomplete' -o "out/incomplete/c++03" "$file";\
done
+ for file in "out/incomplete/incomplete.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m incomplete -o out/incomplete/c++03 out/incomplete/incomplete.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/build-c++03
mkdir -p "out/incomplete"/c++03 && ln -sf "out/incomplete" "out/incomplete" && make DIR="out/incomplete" LANGUAGE=c++03 OUT="out/incomplete"/c++03 IN="out/incomplete"/c++03 MAIN="out/incomplete/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/incomplete/c++03/
g++ -g -std=c++11 -MMD -MF out/incomplete/c++03/main.d -MT 'out/incomplete/c++03/main.d out/incomplete/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/incomplete/c++03 -Iout/incomplete/c++03/.. -Iout/incomplete/c++03 -Iout/incomplete/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/incomplete/c++03/main.o out/incomplete/c++03/main.cc
mkdir -p out/incomplete/c++03/
g++ -g -std=c++11 -MMD -MF out/incomplete/c++03/pump.d -MT 'out/incomplete/c++03/pump.d out/incomplete/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/incomplete/c++03 -Iout/incomplete/c++03/.. -Iout/incomplete/c++03 -Iout/incomplete/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/incomplete/c++03/pump.o out/incomplete/c++03/pump.cc
mkdir -p out/incomplete/c++03/
g++ -g -std=c++03 -MMD -MF out/incomplete/c++03/runtime.d -MT 'out/incomplete/c++03/runtime.d out/incomplete/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/incomplete/c++03 -Iout/incomplete/c++03/.. -Iout/incomplete/c++03 -Iout/incomplete/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/incomplete/c++03/runtime.o out/incomplete/c++03/runtime.cc
mkdir -p out/incomplete/c++03/
g++ -g -std=c++03 -MMD -MF out/incomplete/c++03/incomplete.d -MT 'out/incomplete/c++03/incomplete.d out/incomplete/c++03/incomplete.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/incomplete/c++03 -Iout/incomplete/c++03/.. -Iout/incomplete/c++03 -Iout/incomplete/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/incomplete/c++03/incomplete.o out/incomplete/c++03/incomplete.cc
mkdir -p out/incomplete/c++03/
g++ -g -std=c++03 -MMD -MF out/incomplete/c++03/test -MT 'out/incomplete/c++03/test out/incomplete/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/incomplete/c++03 -Iout/incomplete/c++03/.. -Iout/incomplete/c++03 -Iout/incomplete/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/incomplete/c++03/test out/incomplete/c++03/main.o out/incomplete/c++03/pump.o out/incomplete/c++03/runtime.o out/incomplete/c++03/incomplete.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/incomplete" OUT="out/incomplete"/javascript MODEL="incomplete" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/incomplete/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/incomplete/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/incomplete/javascript"/dzn/$file;\
done
ls: cannot access 'out/incomplete/*/*.dzn': No such file or directory
set -x; for file in "out/incomplete/incomplete.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'incomplete' -o "out/incomplete/javascript" "$file";\
done
+ for file in "out/incomplete/incomplete.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m incomplete -o out/incomplete/javascript out/incomplete/incomplete.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/build-javascript
mkdir -p "out/incomplete"/javascript && ln -sf "out/incomplete" "out/incomplete" && make DIR="out/incomplete" LANGUAGE=javascript OUT="out/incomplete"/javascript IN="out/incomplete"/javascript MAIN="out/incomplete/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/incomplete/javascript/main.js out/incomplete/javascript/test
chmod +x out/incomplete/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/execute-c++
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/run
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/table
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/traces
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/triangle-c++
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/view
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/execute-c++03
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/triangle-c++03
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/build-c++-msvc11
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/code-c++-msvc11
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/execute-c++-msvc11
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/triangle-c++-msvc11
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/execute-javascript
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/incomplete/triangle-javascript
erorr model: no traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/convert
convert: [SKIPPED] no DM file "out/range_function/range_function.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/range_function" OUT="out/range_function"/c++ MODEL="range_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_function/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/range_function/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/range_function/c++"/dzn/$file;\
done
ls: cannot access 'out/range_function/*/*.dzn': No such file or directory
set -x; for file in "out/range_function/range_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'range_function' -o "out/range_function/c++" "$file";\
done
+ for file in "out/range_function/range_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m range_function -o out/range_function/c++ out/range_function/range_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/range_function/range_function.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/run
diff -uwB <(grep -v "" "out/range_function/range_function.trace.0") <(grep -v "" "out/range_function/range_function.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=range_function "out/range_function/range_function.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:57:56.248451768 +0000
+++ /dev/fd/62 2020-08-05 11:57:56.244451407 +0000
@@ -1,2 +1 @@
e
-range_error
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/verify
mkdir -p "out/range_function"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=range_function "out/range_function/range_function.dzn" 2>"out/range_function"/verify/"range_function".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/range_function"/verify/"range_function"| test ! -s "out/range_function/baseline/verify/range_function"| test ! -s "out/range_function/baseline/verify/range_function".stderr;} || (diff -uwB "out/range_function/baseline/verify/range_function" "out/range_function"/verify/"range_function" && (test ! -s "out/range_function"/verify/"range_function".stderr || (sed -i s,.\r,,g "out/range_function"/verify/"range_function".stderr; diff -u "out/range_function/baseline/verify/range_function".stderr "out/range_function"/verify/"range_function".stderr))) || { echo "out/range_function"/verify/"range_function".stderr:; cat "out/range_function"/verify/"range_function".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/range_function" OUT="out/range_function"/c++03 MODEL="range_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_function/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/range_function/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/range_function/c++03"/dzn/$file;\
done
ls: cannot access 'out/range_function/*/*.dzn': No such file or directory
set -x; for file in "out/range_function/range_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'range_function' -o "out/range_function/c++03" "$file";\
done
+ for file in "out/range_function/range_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m range_function -o out/range_function/c++03 out/range_function/range_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/range_function" OUT="out/range_function"/javascript MODEL="range_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_function/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/range_function/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/range_function/javascript"/dzn/$file;\
done
ls: cannot access 'out/range_function/*/*.dzn': No such file or directory
set -x; for file in "out/range_function/range_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'range_function' -o "out/range_function/javascript" "$file";\
done
+ for file in "out/range_function/range_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m range_function -o out/range_function/javascript out/range_function/range_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/build-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/execute-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/table
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/traces
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/triangle-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/view
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/build-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/execute-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/triangle-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/build-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/code-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/execute-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/triangle-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/build-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/execute-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_function/triangle-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/convert
convert: [SKIPPED] no DM file "out/range_local/range_local.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/range_local" OUT="out/range_local"/c++ MODEL="range_local" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_local/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/range_local/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/range_local/c++"/dzn/$file;\
done
ls: cannot access 'out/range_local/*/*.dzn': No such file or directory
set -x; for file in "out/range_local/range_local.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'range_local' -o "out/range_local/c++" "$file";\
done
+ for file in "out/range_local/range_local.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m range_local -o out/range_local/c++ out/range_local/range_local.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/range_local/range_local.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/run
diff -uwB <(grep -v "" "out/range_local/range_local.trace.0") <(grep -v "" "out/range_local/range_local.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=range_local "out/range_local/range_local.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:57:57.868597887 +0000
+++ /dev/fd/62 2020-08-05 11:57:57.868597887 +0000
@@ -1,2 +1 @@
e
-range_error
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/verify
mkdir -p "out/range_local"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=range_local "out/range_local/range_local.dzn" 2>"out/range_local"/verify/"range_local".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/range_local"/verify/"range_local"| test ! -s "out/range_local/baseline/verify/range_local"| test ! -s "out/range_local/baseline/verify/range_local".stderr;} || (diff -uwB "out/range_local/baseline/verify/range_local" "out/range_local"/verify/"range_local" && (test ! -s "out/range_local"/verify/"range_local".stderr || (sed -i s,.\r,,g "out/range_local"/verify/"range_local".stderr; diff -u "out/range_local/baseline/verify/range_local".stderr "out/range_local"/verify/"range_local".stderr))) || { echo "out/range_local"/verify/"range_local".stderr:; cat "out/range_local"/verify/"range_local".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/range_local" OUT="out/range_local"/c++03 MODEL="range_local" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_local/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/range_local/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/range_local/c++03"/dzn/$file;\
done
ls: cannot access 'out/range_local/*/*.dzn': No such file or directory
set -x; for file in "out/range_local/range_local.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'range_local' -o "out/range_local/c++03" "$file";\
done
+ for file in "out/range_local/range_local.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m range_local -o out/range_local/c++03 out/range_local/range_local.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/range_local" OUT="out/range_local"/javascript MODEL="range_local" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_local/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/range_local/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/range_local/javascript"/dzn/$file;\
done
ls: cannot access 'out/range_local/*/*.dzn': No such file or directory
set -x; for file in "out/range_local/range_local.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'range_local' -o "out/range_local/javascript" "$file";\
done
+ for file in "out/range_local/range_local.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m range_local -o out/range_local/javascript out/range_local/range_local.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/build-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/execute-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/table
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/traces
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/triangle-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/view
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/build-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/execute-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/triangle-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/build-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/code-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/execute-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/triangle-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/build-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/execute-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_local/triangle-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/convert
convert: [SKIPPED] no DM file "out/range_return/range_return.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/range_return" OUT="out/range_return"/c++ MODEL="range_return" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_return/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/range_return/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/range_return/c++"/dzn/$file;\
done
ls: cannot access 'out/range_return/*/*.dzn': No such file or directory
set -x; for file in "out/range_return/range_return.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'range_return' -o "out/range_return/c++" "$file";\
done
+ for file in "out/range_return/range_return.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m range_return -o out/range_return/c++ out/range_return/range_return.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/range_return/range_return.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/run
diff -uwB <(grep -v "" "out/range_return/range_return.trace.0") <(grep -v "" "out/range_return/range_return.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=range_return "out/range_return/range_return.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:57:59.720764932 +0000
+++ /dev/fd/62 2020-08-05 11:57:59.716764571 +0000
@@ -1,2 +1 @@
e
-range_error
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/verify
mkdir -p "out/range_return"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=range_return "out/range_return/range_return.dzn" 2>"out/range_return"/verify/"range_return".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/range_return"/verify/"range_return"| test ! -s "out/range_return/baseline/verify/range_return"| test ! -s "out/range_return/baseline/verify/range_return".stderr;} || (diff -uwB "out/range_return/baseline/verify/range_return" "out/range_return"/verify/"range_return" && (test ! -s "out/range_return"/verify/"range_return".stderr || (sed -i s,.\r,,g "out/range_return"/verify/"range_return".stderr; diff -u "out/range_return/baseline/verify/range_return".stderr "out/range_return"/verify/"range_return".stderr))) || { echo "out/range_return"/verify/"range_return".stderr:; cat "out/range_return"/verify/"range_return".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/range_return" OUT="out/range_return"/c++03 MODEL="range_return" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_return/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/range_return/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/range_return/c++03"/dzn/$file;\
done
ls: cannot access 'out/range_return/*/*.dzn': No such file or directory
set -x; for file in "out/range_return/range_return.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'range_return' -o "out/range_return/c++03" "$file";\
done
+ for file in "out/range_return/range_return.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m range_return -o out/range_return/c++03 out/range_return/range_return.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/range_return" OUT="out/range_return"/javascript MODEL="range_return" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_return/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/range_return/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/range_return/javascript"/dzn/$file;\
done
ls: cannot access 'out/range_return/*/*.dzn': No such file or directory
set -x; for file in "out/range_return/range_return.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'range_return' -o "out/range_return/javascript" "$file";\
done
+ for file in "out/range_return/range_return.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m range_return -o out/range_return/javascript out/range_return/range_return.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/build-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/execute-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/table
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/traces
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/triangle-c++
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/view
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/build-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/execute-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/triangle-c++03
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/build-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/code-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/execute-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/triangle-c++-msvc11
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/build-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/execute-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_return/triangle-javascript
build:interface model, cannot build; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/convert
convert: [SKIPPED] no DM file "out/missing_reply/missing_reply.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/missing_reply" OUT="out/missing_reply"/c++ MODEL="missing_reply" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/missing_reply/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/missing_reply/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/missing_reply/c++"/dzn/$file;\
done
ls: cannot access 'out/missing_reply/*/*.dzn': No such file or directory
set -x; for file in "out/missing_reply/missing_reply.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'missing_reply' -o "out/missing_reply/c++" "$file";\
done
+ for file in "out/missing_reply/missing_reply.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m missing_reply -o out/missing_reply/c++ out/missing_reply/missing_reply.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/build-c++
mkdir -p "out/missing_reply"/c++ && ln -sf "out/missing_reply" "out/missing_reply" && make DIR="out/missing_reply" LANGUAGE=c++ OUT="out/missing_reply"/c++ IN="out/missing_reply"/c++ MAIN="out/missing_reply/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/missing_reply/c++/
g++ -g -std=c++11 -MMD -MF out/missing_reply/c++/main.d -MT 'out/missing_reply/c++/main.d out/missing_reply/c++/main.o' -pthread -Iout/missing_reply/c++ -Iout/missing_reply/c++/.. -Iout/missing_reply/c++ -Iout/missing_reply/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/missing_reply/c++/main.o out/missing_reply/c++/main.cc
mkdir -p out/missing_reply/c++/
g++ -g -std=c++11 -MMD -MF out/missing_reply/c++/missing_reply.d -MT 'out/missing_reply/c++/missing_reply.d out/missing_reply/c++/missing_reply.o' -pthread -Iout/missing_reply/c++ -Iout/missing_reply/c++/.. -Iout/missing_reply/c++ -Iout/missing_reply/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/missing_reply/c++/missing_reply.o out/missing_reply/c++/missing_reply.cc
mkdir -p out/missing_reply/c++/
g++ -g -std=c++11 -MMD -MF out/missing_reply/c++/pump.d -MT 'out/missing_reply/c++/pump.d out/missing_reply/c++/pump.o' -pthread -Iout/missing_reply/c++ -Iout/missing_reply/c++/.. -Iout/missing_reply/c++ -Iout/missing_reply/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/missing_reply/c++/pump.o out/missing_reply/c++/pump.cc
mkdir -p out/missing_reply/c++/
g++ -g -std=c++11 -MMD -MF out/missing_reply/c++/runtime.d -MT 'out/missing_reply/c++/runtime.d out/missing_reply/c++/runtime.o' -pthread -Iout/missing_reply/c++ -Iout/missing_reply/c++/.. -Iout/missing_reply/c++ -Iout/missing_reply/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/missing_reply/c++/runtime.o out/missing_reply/c++/runtime.cc
mkdir -p out/missing_reply/c++/
g++ -g -std=c++11 -MMD -MF out/missing_reply/c++/test -MT 'out/missing_reply/c++/test out/missing_reply/c++/test' -pthread -Iout/missing_reply/c++ -Iout/missing_reply/c++/.. -Iout/missing_reply/c++ -Iout/missing_reply/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/missing_reply/c++/test out/missing_reply/c++/main.o out/missing_reply/c++/missing_reply.o out/missing_reply/c++/pump.o out/missing_reply/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/missing_reply/missing_reply.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/run
diff -uwB <(grep -v "" "out/missing_reply/missing_reply.trace.0") <(grep -v "" "out/missing_reply/missing_reply.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=missing_reply "out/missing_reply/missing_reply.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:57:47.971705297 +0000
+++ /dev/fd/62 2020-08-05 11:57:47.967704937 +0000
@@ -1,2 +1,2 @@
h.hello
-missing_reply
+illegal
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/verify
mkdir -p "out/missing_reply"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=missing_reply "out/missing_reply/missing_reply.dzn" 2>"out/missing_reply"/verify/"missing_reply".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/missing_reply"/verify/"missing_reply"| test ! -s "out/missing_reply/baseline/verify/missing_reply"| test ! -s "out/missing_reply/baseline/verify/missing_reply".stderr;} || (diff -uwB "out/missing_reply/baseline/verify/missing_reply" "out/missing_reply"/verify/"missing_reply" && (test ! -s "out/missing_reply"/verify/"missing_reply".stderr || (sed -i s,.\r,,g "out/missing_reply"/verify/"missing_reply".stderr; diff -u "out/missing_reply/baseline/verify/missing_reply".stderr "out/missing_reply"/verify/"missing_reply".stderr))) || { echo "out/missing_reply"/verify/"missing_reply".stderr:; cat "out/missing_reply"/verify/"missing_reply".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/missing_reply" OUT="out/missing_reply"/c++03 MODEL="missing_reply" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/missing_reply/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/missing_reply/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/missing_reply/c++03"/dzn/$file;\
done
ls: cannot access 'out/missing_reply/*/*.dzn': No such file or directory
set -x; for file in "out/missing_reply/missing_reply.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'missing_reply' -o "out/missing_reply/c++03" "$file";\
done
+ for file in "out/missing_reply/missing_reply.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m missing_reply -o out/missing_reply/c++03 out/missing_reply/missing_reply.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/build-c++03
mkdir -p "out/missing_reply"/c++03 && ln -sf "out/missing_reply" "out/missing_reply" && make DIR="out/missing_reply" LANGUAGE=c++03 OUT="out/missing_reply"/c++03 IN="out/missing_reply"/c++03 MAIN="out/missing_reply/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/missing_reply/c++03/
g++ -g -std=c++11 -MMD -MF out/missing_reply/c++03/main.d -MT 'out/missing_reply/c++03/main.d out/missing_reply/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/missing_reply/c++03 -Iout/missing_reply/c++03/.. -Iout/missing_reply/c++03 -Iout/missing_reply/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/missing_reply/c++03/main.o out/missing_reply/c++03/main.cc
mkdir -p out/missing_reply/c++03/
g++ -g -std=c++03 -MMD -MF out/missing_reply/c++03/missing_reply.d -MT 'out/missing_reply/c++03/missing_reply.d out/missing_reply/c++03/missing_reply.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/missing_reply/c++03 -Iout/missing_reply/c++03/.. -Iout/missing_reply/c++03 -Iout/missing_reply/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/missing_reply/c++03/missing_reply.o out/missing_reply/c++03/missing_reply.cc
mkdir -p out/missing_reply/c++03/
g++ -g -std=c++11 -MMD -MF out/missing_reply/c++03/pump.d -MT 'out/missing_reply/c++03/pump.d out/missing_reply/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/missing_reply/c++03 -Iout/missing_reply/c++03/.. -Iout/missing_reply/c++03 -Iout/missing_reply/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/missing_reply/c++03/pump.o out/missing_reply/c++03/pump.cc
mkdir -p out/missing_reply/c++03/
g++ -g -std=c++03 -MMD -MF out/missing_reply/c++03/runtime.d -MT 'out/missing_reply/c++03/runtime.d out/missing_reply/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/missing_reply/c++03 -Iout/missing_reply/c++03/.. -Iout/missing_reply/c++03 -Iout/missing_reply/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/missing_reply/c++03/runtime.o out/missing_reply/c++03/runtime.cc
mkdir -p out/missing_reply/c++03/
g++ -g -std=c++03 -MMD -MF out/missing_reply/c++03/test -MT 'out/missing_reply/c++03/test out/missing_reply/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/missing_reply/c++03 -Iout/missing_reply/c++03/.. -Iout/missing_reply/c++03 -Iout/missing_reply/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/missing_reply/c++03/test out/missing_reply/c++03/main.o out/missing_reply/c++03/missing_reply.o out/missing_reply/c++03/pump.o out/missing_reply/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/missing_reply" OUT="out/missing_reply"/javascript MODEL="missing_reply" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/missing_reply/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/missing_reply/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/missing_reply/javascript"/dzn/$file;\
done
ls: cannot access 'out/missing_reply/*/*.dzn': No such file or directory
set -x; for file in "out/missing_reply/missing_reply.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'missing_reply' -o "out/missing_reply/javascript" "$file";\
done
+ for file in "out/missing_reply/missing_reply.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m missing_reply -o out/missing_reply/javascript out/missing_reply/missing_reply.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/build-javascript
mkdir -p "out/missing_reply"/javascript && ln -sf "out/missing_reply" "out/missing_reply" && make DIR="out/missing_reply" LANGUAGE=javascript OUT="out/missing_reply"/javascript IN="out/missing_reply"/javascript MAIN="out/missing_reply/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/missing_reply/javascript/main.js out/missing_reply/javascript/test
chmod +x out/missing_reply/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/execute-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/table
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/traces
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/triangle-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/view
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/execute-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/triangle-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/build-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/code-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/execute-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/triangle-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/execute-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/missing_reply/triangle-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/convert
convert: [SKIPPED] no DM file "out/reply_modeling/reply_modeling.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/reply_modeling" OUT="out/reply_modeling"/c++ MODEL="reply_modeling" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/reply_modeling/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/reply_modeling/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/reply_modeling/c++"/dzn/$file;\
done
ls: cannot access 'out/reply_modeling/*/*.dzn': No such file or directory
set -x; for file in "out/reply_modeling/reply_modeling.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'reply_modeling' -o "out/reply_modeling/c++" "$file";\
done
+ for file in "out/reply_modeling/reply_modeling.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m reply_modeling -o out/reply_modeling/c++ out/reply_modeling/reply_modeling.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/reply_modeling/reply_modeling.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/run
diff -uwB <(grep -v "" "out/reply_modeling/reply_modeling.trace.0") <(grep -v "" "out/reply_modeling/reply_modeling.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=reply_modeling "out/reply_modeling/reply_modeling.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
diff -uwB <(grep -v "" "out/reply_modeling/reply_modeling.trace.1") <(grep -v "" "out/reply_modeling/reply_modeling.trace.1"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=reply_modeling "out/reply_modeling/reply_modeling.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/verify
mkdir -p "out/reply_modeling"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=reply_modeling "out/reply_modeling/reply_modeling.dzn" 2>"out/reply_modeling"/verify/"reply_modeling".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/reply_modeling"/verify/"reply_modeling"| test ! -s "out/reply_modeling/baseline/verify/reply_modeling"| test ! -s "out/reply_modeling/baseline/verify/reply_modeling".stderr;} || (diff -uwB "out/reply_modeling/baseline/verify/reply_modeling" "out/reply_modeling"/verify/"reply_modeling" && (test ! -s "out/reply_modeling"/verify/"reply_modeling".stderr || (sed -i s,.\r,,g "out/reply_modeling"/verify/"reply_modeling".stderr; diff -u "out/reply_modeling/baseline/verify/reply_modeling".stderr "out/reply_modeling"/verify/"reply_modeling".stderr))) || { echo "out/reply_modeling"/verify/"reply_modeling".stderr:; cat "out/reply_modeling"/verify/"reply_modeling".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/reply_modeling" OUT="out/reply_modeling"/c++03 MODEL="reply_modeling" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/reply_modeling/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/reply_modeling/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/reply_modeling/c++03"/dzn/$file;\
done
ls: cannot access 'out/reply_modeling/*/*.dzn': No such file or directory
set -x; for file in "out/reply_modeling/reply_modeling.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'reply_modeling' -o "out/reply_modeling/c++03" "$file";\
done
+ for file in "out/reply_modeling/reply_modeling.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m reply_modeling -o out/reply_modeling/c++03 out/reply_modeling/reply_modeling.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/reply_modeling" OUT="out/reply_modeling"/javascript MODEL="reply_modeling" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/reply_modeling/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/reply_modeling/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/reply_modeling/javascript"/dzn/$file;\
done
ls: cannot access 'out/reply_modeling/*/*.dzn': No such file or directory
set -x; for file in "out/reply_modeling/reply_modeling.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'reply_modeling' -o "out/reply_modeling/javascript" "$file";\
done
+ for file in "out/reply_modeling/reply_modeling.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m reply_modeling -o out/reply_modeling/javascript out/reply_modeling/reply_modeling.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/build-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/execute-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/table
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/traces
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/triangle-c++
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/view
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/build-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/execute-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/triangle-c++03
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/build-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/code-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/execute-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/triangle-c++-msvc11
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/build-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/execute-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/reply_modeling/triangle-javascript
interface model: cannot build
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/convert
convert: [SKIPPED] no DM file "out/range_action/range_action.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/range_action" OUT="out/range_action"/c++ MODEL="range_action" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_action/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/range_action/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/range_action/c++"/dzn/$file;\
done
ls: cannot access 'out/range_action/*/*.dzn': No such file or directory
set -x; for file in "out/range_action/range_action.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'range_action' -o "out/range_action/c++" "$file";\
done
+ for file in "out/range_action/range_action.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m range_action -o out/range_action/c++ out/range_action/range_action.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/build-c++
mkdir -p "out/range_action"/c++ && ln -sf "out/range_action" "out/range_action" && make DIR="out/range_action" LANGUAGE=c++ OUT="out/range_action"/c++ IN="out/range_action"/c++ MAIN="out/range_action/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/range_action/c++/
g++ -g -std=c++11 -MMD -MF out/range_action/c++/main.d -MT 'out/range_action/c++/main.d out/range_action/c++/main.o' -pthread -Iout/range_action/c++ -Iout/range_action/c++/.. -Iout/range_action/c++ -Iout/range_action/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_action/c++/main.o out/range_action/c++/main.cc
mkdir -p out/range_action/c++/
g++ -g -std=c++11 -MMD -MF out/range_action/c++/pump.d -MT 'out/range_action/c++/pump.d out/range_action/c++/pump.o' -pthread -Iout/range_action/c++ -Iout/range_action/c++/.. -Iout/range_action/c++ -Iout/range_action/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_action/c++/pump.o out/range_action/c++/pump.cc
mkdir -p out/range_action/c++/
g++ -g -std=c++11 -MMD -MF out/range_action/c++/runtime.d -MT 'out/range_action/c++/runtime.d out/range_action/c++/runtime.o' -pthread -Iout/range_action/c++ -Iout/range_action/c++/.. -Iout/range_action/c++ -Iout/range_action/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_action/c++/runtime.o out/range_action/c++/runtime.cc
mkdir -p out/range_action/c++/
g++ -g -std=c++11 -MMD -MF out/range_action/c++/range_action.d -MT 'out/range_action/c++/range_action.d out/range_action/c++/range_action.o' -pthread -Iout/range_action/c++ -Iout/range_action/c++/.. -Iout/range_action/c++ -Iout/range_action/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_action/c++/range_action.o out/range_action/c++/range_action.cc
mkdir -p out/range_action/c++/
g++ -g -std=c++11 -MMD -MF out/range_action/c++/test -MT 'out/range_action/c++/test out/range_action/c++/test' -pthread -Iout/range_action/c++ -Iout/range_action/c++/.. -Iout/range_action/c++ -Iout/range_action/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/range_action/c++/test out/range_action/c++/main.o out/range_action/c++/pump.o out/range_action/c++/runtime.o out/range_action/c++/range_action.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/range_action/range_action.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/run
diff -uwB <(grep -v "" "out/range_action/range_action.trace.0") <(grep -v "" "out/range_action/range_action.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=range_action "out/range_action/range_action.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:57:53.164173600 +0000
+++ /dev/fd/62 2020-08-05 11:57:53.164173600 +0000
@@ -1,4 +1,3 @@
p.e
r.e
r.12
-range_error
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/verify
mkdir -p "out/range_action"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=range_action "out/range_action/range_action.dzn" 2>"out/range_action"/verify/"range_action".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/range_action"/verify/"range_action"| test ! -s "out/range_action/baseline/verify/range_action"| test ! -s "out/range_action/baseline/verify/range_action".stderr;} || (diff -uwB "out/range_action/baseline/verify/range_action" "out/range_action"/verify/"range_action" && (test ! -s "out/range_action"/verify/"range_action".stderr || (sed -i s,.\r,,g "out/range_action"/verify/"range_action".stderr; diff -u "out/range_action/baseline/verify/range_action".stderr "out/range_action"/verify/"range_action".stderr))) || { echo "out/range_action"/verify/"range_action".stderr:; cat "out/range_action"/verify/"range_action".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/range_action" OUT="out/range_action"/c++03 MODEL="range_action" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_action/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/range_action/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/range_action/c++03"/dzn/$file;\
done
ls: cannot access 'out/range_action/*/*.dzn': No such file or directory
set -x; for file in "out/range_action/range_action.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'range_action' -o "out/range_action/c++03" "$file";\
done
+ for file in "out/range_action/range_action.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m range_action -o out/range_action/c++03 out/range_action/range_action.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/build-c++03
mkdir -p "out/range_action"/c++03 && ln -sf "out/range_action" "out/range_action" && make DIR="out/range_action" LANGUAGE=c++03 OUT="out/range_action"/c++03 IN="out/range_action"/c++03 MAIN="out/range_action/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/range_action/c++03/
g++ -g -std=c++11 -MMD -MF out/range_action/c++03/main.d -MT 'out/range_action/c++03/main.d out/range_action/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_action/c++03 -Iout/range_action/c++03/.. -Iout/range_action/c++03 -Iout/range_action/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_action/c++03/main.o out/range_action/c++03/main.cc
mkdir -p out/range_action/c++03/
g++ -g -std=c++11 -MMD -MF out/range_action/c++03/pump.d -MT 'out/range_action/c++03/pump.d out/range_action/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_action/c++03 -Iout/range_action/c++03/.. -Iout/range_action/c++03 -Iout/range_action/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_action/c++03/pump.o out/range_action/c++03/pump.cc
mkdir -p out/range_action/c++03/
g++ -g -std=c++03 -MMD -MF out/range_action/c++03/runtime.d -MT 'out/range_action/c++03/runtime.d out/range_action/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_action/c++03 -Iout/range_action/c++03/.. -Iout/range_action/c++03 -Iout/range_action/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_action/c++03/runtime.o out/range_action/c++03/runtime.cc
mkdir -p out/range_action/c++03/
g++ -g -std=c++03 -MMD -MF out/range_action/c++03/range_action.d -MT 'out/range_action/c++03/range_action.d out/range_action/c++03/range_action.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_action/c++03 -Iout/range_action/c++03/.. -Iout/range_action/c++03 -Iout/range_action/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_action/c++03/range_action.o out/range_action/c++03/range_action.cc
mkdir -p out/range_action/c++03/
g++ -g -std=c++03 -MMD -MF out/range_action/c++03/test -MT 'out/range_action/c++03/test out/range_action/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_action/c++03 -Iout/range_action/c++03/.. -Iout/range_action/c++03 -Iout/range_action/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/range_action/c++03/test out/range_action/c++03/main.o out/range_action/c++03/pump.o out/range_action/c++03/runtime.o out/range_action/c++03/range_action.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/range_action" OUT="out/range_action"/javascript MODEL="range_action" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_action/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/range_action/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/range_action/javascript"/dzn/$file;\
done
ls: cannot access 'out/range_action/*/*.dzn': No such file or directory
set -x; for file in "out/range_action/range_action.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'range_action' -o "out/range_action/javascript" "$file";\
done
+ for file in "out/range_action/range_action.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m range_action -o out/range_action/javascript out/range_action/range_action.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/build-javascript
mkdir -p "out/range_action"/javascript && ln -sf "out/range_action" "out/range_action" && make DIR="out/range_action" LANGUAGE=javascript OUT="out/range_action"/javascript IN="out/range_action"/javascript MAIN="out/range_action/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/range_action/javascript/main.js out/range_action/javascript/test
chmod +x out/range_action/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/execute-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/table
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/traces
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/triangle-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/view
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/execute-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/triangle-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/build-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/code-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/execute-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/triangle-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/execute-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_action/triangle-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/convert
convert: [SKIPPED] no DM file "out/range_declaration/range_declaration.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/range_declaration" OUT="out/range_declaration"/c++ MODEL="range_declaration" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_declaration/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/range_declaration/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/range_declaration/c++"/dzn/$file;\
done
ls: cannot access 'out/range_declaration/*/*.dzn': No such file or directory
set -x; for file in "out/range_declaration/range_declaration.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'range_declaration' -o "out/range_declaration/c++" "$file";\
done
+ for file in "out/range_declaration/range_declaration.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m range_declaration -o out/range_declaration/c++ out/range_declaration/range_declaration.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/build-c++
mkdir -p "out/range_declaration"/c++ && ln -sf "out/range_declaration" "out/range_declaration" && make DIR="out/range_declaration" LANGUAGE=c++ OUT="out/range_declaration"/c++ IN="out/range_declaration"/c++ MAIN="out/range_declaration/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/range_declaration/c++/
g++ -g -std=c++11 -MMD -MF out/range_declaration/c++/main.d -MT 'out/range_declaration/c++/main.d out/range_declaration/c++/main.o' -pthread -Iout/range_declaration/c++ -Iout/range_declaration/c++/.. -Iout/range_declaration/c++ -Iout/range_declaration/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration/c++/main.o out/range_declaration/c++/main.cc
mkdir -p out/range_declaration/c++/
g++ -g -std=c++11 -MMD -MF out/range_declaration/c++/pump.d -MT 'out/range_declaration/c++/pump.d out/range_declaration/c++/pump.o' -pthread -Iout/range_declaration/c++ -Iout/range_declaration/c++/.. -Iout/range_declaration/c++ -Iout/range_declaration/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration/c++/pump.o out/range_declaration/c++/pump.cc
mkdir -p out/range_declaration/c++/
g++ -g -std=c++11 -MMD -MF out/range_declaration/c++/runtime.d -MT 'out/range_declaration/c++/runtime.d out/range_declaration/c++/runtime.o' -pthread -Iout/range_declaration/c++ -Iout/range_declaration/c++/.. -Iout/range_declaration/c++ -Iout/range_declaration/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration/c++/runtime.o out/range_declaration/c++/runtime.cc
mkdir -p out/range_declaration/c++/
g++ -g -std=c++11 -MMD -MF out/range_declaration/c++/range_declaration.d -MT 'out/range_declaration/c++/range_declaration.d out/range_declaration/c++/range_declaration.o' -pthread -Iout/range_declaration/c++ -Iout/range_declaration/c++/.. -Iout/range_declaration/c++ -Iout/range_declaration/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration/c++/range_declaration.o out/range_declaration/c++/range_declaration.cc
mkdir -p out/range_declaration/c++/
g++ -g -std=c++11 -MMD -MF out/range_declaration/c++/test -MT 'out/range_declaration/c++/test out/range_declaration/c++/test' -pthread -Iout/range_declaration/c++ -Iout/range_declaration/c++/.. -Iout/range_declaration/c++ -Iout/range_declaration/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/range_declaration/c++/test out/range_declaration/c++/main.o out/range_declaration/c++/pump.o out/range_declaration/c++/runtime.o out/range_declaration/c++/range_declaration.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/range_declaration/range_declaration.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/run
diff -uwB <(grep -v "" "out/range_declaration/range_declaration.trace.0") <(grep -v "" "out/range_declaration/range_declaration.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=range_declaration "out/range_declaration/range_declaration.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:57:57.784590310 +0000
+++ /dev/fd/62 2020-08-05 11:57:57.784590310 +0000
@@ -1,2 +1 @@
p.e
-range_error
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/verify
mkdir -p "out/range_declaration"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=range_declaration "out/range_declaration/range_declaration.dzn" 2>"out/range_declaration"/verify/"range_declaration".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/range_declaration"/verify/"range_declaration"| test ! -s "out/range_declaration/baseline/verify/range_declaration"| test ! -s "out/range_declaration/baseline/verify/range_declaration".stderr;} || (diff -uwB "out/range_declaration/baseline/verify/range_declaration" "out/range_declaration"/verify/"range_declaration" && (test ! -s "out/range_declaration"/verify/"range_declaration".stderr || (sed -i s,.\r,,g "out/range_declaration"/verify/"range_declaration".stderr; diff -u "out/range_declaration/baseline/verify/range_declaration".stderr "out/range_declaration"/verify/"range_declaration".stderr))) || { echo "out/range_declaration"/verify/"range_declaration".stderr:; cat "out/range_declaration"/verify/"range_declaration".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/range_declaration" OUT="out/range_declaration"/c++03 MODEL="range_declaration" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_declaration/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/range_declaration/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/range_declaration/c++03"/dzn/$file;\
done
ls: cannot access 'out/range_declaration/*/*.dzn': No such file or directory
set -x; for file in "out/range_declaration/range_declaration.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'range_declaration' -o "out/range_declaration/c++03" "$file";\
done
+ for file in "out/range_declaration/range_declaration.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m range_declaration -o out/range_declaration/c++03 out/range_declaration/range_declaration.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/build-c++03
mkdir -p "out/range_declaration"/c++03 && ln -sf "out/range_declaration" "out/range_declaration" && make DIR="out/range_declaration" LANGUAGE=c++03 OUT="out/range_declaration"/c++03 IN="out/range_declaration"/c++03 MAIN="out/range_declaration/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/range_declaration/c++03/
g++ -g -std=c++11 -MMD -MF out/range_declaration/c++03/main.d -MT 'out/range_declaration/c++03/main.d out/range_declaration/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_declaration/c++03 -Iout/range_declaration/c++03/.. -Iout/range_declaration/c++03 -Iout/range_declaration/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration/c++03/main.o out/range_declaration/c++03/main.cc
mkdir -p out/range_declaration/c++03/
g++ -g -std=c++11 -MMD -MF out/range_declaration/c++03/pump.d -MT 'out/range_declaration/c++03/pump.d out/range_declaration/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_declaration/c++03 -Iout/range_declaration/c++03/.. -Iout/range_declaration/c++03 -Iout/range_declaration/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration/c++03/pump.o out/range_declaration/c++03/pump.cc
mkdir -p out/range_declaration/c++03/
g++ -g -std=c++03 -MMD -MF out/range_declaration/c++03/runtime.d -MT 'out/range_declaration/c++03/runtime.d out/range_declaration/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_declaration/c++03 -Iout/range_declaration/c++03/.. -Iout/range_declaration/c++03 -Iout/range_declaration/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration/c++03/runtime.o out/range_declaration/c++03/runtime.cc
mkdir -p out/range_declaration/c++03/
g++ -g -std=c++03 -MMD -MF out/range_declaration/c++03/range_declaration.d -MT 'out/range_declaration/c++03/range_declaration.d out/range_declaration/c++03/range_declaration.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_declaration/c++03 -Iout/range_declaration/c++03/.. -Iout/range_declaration/c++03 -Iout/range_declaration/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration/c++03/range_declaration.o out/range_declaration/c++03/range_declaration.cc
mkdir -p out/range_declaration/c++03/
g++ -g -std=c++03 -MMD -MF out/range_declaration/c++03/test -MT 'out/range_declaration/c++03/test out/range_declaration/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_declaration/c++03 -Iout/range_declaration/c++03/.. -Iout/range_declaration/c++03 -Iout/range_declaration/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/range_declaration/c++03/test out/range_declaration/c++03/main.o out/range_declaration/c++03/pump.o out/range_declaration/c++03/runtime.o out/range_declaration/c++03/range_declaration.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/range_declaration" OUT="out/range_declaration"/javascript MODEL="range_declaration" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_declaration/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/range_declaration/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/range_declaration/javascript"/dzn/$file;\
done
ls: cannot access 'out/range_declaration/*/*.dzn': No such file or directory
set -x; for file in "out/range_declaration/range_declaration.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'range_declaration' -o "out/range_declaration/javascript" "$file";\
done
+ for file in "out/range_declaration/range_declaration.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m range_declaration -o out/range_declaration/javascript out/range_declaration/range_declaration.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/build-javascript
mkdir -p "out/range_declaration"/javascript && ln -sf "out/range_declaration" "out/range_declaration" && make DIR="out/range_declaration" LANGUAGE=javascript OUT="out/range_declaration"/javascript IN="out/range_declaration"/javascript MAIN="out/range_declaration/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/range_declaration/javascript/main.js out/range_declaration/javascript/test
chmod +x out/range_declaration/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/execute-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/table
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/traces
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/triangle-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/view
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/execute-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/triangle-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/build-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/code-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/execute-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/triangle-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/execute-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration/triangle-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/convert
convert: [SKIPPED] no DM file "out/range_declaration_expression/range_declaration_expression.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/range_declaration_expression" OUT="out/range_declaration_expression"/c++ MODEL="range_declaration_expression" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_declaration_expression/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/range_declaration_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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/range_declaration_expression/c++"/dzn/$file;\
done
ls: cannot access 'out/range_declaration_expression/*/*.dzn': No such file or directory
set -x; for file in "out/range_declaration_expression/range_declaration_expression.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'range_declaration_expression' -o "out/range_declaration_expression/c++" "$file";\
done
+ for file in "out/range_declaration_expression/range_declaration_expression.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m range_declaration_expression -o out/range_declaration_expression/c++ out/range_declaration_expression/range_declaration_expression.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/build-c++
mkdir -p "out/range_declaration_expression"/c++ && ln -sf "out/range_declaration_expression" "out/range_declaration_expression" && make DIR="out/range_declaration_expression" LANGUAGE=c++ OUT="out/range_declaration_expression"/c++ IN="out/range_declaration_expression"/c++ MAIN="out/range_declaration_expression/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/range_declaration_expression/c++/
g++ -g -std=c++11 -MMD -MF out/range_declaration_expression/c++/main.d -MT 'out/range_declaration_expression/c++/main.d out/range_declaration_expression/c++/main.o' -pthread -Iout/range_declaration_expression/c++ -Iout/range_declaration_expression/c++/.. -Iout/range_declaration_expression/c++ -Iout/range_declaration_expression/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration_expression/c++/main.o out/range_declaration_expression/c++/main.cc
mkdir -p out/range_declaration_expression/c++/
g++ -g -std=c++11 -MMD -MF out/range_declaration_expression/c++/pump.d -MT 'out/range_declaration_expression/c++/pump.d out/range_declaration_expression/c++/pump.o' -pthread -Iout/range_declaration_expression/c++ -Iout/range_declaration_expression/c++/.. -Iout/range_declaration_expression/c++ -Iout/range_declaration_expression/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration_expression/c++/pump.o out/range_declaration_expression/c++/pump.cc
mkdir -p out/range_declaration_expression/c++/
g++ -g -std=c++11 -MMD -MF out/range_declaration_expression/c++/range_declaration_expression.d -MT 'out/range_declaration_expression/c++/range_declaration_expression.d out/range_declaration_expression/c++/range_declaration_expression.o' -pthread -Iout/range_declaration_expression/c++ -Iout/range_declaration_expression/c++/.. -Iout/range_declaration_expression/c++ -Iout/range_declaration_expression/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration_expression/c++/range_declaration_expression.o out/range_declaration_expression/c++/range_declaration_expression.cc
mkdir -p out/range_declaration_expression/c++/
g++ -g -std=c++11 -MMD -MF out/range_declaration_expression/c++/runtime.d -MT 'out/range_declaration_expression/c++/runtime.d out/range_declaration_expression/c++/runtime.o' -pthread -Iout/range_declaration_expression/c++ -Iout/range_declaration_expression/c++/.. -Iout/range_declaration_expression/c++ -Iout/range_declaration_expression/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration_expression/c++/runtime.o out/range_declaration_expression/c++/runtime.cc
mkdir -p out/range_declaration_expression/c++/
g++ -g -std=c++11 -MMD -MF out/range_declaration_expression/c++/test -MT 'out/range_declaration_expression/c++/test out/range_declaration_expression/c++/test' -pthread -Iout/range_declaration_expression/c++ -Iout/range_declaration_expression/c++/.. -Iout/range_declaration_expression/c++ -Iout/range_declaration_expression/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/range_declaration_expression/c++/test out/range_declaration_expression/c++/main.o out/range_declaration_expression/c++/pump.o out/range_declaration_expression/c++/range_declaration_expression.o out/range_declaration_expression/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/range_declaration_expression/range_declaration_expression.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/run
diff -uwB <(grep -v "" "out/range_declaration_expression/range_declaration_expression.trace.0") <(grep -v "" "out/range_declaration_expression/range_declaration_expression.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=range_declaration_expression "out/range_declaration_expression/range_declaration_expression.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:57:58.736676178 +0000
+++ /dev/fd/62 2020-08-05 11:57:58.736676178 +0000
@@ -1,2 +1 @@
p.e
-range_error
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/verify
mkdir -p "out/range_declaration_expression"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=range_declaration_expression "out/range_declaration_expression/range_declaration_expression.dzn" 2>"out/range_declaration_expression"/verify/"range_declaration_expression".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/range_declaration_expression"/verify/"range_declaration_expression"| test ! -s "out/range_declaration_expression/baseline/verify/range_declaration_expression"| test ! -s "out/range_declaration_expression/baseline/verify/range_declaration_expression".stderr;} || (diff -uwB "out/range_declaration_expression/baseline/verify/range_declaration_expression" "out/range_declaration_expression"/verify/"range_declaration_expression" && (test ! -s "out/range_declaration_expression"/verify/"range_declaration_expression".stderr || (sed -i s,.\r,,g "out/range_declaration_expression"/verify/"range_declaration_expression".stderr; diff -u "out/range_declaration_expression/baseline/verify/range_declaration_expression".stderr "out/range_declaration_expression"/verify/"range_declaration_expression".stderr))) || { echo "out/range_declaration_expression"/verify/"range_declaration_expression".stderr:; cat "out/range_declaration_expression"/verify/"range_declaration_expression".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/range_declaration_expression" OUT="out/range_declaration_expression"/c++03 MODEL="range_declaration_expression" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_declaration_expression/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/range_declaration_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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/range_declaration_expression/c++03"/dzn/$file;\
done
ls: cannot access 'out/range_declaration_expression/*/*.dzn': No such file or directory
set -x; for file in "out/range_declaration_expression/range_declaration_expression.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'range_declaration_expression' -o "out/range_declaration_expression/c++03" "$file";\
done
+ for file in "out/range_declaration_expression/range_declaration_expression.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m range_declaration_expression -o out/range_declaration_expression/c++03 out/range_declaration_expression/range_declaration_expression.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/build-c++03
mkdir -p "out/range_declaration_expression"/c++03 && ln -sf "out/range_declaration_expression" "out/range_declaration_expression" && make DIR="out/range_declaration_expression" LANGUAGE=c++03 OUT="out/range_declaration_expression"/c++03 IN="out/range_declaration_expression"/c++03 MAIN="out/range_declaration_expression/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/range_declaration_expression/c++03/
g++ -g -std=c++11 -MMD -MF out/range_declaration_expression/c++03/main.d -MT 'out/range_declaration_expression/c++03/main.d out/range_declaration_expression/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_declaration_expression/c++03 -Iout/range_declaration_expression/c++03/.. -Iout/range_declaration_expression/c++03 -Iout/range_declaration_expression/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration_expression/c++03/main.o out/range_declaration_expression/c++03/main.cc
mkdir -p out/range_declaration_expression/c++03/
g++ -g -std=c++11 -MMD -MF out/range_declaration_expression/c++03/pump.d -MT 'out/range_declaration_expression/c++03/pump.d out/range_declaration_expression/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_declaration_expression/c++03 -Iout/range_declaration_expression/c++03/.. -Iout/range_declaration_expression/c++03 -Iout/range_declaration_expression/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration_expression/c++03/pump.o out/range_declaration_expression/c++03/pump.cc
mkdir -p out/range_declaration_expression/c++03/
g++ -g -std=c++03 -MMD -MF out/range_declaration_expression/c++03/range_declaration_expression.d -MT 'out/range_declaration_expression/c++03/range_declaration_expression.d out/range_declaration_expression/c++03/range_declaration_expression.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_declaration_expression/c++03 -Iout/range_declaration_expression/c++03/.. -Iout/range_declaration_expression/c++03 -Iout/range_declaration_expression/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration_expression/c++03/range_declaration_expression.o out/range_declaration_expression/c++03/range_declaration_expression.cc
mkdir -p out/range_declaration_expression/c++03/
g++ -g -std=c++03 -MMD -MF out/range_declaration_expression/c++03/runtime.d -MT 'out/range_declaration_expression/c++03/runtime.d out/range_declaration_expression/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_declaration_expression/c++03 -Iout/range_declaration_expression/c++03/.. -Iout/range_declaration_expression/c++03 -Iout/range_declaration_expression/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_declaration_expression/c++03/runtime.o out/range_declaration_expression/c++03/runtime.cc
mkdir -p out/range_declaration_expression/c++03/
g++ -g -std=c++03 -MMD -MF out/range_declaration_expression/c++03/test -MT 'out/range_declaration_expression/c++03/test out/range_declaration_expression/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_declaration_expression/c++03 -Iout/range_declaration_expression/c++03/.. -Iout/range_declaration_expression/c++03 -Iout/range_declaration_expression/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/range_declaration_expression/c++03/test out/range_declaration_expression/c++03/main.o out/range_declaration_expression/c++03/pump.o out/range_declaration_expression/c++03/range_declaration_expression.o out/range_declaration_expression/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/range_declaration_expression" OUT="out/range_declaration_expression"/javascript MODEL="range_declaration_expression" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_declaration_expression/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/range_declaration_expression/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/range_declaration_expression/javascript"/dzn/$file;\
done
ls: cannot access 'out/range_declaration_expression/*/*.dzn': No such file or directory
set -x; for file in "out/range_declaration_expression/range_declaration_expression.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'range_declaration_expression' -o "out/range_declaration_expression/javascript" "$file";\
done
+ for file in "out/range_declaration_expression/range_declaration_expression.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m range_declaration_expression -o out/range_declaration_expression/javascript out/range_declaration_expression/range_declaration_expression.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/build-javascript
mkdir -p "out/range_declaration_expression"/javascript && ln -sf "out/range_declaration_expression" "out/range_declaration_expression" && make DIR="out/range_declaration_expression" LANGUAGE=javascript OUT="out/range_declaration_expression"/javascript IN="out/range_declaration_expression"/javascript MAIN="out/range_declaration_expression/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/range_declaration_expression/javascript/main.js out/range_declaration_expression/javascript/test
chmod +x out/range_declaration_expression/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/execute-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/table
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/traces
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/triangle-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/view
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/execute-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/triangle-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/build-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/code-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/execute-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/triangle-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/execute-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_declaration_expression/triangle-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/convert
convert: [SKIPPED] no DM file "out/range_expression/range_expression.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/range_expression" OUT="out/range_expression"/c++ MODEL="range_expression" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_expression/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/range_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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/range_expression/c++"/dzn/$file;\
done
ls: cannot access 'out/range_expression/*/*.dzn': No such file or directory
set -x; for file in "out/range_expression/range_expression.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'range_expression' -o "out/range_expression/c++" "$file";\
done
+ for file in "out/range_expression/range_expression.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m range_expression -o out/range_expression/c++ out/range_expression/range_expression.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/build-c++
mkdir -p "out/range_expression"/c++ && ln -sf "out/range_expression" "out/range_expression" && make DIR="out/range_expression" LANGUAGE=c++ OUT="out/range_expression"/c++ IN="out/range_expression"/c++ MAIN="out/range_expression/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/range_expression/c++/
g++ -g -std=c++11 -MMD -MF out/range_expression/c++/main.d -MT 'out/range_expression/c++/main.d out/range_expression/c++/main.o' -pthread -Iout/range_expression/c++ -Iout/range_expression/c++/.. -Iout/range_expression/c++ -Iout/range_expression/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_expression/c++/main.o out/range_expression/c++/main.cc
mkdir -p out/range_expression/c++/
g++ -g -std=c++11 -MMD -MF out/range_expression/c++/pump.d -MT 'out/range_expression/c++/pump.d out/range_expression/c++/pump.o' -pthread -Iout/range_expression/c++ -Iout/range_expression/c++/.. -Iout/range_expression/c++ -Iout/range_expression/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_expression/c++/pump.o out/range_expression/c++/pump.cc
mkdir -p out/range_expression/c++/
g++ -g -std=c++11 -MMD -MF out/range_expression/c++/range_expression.d -MT 'out/range_expression/c++/range_expression.d out/range_expression/c++/range_expression.o' -pthread -Iout/range_expression/c++ -Iout/range_expression/c++/.. -Iout/range_expression/c++ -Iout/range_expression/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_expression/c++/range_expression.o out/range_expression/c++/range_expression.cc
mkdir -p out/range_expression/c++/
g++ -g -std=c++11 -MMD -MF out/range_expression/c++/runtime.d -MT 'out/range_expression/c++/runtime.d out/range_expression/c++/runtime.o' -pthread -Iout/range_expression/c++ -Iout/range_expression/c++/.. -Iout/range_expression/c++ -Iout/range_expression/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_expression/c++/runtime.o out/range_expression/c++/runtime.cc
mkdir -p out/range_expression/c++/
g++ -g -std=c++11 -MMD -MF out/range_expression/c++/test -MT 'out/range_expression/c++/test out/range_expression/c++/test' -pthread -Iout/range_expression/c++ -Iout/range_expression/c++/.. -Iout/range_expression/c++ -Iout/range_expression/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/range_expression/c++/test out/range_expression/c++/main.o out/range_expression/c++/pump.o out/range_expression/c++/range_expression.o out/range_expression/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/range_expression/range_expression.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/run
diff -uwB <(grep -v "" "out/range_expression/range_expression.trace.0") <(grep -v "" "out/range_expression/range_expression.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=range_expression "out/range_expression/range_expression.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:58:00.004790548 +0000
+++ /dev/fd/62 2020-08-05 11:58:00.004790548 +0000
@@ -3,4 +3,3 @@
r.return
p.return
p.e
-range_error
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/verify
mkdir -p "out/range_expression"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=range_expression "out/range_expression/range_expression.dzn" 2>"out/range_expression"/verify/"range_expression".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/range_expression"/verify/"range_expression"| test ! -s "out/range_expression/baseline/verify/range_expression"| test ! -s "out/range_expression/baseline/verify/range_expression".stderr;} || (diff -uwB "out/range_expression/baseline/verify/range_expression" "out/range_expression"/verify/"range_expression" && (test ! -s "out/range_expression"/verify/"range_expression".stderr || (sed -i s,.\r,,g "out/range_expression"/verify/"range_expression".stderr; diff -u "out/range_expression/baseline/verify/range_expression".stderr "out/range_expression"/verify/"range_expression".stderr))) || { echo "out/range_expression"/verify/"range_expression".stderr:; cat "out/range_expression"/verify/"range_expression".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/range_expression" OUT="out/range_expression"/c++03 MODEL="range_expression" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_expression/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/range_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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/range_expression/c++03"/dzn/$file;\
done
ls: cannot access 'out/range_expression/*/*.dzn': No such file or directory
set -x; for file in "out/range_expression/range_expression.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'range_expression' -o "out/range_expression/c++03" "$file";\
done
+ for file in "out/range_expression/range_expression.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m range_expression -o out/range_expression/c++03 out/range_expression/range_expression.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/build-c++03
mkdir -p "out/range_expression"/c++03 && ln -sf "out/range_expression" "out/range_expression" && make DIR="out/range_expression" LANGUAGE=c++03 OUT="out/range_expression"/c++03 IN="out/range_expression"/c++03 MAIN="out/range_expression/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/range_expression/c++03/
g++ -g -std=c++11 -MMD -MF out/range_expression/c++03/main.d -MT 'out/range_expression/c++03/main.d out/range_expression/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_expression/c++03 -Iout/range_expression/c++03/.. -Iout/range_expression/c++03 -Iout/range_expression/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_expression/c++03/main.o out/range_expression/c++03/main.cc
mkdir -p out/range_expression/c++03/
g++ -g -std=c++11 -MMD -MF out/range_expression/c++03/pump.d -MT 'out/range_expression/c++03/pump.d out/range_expression/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_expression/c++03 -Iout/range_expression/c++03/.. -Iout/range_expression/c++03 -Iout/range_expression/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_expression/c++03/pump.o out/range_expression/c++03/pump.cc
mkdir -p out/range_expression/c++03/
g++ -g -std=c++03 -MMD -MF out/range_expression/c++03/range_expression.d -MT 'out/range_expression/c++03/range_expression.d out/range_expression/c++03/range_expression.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_expression/c++03 -Iout/range_expression/c++03/.. -Iout/range_expression/c++03 -Iout/range_expression/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_expression/c++03/range_expression.o out/range_expression/c++03/range_expression.cc
mkdir -p out/range_expression/c++03/
g++ -g -std=c++03 -MMD -MF out/range_expression/c++03/runtime.d -MT 'out/range_expression/c++03/runtime.d out/range_expression/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_expression/c++03 -Iout/range_expression/c++03/.. -Iout/range_expression/c++03 -Iout/range_expression/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_expression/c++03/runtime.o out/range_expression/c++03/runtime.cc
mkdir -p out/range_expression/c++03/
g++ -g -std=c++03 -MMD -MF out/range_expression/c++03/test -MT 'out/range_expression/c++03/test out/range_expression/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_expression/c++03 -Iout/range_expression/c++03/.. -Iout/range_expression/c++03 -Iout/range_expression/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/range_expression/c++03/test out/range_expression/c++03/main.o out/range_expression/c++03/pump.o out/range_expression/c++03/range_expression.o out/range_expression/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/range_expression" OUT="out/range_expression"/javascript MODEL="range_expression" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_expression/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/range_expression/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/range_expression/javascript"/dzn/$file;\
done
ls: cannot access 'out/range_expression/*/*.dzn': No such file or directory
set -x; for file in "out/range_expression/range_expression.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'range_expression' -o "out/range_expression/javascript" "$file";\
done
+ for file in "out/range_expression/range_expression.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m range_expression -o out/range_expression/javascript out/range_expression/range_expression.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/build-javascript
mkdir -p "out/range_expression"/javascript && ln -sf "out/range_expression" "out/range_expression" && make DIR="out/range_expression" LANGUAGE=javascript OUT="out/range_expression"/javascript IN="out/range_expression"/javascript MAIN="out/range_expression/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/range_expression/javascript/main.js out/range_expression/javascript/test
chmod +x out/range_expression/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/execute-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/table
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/traces
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/triangle-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/view
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/execute-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/triangle-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/build-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/code-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/execute-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/triangle-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/execute-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_expression/triangle-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/convert
convert: [SKIPPED] no DM file "out/range_member/range_member.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/range_member" OUT="out/range_member"/c++ MODEL="range_member" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_member/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/range_member/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/range_member/c++"/dzn/$file;\
done
ls: cannot access 'out/range_member/*/*.dzn': No such file or directory
set -x; for file in "out/range_member/range_member.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'range_member' -o "out/range_member/c++" "$file";\
done
+ for file in "out/range_member/range_member.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m range_member -o out/range_member/c++ out/range_member/range_member.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/build-c++
mkdir -p "out/range_member"/c++ && ln -sf "out/range_member" "out/range_member" && make DIR="out/range_member" LANGUAGE=c++ OUT="out/range_member"/c++ IN="out/range_member"/c++ MAIN="out/range_member/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/range_member/c++/
g++ -g -std=c++11 -MMD -MF out/range_member/c++/main.d -MT 'out/range_member/c++/main.d out/range_member/c++/main.o' -pthread -Iout/range_member/c++ -Iout/range_member/c++/.. -Iout/range_member/c++ -Iout/range_member/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_member/c++/main.o out/range_member/c++/main.cc
mkdir -p out/range_member/c++/
g++ -g -std=c++11 -MMD -MF out/range_member/c++/pump.d -MT 'out/range_member/c++/pump.d out/range_member/c++/pump.o' -pthread -Iout/range_member/c++ -Iout/range_member/c++/.. -Iout/range_member/c++ -Iout/range_member/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_member/c++/pump.o out/range_member/c++/pump.cc
mkdir -p out/range_member/c++/
g++ -g -std=c++11 -MMD -MF out/range_member/c++/range_member.d -MT 'out/range_member/c++/range_member.d out/range_member/c++/range_member.o' -pthread -Iout/range_member/c++ -Iout/range_member/c++/.. -Iout/range_member/c++ -Iout/range_member/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_member/c++/range_member.o out/range_member/c++/range_member.cc
mkdir -p out/range_member/c++/
g++ -g -std=c++11 -MMD -MF out/range_member/c++/runtime.d -MT 'out/range_member/c++/runtime.d out/range_member/c++/runtime.o' -pthread -Iout/range_member/c++ -Iout/range_member/c++/.. -Iout/range_member/c++ -Iout/range_member/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_member/c++/runtime.o out/range_member/c++/runtime.cc
mkdir -p out/range_member/c++/
g++ -g -std=c++11 -MMD -MF out/range_member/c++/test -MT 'out/range_member/c++/test out/range_member/c++/test' -pthread -Iout/range_member/c++ -Iout/range_member/c++/.. -Iout/range_member/c++ -Iout/range_member/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/range_member/c++/test out/range_member/c++/main.o out/range_member/c++/pump.o out/range_member/c++/range_member.o out/range_member/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/range_member/range_member.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/run
diff -uwB <(grep -v "" "out/range_member/range_member.trace.0") <(grep -v "" "out/range_member/range_member.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=range_member "out/range_member/range_member.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:58:05.605295651 +0000
+++ /dev/fd/62 2020-08-05 11:58:05.605295651 +0000
@@ -1 +1 @@
-range_error
+
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/verify
mkdir -p "out/range_member"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=range_member "out/range_member/range_member.dzn" 2>"out/range_member"/verify/"range_member".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/range_member"/verify/"range_member"| test ! -s "out/range_member/baseline/verify/range_member"| test ! -s "out/range_member/baseline/verify/range_member".stderr;} || (diff -uwB "out/range_member/baseline/verify/range_member" "out/range_member"/verify/"range_member" && (test ! -s "out/range_member"/verify/"range_member".stderr || (sed -i s,.\r,,g "out/range_member"/verify/"range_member".stderr; diff -u "out/range_member/baseline/verify/range_member".stderr "out/range_member"/verify/"range_member".stderr))) || { echo "out/range_member"/verify/"range_member".stderr:; cat "out/range_member"/verify/"range_member".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/range_member" OUT="out/range_member"/c++03 MODEL="range_member" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_member/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/range_member/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/range_member/c++03"/dzn/$file;\
done
ls: cannot access 'out/range_member/*/*.dzn': No such file or directory
set -x; for file in "out/range_member/range_member.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'range_member' -o "out/range_member/c++03" "$file";\
done
+ for file in "out/range_member/range_member.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m range_member -o out/range_member/c++03 out/range_member/range_member.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/build-c++03
mkdir -p "out/range_member"/c++03 && ln -sf "out/range_member" "out/range_member" && make DIR="out/range_member" LANGUAGE=c++03 OUT="out/range_member"/c++03 IN="out/range_member"/c++03 MAIN="out/range_member/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/range_member/c++03/
g++ -g -std=c++11 -MMD -MF out/range_member/c++03/main.d -MT 'out/range_member/c++03/main.d out/range_member/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_member/c++03 -Iout/range_member/c++03/.. -Iout/range_member/c++03 -Iout/range_member/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_member/c++03/main.o out/range_member/c++03/main.cc
mkdir -p out/range_member/c++03/
g++ -g -std=c++11 -MMD -MF out/range_member/c++03/pump.d -MT 'out/range_member/c++03/pump.d out/range_member/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_member/c++03 -Iout/range_member/c++03/.. -Iout/range_member/c++03 -Iout/range_member/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_member/c++03/pump.o out/range_member/c++03/pump.cc
mkdir -p out/range_member/c++03/
g++ -g -std=c++03 -MMD -MF out/range_member/c++03/range_member.d -MT 'out/range_member/c++03/range_member.d out/range_member/c++03/range_member.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_member/c++03 -Iout/range_member/c++03/.. -Iout/range_member/c++03 -Iout/range_member/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_member/c++03/range_member.o out/range_member/c++03/range_member.cc
mkdir -p out/range_member/c++03/
g++ -g -std=c++03 -MMD -MF out/range_member/c++03/runtime.d -MT 'out/range_member/c++03/runtime.d out/range_member/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_member/c++03 -Iout/range_member/c++03/.. -Iout/range_member/c++03 -Iout/range_member/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/range_member/c++03/runtime.o out/range_member/c++03/runtime.cc
mkdir -p out/range_member/c++03/
g++ -g -std=c++03 -MMD -MF out/range_member/c++03/test -MT 'out/range_member/c++03/test out/range_member/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/range_member/c++03 -Iout/range_member/c++03/.. -Iout/range_member/c++03 -Iout/range_member/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/range_member/c++03/test out/range_member/c++03/main.o out/range_member/c++03/pump.o out/range_member/c++03/range_member.o out/range_member/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/range_member" OUT="out/range_member"/javascript MODEL="range_member" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/range_member/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/range_member/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/range_member/javascript"/dzn/$file;\
done
ls: cannot access 'out/range_member/*/*.dzn': No such file or directory
set -x; for file in "out/range_member/range_member.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'range_member' -o "out/range_member/javascript" "$file";\
done
+ for file in "out/range_member/range_member.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m range_member -o out/range_member/javascript out/range_member/range_member.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/build-javascript
mkdir -p "out/range_member"/javascript && ln -sf "out/range_member" "out/range_member" && make DIR="out/range_member" LANGUAGE=javascript OUT="out/range_member"/javascript IN="out/range_member"/javascript MAIN="out/range_member/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/range_member/javascript/main.js out/range_member/javascript/test
chmod +x out/range_member/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/execute-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/table
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/traces
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/triangle-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/view
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/execute-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/triangle-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/build-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/code-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/execute-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/triangle-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/execute-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/range_member/triangle-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/convert
convert: [SKIPPED] no DM file "out/second_reply/second_reply.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/second_reply" OUT="out/second_reply"/c++ MODEL="second_reply" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/second_reply/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/second_reply/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/second_reply/c++"/dzn/$file;\
done
ls: cannot access 'out/second_reply/*/*.dzn': No such file or directory
set -x; for file in "out/second_reply/second_reply.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'second_reply' -o "out/second_reply/c++" "$file";\
done
+ for file in "out/second_reply/second_reply.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m second_reply -o out/second_reply/c++ out/second_reply/second_reply.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/build-c++
mkdir -p "out/second_reply"/c++ && ln -sf "out/second_reply" "out/second_reply" && make DIR="out/second_reply" LANGUAGE=c++ OUT="out/second_reply"/c++ IN="out/second_reply"/c++ MAIN="out/second_reply/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/second_reply/c++/
g++ -g -std=c++11 -MMD -MF out/second_reply/c++/main.d -MT 'out/second_reply/c++/main.d out/second_reply/c++/main.o' -pthread -Iout/second_reply/c++ -Iout/second_reply/c++/.. -Iout/second_reply/c++ -Iout/second_reply/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/second_reply/c++/main.o out/second_reply/c++/main.cc
mkdir -p out/second_reply/c++/
g++ -g -std=c++11 -MMD -MF out/second_reply/c++/second_reply.d -MT 'out/second_reply/c++/second_reply.d out/second_reply/c++/second_reply.o' -pthread -Iout/second_reply/c++ -Iout/second_reply/c++/.. -Iout/second_reply/c++ -Iout/second_reply/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/second_reply/c++/second_reply.o out/second_reply/c++/second_reply.cc
mkdir -p out/second_reply/c++/
g++ -g -std=c++11 -MMD -MF out/second_reply/c++/pump.d -MT 'out/second_reply/c++/pump.d out/second_reply/c++/pump.o' -pthread -Iout/second_reply/c++ -Iout/second_reply/c++/.. -Iout/second_reply/c++ -Iout/second_reply/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/second_reply/c++/pump.o out/second_reply/c++/pump.cc
mkdir -p out/second_reply/c++/
g++ -g -std=c++11 -MMD -MF out/second_reply/c++/runtime.d -MT 'out/second_reply/c++/runtime.d out/second_reply/c++/runtime.o' -pthread -Iout/second_reply/c++ -Iout/second_reply/c++/.. -Iout/second_reply/c++ -Iout/second_reply/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/second_reply/c++/runtime.o out/second_reply/c++/runtime.cc
mkdir -p out/second_reply/c++/
g++ -g -std=c++11 -MMD -MF out/second_reply/c++/test -MT 'out/second_reply/c++/test out/second_reply/c++/test' -pthread -Iout/second_reply/c++ -Iout/second_reply/c++/.. -Iout/second_reply/c++ -Iout/second_reply/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/second_reply/c++/test out/second_reply/c++/main.o out/second_reply/c++/second_reply.o out/second_reply/c++/pump.o out/second_reply/c++/runtime.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/second_reply/second_reply.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/run
diff -uwB <(grep -v "" "out/second_reply/second_reply.trace.0") <(grep -v "" "out/second_reply/second_reply.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=second_reply "out/second_reply/second_reply.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
--- /dev/fd/63 2020-08-05 11:58:09.781672312 +0000
+++ /dev/fd/62 2020-08-05 11:58:09.781672312 +0000
@@ -1,2 +1,2 @@
h.hello
-second_reply
+illegal
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/verify
mkdir -p "out/second_reply"/verify;{ set -o pipefail;timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn --verbose verify --all --model=second_reply "out/second_reply/second_reply.dzn" 2>"out/second_reply"/verify/"second_reply".stderr| /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/reorder > "out/second_reply"/verify/"second_reply"| test ! -s "out/second_reply/baseline/verify/second_reply"| test ! -s "out/second_reply/baseline/verify/second_reply".stderr;} || (diff -uwB "out/second_reply/baseline/verify/second_reply" "out/second_reply"/verify/"second_reply" && (test ! -s "out/second_reply"/verify/"second_reply".stderr || (sed -i s,.\r,,g "out/second_reply"/verify/"second_reply".stderr; diff -u "out/second_reply/baseline/verify/second_reply".stderr "out/second_reply"/verify/"second_reply".stderr))) || { echo "out/second_reply"/verify/"second_reply".stderr:; cat "out/second_reply"/verify/"second_reply".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/second_reply" OUT="out/second_reply"/c++03 MODEL="second_reply" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/second_reply/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/second_reply/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/second_reply/c++03"/dzn/$file;\
done
ls: cannot access 'out/second_reply/*/*.dzn': No such file or directory
set -x; for file in "out/second_reply/second_reply.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'second_reply' -o "out/second_reply/c++03" "$file";\
done
+ for file in "out/second_reply/second_reply.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m second_reply -o out/second_reply/c++03 out/second_reply/second_reply.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/build-c++03
mkdir -p "out/second_reply"/c++03 && ln -sf "out/second_reply" "out/second_reply" && make DIR="out/second_reply" LANGUAGE=c++03 OUT="out/second_reply"/c++03 IN="out/second_reply"/c++03 MAIN="out/second_reply/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/second_reply/c++03/
g++ -g -std=c++11 -MMD -MF out/second_reply/c++03/main.d -MT 'out/second_reply/c++03/main.d out/second_reply/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/second_reply/c++03 -Iout/second_reply/c++03/.. -Iout/second_reply/c++03 -Iout/second_reply/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/second_reply/c++03/main.o out/second_reply/c++03/main.cc
mkdir -p out/second_reply/c++03/
g++ -g -std=c++03 -MMD -MF out/second_reply/c++03/second_reply.d -MT 'out/second_reply/c++03/second_reply.d out/second_reply/c++03/second_reply.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/second_reply/c++03 -Iout/second_reply/c++03/.. -Iout/second_reply/c++03 -Iout/second_reply/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/second_reply/c++03/second_reply.o out/second_reply/c++03/second_reply.cc
mkdir -p out/second_reply/c++03/
g++ -g -std=c++11 -MMD -MF out/second_reply/c++03/pump.d -MT 'out/second_reply/c++03/pump.d out/second_reply/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/second_reply/c++03 -Iout/second_reply/c++03/.. -Iout/second_reply/c++03 -Iout/second_reply/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/second_reply/c++03/pump.o out/second_reply/c++03/pump.cc
mkdir -p out/second_reply/c++03/
g++ -g -std=c++03 -MMD -MF out/second_reply/c++03/runtime.d -MT 'out/second_reply/c++03/runtime.d out/second_reply/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/second_reply/c++03 -Iout/second_reply/c++03/.. -Iout/second_reply/c++03 -Iout/second_reply/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/second_reply/c++03/runtime.o out/second_reply/c++03/runtime.cc
mkdir -p out/second_reply/c++03/
g++ -g -std=c++03 -MMD -MF out/second_reply/c++03/test -MT 'out/second_reply/c++03/test out/second_reply/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/second_reply/c++03 -Iout/second_reply/c++03/.. -Iout/second_reply/c++03 -Iout/second_reply/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/second_reply/c++03/test out/second_reply/c++03/main.o out/second_reply/c++03/second_reply.o out/second_reply/c++03/pump.o out/second_reply/c++03/runtime.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/second_reply" OUT="out/second_reply"/javascript MODEL="second_reply" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/second_reply/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/second_reply/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/second_reply/javascript"/dzn/$file;\
done
ls: cannot access 'out/second_reply/*/*.dzn': No such file or directory
set -x; for file in "out/second_reply/second_reply.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'second_reply' -o "out/second_reply/javascript" "$file";\
done
+ for file in "out/second_reply/second_reply.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m second_reply -o out/second_reply/javascript out/second_reply/second_reply.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/build-javascript
mkdir -p "out/second_reply"/javascript && ln -sf "out/second_reply" "out/second_reply" && make DIR="out/second_reply" LANGUAGE=javascript OUT="out/second_reply"/javascript IN="out/second_reply"/javascript MAIN="out/second_reply/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/second_reply/javascript/main.js out/second_reply/javascript/test
chmod +x out/second_reply/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/execute-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/table
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/traces
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/triangle-c++
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/view
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/execute-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/triangle-c++03
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/build-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/code-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/execute-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/triangle-c++-msvc11
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/execute-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/second_reply/triangle-javascript
execute:error model, cannot execute; run:error trace not accepted
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/convert
convert: [SKIPPED] no DM file "out/unused_function/unused_function.dm"
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/parse
[ "$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn parse "out/unused_function/unused_function.dzn" |& sed 's,.\r,,g')" = "" ]
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/code-c++
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++ IN="out/unused_function" OUT="out/unused_function"/c++ MODEL="unused_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/unused_function/c++"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/"$file" "out/unused_function/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/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++/dzn/$file "out/unused_function/c++"/dzn/$file;\
done
ls: cannot access 'out/unused_function/*/*.dzn': No such file or directory
set -x; for file in "out/unused_function/unused_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m 'unused_function' -o "out/unused_function/c++" "$file";\
done
+ for file in "out/unused_function/unused_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++ -m unused_function -o out/unused_function/c++ out/unused_function/unused_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/build-c++
mkdir -p "out/unused_function"/c++ && ln -sf "out/unused_function" "out/unused_function" && make DIR="out/unused_function" LANGUAGE=c++ OUT="out/unused_function"/c++ IN="out/unused_function"/c++ MAIN="out/unused_function/c++/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++.make
mkdir -p out/unused_function/c++/
g++ -g -std=c++11 -MMD -MF out/unused_function/c++/main.d -MT 'out/unused_function/c++/main.d out/unused_function/c++/main.o' -pthread -Iout/unused_function/c++ -Iout/unused_function/c++/.. -Iout/unused_function/c++ -Iout/unused_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/unused_function/c++/main.o out/unused_function/c++/main.cc
mkdir -p out/unused_function/c++/
g++ -g -std=c++11 -MMD -MF out/unused_function/c++/pump.d -MT 'out/unused_function/c++/pump.d out/unused_function/c++/pump.o' -pthread -Iout/unused_function/c++ -Iout/unused_function/c++/.. -Iout/unused_function/c++ -Iout/unused_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/unused_function/c++/pump.o out/unused_function/c++/pump.cc
mkdir -p out/unused_function/c++/
g++ -g -std=c++11 -MMD -MF out/unused_function/c++/runtime.d -MT 'out/unused_function/c++/runtime.d out/unused_function/c++/runtime.o' -pthread -Iout/unused_function/c++ -Iout/unused_function/c++/.. -Iout/unused_function/c++ -Iout/unused_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/unused_function/c++/runtime.o out/unused_function/c++/runtime.cc
mkdir -p out/unused_function/c++/
g++ -g -std=c++11 -MMD -MF out/unused_function/c++/unused_function.d -MT 'out/unused_function/c++/unused_function.d out/unused_function/c++/unused_function.o' -pthread -Iout/unused_function/c++ -Iout/unused_function/c++/.. -Iout/unused_function/c++ -Iout/unused_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/unused_function/c++/unused_function.o out/unused_function/c++/unused_function.cc
mkdir -p out/unused_function/c++/
g++ -g -std=c++11 -MMD -MF out/unused_function/c++/test -MT 'out/unused_function/c++/test out/unused_function/c++/test' -pthread -Iout/unused_function/c++ -Iout/unused_function/c++/.. -Iout/unused_function/c++ -Iout/unused_function/c++/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -o out/unused_function/c++/test out/unused_function/c++/main.o out/unused_function/c++/pump.o out/unused_function/c++/runtime.o out/unused_function/c++/unused_function.o
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/execute-c++
timeout 2 diff -uwB out/unused_function/unused_function.trace.0 <(set -o pipefail;cat out/unused_function/unused_function.trace.0 | "out/unused_function"/c++/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/unused_function/unused_function.trace.0 | "out/unused_function"/c++/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/run
diff -uwB <(grep -v "" "out/unused_function/unused_function.trace.0") <(grep -v "" "out/unused_function/unused_function.trace.0"| timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn run --strict --model=unused_function "out/unused_function/unused_function.dzn" |& grep -E '^trace:' | sed -e 's,trace:,,' -e 's/,/\n/g')
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/triangle-c++
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/verify
mkdir -p "out/unused_function"/verify;out="$(timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn verify --all --model=unused_function "out/unused_function/unused_function.dzn" 2>"out/unused_function"/verify/"unused_function".stderr)";err="$(cat "out/unused_function"/verify/"unused_function".stderr)";[ "$out$err" = "" ] || { echo -e "verification output:
$out"; echo "out/unused_function"/verify/"unused_function".stderr:; cat "out/unused_function"/verify/"unused_function".stderr; false; }
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/code-c++03
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=c++03 IN="out/unused_function" OUT="out/unused_function"/c++03 MODEL="unused_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/unused_function/c++03"/dzn
for file in pump.cc runtime.cc; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/"$file" "out/unused_function/c++03"/$file;\
done
for file in container.hh coroutine.hh locator.hh meta.hh pump.hh runtime.hh; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/c++03/dzn/$file "out/unused_function/c++03"/dzn/$file;\
done
ls: cannot access 'out/unused_function/*/*.dzn': No such file or directory
set -x; for file in "out/unused_function/unused_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m 'unused_function' -o "out/unused_function/c++03" "$file";\
done
+ for file in "out/unused_function/unused_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l c++03 -m unused_function -o out/unused_function/c++03 out/unused_function/unused_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/build-c++03
mkdir -p "out/unused_function"/c++03 && ln -sf "out/unused_function" "out/unused_function" && make DIR="out/unused_function" LANGUAGE=c++03 OUT="out/unused_function"/c++03 IN="out/unused_function"/c++03 MAIN="out/unused_function/c++03/main.cc" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.c++03.make
mkdir -p out/unused_function/c++03/
g++ -g -std=c++11 -MMD -MF out/unused_function/c++03/main.d -MT 'out/unused_function/c++03/main.d out/unused_function/c++03/main.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/unused_function/c++03 -Iout/unused_function/c++03/.. -Iout/unused_function/c++03 -Iout/unused_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/unused_function/c++03/main.o out/unused_function/c++03/main.cc
mkdir -p out/unused_function/c++03/
g++ -g -std=c++11 -MMD -MF out/unused_function/c++03/pump.d -MT 'out/unused_function/c++03/pump.d out/unused_function/c++03/pump.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/unused_function/c++03 -Iout/unused_function/c++03/.. -Iout/unused_function/c++03 -Iout/unused_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/unused_function/c++03/pump.o out/unused_function/c++03/pump.cc
mkdir -p out/unused_function/c++03/
g++ -g -std=c++03 -MMD -MF out/unused_function/c++03/runtime.d -MT 'out/unused_function/c++03/runtime.d out/unused_function/c++03/runtime.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/unused_function/c++03 -Iout/unused_function/c++03/.. -Iout/unused_function/c++03 -Iout/unused_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/unused_function/c++03/runtime.o out/unused_function/c++03/runtime.cc
mkdir -p out/unused_function/c++03/
g++ -g -std=c++03 -MMD -MF out/unused_function/c++03/unused_function.d -MT 'out/unused_function/c++03/unused_function.d out/unused_function/c++03/unused_function.o' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/unused_function/c++03 -Iout/unused_function/c++03/.. -Iout/unused_function/c++03 -Iout/unused_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -c -o out/unused_function/c++03/unused_function.o out/unused_function/c++03/unused_function.cc
mkdir -p out/unused_function/c++03/
g++ -g -std=c++03 -MMD -MF out/unused_function/c++03/test -MT 'out/unused_function/c++03/test out/unused_function/c++03/test' -pthread -DBOOST_THREAD_PROVIDES_FUTURE -Iout/unused_function/c++03 -Iout/unused_function/c++03/.. -Iout/unused_function/c++03 -Iout/unused_function/c++03/.. -I/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/externals/asd_cpp_runtime -D DZN_VERSION_ASSERT=1 -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system -o out/unused_function/c++03/test out/unused_function/c++03/main.o out/unused_function/c++03/pump.o out/unused_function/c++03/runtime.o out/unused_function/c++03/unused_function.o -lboost_coroutine -lboost_context -lboost_thread -lboost_chrono -lboost_system
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/execute-c++03
timeout 2 diff -uwB out/unused_function/unused_function.trace.0 <(set -o pipefail;cat out/unused_function/unused_function.trace.0 | "out/unused_function"/c++03/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/unused_function/unused_function.trace.0 | "out/unused_function"/c++03/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/triangle-c++03
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/code-javascript
make DZN="timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn" IMPORTS="" CODE_OPTIONS="" LANGUAGE=javascript IN="out/unused_function" OUT="out/unused_function"/javascript MODEL="unused_function" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/code.make
mkdir -p "out/unused_function/javascript"/dzn
for file in ; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/"$file" "out/unused_function/javascript"/$file;\
done
for file in runtime.js; do\
ln -sf /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/gaiag/runtime/javascript/dzn/$file "out/unused_function/javascript"/dzn/$file;\
done
ls: cannot access 'out/unused_function/*/*.dzn': No such file or directory
set -x; for file in "out/unused_function/unused_function.dzn" ; do\
timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m 'unused_function' -o "out/unused_function/javascript" "$file";\
done
+ for file in "out/unused_function/unused_function.dzn"
+ timeout 30 /gnu/store/0aiz2hdk2y9mxbh5xnc42f0zr48ncmly-dezyne-services-2.8.2-2.8.2/services/2.8.2/bin/gdzn code -l javascript -m unused_function -o out/unused_function/javascript out/unused_function/unused_function.dzn
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/build-javascript
mkdir -p "out/unused_function"/javascript && ln -sf "out/unused_function" "out/unused_function" && make DIR="out/unused_function" LANGUAGE=javascript OUT="out/unused_function"/javascript IN="out/unused_function"/javascript MAIN="out/unused_function/javascript/main.js" -f /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/build.javascript.make
cp out/unused_function/javascript/main.js out/unused_function/javascript/test
chmod +x out/unused_function/javascript/test
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/execute-javascript
timeout 2 diff -uwB out/unused_function/unused_function.trace.0 <(set -o pipefail;cat out/unused_function/unused_function.trace.0 | node "out/unused_function"/javascript/test |& /gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/lib/../bin/code2fdr || (cat out/unused_function/unused_function.trace.0 | node "out/unused_function"/javascript/test ; echo "E""R""R""O""R"))
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/triangle-javascript
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/table
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/traces
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/view
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/build-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/code-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/execute-c++-msvc11
/gnu/store/8ryf2hxjqxbdiiyjazyd7npp407bk9g7-dezyne-test-content-2.8.2-2.8.2/test/hello/unused_function/triangle-c++-msvc11