Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@LemonSpike
Last active March 11, 2022 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LemonSpike/214ee2a0146c1940f5092c7c57eb3bf4 to your computer and use it in GitHub Desktop.
Save LemonSpike/214ee2a0146c1940f5092c7c57eb3bf4 to your computer and use it in GitHub Desktop.
Swift OS Repo Build output
Start testing: Mar 11 11:19 GMT
----------------------------------------------------------
1/9 Testing: api_test
1/9 Test: api_test
Command: "/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test"
Directory: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir
"api_test" start time: Mar 11 11:19 GMT
Output:
----------------------------------------------------------
539 tests passed, 0 failed, 0 skipped
PASS
<end of output>
Test time = 0.25 sec
----------------------------------------------------------
Test Passed.
"api_test" end time: Mar 11 11:19 GMT
"api_test" time elapsed: 00:00:00
----------------------------------------------------------
2/9 Testing: html_normalization
2/9 Test: html_normalization
Command: "/Users/pkasetti/opt/anaconda3/bin/python3" "-m" "doctest" "/Users/pkasetti/Desktop/swift-project/cmark/test/normalize.py"
Directory: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir
"html_normalization" start time: Mar 11 11:19 GMT
Output:
----------------------------------------------------------
<end of output>
Test time = 0.19 sec
----------------------------------------------------------
Test Passed.
"html_normalization" end time: Mar 11 11:19 GMT
"html_normalization" time elapsed: 00:00:00
----------------------------------------------------------
3/9 Testing: spectest_library
3/9 Test: spectest_library
Command: "/Users/pkasetti/opt/anaconda3/bin/python3" "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py" "--no-normalize" "--spec" "/Users/pkasetti/Desktop/swift-project/cmark/test/spec.txt" "--library-dir" "/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir/../src"
Directory: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir
"spectest_library" start time: Mar 11 11:19 GMT
Output:
----------------------------------------------------------
Traceback (most recent call last):
File "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py", line 137, in <module>
converter = CMark(prog=args.program, library_dir=args.library_dir).to_html
File "/Users/pkasetti/Desktop/swift-project/cmark/test/cmark.py", line 59, in __init__
cmark = CDLL(libpath)
UnboundLocalError: local variable 'libpath' referenced before assignment
<end of output>
Test time = 0.14 sec
----------------------------------------------------------
Test Failed.
"spectest_library" end time: Mar 11 11:19 GMT
"spectest_library" time elapsed: 00:00:00
----------------------------------------------------------
4/9 Testing: pathological_tests_library
4/9 Test: pathological_tests_library
Command: "/Users/pkasetti/opt/anaconda3/bin/python3" "/Users/pkasetti/Desktop/swift-project/cmark/test/pathological_tests.py" "--library-dir" "/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir/../src"
Directory: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir
"pathological_tests_library" start time: Mar 11 11:19 GMT
Output:
----------------------------------------------------------
Traceback (most recent call last):
File "/Users/pkasetti/Desktop/swift-project/cmark/test/pathological_tests.py", line 21, in <module>
cmark = CMark(prog=args.program, library_dir=args.library_dir)
File "/Users/pkasetti/Desktop/swift-project/cmark/test/cmark.py", line 59, in __init__
cmark = CDLL(libpath)
UnboundLocalError: local variable 'libpath' referenced before assignment
<end of output>
Test time = 0.13 sec
----------------------------------------------------------
Test Failed.
"pathological_tests_library" end time: Mar 11 11:19 GMT
"pathological_tests_library" time elapsed: 00:00:00
----------------------------------------------------------
5/9 Testing: roundtriptest_library
5/9 Test: roundtriptest_library
Command: "/Users/pkasetti/opt/anaconda3/bin/python3" "/Users/pkasetti/Desktop/swift-project/cmark/test/roundtrip_tests.py" "--spec" "/Users/pkasetti/Desktop/swift-project/cmark/test/spec.txt" "--library-dir" "/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir/../src"
Directory: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir
"roundtriptest_library" start time: Mar 11 11:19 GMT
Output:
----------------------------------------------------------
Traceback (most recent call last):
File "/Users/pkasetti/Desktop/swift-project/cmark/test/roundtrip_tests.py", line 44, in <module>
do_test(converter, test, args.normalize, result_counts)
File "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py", line 41, in do_test
[retcode, actual_html, err] = converter(test['markdown'])
File "/Users/pkasetti/Desktop/swift-project/cmark/test/roundtrip_tests.py", line 26, in converter
cmark = CMark(prog=args.program, library_dir=args.library_dir)
File "/Users/pkasetti/Desktop/swift-project/cmark/test/cmark.py", line 59, in __init__
cmark = CDLL(libpath)
UnboundLocalError: local variable 'libpath' referenced before assignment
<end of output>
Test time = 0.14 sec
----------------------------------------------------------
Test Failed.
"roundtriptest_library" end time: Mar 11 11:19 GMT
"roundtriptest_library" time elapsed: 00:00:00
----------------------------------------------------------
6/9 Testing: entity_library
6/9 Test: entity_library
Command: "/Users/pkasetti/opt/anaconda3/bin/python3" "/Users/pkasetti/Desktop/swift-project/cmark/test/entity_tests.py" "--library-dir" "/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir/../src"
Directory: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir
"entity_library" start time: Mar 11 11:19 GMT
Output:
----------------------------------------------------------
Traceback (most recent call last):
File "/Users/pkasetti/Desktop/swift-project/cmark/test/entity_tests.py", line 29, in <module>
cmark = CMark(prog=args.program, library_dir=args.library_dir)
File "/Users/pkasetti/Desktop/swift-project/cmark/test/cmark.py", line 59, in __init__
cmark = CDLL(libpath)
UnboundLocalError: local variable 'libpath' referenced before assignment
<end of output>
Test time = 0.10 sec
----------------------------------------------------------
Test Failed.
"entity_library" end time: Mar 11 11:19 GMT
"entity_library" time elapsed: 00:00:00
----------------------------------------------------------
7/9 Testing: spectest_executable
7/9 Test: spectest_executable
Command: "/Users/pkasetti/opt/anaconda3/bin/python3" "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py" "--no-normalize" "--spec" "/Users/pkasetti/Desktop/swift-project/cmark/test/spec.txt" "--program" "/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir/../src/cmark"
Directory: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir
"spectest_executable" start time: Mar 11 11:19 GMT
Output:
----------------------------------------------------------
Traceback (most recent call last):
File "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py", line 140, in <module>
do_test(converter, test, args.normalize, result_counts)
File "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py", line 41, in do_test
[retcode, actual_html, err] = converter(test['markdown'])
File "/Users/pkasetti/Desktop/swift-project/cmark/test/cmark.py", line 42, in <lambda>
self.to_html = lambda x: pipe_through_prog(prog, x)
File "/Users/pkasetti/Desktop/swift-project/cmark/test/cmark.py", line 10, in pipe_through_prog
p1 = Popen(prog.split(), stdout=PIPE, stdin=PIPE, stderr=PIPE)
File "/Users/pkasetti/opt/anaconda3/lib/python3.9/subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Users/pkasetti/opt/anaconda3/lib/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir/../src/cmark'
<end of output>
Test time = 0.13 sec
----------------------------------------------------------
Test Failed.
"spectest_executable" end time: Mar 11 11:19 GMT
"spectest_executable" time elapsed: 00:00:00
----------------------------------------------------------
8/9 Testing: smartpuncttest_executable
8/9 Test: smartpuncttest_executable
Command: "/Users/pkasetti/opt/anaconda3/bin/python3" "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py" "--no-normalize" "--spec" "/Users/pkasetti/Desktop/swift-project/cmark/test/smart_punct.txt" "--program" "/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir/../src/cmark --smart"
Directory: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir
"smartpuncttest_executable" start time: Mar 11 11:19 GMT
Output:
----------------------------------------------------------
Traceback (most recent call last):
File "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py", line 140, in <module>
do_test(converter, test, args.normalize, result_counts)
File "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py", line 41, in do_test
[retcode, actual_html, err] = converter(test['markdown'])
File "/Users/pkasetti/Desktop/swift-project/cmark/test/cmark.py", line 42, in <lambda>
self.to_html = lambda x: pipe_through_prog(prog, x)
File "/Users/pkasetti/Desktop/swift-project/cmark/test/cmark.py", line 10, in pipe_through_prog
p1 = Popen(prog.split(), stdout=PIPE, stdin=PIPE, stderr=PIPE)
File "/Users/pkasetti/opt/anaconda3/lib/python3.9/subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Users/pkasetti/opt/anaconda3/lib/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir/../src/cmark'
<end of output>
Test time = 0.12 sec
----------------------------------------------------------
Test Failed.
"smartpuncttest_executable" end time: Mar 11 11:19 GMT
"smartpuncttest_executable" time elapsed: 00:00:00
----------------------------------------------------------
9/9 Testing: regressiontest_executable
9/9 Test: regressiontest_executable
Command: "/Users/pkasetti/opt/anaconda3/bin/python3" "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py" "--no-normalize" "--spec" "/Users/pkasetti/Desktop/swift-project/cmark/test/regression.txt" "--program" "/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir/../src/cmark"
Directory: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir
"regressiontest_executable" start time: Mar 11 11:19 GMT
Output:
----------------------------------------------------------
Traceback (most recent call last):
File "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py", line 140, in <module>
do_test(converter, test, args.normalize, result_counts)
File "/Users/pkasetti/Desktop/swift-project/cmark/test/spec_tests.py", line 41, in do_test
[retcode, actual_html, err] = converter(test['markdown'])
File "/Users/pkasetti/Desktop/swift-project/cmark/test/cmark.py", line 42, in <lambda>
self.to_html = lambda x: pipe_through_prog(prog, x)
File "/Users/pkasetti/Desktop/swift-project/cmark/test/cmark.py", line 10, in pipe_through_prog
p1 = Popen(prog.split(), stdout=PIPE, stdin=PIPE, stderr=PIPE)
File "/Users/pkasetti/opt/anaconda3/lib/python3.9/subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Users/pkasetti/opt/anaconda3/lib/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/testdir/../src/cmark'
<end of output>
Test time = 0.13 sec
----------------------------------------------------------
Test Failed.
"regressiontest_executable" end time: Mar 11 11:19 GMT
"regressiontest_executable" time elapsed: 00:00:00
----------------------------------------------------------
End testing: Mar 11 11:19 GMT
[utils/build-script] NOTE: Using toolchain default
Building Swift Driver dependency: llbuild
Building Swift Driver dependency: Swift System
Building Swift Driver dependency: TSC
Building Swift Driver dependency: Argument Parser
Building Swift Driver dependency: Yams
Building Swift Driver for target: x86_64-apple-macosx10.15
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project cmark.xcodeproj build -target ALL_BUILD -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment
User defaults from command line:
HideShellScriptEnvironment = YES
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
TOOLCHAINS = default
note: Using new build system
note: Planning
Analyze workspace
Create build description
Build description signature: 01a869ca3f3a735c55a39cf0ac56e3cd
Build description path: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/build/XCBuildData/01a869ca3f3a735c55a39cf0ac56e3cd-desc.xcbuild
note: Build preparation complete
note: Building targets in dependency order
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-F212E94B93A8E84B3799A393.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-F212E94B93A8E84B3799A393.sh
/opt/homebrew/Cellar/cmake/3.22.3/bin/cmake -H/Users/pkasetti/Desktop/swift-project/cmark -B/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64
ProcessProductPackaging "" /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent (in target 'cmark' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent
CodeSign /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark (in target 'cmark' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent --timestamp\=none --generate-entitlement-der /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark
/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark: replacing existing signature
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh (in target 'libcmark' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh
ProcessProductPackaging "" /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent (in target 'api_test' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent
CodeSign /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test (in target 'api_test' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent --timestamp\=none --generate-entitlement-der /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test
/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test: replacing existing signature
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-42511ED36156CB036C4CABD0.sh (in target 'ALL_BUILD' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-42511ED36156CB036C4CABD0.sh
Build all projects
** BUILD SUCCEEDED ** [1.186 sec]
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project cmark.xcodeproj build -target ALL_BUILD -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment -target ALL_BUILD
User defaults from command line:
HideShellScriptEnvironment = YES
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
TOOLCHAINS = default
note: Using new build system
note: Planning
Analyze workspace
Create build description
Build description signature: 6574808e141c9354bec62dbf030509f1
Build description path: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/build/XCBuildData/6574808e141c9354bec62dbf030509f1-desc.xcbuild
note: Build preparation complete
note: Building targets in dependency order
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-F212E94B93A8E84B3799A393.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-F212E94B93A8E84B3799A393.sh
make: `/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh (in target 'libcmark' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh
ProcessProductPackaging "" /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent (in target 'cmark' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent
CodeSign /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark (in target 'cmark' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/cmark.build/cmark.xcent --timestamp\=none --generate-entitlement-der /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark
/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/RelWithDebInfo/cmark: replacing existing signature
ProcessProductPackaging "" /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent (in target 'api_test' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent
CodeSign /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test (in target 'api_test' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/cmark.build/RelWithDebInfo/api_test.build/api_test.xcent --timestamp\=none --generate-entitlement-der /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test
/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/api_test/RelWithDebInfo/api_test: replacing existing signature
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-42511ED36156CB036C4CABD0.sh (in target 'ALL_BUILD' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-42511ED36156CB036C4CABD0.sh
Build all projects
** BUILD SUCCEEDED ** [0.558 sec]
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project cmark.xcodeproj build -target ALL_BUILD -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment -target api_test
User defaults from command line:
HideShellScriptEnvironment = YES
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
TOOLCHAINS = default
note: Using new build system
note: Planning
Analyze workspace
Create build description
Build description signature: 6574808e141c9354bec62dbf030509f1
Build description path: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/build/XCBuildData/6574808e141c9354bec62dbf030509f1-desc.xcbuild
note: Build preparation complete
note: Building targets in dependency order
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-F212E94B93A8E84B3799A393.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-F212E94B93A8E84B3799A393.sh
make: `/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh (in target 'libcmark' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-42511ED36156CB036C4CABD0.sh (in target 'ALL_BUILD' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-42511ED36156CB036C4CABD0.sh
Build all projects
** BUILD SUCCEEDED ** [0.331 sec]
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project cmark.xcodeproj build -target ALL_BUILD -parallelizeTargets -configuration RelWithDebInfo -hideShellScriptEnvironment -target RUN_TESTS
User defaults from command line:
HideShellScriptEnvironment = YES
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
TOOLCHAINS = default
note: Using new build system
note: Planning
Analyze workspace
Create build description
Build description signature: 80056de05d7de9e1d6145bb20291b39d
Build description path: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/build/XCBuildData/80056de05d7de9e1d6145bb20291b39d-desc.xcbuild
note: Build preparation complete
note: Building targets in dependency order
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh (in target 'RUN_TESTS' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/RUN_TESTS.build/Script-003C8D08B0008F35F218E126.sh
Test project /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64
Start 1: api_test
1/9 Test #1: api_test ......................... Passed 0.25 sec
Start 2: html_normalization
2/9 Test #2: html_normalization ............... Passed 0.19 sec
Start 3: spectest_library
3/9 Test #3: spectest_library .................***Failed 0.14 sec
Start 4: pathological_tests_library
4/9 Test #4: pathological_tests_library .......***Failed 0.13 sec
Start 5: roundtriptest_library
5/9 Test #5: roundtriptest_library ............***Failed 0.14 sec
Start 6: entity_library
6/9 Test #6: entity_library ...................***Failed 0.10 sec
Start 7: spectest_executable
7/9 Test #7: spectest_executable ..............***Failed 0.13 sec
Start 8: smartpuncttest_executable
8/9 Test #8: smartpuncttest_executable ........***Failed 0.12 sec
Start 9: regressiontest_executable
9/9 Test #9: regressiontest_executable ........***Failed 0.13 sec
22% tests passed, 7 tests failed out of 9
Total Test time (real) = 1.36 sec
The following tests FAILED:
3 - spectest_library (Failed)
4 - pathological_tests_library (Failed)
5 - roundtriptest_library (Failed)
6 - entity_library (Failed)
7 - spectest_executable (Failed)
8 - smartpuncttest_executable (Failed)
9 - regressiontest_executable (Failed)
Errors while running CTest
Output from these tests are in: /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
Command PhaseScriptExecution failed with a nonzero exit code
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-F212E94B93A8E84B3799A393.sh (in target 'ZERO_CHECK' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ZERO_CHECK.build/Script-F212E94B93A8E84B3799A393.sh
make: `/Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/CMakeFiles/cmake.check_cache' is up to date.
PhaseScriptExecution CMake\ PostBuild\ Rules /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh (in target 'libcmark' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/src/cmark.build/RelWithDebInfo/libcmark.build/Script-C4BD2AB16D2C468B040AB499.sh
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-42511ED36156CB036C4CABD0.sh (in target 'ALL_BUILD' from project 'cmark')
cd /Users/pkasetti/Desktop/swift-project/cmark
/bin/sh -c /Users/pkasetti/Desktop/swift-project/build/Xcode-RelWithDebInfoAssert/cmark-macosx-x86_64/cmark.build/RelWithDebInfo/ALL_BUILD.build/Script-42511ED36156CB036C4CABD0.sh
Build all projects
Ensuring the sccache server is running...
--- Building earlyswiftdriver ---
--- Building cmark ---
--- Running tests for cmark ---
--- RUN_TESTS ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment