appuser@bc1c4c20267e:~/codes-dev/codes/build$ make check make check-am make[1]: Entering directory '/home/appuser/codes-dev/codes/build' test -d scripts || mkdir scripts sed -e 's![@]bindir[@]!/home/appuser/codes-dev/codes/build/bin!g' < ../scripts/codes_configurator.py.in > scripts/codes_configurator chmod +x scripts/codes_configurator sed -e 's![@]bindir[@]!/home/appuser/codes-dev/codes/build/bin!g' < ../scripts/codes_filter_configs.py.in > scripts/codes_filter_configs chmod +x scripts/codes_filter_configs sed -e 's![@]bindir[@]!/home/appuser/codes-dev/codes/build/bin!g' < ../scripts/codes_config_get_vals.py.in > scripts/codes_config_get_vals chmod +x scripts/codes_config_get_vals make src/util/templates/lp_template_dummy_main tests/lp-io-test tests/workload/codes-workload-test tests/workload/codes-workload-mpi-replay tests/mapping_test tests/lsm-test tests/resource-test tests/rc-stack-test tests/jobmap-test tests/map-ctx-test tests/modelnet-test tests/modelnet-p2p-bw src/network-workloads/model-net-synthetic src/network-workloads/model-net-synthetic-fattree src/network-workloads/model-net-synthetic-slimfly src/network-workloads/model-net-synthetic-custom-dfly src/network-workloads/model-net-synthetic-dfly-plus src/network-workloads/model-net-synthetic-dally-dfly src/network-workloads/model-net-mpi-replay tests/concurrent-msg-recv tests/modelnet-simplep2p-test tests/modelnet-test-collective tests/modelnet-prio-sched-test tests/modelnet-test-dragonfly make[2]: Entering directory '/home/appuser/codes-dev/codes/build' CC src/util/templates/lp_template_dummy_main.o CC src/util/templates/lp_template.o CCLD src/util/templates/lp_template_dummy_main CC tests/lp-io-test.o CCLD tests/lp-io-test CC tests/workload/codes-workload-test.o CC tests/workload/codes-workload-test-svr-lp.o CC tests/workload/codes-workload-test-cn-lp.o CCLD tests/workload/codes-workload-test CC tests/workload/codes-workload-mpi-replay.o CCLD tests/workload/codes-workload-mpi-replay CC tests/mapping_test.o CCLD tests/mapping_test CC tests/local-storage-model-test.o CCLD tests/lsm-test CC tests/resource-test.o ../tests/resource-test.c: In function 's_event': ../tests/resource-test.c:66:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (m->c.ret == 0){ ^ ../tests/resource-test.c:76:9: note: here case S_FREE: ^~~~ ../tests/resource-test.c: In function 's_event_rc': ../tests/resource-test.c:97:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (m->c.ret == 0){ ^ ../tests/resource-test.c:104:9: note: here case S_FREE: ^~~~ CCLD tests/resource-test CC tests/rc-stack-test.o CCLD tests/rc-stack-test CC tests/jobmap-test.o CCLD tests/jobmap-test CC tests/map-ctx-test.o CCLD tests/map-ctx-test CC tests/modelnet-test.o ../tests/modelnet-test.c: In function 'handle_kickoff_event': ../tests/modelnet-test.c:365:103: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] id == DRAGONFLY || net_id == SLIMFLY || net_id == EXPRESS_MESH) && (lp->gid % lps_per_rep == num_servers_per_rep - 1)) ^~ ../tests/modelnet-test.c: In function 'handle_ack_event': ../tests/modelnet-test.c:457:102: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] id == DRAGONFLY || net_id == SLIMFLY || net_id == EXPRESS_MESH) && (lp->gid % lps_per_rep == num_servers_per_rep - 1)) ^~ ../tests/modelnet-test.c: In function 'handle_req_event': ../tests/modelnet-test.c:515:102: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] _id == DRAGONFLY || net_id == SLIMFLY || net_id == EXPRESS_MESH) && (m->src % lps_per_rep == num_servers_per_rep - 1)) ^~ CCLD tests/modelnet-test CC tests/modelnet-p2p-bw.o CCLD tests/modelnet-p2p-bw make[2]: 'src/network-workloads/model-net-synthetic' is up to date. make[2]: 'src/network-workloads/model-net-synthetic-fattree' is up to date. make[2]: 'src/network-workloads/model-net-synthetic-slimfly' is up to date. CCLD src/network-workloads/model-net-synthetic-custom-dfly CCLD src/network-workloads/model-net-synthetic-dfly-plus CCLD src/network-workloads/model-net-synthetic-dally-dfly make[2]: 'src/network-workloads/model-net-mpi-replay' is up to date. CC tests/concurrent-msg-recv.o CCLD tests/concurrent-msg-recv CC tests/modelnet-simplep2p-test.o CCLD tests/modelnet-simplep2p-test CC tests/modelnet-test-collective.o ../tests/modelnet-test-collective.c: In function 'handle_kickoff_event': ../tests/modelnet-test-collective.c:329:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(net_id == DRAGONFLY && (lp->gid % lps_per_rep == num_servers_per_rep - 1)) ^~ CCLD tests/modelnet-test-collective CC tests/modelnet-prio-sched-test.o CCLD tests/modelnet-prio-sched-test CC tests/modelnet-test-dragonfly.o CCLD tests/modelnet-test-dragonfly make[2]: Leaving directory '/home/appuser/codes-dev/codes/build' make check-TESTS make[2]: Entering directory '/home/appuser/codes-dev/codes/build' make[3]: Entering directory '/home/appuser/codes-dev/codes/build' PASS: tests/lp-io-test.sh PASS: tests/workload/codes-workload-test.sh PASS: tests/mapping_test.sh PASS: tests/lsm-test.sh PASS: tests/rc-stack-test PASS: tests/resource-test.sh PASS: tests/jobmap-test.sh PASS: tests/map-ctx-test.sh PASS: tests/modelnet-test.sh PASS: tests/modelnet-test-torus.sh PASS: tests/modelnet-test-loggp.sh PASS: tests/modelnet-test-dragonfly.sh PASS: tests/modelnet-test-em.sh PASS: tests/modelnet-test-slimfly.sh FAIL: tests/modelnet-test-dragonfly-synthetic.sh PASS: tests/modelnet-test-dragonfly-custom-synthetic.sh PASS: tests/modelnet-test-dragonfly-plus-synthetic.sh PASS: tests/modelnet-test-dragonfly-dally-synthetic.sh PASS: tests/modelnet-test-fattree-synthetic.sh PASS: tests/modelnet-test-slimfly-synthetic.sh PASS: tests/modelnet-p2p-bw-loggp.sh PASS: tests/modelnet-prio-sched-test.sh ============================================================================ Testsuite summary for codes 1.2 ============================================================================ # TOTAL: 22 # PASS: 21 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to http://trac.mcs.anl.gov/projects/codes/newticket ============================================================================ Makefile:2469: recipe for target 'test-suite.log' failed make[3]: *** [test-suite.log] Error 1 make[3]: Leaving directory '/home/appuser/codes-dev/codes/build' Makefile:2575: recipe for target 'check-TESTS' failed make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory '/home/appuser/codes-dev/codes/build' Makefile:2963: recipe for target 'check-am' failed make[1]: *** [check-am] Error 2 make[1]: Leaving directory '/home/appuser/codes-dev/codes/build' Makefile:2966: recipe for target 'check' failed make: *** [check] Error 2