Ticket #69157: buildlog.txt

File buildlog.txt, 5.9 KB (added by vidakris, 4 months ago)

output of build.sh

Line 
1Script started on Tue Jan 23 14:50:20 2024
2[?1034hsh-3.2# ./build.sh
3cmake version 3.24.4
4
5CMake suite maintained and supported by Kitware (kitware.com/cmake).
6[0mCMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
7  Compatibility with CMake < 2.8.12 will be removed from a future version of
8  CMake.
9
10  Update the VERSION argument <min> value or use a ...<max> suffix to tell
11  CMake that the project does not need compatibility with older versions.
12
13[0m
14[0m-- There is no usable FDATASYNC on Apple[0m
15[0m-- Enabled syslog logging support[0m
16-- clang-tidy check skipped, need newer cmake
17[0m-- Using vendored TinyXML2[0m
18[0mCMake Deprecation Warning at vendor/github.com/leethomason/tinyxml2/CMakeLists.txt:8 (cmake_minimum_required):
19  Compatibility with CMake < 2.8.12 will be removed from a future version of
20  CMake.
21
22  Update the VERSION argument <min> value or use a ...<max> suffix to tell
23  CMake that the project does not need compatibility with older versions.
24
25[0m
26[0mCMake Deprecation Warning at vendor/github.com/leethomason/tinyxml2/CMakeLists.txt:9 (cmake_policy):
27  Compatibility with CMake < 2.8.12 will be removed from a future version of
28  CMake.
29
30  Update the VERSION argument <min> value or use a ...<max> suffix to tell
31  CMake that the project does not need compatibility with older versions.
32
33[0m
34[0mCMake Deprecation Warning at vendor/github.com/leethomason/tinyxml2/CMakeLists.txt:11 (cmake_policy):
35  The OLD behavior for policy CMP0063 will be removed from a future version
36  of CMake.
37
38  The cmake-policies(7) manual explains that the OLD behaviors of all
39  policies are deprecated and that a policy should be set to OLD only under
40  specific short-term circumstances.  Projects should be ported to the NEW
41  behavior and not rely on setting a policy to OLD.
42
43[0m
44[0m-- Using vendored Easylogging++[0m
45[0m-- Setting C++11[0m
46[0mCMake Deprecation Warning at vendor/github.com/google/googletest/CMakeLists.txt:1 (cmake_minimum_required):
47  Compatibility with CMake < 2.8.12 will be removed from a future version of
48  CMake.
49
50  Update the VERSION argument <min> value or use a ...<max> suffix to tell
51  CMake that the project does not need compatibility with older versions.
52
53[0m
54[0mCMake Deprecation Warning at vendor/github.com/google/googletest/googlemock/CMakeLists.txt:41 (cmake_minimum_required):
55  Compatibility with CMake < 2.8.12 will be removed from a future version of
56  CMake.
57
58  Update the VERSION argument <min> value or use a ...<max> suffix to tell
59  CMake that the project does not need compatibility with older versions.
60
61[0m
62[0mCMake Deprecation Warning at vendor/github.com/google/googletest/googletest/CMakeLists.txt:48 (cmake_minimum_required):
63  Compatibility with CMake < 2.8.12 will be removed from a future version of
64  CMake.
65
66  Update the VERSION argument <min> value or use a ...<max> suffix to tell
67  CMake that the project does not need compatibility with older versions.
68
69[0m
70[0m-- git Version: v0.0.0[0m
71[0m-- Version: 0.0.0[0m
72[0m-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES[0m
73[0m-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile[0m
74[0m-- Performing Test HAVE_STD_REGEX[0m
75[0m-- Performing Test HAVE_STD_REGEX -- success[0m
76[0m-- Performing Test HAVE_GNU_POSIX_REGEX[0m
77[0m-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile[0m
78[0m-- Performing Test HAVE_POSIX_REGEX[0m
79[0m-- Performing Test HAVE_POSIX_REGEX -- success[0m
80[0m-- Performing Test HAVE_STEADY_CLOCK[0m
81[0m-- Performing Test HAVE_STEADY_CLOCK -- success[0m
82-- Configuring done
83-- Generating done
84-- Build files have been written to: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fuse_encfs/encfs/work/encfs-1.9.5/build
85[35m[1mConsolidate compiler generated dependencies of target tinyxml2_static[0m
86[35m[1mConsolidate compiler generated dependencies of target easyloggingpp[0m
87[  4%] Built target tinyxml2_static
88[  9%] Built target easyloggingpp
89[  9%] Built target encfsctl-man
90[  9%] Built target encfs-man
91[  9%] Built target encfssh-man
92[35m[1mConsolidate compiler generated dependencies of target encfs[0m
93[ 80%] Built target encfs
94[35m[1mConsolidate compiler generated dependencies of target encfs-bin[0m
95[35m[1mConsolidate compiler generated dependencies of target encfsctl[0m
96[ 90%] Built target encfsctl
97[ 90%] Built target encfs-bin
98[35m[1mConsolidate compiler generated dependencies of target makekey[0m
99[35m[1mConsolidate compiler generated dependencies of target checkops[0m
100[100%] Built target makekey
101[100%] Built target checkops
102[35m[1mConsolidate compiler generated dependencies of target gtest[0m
103[  5%] Built target gtest
104[35m[1mConsolidate compiler generated dependencies of target gtest_main[0m
105[ 10%] Built target gtest_main
106[ 15%] Built target easyloggingpp
107[ 20%] Built target tinyxml2_static
108[ 92%] Built target encfs
109[35m[1mConsolidate compiler generated dependencies of target unittests[0m
110[100%] Built target unittests
111[36mRunning tests...[0m
112Test project /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fuse_encfs/encfs/work/encfs-1.9.5/build
113    Start 1: unit
1141/1 Test #1: unit .............................***Exception: SegFault  0.02 sec
115
1160% tests passed[0;0m, [0;31m1 tests failed[0;0m out of 1
117
118Total Test time (real) =   0.02 sec
119
120The following tests FAILED:
121        [0;31m  1 - unit (SEGFAULT)[0;0m
122Errors while running CTest
123Output from these tests are in: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fuse_encfs/encfs/work/encfs-1.9.5/build/Testing/Temporary/LastTest.log
124Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
125make: *** [Makefile:91: test] Error 8
126sh-3.2# exit
127
128Script done on Tue Jan 23 14:50:31 2024