+ dirname /input/Singularity + REPO_ROOT=/input + cp -r /input/ /usr/local/var/singularity/mnt/container/planner + mkdir /usr/local/var/singularity/mnt/container/third-party + cp /third-party/cplex_studio12.7.1.linux-x86-64.bin /usr/local/var/singularity/mnt/container/third-party + apt-get update + apt-get -y install cmake g++ gcc make python python3 sbcl unzip default-jre flex bison gawk time locales perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). debconf: delaying package configuration, since apt-utils is not installed + locale-gen en_US.UTF-8 + dpkg-reconfigure locales Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. + echo LANG="en_US.UTF-8" + export LC_ALL=en_US.UTF-8 + locale + /third-party/cplex_studio12.7.1.linux-x86-64.bin -DLICENSE_ACCEPTED=TRUE -i silent + export DOWNWARD_CPLEX_ROOT64=/opt/ibm/ILOG/CPLEX_Studio1271/cplex + cd /third-party + tar xvzf /planner/third-party/Osi-0.107.9.tgz + cd Osi-0.107.9 + export DOWNWARD_COIN_ROOT64=/opt/coin64 + ./configure CC=gcc CFLAGS=-m64 -pthread -Wno-long-long CXX=g++ CXXFLAGS=-m64 -pthread -Wno-long-long LDFLAGS=-L/opt/ibm/ILOG/CPLEX_Studio1271/cplex/lib/x86-64_linux/static_pic --without-lapack --enable-static=yes --prefix=/opt/coin64 --disable-zlib --disable-bzlib --with-cplex-incdir=/opt/ibm/ILOG/CPLEX_Studio1271/cplex/include/ilcplex --with-cplex-lib=-lcplex -lm configure: WARNING: Failed to find a Fortran compiler! ./configure: line 5798: cd: /opt/coin64: No such file or directory ./configure: line 16349: unavailable: command not found ./configure: line 2236: cd: /opt/coin64: No such file or directory ./configure: line 2308: cd: /opt/coin64: No such file or directory configure: WARNING: Failed to find a Fortran compiler! ./configure: line 6863: cd: /opt/coin64: No such file or directory ./configure: line 5254: cd: /opt/coin64: No such file or directory + make ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') OsiCpxSolverInterface.cpp: In function 'void OsiCpxMessageCallbackResultLog(void*, const char*)': OsiCpxSolverInterface.cpp:130:13: warning: format not a string literal and no format arguments [-Wformat-security] printf(msg); ^ OsiCpxSolverInterface.cpp: In function 'void OsiCpxMessageCallbackWarning(void*, const char*)': OsiCpxSolverInterface.cpp:141:13: warning: format not a string literal and no format arguments [-Wformat-security] printf(msg); ^ OsiCpxSolverInterface.cpp: In function 'void OsiCpxMessageCallbackError(void*, const char*)': OsiCpxSolverInterface.cpp:151:22: warning: format not a string literal and no format arguments [-Wformat-security] fprintf(stderr, msg); ^ ar: `u' modifier ignored since `D' is the default (see `U') + make install libtool: install: warning: relinking `libOsi.la' libtool: install: warning: relinking `libOsiCommonTests.la' + cd .. + cd /planner + ./planning/new-fd/downward/build.py release64 -j4 + cd ./planning/SYMBA/seq-opt-symba-2 + ./build ar: creating libcudd.a dddmpLoad.c: In function ‘DddmpCuddDdArrayLoad’: dddmpLoad.c:1112:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets (buf, DDDMP_MAXSTRLEN-1,fp); ^ dddmpLoad.c: In function ‘DddmpBddReadHeader’: dddmpLoad.c:1276:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf,DDDMP_MAXSTRLEN,fp); ^ dddmpLoad.c:1429:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf,DDDMP_MAXSTRLEN,fp); ^ dddmpLoadCnf.c: In function ‘DddmpBddReadHeaderCnf’: dddmpLoadCnf.c:557:7: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf (fp, "%*s %d %d", &nv, &nc); ^ dddmpLoadCnf.c:572:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets (buf, DDDMP_MAXSTRLEN, fp); ^ dddmpLoadCnf.c: In function ‘DddmpReadCnfClauses’: dddmpLoadCnf.c:814:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets (word, DDDMP_MAX_CNF_ROW_LENGTH-1, fp); ^ dddmpDbg.c: In function ‘Dddmp_cuddBddDisplayBinary’: dddmpDbg.c:144:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 999,fp); ^ ar: creating libdddmp.a ar: creating libmtr.a ar: creating libst.a ar: creating libutil.a ar: creating libepd.a ar: creating libobj.a + cd ../../../ + cd ./planning/new-fd/downward/src/translate/h2-fd-preprocessor + mkdir -p builds/release64 + cd builds/release64 + cmake ../../ + make all -j4 + cd ../../../../../../../../ + cd ./planning/conditionalEffect + python setup.py build + python setup.py install + cd adl2strips + make In file included from main.c:39:0: ff.h:1492:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __FF_H ^ main.c: In function ‘output_grounded_SIMPLEADL_task’: main.c:737:3: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] strcpy (output_problem_file,gcmd_line.output_path); ^ main.c:737:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ main.c:737:3: note: include ‘’ or provide a declaration of ‘strcpy’ main.c:738:3: warning: implicit declaration of function ‘strcat’ [-Wimplicit-function-declaration] strcat (output_problem_file,"facts_wce.txt"); ^ main.c:738:3: warning: incompatible implicit declaration of built-in function ‘strcat’ main.c:738:3: note: include ‘’ or provide a declaration of ‘strcat’ main.c: In function ‘output_grounded_STRIPS_task’: main.c:854:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy (output_domain_file,gcmd_line.output_path); ^ main.c:854:3: note: include ‘’ or provide a declaration of ‘strcpy’ main.c:855:3: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat (output_domain_file,"domain_wce.txt"); ^ main.c:855:3: note: include ‘’ or provide a declaration of ‘strcat’ main.c: In function ‘process_command_line’: main.c:1615:3: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration] memset(gcmd_line.ops_file_name, 0, MAX_LENGTH); ^ main.c:1615:3: warning: incompatible implicit declaration of built-in function ‘memset’ main.c:1615:3: note: include ‘’ or provide a declaration of ‘memset’ main.c:1621:29: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] if ( *argv[0] != '-' || strlen(*argv) != 2 ) { ^ main.c:1621:29: warning: incompatible implicit declaration of built-in function ‘strlen’ main.c:1621:29: note: include ‘’ or provide a declaration of ‘strlen’ main.c:1636:4: warning: implicit declaration of function ‘strncpy’ [-Wimplicit-function-declaration] strncpy( gcmd_line.output_path, *argv, MAX_LENGTH ); ^ main.c:1636:4: warning: incompatible implicit declaration of built-in function ‘strncpy’ main.c:1636:4: note: include ‘’ or provide a declaration of ‘strncpy’ In file included from memory.c:39:0: ff.h:1492:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __FF_H ^ memory.c: In function ‘new_PlOperator’: memory.c:178:30: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] result->name = new_Token(strlen(name)+1); ^ memory.c:178:30: warning: incompatible implicit declaration of built-in function ‘strlen’ memory.c:178:30: note: include ‘’ or provide a declaration of ‘strlen’ memory.c:180:5: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] strcpy(result->name, name); ^ memory.c:180:5: warning: incompatible implicit declaration of built-in function ‘strcpy’ memory.c:180:5: note: include ‘’ or provide a declaration of ‘strcpy’ memory.c: In function ‘new_axiom_op_list’: memory.c:212:20: warning: incompatible implicit declaration of built-in function ‘strlen’ name = new_Token(strlen(HIDDEN_STR)+strlen(AXIOM_STR)+4+1); ^ memory.c:212:20: note: include ‘’ or provide a declaration of ‘strlen’ memory.c: In function ‘new_Operator’: memory.c:362:31: warning: incompatible implicit declaration of built-in function ‘strlen’ result->name = new_Token( strlen( name ) + 1 ); ^ memory.c:362:31: note: include ‘’ or provide a declaration of ‘strlen’ memory.c:364:5: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( result->name, name ); ^ memory.c:364:5: note: include ‘’ or provide a declaration of ‘strcpy’ In file included from output.c:37:0: ff.h:1492:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __FF_H ^ In file included from parse.c:38:0: ff.h:1492:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __FF_H ^ parse.c: In function ‘copy_Token’: parse.c:68:24: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] char *d = new_Token( strlen( s ) + 1 ); ^ parse.c:68:24: warning: incompatible implicit declaration of built-in function ‘strlen’ parse.c:68:24: note: include ‘’ or provide a declaration of ‘strlen’ parse.c:69:3: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] strcpy(d, s); ^ parse.c:69:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ parse.c:69:3: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c: In function ‘copy_TokenList’: parse.c:88:31: warning: incompatible implicit declaration of built-in function ‘strlen’ temp->item = new_Token( strlen( source->item ) + 1 ); ^ parse.c:88:31: note: include ‘’ or provide a declaration of ‘strlen’ parse.c:89:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( temp->item, source->item ); ^ parse.c:89:7: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c: In function ‘build_orig_constant_list’: parse.c:180:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp, EITHER_STR ); ^ parse.c:180:7: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:182:2: warning: implicit declaration of function ‘strcat’ [-Wimplicit-function-declaration] strcat( tmp, CONNECTOR ); ^ parse.c:182:2: warning: incompatible implicit declaration of built-in function ‘strcat’ parse.c:182:2: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:201:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp, EITHER_STR ); ^ parse.c:201:7: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:203:2: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( tmp, CONNECTOR ); ^ parse.c:203:2: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:222:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp, EITHER_STR ); ^ parse.c:222:7: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:224:2: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( tmp, CONNECTOR ); ^ parse.c:224:2: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:244:2: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp, EITHER_STR ); ^ parse.c:244:2: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:246:4: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( tmp, CONNECTOR ); ^ parse.c:246:4: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:271:2: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp, EITHER_STR ); ^ parse.c:271:2: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:273:4: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( tmp, CONNECTOR ); ^ parse.c:273:4: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:330:10: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration] if ( strcmp( ltype_names[i], STANDARD_TYPE ) == SAME ) { ^ parse.c:412:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( fl->item->next->item, EITHER_STR ); ^ parse.c:412:7: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:414:2: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( fl->item->next->item, CONNECTOR ); ^ parse.c:414:2: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:444:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( fl->item->next->item, EITHER_STR ); ^ parse.c:444:7: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:446:2: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( fl->item->next->item, CONNECTOR ); ^ parse.c:446:2: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:491:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( fl->item->next->item, EITHER_STR ); ^ parse.c:491:7: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:493:2: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( fl->item->next->item, CONNECTOR ); ^ parse.c:493:2: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:508:2: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( fl->item->next->item, EITHER_STR ); ^ parse.c:508:2: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:510:4: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( fl->item->next->item, CONNECTOR ); ^ parse.c:510:4: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:539:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( fl->item->next->item, EITHER_STR ); ^ parse.c:539:7: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:541:2: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( fl->item->next->item, CONNECTOR ); ^ parse.c:541:2: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:552:2: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp_tl->item, EITHER_STR ); ^ parse.c:552:2: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:554:4: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( tmp_tl->item, CONNECTOR ); ^ parse.c:554:4: note: include ‘’ or provide a declaration of ‘strcat’ parse.c: In function ‘collect_type_names_in_pl’: parse.c:601:2: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp, EITHER_STR ); ^ parse.c:601:2: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:603:4: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( tmp, CONNECTOR ); ^ parse.c:603:4: note: include ‘’ or provide a declaration of ‘strcat’ parse.c: In function ‘normalize_tyl_in_pl’: parse.c:754:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp_tl->next->item, EITHER_STR ); ^ parse.c:754:7: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:756:2: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( tmp_tl->next->item, CONNECTOR ); ^ parse.c:756:2: note: include ‘’ or provide a declaration of ‘strcat’ parse.c:773:2: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp_tl->next->item, EITHER_STR ); ^ parse.c:773:2: note: include ‘’ or provide a declaration of ‘strcpy’ parse.c:775:4: warning: incompatible implicit declaration of built-in function ‘strcat’ strcat( tmp_tl->next->item, CONNECTOR ); ^ parse.c:775:4: note: include ‘’ or provide a declaration of ‘strcat’ In file included from inst_pre.c:56:0: ff.h:1492:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __FF_H ^ inst_pre.c: In function ‘collect_all_strings’: inst_pre.c:211:44: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] gtype_names[gnum_types] = new_Token( strlen( f->item->next->item ) + 1 ); ^ inst_pre.c:211:44: warning: incompatible implicit declaration of built-in function ‘strlen’ inst_pre.c:211:44: note: include ‘’ or provide a declaration of ‘strlen’ inst_pre.c:212:7: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] strcpy( gtype_names[gnum_types], f->item->next->item ); ^ inst_pre.c:212:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ inst_pre.c:212:7: note: include ‘’ or provide a declaration of ‘strcpy’ inst_pre.c:226:47: warning: incompatible implicit declaration of built-in function ‘strlen’ gconstants[gnum_constants] = new_Token( strlen( f->item->item ) + 1 ); ^ inst_pre.c:226:47: note: include ‘’ or provide a declaration of ‘strlen’ inst_pre.c:227:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( gconstants[gnum_constants], f->item->item ); ^ inst_pre.c:227:7: note: include ‘’ or provide a declaration of ‘strcpy’ inst_pre.c:271:47: warning: incompatible implicit declaration of built-in function ‘strlen’ gpredicates[gnum_predicates] = new_Token( strlen( f->item->item ) + 1 ); ^ inst_pre.c:271:47: note: include ‘’ or provide a declaration of ‘strlen’ inst_pre.c:272:5: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( gpredicates[gnum_predicates], f->item->item ); ^ inst_pre.c:272:5: note: include ‘’ or provide a declaration of ‘strcpy’ inst_pre.c: In function ‘position_in_types_table’: inst_pre.c:307:4: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration] (strcmp( str, gtype_names[i] ) == SAME) ) { ^ inst_pre.c: In function ‘create_integer_representation’: inst_pre.c:415:50: warning: incompatible implicit declaration of built-in function ‘strlen’ tmp->var_names[tmp->num_vars] = new_Token( strlen( ff->item->item ) + 1 ); ^ inst_pre.c:415:50: note: include ‘’ or provide a declaration of ‘strlen’ inst_pre.c:416:7: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp->var_names[tmp->num_vars], ff->item->item ); ^ inst_pre.c:416:7: note: include ‘’ or provide a declaration of ‘strcpy’ inst_pre.c: In function ‘make_Wff’: inst_pre.c:602:32: warning: incompatible implicit declaration of built-in function ‘strlen’ tmp->var_name = new_Token( strlen( p->atom->item ) + 1 ); ^ inst_pre.c:602:32: note: include ‘’ or provide a declaration of ‘strlen’ inst_pre.c:603:5: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp->var_name, p->atom->item ); ^ inst_pre.c:603:5: note: include ‘’ or provide a declaration of ‘strcpy’ inst_pre.c: In function ‘make_effect’: inst_pre.c:667:48: warning: incompatible implicit declaration of built-in function ‘strlen’ tmp->var_names[tmp->num_vars] = new_Token( strlen( n->atom->item ) + 1 ); ^ inst_pre.c:667:48: note: include ‘’ or provide a declaration of ‘strlen’ inst_pre.c:668:5: warning: incompatible implicit declaration of built-in function ‘strcpy’ strcpy( tmp->var_names[tmp->num_vars], n->atom->item ); ^ inst_pre.c:668:5: note: include ‘’ or provide a declaration of ‘strcpy’ inst_pre.c: In function ‘translate_one_negative_cond’: inst_pre.c:1956:45: warning: incompatible implicit declaration of built-in function ‘strlen’ gpredicates[gnum_predicates] = new_Token( strlen( gpredicates[p] ) + 5 ); ^ inst_pre.c:1956:45: note: include ‘’ or provide a declaration of ‘strlen’ In file included from inst_easy.c:44:0: ff.h:1492:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __FF_H ^ In file included from inst_hard.c:44:0: ff.h:1492:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __FF_H ^ In file included from inst_final.c:44:0: ff.h:1492:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __FF_H ^ inst_final.c: In function ‘build_connectivity_graph’: inst_final.c:1104:3: warning: implicit declaration of function ‘srandom’ [-Wimplicit-function-declaration] srandom( tp.millitm ); ^ inst_final.c:1121:24: warning: implicit declaration of function ‘random’ [-Wimplicit-function-declaration] gft_conn[i].rand = random() % BIG_INT; ^ scan-fct_pddl.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] In file included from scan-fct_pddl.y:9:0: ff.h:1492:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __FF_H ^ scan-fct_pddl.tab.c: In function ‘fct_pddlparse’: scan-fct_pddl.tab.c:64:25: warning: implicit declaration of function ‘fct_pddllex’ [-Wimplicit-function-declaration] #define yylex fct_pddllex ^ scan-fct_pddl.tab.c:1319:16: note: in expansion of macro ‘yylex’ yychar = yylex (); ^ scan-fct_pddl.y:156:3: warning: implicit declaration of function ‘fcterr’ [-Wimplicit-function-declaration] fcterr( PROBNAME_EXPECTED, NULL ); ^ scan-fct_pddl.tab.c:65:25: warning: implicit declaration of function ‘fct_pddlerror’ [-Wimplicit-function-declaration] #define yyerror fct_pddlerror ^ scan-fct_pddl.y:184:5: note: in expansion of macro ‘yyerror’ yyerror(); ^ In file included from scan-fct_pddl.y:593:0: lex.fct_pddl.c: At top level: lex.fct_pddl.c:660:12: warning: prototype for ‘fct_pddlwrap’ follows non-prototype definition extern int fct_pddlwrap (void ); ^ In file included from scan-fct_pddl.y:593:0: lex.fct_pddl.c: In function ‘fct_pddl_init_buffer’: lex.fct_pddl.c:1662:48: warning: implicit declaration of function ‘fileno’ [-Wimplicit-function-declaration] b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; ^ scan-fct_pddl.y: At top level: scan-fct_pddl.y:604:6: warning: conflicting types for ‘fcterr’ void fcterr( int errno, char *par ) { ^ scan-fct_pddl.y:156:3: note: previous implicit declaration of ‘fcterr’ was here fcterr( PROBNAME_EXPECTED, NULL ); ^ In file included from scan-fct_pddl.y:593:0: lex.fct_pddl.c:1416:17: warning: ‘yyunput’ defined but not used [-Wunused-function] static void yyunput (int c, char * yy_bp ) ^ lex.fct_pddl.c:1459:16: warning: ‘input’ defined but not used [-Wunused-function] static int input (void) ^ scan-ops_pddl.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] In file included from scan-ops_pddl.y:9:0: ff.h:1492:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif __FF_H ^ scan-ops_pddl.tab.c: In function ‘ops_pddlparse’: scan-ops_pddl.tab.c:64:25: warning: implicit declaration of function ‘ops_pddllex’ [-Wimplicit-function-declaration] #define yylex ops_pddllex ^ scan-ops_pddl.tab.c:1366:16: note: in expansion of macro ‘yylex’ yychar = yylex (); ^ scan-ops_pddl.y:164:3: warning: implicit declaration of function ‘opserr’ [-Wimplicit-function-declaration] opserr( DOMDEF_EXPECTED, NULL ); ^ scan-ops_pddl.tab.c:65:25: warning: implicit declaration of function ‘ops_pddlerror’ [-Wimplicit-function-declaration] #define yyerror ops_pddlerror ^ scan-ops_pddl.y:262:5: note: in expansion of macro ‘yyerror’ yyerror(); ^ In file included from scan-ops_pddl.y:743:0: lex.ops_pddl.c: At top level: lex.ops_pddl.c:658:12: warning: prototype for ‘ops_pddlwrap’ follows non-prototype definition extern int ops_pddlwrap (void ); ^ In file included from scan-ops_pddl.y:743:0: lex.ops_pddl.c: In function ‘ops_pddl_init_buffer’: lex.ops_pddl.c:1666:48: warning: implicit declaration of function ‘fileno’ [-Wimplicit-function-declaration] b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; ^ scan-ops_pddl.y: At top level: scan-ops_pddl.y:754:6: warning: conflicting types for ‘opserr’ void opserr( int errno, char *par ) ^ scan-ops_pddl.y:164:3: note: previous implicit declaration of ‘opserr’ was here opserr( DOMDEF_EXPECTED, NULL ); ^ In file included from scan-ops_pddl.y:743:0: lex.ops_pddl.c:1420:17: warning: ‘yyunput’ defined but not used [-Wunused-function] static void yyunput (int c, char * yy_bp ) ^ lex.ops_pddl.c:1463:16: warning: ‘input’ defined but not used [-Wunused-function] static int input (void) ^ + cd ../../../ + sbcl --dynamic-space-size 950 --script metasearch-exe-generator.lisp + rm -rf /third-party + apt-get -y autoremove cmake g++ make unzip default-jre + rm -rf .git + rm -rf /planner/planning/SYMBA/seq-opt-symba-2/src/preprocess/.obj + rm -rf /planner/planning/SYMBA/seq-opt-symba-2/src/search/.obj + rm -rf /planner/planning/new-fd/downward/builds/release64/search/CMakeFiles + rm -rf /planner/planning/new-fd/downward/src/translate/h2-fd-preprocessor/builds/release64/src/CMakeFiles + rm -rf /opt/ibm