Facebook
From David, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 57
  1. D:\Downloads\forbiditerative-master\forbiditerative-master>python3 build.py release64
  2. Building configuration release64.
  3. Executing command "cmake -G NMake Makefiles -DCMAKE_BUILD_TYPE=Release -DALLOW_64_BIT=True -DCMAKE_CXX_FLAGS='-m64' ..\..\src" in directory "builds\release64".
  4. -- The C compiler identification is GNU 10.1.0
  5. -- The CXX compiler identification is GNU 10.1.0
  6. -- Check for working C compiler: C:/msys64/mingw64/bin/gcc.exe
  7. -- Check for working C compiler: C:/msys64/mingw64/bin/gcc.exe - works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Detecting C compile features
  11. -- Detecting C compile features - done
  12. -- Check for working CXX compiler: C:/msys64/mingw64/bin/g++.exe
  13. -- Check for working CXX compiler: C:/msys64/mingw64/bin/g++.exe - works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. -- Building for 64-bit.
  19. -- Performing Test CXX11_FOUND
  20. -- Performing Test CXX11_FOUND - Success
  21. -- Enabling plugin int_packer because plugin core_sources is enabled and depends on it.
  22. -- Enabling plugin ordered_set because plugin core_sources is enabled and depends on it.
  23. -- Enabling plugin segmented_vector because plugin core_sources is enabled and depends on it.
  24. -- Enabling plugin stubborn_sets because plugin stubborn_sets_simple is enabled and depends on it.
  25. -- Enabling plugin null_pruning_method because plugin eager_search is enabled and depends on it.
  26. -- Enabling plugin search_common because plugin eager_search is enabled and depends on it.
  27. -- Enabling plugin priority_queues because plugin additive_heuristic is enabled and depends on it.
  28. -- Enabling plugin relaxation_heuristic because plugin additive_heuristic is enabled and depends on it.
  29. -- Enabling plugin domain_transition_graph because plugin context_enhanced_additive_heuristic is enabled and depends on it.
  30. -- Enabling plugin plans_graph because plugin extra_tasks_reformulation is enabled and depends on it.
  31. -- Enabling plugin dynamic_bitset because plugin cegar is enabled and depends on it.
  32. -- Enabling plugin extra_tasks because plugin cegar is enabled and depends on it.
  33. -- Enabling plugin equivalence_relation because plugin mas_heuristic is enabled and depends on it.
  34. -- Enabling plugin lp_solver because plugin landmarks is enabled and depends on it.
  35. -- Enabling plugin max_cliques because plugin pdbs is enabled and depends on it.
  36. -- Enabling plugin bliss because plugin structural_symmetries is enabled and depends on it.
  37. -- Using plugin: core_sources
  38. -- Using plugin: options
  39. -- Using plugin: utils
  40. -- Using plugin: dynamic_bitset
  41. -- Using plugin: equivalence_relation
  42. -- Using plugin: int_packer
  43. -- Using plugin: max_cliques
  44. -- Using plugin: priority_queues
  45. -- Using plugin: ordered_set
  46. -- Using plugin: segmented_vector
  47. -- Using plugin: const_evaluator
  48. -- Using plugin: g_evaluator
  49. -- Using plugin: d_evaluator
  50. -- Using plugin: combining_evaluator
  51. -- Using plugin: max_evaluator
  52. -- Using plugin: pref_evaluator
  53. -- Using plugin: weighted_evaluator
  54. -- Using plugin: sum_evaluator
  55. -- Using plugin: null_pruning_method
  56. -- Using plugin: stubborn_sets
  57. -- Using plugin: stubborn_sets_simple
  58. -- Using plugin: stubbornsetsec
  59. -- Using plugin: search_common
  60. -- Using plugin: eager_search
  61. -- Using plugin: enforced_hill_climbing_search
  62. -- Using plugin: iterated_search
  63. -- Using plugin: lazy_search
  64. -- Using plugin: lp_solver
  65. -- Using plugin: relaxation_heuristic
  66. -- Using plugin: additive_heuristic
  67. -- Using plugin: blind_search_heuristic
  68. -- Using plugin: context_enhanced_additive_heuristic
  69. -- Using plugin: cg_heuristic
  70. -- Using plugin: domain_transition_graph
  71. -- Using plugin: ff_heuristic
  72. -- Using plugin: goal_count_heuristic
  73. -- Using plugin: hm_heuristic
  74. -- Using plugin: landmark_cut_heuristic
  75. -- Using plugin: ce_landmark_cut_heuristic
  76. -- Using plugin: max_heuristic
  77. -- Using plugin: core_tasks
  78. -- Using plugin: extra_tasks
  79. -- Using plugin: plans_graph
  80. -- Using plugin: extra_tasks_reformulation
  81. -- Using plugin: cegar
  82. -- Using plugin: mas_heuristic
  83. -- Using plugin: landmarks
  84. -- Using plugin: operator_counting
  85. -- Using plugin: pdbs
  86. -- Using plugin: potentials
  87. -- Using plugin: bliss
  88. -- Using plugin: structural_symmetries
  89. -- Could NOT find OSI (missing: OSI_INCLUDE_DIRS OSI_LIBRARIES)
  90. USE_ISNAN_WORKAROUND: OFF
  91. -- Configuring done
  92. -- Generating done
  93. -- Build files have been written to: D:/Downloads/forbiditerative-master/forbiditerative-master/builds/release64
  94. Executing command "nmake" in directory "builds\release64".
  95.  
  96. Microsoft (R) Program Maintenance Utility Version 14.27.29112.0
  97. Copyright (C) Microsoft Corporation.  All rights reserved.
  98.  
  99. Scanning dependencies of target translate
  100. Copying translator module into output directory
  101. [  0%] Built target translate
  102. Scanning dependencies of target downward
  103. [  0%] Building CXX object search/CMakeFiles/downward.dir/structural_symmetries/operator_permutation.cc.obj
  104. [  0%] Building CXX object search/CMakeFiles/downward.dir/structural_symmetries/permutation.cc.obj
  105. [  1%] Building CXX object search/CMakeFiles/downward.dir/structural_symmetries/group.cc.obj
  106. In file included from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/options/parse_tree.h:8,
  107.                  from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/options/errors.h:4,
  108.                  from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/option_parser.h:6,
  109.                  from D:\Downloads\forbiditerative-master\forbiditerative-master\src\search\structural_symmetries\group.cc:7:
  110. D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/ext/tree_util.hh: In instantiation of 'void kptree::print_subtree_bracketed(const tree<T>&, typename tree<T>::iterator, std::ostream&) [with T = options::ParseNode; typename tree<T>::iterator = tree<options::ParseNode>::pre_order_iterator; std::ostream = std::basic_ostream<char>]':
  111. D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/ext/tree_util.hh:53:26:   required from 'void kptree::print_tree_bracketed(const tree<T>&, std::ostream&) [with T = options::ParseNode; std::ostream = std::basic_ostream<char>]'
  112. D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/options/errors.h:31:67:   required from here
  113. D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/ext/tree_util.hh:78:18: warning: implicitly-declared 'tree<options::ParseNode>::sibling_iterator& tree<options::ParseNode>::sibling_iterator::operator=(const tree<options::ParseNode>::sibling_iterator&)' is deprecated [-Wdeprecated-copy]
  114.    78 |   for (iChildren = t.begin(iRoot), siblingNum = 0; iChildren != t.end(iRoot); ++iChildren, ++siblingNum) {
  115.       |        ~~~~~~~~~~^~~~~~~~~~~~~~~~
  116. In file included from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/options/parse_tree.h:7,
  117.                  from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/options/errors.h:4,
  118.                  from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/option_parser.h:6,
  119.                  from D:\Downloads\forbiditerative-master\forbiditerative-master\src\search\structural_symmetries\group.cc:7:
  120. D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/ext/tree.hh:2519:1: note: because 'tree<options::ParseNode>::sibling_iterator' has user-provided 'tree<T, tree_node_allocator>::sibling_iterator::sibling_iterator(const tree<T, tree_node_allocator>::sibling_iterator&) [with T = options::ParseNode; tree_node_allocator = std::allocator<tree_node_<options::ParseNode> >]'
  121.  2519 | tree<T, tree_node_allocator>::sibling_iterator::sibling_iterator(const sibling_iterator& other)
  122.       | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  123. [  1%] Building CXX object search/CMakeFiles/downward.dir/structural_symmetries/graph_creator.cc.obj
  124. In file included from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/options/parse_tree.h:8,
  125.                  from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/options/errors.h:4,
  126.                  from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/option_parser.h:6,
  127.                  from D:\Downloads\forbiditerative-master\forbiditerative-master\src\search\structural_symmetries\graph_creator.cc:9:
  128. D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/ext/tree_util.hh: In instantiation of 'void kptree::print_subtree_bracketed(const tree<T>&, typename tree<T>::iterator, std::ostream&) [with T = options::ParseNode; typename tree<T>::iterator = tree<options::ParseNode>::pre_order_iterator; std::ostream = std::basic_ostream<char>]':
  129. D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/ext/tree_util.hh:53:26:   required from 'void kptree::print_tree_bracketed(const tree<T>&, std::ostream&) [with T = options::ParseNode; std::ostream = std::basic_ostream<char>]'
  130. D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/options/errors.h:31:67:   required from here
  131. D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/ext/tree_util.hh:78:18: warning: implicitly-declared 'tree<options::ParseNode>::sibling_iterator& tree<options::ParseNode>::sibling_iterator::operator=(const tree<options::ParseNode>::sibling_iterator&)' is deprecated [-Wdeprecated-copy]
  132.    78 |   for (iChildren = t.begin(iRoot), siblingNum = 0; iChildren != t.end(iRoot); ++iChildren, ++siblingNum) {
  133.       |        ~~~~~~~~~~^~~~~~~~~~~~~~~~
  134. In file included from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/options/parse_tree.h:7,
  135.                  from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/options/errors.h:4,
  136.                  from D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/option_parser.h:6,
  137.                  from D:\Downloads\forbiditerative-master\forbiditerative-master\src\search\structural_symmetries\graph_creator.cc:9:
  138. D:/Downloads/forbiditerative-master/forbiditerative-master/src/search/ext/tree.hh:2519:1: note: because 'tree<options::ParseNode>::sibling_iterator' has user-provided 'tree<T, tree_node_allocator>::sibling_iterator::sibling_iterator(const tree<T, tree_node_allocator>::sibling_iterator&) [with T = options::ParseNode; tree_node_allocator = std::allocator<tree_node_<options::ParseNode> >]'
  139.  2519 | tree<T, tree_node_allocator>::sibling_iterator::sibling_iterator(const sibling_iterator& other)
  140.       | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141. [  2%] Building CXX object search/CMakeFiles/downward.dir/bliss/utils.cc.obj
  142. [  2%] Building CXX object search/CMakeFiles/downward.dir/bliss/uintseqhash.cc.obj
  143. [  3%] Building CXX object search/CMakeFiles/downward.dir/bliss/timer.cc.obj
  144. D:\Downloads\forbiditerative-master\forbiditerative-master\src\search\bliss\timer.cc:2:10: fatal error: sys/times.h: No such file or directory
  145.     2 | #include <sys/times.h>
  146.       |          ^~~~~~~~~~~~~
  147. compilation terminated.
  148. NMAKE : fatal error U1077: 'C:\msys64\mingw64\bin\g++.exe' : return code '0x1'
  149. Stop.
  150. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX86\x86\nmake.exe"' : return code '0x2'
  151. Stop.
  152. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX86\x86\nmake.exe"' : return code '0x2'
  153. Stop.
  154. Traceback (most recent call last):
  155.   File "build.py", line 154, in <module>
  156.     main()
  157.   File "build.py", line 150, in main
  158.     build(config_name, CONFIGS[config_name], make_parameters)
  159.   File "build.py", line 127, in build
  160.     try_run([MAKE] + make_parameters, cwd=build_path)
  161.   File "build.py", line 103, in try_run
  162.     subprocess.check_call(cmd, cwd=cwd)
  163.   File "C:\msys64\mingw64\lib\python3.8\subprocess.py", line 364, in check_call
  164.     raise CalledProcessError(retcode, cmd)
  165. subprocess.CalledProcessError: Command '['nmake']' returned non-zero exit status 2.
  166.  
  167. D:\Downloads\forbiditerative-master\forbiditerative-master>