D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/nunit-2.6.4-5.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kVZiVW + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf nunitv2-2.6.4 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/2.6.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nunitv2-2.6.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.VRp2NQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd nunitv2-2.6.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + find . -name '*.sln' -print -exec sed -i 's/Format Version 10.00/Format Version 11.00/g' '{}' ';' ./tools/nant/examples/Solution/vjs/WinForms/WinForms.sln ./tools/nant/examples/Solution/vb/WinForms/WinForms.sln ./tools/nant/examples/Solution/cs/WinForms/WinForms.sln ./tools/nant/examples/Solution/cpp/WinForms/WinForms.sln ./src/ClientUtilities/tests/resources/samples_VS2005.sln ./src/ClientUtilities/tests/resources/samples.sln ./src/ClientUtilities/tests/resources/WebApplication1.sln ./src/ClientUtilities/tests/resources/Solution1.sln ./src/ClientUtilities/tests/resources/DisabledProject.sln ./samples/vb/vb-samples.sln ./samples/fsharp/FSharp.sln ./samples/csharp/CSharp.sln ./samples/cpp/cpp-cli.sln ./samples/Extensibility/Core/CoreExtensibility.sln ./nunit.sln ./addins/RowTest/NUnitExtension.RowTest.sln + find . -name '*.csproj' -print -exec sed -i 's#ToolsVersion="3.5"#ToolsVersion="4.0"#g; s#.*##g; s##v4.5#g' '{}' ';' ./tools/nant/examples/Solution/cs/WinForms/WinForms.csproj ./src/tests/test-utilities/test-utilities.csproj ./src/tests/test-assembly/test-assembly.csproj ./src/tests/test-assembly-net45/test-assembly-net45.csproj ./src/tests/nonamespace-assembly/nonamespace-assembly.csproj ./src/tests/mock-assembly/mock-assembly.csproj ./src/ProjectEditor/tests/nunit-editor.tests.csproj ./src/ProjectEditor/editor/nunit-editor.csproj ./src/PNUnit/tests/pnunit.tests.csproj ./src/PNUnit/pnunit.framework/pnunit.framework.csproj ./src/PNUnit/launcher/pnunit-launcher.csproj ./src/PNUnit/agent/pnunit-agent.csproj ./src/NUnitTestServer/nunit-agent-exe/nunit-agent.exe.csproj ./src/NUnitMocks/tests/nunit.mocks.tests.csproj ./src/NUnitMocks/mocks/nunit.mocks.csproj ./src/NUnitFramework/tests/nunit.framework.tests.csproj ./src/NUnitFramework/tests-net45/nunit.framework.tests.net45.csproj ./src/NUnitFramework/framework/nunit.framework.dll.csproj ./src/NUnitCore/tests/nunit.core.tests.csproj ./src/NUnitCore/tests-net45/nunit.core.tests.net45.csproj ./src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj ./src/NUnitCore/core/nunit.core.dll.csproj ./src/GuiRunner/tests/nunit-gui.tests.csproj ./src/GuiRunner/nunit-gui/nunit-gui.csproj ./src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj ./src/GuiException/tests/nunit.uiexception.tests.csproj ./src/GuiException/UiException/nunit.uiexception.dll.csproj ./src/GuiComponents/tests/nunit.uikit.tests.csproj ./src/GuiComponents/UiKit/nunit.uikit.dll.csproj ./src/ConsoleRunner/tests/nunit-console.tests.csproj ./src/ConsoleRunner/nunit-console/nunit-console.csproj ./src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj ./src/ClientUtilities/util/nunit.util.dll.csproj ./src/ClientUtilities/tests/resources/csharp-sample_VS2005_noplatform.csproj ./src/ClientUtilities/tests/resources/csharp-sample_VS2005.csproj ./src/ClientUtilities/tests/resources/csharp-sample.csproj ./src/ClientUtilities/tests/resources/XNAWindowsProject.csproj ./src/ClientUtilities/tests/resources/MultiplePlatformProject.csproj ./src/ClientUtilities/tests/resources/MissingOutputPath.csproj ./src/ClientUtilities/tests/resources/HebrewFileProblem.csproj ./src/ClientUtilities/tests/resources/DisabledProject.csproj ./src/ClientUtilities/tests/resources/DebugOnly.csproj ./src/ClientUtilities/tests/resources/ClassLibrary1.csproj ./src/ClientUtilities/tests/nunit.util.tests.csproj ./samples/csharp/syntax/cs-syntax.csproj ./samples/csharp/money/cs-money.csproj ./samples/csharp/failures/cs-failures.csproj ./samples/Extensibility/Core/SampleSuiteExtension/Tests/SampleSuiteExtensionTests.csproj ./samples/Extensibility/Core/SampleSuiteExtension/SampleSuiteExtension.csproj ./samples/Extensibility/Core/SampleFixtureExtension/Tests/SampleFixtureExtensionTests.csproj ./samples/Extensibility/Core/SampleFixtureExtension/SampleFixtureExtension.csproj ./samples/Extensibility/Core/Minimal/Minimal.csproj ./samples/Extensibility/Core/MaxTimeDecorator/Tests/MaxTimeDecoratorTests.csproj ./samples/Extensibility/Core/MaxTimeDecorator/MaxTimeDecorator.csproj ./addins/RowTest/NUnitExtension.RowTest/NUnitExtension.RowTest.csproj ./addins/RowTest/NUnitExtension.RowTest.Tests/NUnitExtension.RowTest.Tests.csproj ./addins/RowTest/NUnitExtension.RowTest.Sample/NUnitExtension.RowTest.Sample.csproj ./addins/RowTest/NUnitExtension.RowTest.AddIn/NUnitExtension.RowTest.AddIn.csproj ./addins/RowTest/NUnitExtension.RowTest.AddIn.UnitTests/NUnitExtension.RowTest.AddIn.UnitTests.csproj + xbuild /property:Configuration=Debug ./src/NUnitCore/core/nunit.core.dll.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:10. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "../../../bin/Debug/lib/" Created directory "obj/Debug/" Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "obj/Debug/" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj/Debug/nunit.core.interfaces.dll ../../CommonAssemblyInfo.cs ../../NUnitFramework/framework/ITestCaseData.cs AssemblyInfo.cs EventListener.cs Extensibility/Addin.cs Extensibility/AddinStatus.cs Extensibility/ExtensionType.cs Extensibility/IAddin.cs Extensibility/IAddinRegistry.cs Extensibility/IDataPointProvider.cs Extensibility/IExtensionHost.cs Extensibility/IExtensionPoint.cs Extensibility/IFrameworkRegistry.cs Extensibility/ISuiteBuilder.cs Extensibility/ITestCaseBuilder.cs Extensibility/ITestCaseProvider.cs Extensibility/ITestDecorator.cs Extensibility/NUnitAddinAttribute.cs Extensibility/ParameterSet.cs Extensibility/TestFramework.cs Filters/AndFilter.cs Filters/CategoryFilter.cs Filters/NameFilter.cs Filters/NotFilter.cs Filters/OrFilter.cs Filters/SimpleNameFilter.cs IAgency.cs IService.cs ITest.cs ITestFilter.cs OSPlatform.cs PropertyNames.cs ResultState.cs RunState.cs RuntimeFramework.cs Test.cs TestAgent.cs TestAssemblyInfo.cs TestFilter.cs TestID.cs TestInfo.cs TestName.cs TestNode.cs TestOutput.cs TestPackage.cs TestResult.cs TestRunner.cs LoggingThreshold.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:"TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0" /nowarn:1699 /doc:../../../bin/Debug/lib/nunit.core.interfaces.xml /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/obj/Debug/nunit.core.interfaces.dll.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit.core.interfaces.dll.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/obj/Debug/nunit.core.interfaces.dll' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit.core.interfaces.dll' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj/Debug/nunit.core.dll ../../CommonAssemblyInfo.cs ../../NUnitFramework/framework/AsyncInvocationRegion.cs ../../NUnitFramework/framework/AsyncSynchronizationContext.cs AbstractTestCaseDecoration.cs AssemblyHelper.cs AssemblyInfo.cs AssemblyReader.cs AssemblyResolver.cs ActionsHelper.cs Builders/CombinatorialStrategy.cs Builders/CombinatorialTestCaseProvider.cs Builders/CombiningStrategy.cs Builders/DatapointProvider.cs Builders/InlineDataPointProvider.cs Builders/LegacySuiteBuilder.cs Builders/NUnitTestCaseBuilder.cs Builders/NUnitTestFixtureBuilder.cs Builders/PairwiseStrategy.cs Builders/ProviderCache.cs Builders/ProviderInfo.cs Builders/SequentialStrategy.cs Builders/SetUpFixtureBuilder.cs Builders/TestAssemblyBuilder.cs Builders/TestCaseParameterProvider.cs Builders/TestCaseSourceProvider.cs UnsupportedFrameworkException.cs Builders/ValueSourceProvider.cs ContextDictionary.cs CoreExtensions.cs CultureDetector.cs DirectorySwapper.cs DomainAgent.cs EventListenerTextWriter.cs EventPump.cs EventQueue.cs ExpectedExceptionProcessor.cs Extensibility/DataPointProviders.cs Extensibility/EventListenerCollection.cs Extensibility/FrameworkRegistry.cs Extensibility/SuiteBuilderCollection.cs Extensibility/TestCaseBuilderCollection.cs Extensibility/TestCaseProviders.cs Extensibility/TestDecoratorCollection.cs ExtensionHost.cs ExtensionPoint.cs IgnoreDecorator.cs InternalTrace.cs InternalTraceWriter.cs InvalidSuiteException.cs InvalidTestFixtureException.cs LegacySuite.cs Log4NetCapture.cs Logger.cs MethodHelper.cs NamespaceSuite.cs NamespaceTreeBuilder.cs NoTestFixturesException.cs NullListener.cs NUnitAsyncTestMethod.cs NUnitConfiguration.cs NUnitException.cs NUnitFramework.cs NUnitTestFixture.cs NUnitTestMethod.cs ParameterizedFixtureSuite.cs ParameterizedTestMethodSuite.cs PlatformHelper.cs ProjectRootSuite.cs ProxyTestRunner.cs QueuingEventListener.cs Reflect.cs RemoteTestRunner.cs SetUpFixture.cs SimpleTestRunner.cs StringTextWriter.cs SuiteBuilderAttribute.cs TestAction.cs TestAssembly.cs TestBuilderAttribute.cs TestCaseBuilderAttribute.cs TestDecoratorAttribute.cs TestExecutionContext.cs TestFixture.cs TestFixtureBuilder.cs TestMethod.cs TestRunnerThread.cs TestSuite.cs TestSuiteBuilder.cs TestThread.cs TextCapture.cs ThreadedTestRunner.cs ThreadUtility.cs TypeHelper.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:"TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0" /nowarn:1699 /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Configuration.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.core.interfaces.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 DomainAgent.cs(30,65): warning CS0618: `System.Activator.CreateInstance(System.AppDomain, string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence)' is obsolete: `Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of CreateInstance which does not take an Evidence parameter. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.' DomainAgent.cs(112,65): warning CS0618: `System.Activator.CreateInstanceFrom(System.AppDomain, string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence)' is obsolete: `Methods which use Evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of CreateInstanceFrom which does not take an Evidence parameter. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.' RemoteTestRunner.cs(34,65): warning CS0618: `System.Activator.CreateInstance(System.AppDomain, string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence)' is obsolete: `Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of CreateInstance which does not take an Evidence parameter. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.' ThreadUtility.cs(43,24): warning CS0618: `System.Threading.Thread.Resume()' is obsolete: `Thread.Resume has been deprecated. Please use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources. http://go.microsoft.com/fwlink/?linkid=14202' Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/obj/Debug/nunit.core.dll.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit.core.dll.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/obj/Debug/nunit.core.dll' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit.core.dll' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj". Build succeeded. Warnings: /home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj (default targets) -> /usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) -> DomainAgent.cs(30,65): warning CS0618: `System.Activator.CreateInstance(System.AppDomain, string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence)' is obsolete: `Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of CreateInstance which does not take an Evidence parameter. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.' DomainAgent.cs(112,65): warning CS0618: `System.Activator.CreateInstanceFrom(System.AppDomain, string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence)' is obsolete: `Methods which use Evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of CreateInstanceFrom which does not take an Evidence parameter. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.' RemoteTestRunner.cs(34,65): warning CS0618: `System.Activator.CreateInstance(System.AppDomain, string, string, bool, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo, object[], System.Security.Policy.Evidence)' is obsolete: `Methods which use evidence to sandbox are obsolete and will be removed in a future release of the .NET Framework. Please use an overload of CreateInstance which does not take an Evidence parameter. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.' ThreadUtility.cs(43,24): warning CS0618: `System.Threading.Thread.Resume()' is obsolete: `Thread.Resume has been deprecated. Please use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources. http://go.microsoft.com/fwlink/?linkid=14202' 4 Warning(s) 0 Error(s) Time Elapsed 00:00:02.2294180 + xbuild /property:Configuration=Debug ./src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:13. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:00.2992760 + xbuild /property:Configuration=Debug ./src/NUnitFramework/framework/nunit.framework.dll.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:13. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitFramework/framework/nunit.framework.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "../../../bin/Debug/framework/" Created directory "obj/Debug/" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj/Debug/nunit.framework.dll ../../CommonAssemblyInfo.cs AssemblyInfo.cs Assert.cs AssertionHelper.cs Assume.cs ActionTargets.cs AsyncInvocationRegion.cs AsyncSynchronizationContext.cs Attributes/CategoryAttribute.cs Attributes/DatapointAttributes.cs Attributes/DescriptionAttribute.cs Attributes/ExpectedExceptionAttribute.cs Attributes/ExplicitAttribute.cs Attributes/IgnoreAttribute.cs Attributes/IncludeExcludeAttributes.cs Attributes/JoinTypeAttributes.cs Attributes/MaxTimeAttribute.cs Attributes/PropertyAttribute.cs Attributes/RandomAttribute.cs Attributes/RangeAttribute.cs Attributes/RepeatAttribute.cs Attributes/RequiredAddinAttribute.cs Attributes/SetCultureAttribute.cs Attributes/SetUICultureAttribute.cs Attributes/SetUpAttribute.cs Attributes/SetUpFixtureAttribute.cs Attributes/SuiteAttribute.cs Attributes/TearDownAttribute.cs Attributes/TestActionAttribute.cs Attributes/TestAttribute.cs Attributes/TestCaseAttribute.cs Attributes/TestCaseSourceAttribute.cs Attributes/TestFixtureAttribute.cs Attributes/TestFixtureSetUpAttribute.cs Attributes/TestFixtureTearDownAttribute.cs Attributes/TheoryAttribute.cs Attributes/ThreadingAttributes.cs Attributes/ValuesAttribute.cs Attributes/ValueSourceAttribute.cs CollectionAssert.cs Constraints/AllItemsConstraint.cs Constraints/AndConstraint.cs Constraints/AssignableFromConstraint.cs Constraints/AssignableToConstraint.cs Constraints/AttributeConstraint.cs Constraints/AttributeExistsConstraint.cs Constraints/BasicConstraint.cs Constraints/BinaryConstraint.cs Constraints/CollectionConstraint.cs Constraints/CollectionContainsConstraint.cs Constraints/CollectionEquivalentConstraint.cs Constraints/CollectionItemsEqualConstraint.cs Constraints/CollectionSubsetConstraint.cs Constraints/CollectionTally.cs Constraints/ComparisonAdapter.cs Constraints/ComparisonConstraint.cs Constraints/Constraint.cs Constraints/ConstraintBuilder.cs Constraints/ConstraintExpression.cs Constraints/ConstraintExpressionBase.cs Constraints/ConstraintFactory.cs Constraints/ContainsConstraint.cs Constraints/DelayedConstraint.cs Constraints/EmptyCollectionConstraint.cs Constraints/EmptyConstraint.cs Constraints/EmptyDirectoryConstraint.cs Constraints/EmptyStringConstraint.cs Constraints/EndsWithConstraint.cs Constraints/EqualConstraint.cs Constraints/EqualityAdapter.cs Constraints/ExactCountConstraint.cs Constraints/ExactTypeConstraint.cs Constraints/ExceptionTypeConstraint.cs Constraints/FailurePoint.cs Constraints/FalseConstraint.cs Constraints/FloatingPointNumerics.cs Constraints/GreaterThanConstraint.cs Constraints/GreaterThanOrEqualConstraint.cs Constraints/InstanceOfTypeConstraint.cs Constraints/IResolveConstraint.cs Constraints/LessThanConstraint.cs Constraints/LessThanOrEqualConstraint.cs Constraints/MessageWriter.cs Constraints/MsgUtils.cs Constraints/NaNConstraint.cs Constraints/NoItemConstraint.cs Constraints/NotConstraint.cs Constraints/NullConstraint.cs Constraints/NullOrEmptyStringConstraint.cs Constraints/Numerics.cs Constraints/NUnitComparer.cs Constraints/NUnitEqualityComparer.cs Constraints/Operators/AllOperator.cs Constraints/Operators/AndOperator.cs Constraints/Operators/AttributeOperator.cs Constraints/Operators/BinaryOperator.cs Constraints/Operators/CollectionOperator.cs Constraints/CollectionOrderedConstraint.cs Constraints/Operators/ConstraintOperator.cs Constraints/Operators/ExactCountOperator.cs Constraints/Operators/NoneOperator.cs Constraints/Operators/NotOperator.cs Constraints/Operators/OrOperator.cs Constraints/Operators/PrefixOperator.cs Constraints/Operators/PropOperator.cs Constraints/Operators/SelfResolvingOperator.cs Constraints/Operators/ThrowsOperator.cs Constraints/Operators/WithOperator.cs Constraints/OrConstraint.cs Constraints/PathConstraint.cs Constraints/PredicateConstraint.cs Constraints/PrefixConstraint.cs Constraints/PropertyConstraint.cs Constraints/PropertyExistsConstraint.cs Constraints/RangeConstraint.cs Constraints/RegexConstraint.cs Constraints/ResolvableConstraintExpression.cs Constraints/ReusableConstraint.cs Constraints/SameAsConstraint.cs Constraints/SamePathConstraint.cs Constraints/SamePathOrUnderConstraint.cs Constraints/BinarySerializableConstraint.cs Constraints/Operators/SomeOperator.cs Constraints/SomeItemsConstraint.cs Constraints/StartsWithConstraint.cs Constraints/StringConstraint.cs Constraints/SubPathConstraint.cs Constraints/SubstringConstraint.cs Constraints/ThrowsConstraint.cs Constraints/ThrowsNothingConstraint.cs Constraints/Tolerance.cs Constraints/ToleranceMode.cs Constraints/TrueConstraint.cs Constraints/TypeConstraint.cs Constraints/UniqueItemsConstraint.cs Constraints/XmlSerializableConstraint.cs Contains.cs DirectoryAssert.cs Exceptions/AssertionException.cs Exceptions/IgnoreException.cs Exceptions/InconclusiveException.cs Exceptions/SuccessException.cs FileAssert.cs GlobalSettings.cs Guard.cs Has.cs Interfaces/INUnitEqualityComparer.cs Interfaces/ITestAction.cs IExpectException.cs TestDetails.cs Is.cs ITestCaseData.cs Iz.cs List.cs ListMapper.cs Randomizer.cs SpecialValue.cs StringAssert.cs TestCaseData.cs TestContext.cs TestState.cs TestStatus.cs Text.cs TextMessageWriter.cs Throws.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:"TRACE;DEBUG;CLR_2_0,NET_2_0" /nowarn:1699 /doc:../../../bin/Debug/framework/nunit.framework.xml /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitFramework/framework/obj/Debug/nunit.framework.dll.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/framework/nunit.framework.dll.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitFramework/framework/obj/Debug/nunit.framework.dll' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/framework/nunit.framework.dll' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitFramework/framework/nunit.framework.dll.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:01.3376590 + xbuild /property:Configuration=Debug ./src/NUnitMocks/mocks/nunit.mocks.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:15. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitMocks/mocks/nunit.mocks.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "obj/Debug/" Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitFramework/framework/nunit.framework.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitFramework/framework/nunit.framework.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj/Debug/nunit.mocks.dll ../../CommonAssemblyInfo.cs AssemblyInfo.cs DynamicMock.cs ICall.cs ICallHandler.cs IMethod.cs IMock.cs IVerify.cs MethodSignature.cs Mock.cs MockCall.cs MockInterfaceHandler.cs MockMethod.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:"TRACE;DEBUG" /nowarn:1699 /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/framework//nunit.framework.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitMocks/mocks/obj/Debug/nunit.mocks.dll.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/framework/nunit.mocks.dll.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitMocks/mocks/obj/Debug/nunit.mocks.dll' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/framework/nunit.mocks.dll' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitMocks/mocks/nunit.mocks.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:01.0492600 + xbuild /property:Configuration=Debug ./src/ClientUtilities/util/nunit.util.dll.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:16. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "obj/Debug/" Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj". Target GenerateResources: Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "Transform.resx,obj/Debug/NUnit.Util.Transform.resources" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj/Debug/nunit.util.dll /resource:obj/Debug/NUnit.Util.Transform.resources ../../CommonAssemblyInfo.cs AggregatingTestRunner.cs AssemblyInfo.cs AssemblyList.cs AssemblyWatcher.cs CategoryExpression.cs CategoryManager.cs CommandLineOptions.cs ConsoleWriter.cs DefaultTestRunnerFactory.cs Extensibility/IProjectConverter.cs Extensibility/ProjectConverterCollection.cs FileWatcher.cs Guard.cs IAssemblyWatcher.cs InProcessTestRunnerFactory.cs Interfaces/IRuntimeFrameworkSelector.cs Interfaces/ISettings.cs Interfaces/ITestEvents.cs Interfaces/ITestLoader.cs Interfaces/ITestRunnerFactory.cs MemorySettingsStorage.cs NUnitProject.cs NUnitRegistry.cs PathUtils.cs ProcessRunner.cs ProjectConfig.cs ProjectConfigCollection.cs ProjectConverters/VisualStudioConverter.cs ProjectFormatException.cs RecentFileEntry.cs RecentFiles.cs RecentFilesCollection.cs RegistrySettingsStorage.cs RemoteTestAgent.cs ResultSummarizer.cs RuntimeFrameworkSelector.cs ServerBase.cs ServerUtilities.cs Services.cs Services/AddinManager.cs Services/AddinRegistry.cs Services/DomainManager.cs Services/ProjectService.cs Services/RecentFilesService.cs Services/ServiceManager.cs Services/SettingsService.cs Services/TestAgency.cs SettingsGroup.cs SettingsStorage.cs StackTraceFilter.cs TestDomain.cs TestEventArgs.cs TestEventDispatcher.cs TestExceptionHandler.cs TestLabelLevel.cs TestLoader.cs TestObserver.cs TestResultItem.cs TestServer.cs VSProject.cs VSProjectConfig.cs VSProjectConfigCollection.cs XmlResultTransform.cs XmlResultWriter.cs XmlSettingsStorage.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:"TRACE;DEBUG;NET_2_0;CLR_2_0" /nowarn:1699 /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Drawing.dll /reference:/usr/lib/mono/4.5/System.Runtime.Remoting.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Configuration.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.core.interfaces.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 Services/DomainManager.cs(111,26): warning CS0612: `System.Security.Policy.Evidence.Count' is obsolete Services/DomainManager.cs(114,26): warning CS0612: `System.Security.Policy.Evidence.AddHost(object)' is obsolete Services/DomainManager.cs(117,26): warning CS0612: `System.Security.Policy.Evidence.AddHost(object)' is obsolete Services/DomainManager.cs(119,26): warning CS0612: `System.Security.Policy.Evidence.AddHost(object)' is obsolete Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/obj/Debug/nunit.util.dll.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit.util.dll.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/obj/Debug/nunit.util.dll' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit.util.dll' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj". Build succeeded. Warnings: /home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj (default targets) -> /usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) -> Services/DomainManager.cs(111,26): warning CS0612: `System.Security.Policy.Evidence.Count' is obsolete Services/DomainManager.cs(114,26): warning CS0612: `System.Security.Policy.Evidence.AddHost(object)' is obsolete Services/DomainManager.cs(117,26): warning CS0612: `System.Security.Policy.Evidence.AddHost(object)' is obsolete Services/DomainManager.cs(119,26): warning CS0612: `System.Security.Policy.Evidence.AddHost(object)' is obsolete 4 Warning(s) 0 Error(s) Time Elapsed 00:00:01.4795060 + xbuild /property:Configuration=Debug ./src/ConsoleRunner/nunit-console/nunit-console.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:18. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console/nunit-console.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "obj/Debug/" Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj/Debug/nunit-console-runner.dll ../../CommonAssemblyInfo.cs AssemblyInfo.cs ConsoleOptions.cs ConsoleUi.cs EventCollector.cs Runner.cs TestNameParser.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:"TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0" /nowarn:618;1699 /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Drawing.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.util.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.core.interfaces.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console/obj/Debug/nunit-console-runner.dll.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit-console-runner.dll.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console/obj/Debug/nunit-console-runner.dll' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit-console-runner.dll' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console/nunit-console.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:01.1496240 + xbuild /property:Configuration=Debug ./src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:19. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "obj/Debug/" Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj". Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console/nunit-console.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console/nunit-console.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj/Debug/nunit-console.exe ../../CommonAssemblyInfo.cs AssemblyInfo.cs Class1.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:exe /define:"TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0" /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit-console-runner.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 Target _CopyDeployFilesToOutputDirectoryAlways: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console-exe/App.config' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/App.config' Target _CopyAppConfigFile: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console-exe/App.config' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/nunit-console.exe.config' Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console-exe/obj/Debug/nunit-console.exe.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/nunit-console.exe.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console-exe/obj/Debug/nunit-console.exe' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/nunit-console.exe' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ConsoleRunner/nunit-console-exe/nunit-console.exe.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:01.0690910 + xbuild /property:Configuration=Debug ./src/GuiRunner/nunit-gui/nunit-gui.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:20. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui/nunit-gui.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "obj/Debug/" Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj". Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/nunit.uikit.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "obj/Debug/" Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiException/UiException/nunit.uiexception.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "obj/Debug/" Target GenerateResources: Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "Properties/Resources.resx,obj/Debug/NUnit.UiException.Properties.Resources.resources" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/nunit.uiexception.dll /resource:obj/Debug/NUnit.UiException.Properties.Resources.resources ../../CommonAssemblyInfo.cs AssemblyInfo.cs CodeFormatters/CodeFormatterCollection.cs CodeFormatters/GeneralCodeFormatter.cs CodeFormatters/ICodeFormatter.cs CodeFormatters/IFormatterCatalog.cs CodeFormatters/PlainTextCodeFormatter.cs Controls/CodeBox.cs Controls/CodeRenderingContext.cs Controls/DefaultCodeRenderer.cs Controls/DefaultErrorListRenderer.cs Controls/ErrorBrowser.cs Controls/ErrorList.cs Controls/ErrorPanelLayout.cs Controls/ErrorToolbar.cs Controls/ICodeRenderer.cs Controls/ICodeView.cs Controls/IErrorDisplay.cs Controls/IErrorListRenderer.cs Controls/IStackTraceView.cs Controls/PaintLineLocation.cs Controls/SourceCodeDisplay.cs Controls/SplitterBox.cs Controls/StackTraceDisplay.cs CSharpParser/CSCode.cs CSharpParser/CSParser.cs CSharpParser/CSToken.cs CSharpParser/CSTokenCollection.cs CSharpParser/Lexer.cs CSharpParser/LexToken.cs CSharpParser/TokenClassifier.cs CSharpParser/TokenDictionary.cs DefaultTextManager.cs ExceptionItem.cs ExceptionItemCollection.cs ITextManager.cs Properties/Resources.Designer.cs StackTraceAnalysers/FunctionParser.cs StackTraceAnalysers/IErrorParser.cs StackTraceAnalysers/LineNumberParser.cs StackTraceAnalysers/PathCompositeParser.cs StackTraceAnalysers/UnixPathParser.cs StackTraceAnalysers/WindowsPathParser.cs StackTraceParser.cs TraceExceptionHelper.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:"TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0" /nowarn:1699 /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Drawing.dll /reference:/usr/lib/mono/4.5/System.Windows.Forms.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiException/UiException/obj/Debug/nunit.uiexception.dll.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit.uiexception.dll.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiException/UiException/obj/Debug/nunit.uiexception.dll' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit.uiexception.dll' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiException/UiException/nunit.uiexception.dll.csproj". Target CopyNonResxEmbeddedResources: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/pinned.gif' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.Images.pinned.gif' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/unpinned.gif' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/obj/Debug/NUnit.UiKit.Images.unpinned.gif' Target GenerateResources: Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "AddConfigurationDialog.resx,obj/Debug/NUnit.UiKit.AddConfigurationDialog.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "AddTabPageDialog.resx,obj/Debug/NUnit.UiKit.AddTabPageDialog.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "ConfigurationEditor.resx,obj/Debug/NUnit.UiKit.ConfigurationEditor.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "EditTabPagesDialog.resx,obj/Debug/NUnit.UiKit.EditTabPagesDialog.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "ErrorDisplay.resx,obj/Debug/NUnit.UiKit.ErrorDisplay.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "ExpandingLabel.resx,obj/Debug/CP.Windows.Forms.ExpandingLabel.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "ExpandingTextBox.resx,obj/Debug/CP.Windows.Forms.ExpandingTextBox.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "LongRunningOperationDisplay.resx,obj/Debug/NUnit.UiKit.LongRunningOperationDisplay.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "NotRunTree.resx,obj/Debug/NUnit.UiKit.NotRunTree.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "ProgressBar.resx,obj/Debug/NUnit.UiKit.ColorProgressBar.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "RenameConfigurationDialog.resx,obj/Debug/NUnit.UiKit.RenameConfigurationDialog.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "ResultTabs.resx,obj/Debug/NUnit.UiKit.ResultTabs.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsDialogBase.resx,obj/Debug/NUnit.UiKit.SettingsDialogBase.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPage.resx,obj/Debug/NUnit.UiKit.SettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SimpleSettingsDialog.resx,obj/Debug/NUnit.UiKit.SimpleSettingsDialog.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "StatusBar.resx,obj/Debug/NUnit.UiKit.StatusBar.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "TabbedSettingsDialog.resx,obj/Debug/NUnit.UiKit.TabbedSettingsDialog.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "TestPropertiesDialog.resx,obj/Debug/NUnit.UiKit.TestPropertiesDialog.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "TestSuiteTreeView.resx,obj/Debug/NUnit.UiKit.TestSuiteTreeView.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "TestTree.resx,obj/Debug/NUnit.UiKit.TestTree.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "TextOutputSettingsPage.resx,obj/Debug/NUnit.UiKit.TextOutputSettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "TipWindow.resx,obj/Debug/CP.Windows.Forms.TipWindow.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "TreeBasedSettingsDialog.resx,obj/Debug/NUnit.UiKit.TreeBasedSettingsDialog.resources" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj/Debug/nunit.uikit.dll /resource:obj/Debug/NUnit.UiKit.AddConfigurationDialog.resources /resource:obj/Debug/NUnit.UiKit.AddTabPageDialog.resources /resource:obj/Debug/NUnit.UiKit.ConfigurationEditor.resources /resource:obj/Debug/NUnit.UiKit.EditTabPagesDialog.resources /resource:obj/Debug/NUnit.UiKit.ErrorDisplay.resources /resource:obj/Debug/CP.Windows.Forms.ExpandingLabel.resources /resource:obj/Debug/CP.Windows.Forms.ExpandingTextBox.resources /resource:obj/Debug/NUnit.UiKit.LongRunningOperationDisplay.resources /resource:obj/Debug/NUnit.UiKit.NotRunTree.resources /resource:obj/Debug/NUnit.UiKit.ColorProgressBar.resources /resource:obj/Debug/NUnit.UiKit.RenameConfigurationDialog.resources /resource:obj/Debug/NUnit.UiKit.ResultTabs.resources /resource:obj/Debug/NUnit.UiKit.SettingsDialogBase.resources /resource:obj/Debug/NUnit.UiKit.SettingsPage.resources /resource:obj/Debug/NUnit.UiKit.SimpleSettingsDialog.resources /resource:obj/Debug/NUnit.UiKit.StatusBar.resources /resource:obj/Debug/NUnit.UiKit.TabbedSettingsDialog.resources /resource:obj/Debug/NUnit.UiKit.TestPropertiesDialog.resources /resource:obj/Debug/NUnit.UiKit.TestSuiteTreeView.resources /resource:obj/Debug/NUnit.UiKit.TestTree.resources /resource:obj/Debug/NUnit.UiKit.TextOutputSettingsPage.resources /resource:obj/Debug/CP.Windows.Forms.TipWindow.resources /resource:obj/Debug/NUnit.UiKit.TreeBasedSettingsDialog.resources /resource:obj/Debug/NUnit.UiKit.Images.pinned.gif /resource:obj/Debug/NUnit.UiKit.Images.unpinned.gif ../../CommonAssemblyInfo.cs AddConfigurationDialog.cs AddTabPageDialog.cs AppContainer.cs AssemblyInfo.cs ConfigurationEditor.cs EditTabPagesDialog.cs ErrorDisplay.cs ExpandingLabel.cs ExpandingTextBox.cs GuiAttachedConsole.cs GuiTestEventDispatcher.cs IMessageDisplay.cs LongRunningOperationDisplay.cs NotRunTree.cs NUnitFormBase.cs ProgressBar.cs RenameConfigurationDialog.cs ResultTabs.cs ScrollingTextDisplayForm.cs SettingsDialogBase.cs SettingsPage.cs SimpleSettingsDialog.cs StatusBar.cs TabbedSettingsDialog.cs TestPropertiesDialog.cs TestPropertiesDialog.Designer.cs TestSuiteTreeNode.cs TestSuiteTreeView.cs TestTree.cs TextBoxDisplay.cs TextDisplayContent.cs TextDisplay.cs TextDisplayTabPage.cs TextDisplayTabSettings.cs TextDisplayWriter.cs TextOutputSettingsPage.cs TipWindow.cs TreeBasedSettingsDialog.cs MessageDisplay.cs VisualState.cs WaitCursor.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:"TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0" /nowarn:1699 /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Drawing.dll /reference:/usr/lib/mono/4.5/System.Windows.Forms.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.util.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.core.interfaces.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.uiexception.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 Target _CopyDeployFilesToOutputDirectoryPreserveNewest: Creating directory '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Classic' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Classic/Ignored.jpg' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Classic/Ignored.jpg' Creating directory '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Circles' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Circles/Inconclusive.jpg' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Circles/Inconclusive.jpg' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Circles/Skipped.jpg' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Circles/Skipped.jpg' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Circles/Success.jpg' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Circles/Success.jpg' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Circles/Failure.jpg' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Circles/Failure.jpg' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Circles/Ignored.jpg' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Circles/Ignored.jpg' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Classic/Failure.jpg' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Classic/Failure.jpg' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Classic/Skipped.jpg' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Classic/Skipped.jpg' Creating directory '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Default' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Default/Failure.png' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Default/Failure.png' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Default/Ignored.png' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Default/Ignored.png' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Classic/Inconclusive.jpg' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Classic/Inconclusive.jpg' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Default/Inconclusive.png' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Default/Inconclusive.png' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Default/Skipped.png' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Default/Skipped.png' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Classic/Success.jpg' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Classic/Success.jpg' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Default/Success.png' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Default/Success.png' Creating directory '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Visual Studio' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Visual Studio/Failure.png' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Visual Studio/Failure.png' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Visual Studio/Ignored.png' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Visual Studio/Ignored.png' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Visual Studio/Inconclusive.png' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Visual Studio/Inconclusive.png' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Visual Studio/Skipped.png' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Visual Studio/Skipped.png' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/Images/Tree/Visual Studio/Success.png' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/Images/Tree/Visual Studio/Success.png' Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/obj/Debug/nunit.uikit.dll.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit.uikit.dll.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/obj/Debug/nunit.uikit.dll' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit.uikit.dll' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/nunit.uikit.dll.csproj". Target GenerateResources: Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "AboutBox.resx,obj/Debug/NUnit.Gui.AboutBox.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "AddinDialog.resx,obj/Debug/NUnit.Gui.AddinDialog.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "ExceptionDetailsForm.resx,obj/Debug/NUnit.Gui.ExceptionDetailsForm.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "NUnitForm.resx,obj/Debug/NUnit.Gui.NUnitForm.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "OptionsDialog.resx,obj/Debug/NUnit.Gui.OptionsDialog.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPages/AdvancedLoaderSettingsPage.resx,obj/Debug/NUnit.Gui.SettingsPages.AdvancedLoaderSettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPages/AssemblyReloadSettingsPage.resx,obj/Debug/NUnit.Gui.SettingsPages.AssemblyReloadSettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPages/RuntimeSelectionSettingsPage.resx,obj/Debug/NUnit.Gui.SettingsPages.RuntimeSelectionSettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPages/GuiSettingsPage.resx,obj/Debug/NUnit.Gui.SettingsPages.GuiSettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPages/InternalTraceSettingsPage.resx,obj/Debug/NUnit.Gui.SettingsPages.InternalTraceSettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPages/ProjectEditorSettingsPage.resx,obj/Debug/NUnit.Gui.SettingsPages.ProjectEditorSettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPages/TestLoaderSettingsPage.resx,obj/Debug/NUnit.Gui.SettingsPages.TestLoaderSettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPages/TestResultSettingsPage.resx,obj/Debug/NUnit.Gui.SettingsPages.TestResultSettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPages/TreeSettingsPage.resx,obj/Debug/NUnit.Gui.SettingsPages.TreeSettingsPage.resources" Tool /usr/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "SettingsPages/VisualStudioSettingsPage.resx,obj/Debug/NUnit.Gui.SettingsPages.VisualStudioSettingsPage.resources" Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj/Debug/nunit-gui-runner.dll /resource:obj/Debug/NUnit.Gui.AboutBox.resources /resource:obj/Debug/NUnit.Gui.AddinDialog.resources /resource:obj/Debug/NUnit.Gui.ExceptionDetailsForm.resources /resource:obj/Debug/NUnit.Gui.NUnitForm.resources /resource:obj/Debug/NUnit.Gui.OptionsDialog.resources /resource:obj/Debug/NUnit.Gui.SettingsPages.AdvancedLoaderSettingsPage.resources /resource:obj/Debug/NUnit.Gui.SettingsPages.AssemblyReloadSettingsPage.resources /resource:obj/Debug/NUnit.Gui.SettingsPages.RuntimeSelectionSettingsPage.resources /resource:obj/Debug/NUnit.Gui.SettingsPages.GuiSettingsPage.resources /resource:obj/Debug/NUnit.Gui.SettingsPages.InternalTraceSettingsPage.resources /resource:obj/Debug/NUnit.Gui.SettingsPages.ProjectEditorSettingsPage.resources /resource:obj/Debug/NUnit.Gui.SettingsPages.TestLoaderSettingsPage.resources /resource:obj/Debug/NUnit.Gui.SettingsPages.TestResultSettingsPage.resources /resource:obj/Debug/NUnit.Gui.SettingsPages.TreeSettingsPage.resources /resource:obj/Debug/NUnit.Gui.SettingsPages.VisualStudioSettingsPage.resources ../../CommonAssemblyInfo.cs AboutBox.cs AddinDialog.cs AppEntry.cs AssemblyInfo.cs DetailResults.cs ExceptionDetailsForm.cs GuiOptions.cs NUnitForm.cs OptionsDialog.cs RecentFileMenuHandler.cs SettingsPages/AdvancedLoaderSettingsPage.cs SettingsPages/AssemblyReloadSettingsPage.cs SettingsPages/RuntimeSelectionSettingsPage.cs SettingsPages/RuntimeSelectionSettingsPage.Designer.cs SettingsPages/GuiSettingsPage.cs SettingsPages/InternalTraceSettingsPage.cs SettingsPages/InternalTraceSettingsPage.Designer.cs SettingsPages/ProjectEditorSettingsPage.cs SettingsPages/ProjectEditorSettingsPage.Designer.cs SettingsPages/TestLoaderSettingsPage.cs SettingsPages/TestResultSettingsPage.cs SettingsPages/TreeSettingsPage.cs SettingsPages/VisualStudioSettingsPage.cs TestAssemblyInfoForm.cs NUnitPresenter.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:library /define:"TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0" /nowarn:1699 /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Drawing.dll /reference:/usr/lib/mono/4.5/System.Windows.Forms.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Configuration.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.util.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.uikit.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.uiexception.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.core.interfaces.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui/obj/Debug/nunit-gui-runner.dll.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit-gui-runner.dll.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui/obj/Debug/nunit-gui-runner.dll' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib/nunit-gui-runner.dll' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui/nunit-gui.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:10.7868500 + xbuild /property:Configuration=Debug ./src/GuiComponents/UiKit/nunit.uikit.dll.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:31. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/nunit.uikit.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj". Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiException/UiException/nunit.uiexception.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiException/UiException/nunit.uiexception.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Target _CopyDeployFilesToOutputDirectoryPreserveNewest: Skipping target "_CopyDeployFilesToOutputDirectoryPreserveNewest" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/nunit.uikit.dll.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:00.5778530 + xbuild /property:Configuration=Debug ./src/GuiException/UiException/nunit.uiexception.dll.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:32. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiException/UiException/nunit.uiexception.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiException/UiException/nunit.uiexception.dll.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:00.3127060 + xbuild /property:Configuration=Debug ./src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj XBuild Engine Version 12.0 Mono, Version 4.2.4.0 Copyright (C) 2005-2013 Various Mono authors Build started 10/12/2017 05:08:32. __________________________________________________ Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Created directory "obj/Debug/" Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/NUnitCore/core/nunit.core.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/ClientUtilities/util/nunit.util.dll.csproj". Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui/nunit-gui.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/nunit.uikit.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target ResolveProjectReferences: Project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiException/UiException/nunit.uiexception.dll.csproj" (default target(s)): Target PrepareForBuild: Configuration: Debug Platform: AnyCPU Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiException/UiException/nunit.uiexception.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Target _CopyDeployFilesToOutputDirectoryPreserveNewest: Skipping target "_CopyDeployFilesToOutputDirectoryPreserveNewest" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiComponents/UiKit/nunit.uikit.dll.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. Target CoreCompile: Skipping target "CoreCompile" because its outputs are up-to-date. Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui/nunit-gui.csproj". Target GenerateSatelliteAssemblies: No input files were specified for target GenerateSatelliteAssemblies, skipping. Target CoreCompile: Tool /usr/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /delaysign- /debug+ /optimize- /out:obj/Debug/nunit.exe ../../CommonAssemblyInfo.cs AssemblyInfo.cs Class1.cs obj/Debug/.NETFramework,Version=v4.5.AssemblyAttribute.cs /target:winexe /define:"TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0" /nostdlib /reference:/usr/lib/mono/4.5/System.dll /reference:/usr/lib/mono/4.5/System.Configuration.dll /reference:/usr/lib/mono/4.5/System.Data.dll /reference:/usr/lib/mono/4.5/System.Xml.dll /reference:/usr/lib/mono/4.5/System.Core.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit.util.dll /reference:/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/lib//nunit-gui-runner.dll /reference:/usr/lib/mono/4.5/mscorlib.dll /warn:4 Target _CopyDeployFilesToOutputDirectoryAlways: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui-exe/App.config' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/App.config' Target _CopyAppConfigFile: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui-exe/App.config' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/nunit.exe.config' Target DeployOutputFiles: Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui-exe/obj/Debug/nunit.exe.mdb' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/nunit.exe.mdb' Copying file from '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui-exe/obj/Debug/nunit.exe' to '/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin/Debug/nunit.exe' Done building project "/home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/src/GuiRunner/nunit-gui-exe/nunit-gui.exe.csproj". Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:01.4385780 + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UlyJoA + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64 + cd nunitv2-2.6.4 + '[' 1 -eq 1 ']' + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib64/pkgconfig + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/bin + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/applications + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/icons/NUnit + /usr/bin/install -m0644 /home/pterjan/rpmbuild/SOURCES/nunit.pc /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib64/pkgconfig/ ++ basename -s .sh /home/pterjan/rpmbuild/SOURCES/nunit-gui.sh + /usr/bin/install -m0755 /home/pterjan/rpmbuild/SOURCES/nunit-gui.sh /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/bin/nunit-gui26 ++ basename -s .sh /home/pterjan/rpmbuild/SOURCES/nunit-console.sh + /usr/bin/install -m0755 /home/pterjan/rpmbuild/SOURCES/nunit-console.sh /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/bin/nunit-console26 + /usr/bin/install -m0644 src/ConsoleRunner/nunit-console-exe/App.config /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit-console.exe.config + /usr/bin/install -m0644 src/GuiRunner/nunit-gui-exe/App.config /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.exe.config + find /home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin -name '*.dll' -exec /usr/bin/install -m0755 '{}' /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/ ';' + find /home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4/bin -name '*.exe' -exec /usr/bin/install -m0755 '{}' /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/ ';' + for i in nunit-console-runner.dll nunit.core.dll nunit.core.interfaces.dll nunit.framework.dll nunit.mocks.dll nunit.util.dll + gacutil -i /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit-console-runner.dll -package nunit -root /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../ Package exported to: /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/nunit/nunit-console-runner.dll -> ../gac/nunit-console-runner/2.6.4.0__96d09a1eb7f44a77/nunit-console-runner.dll Installed /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit-console-runner.dll into the gac (/home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/gac) + for i in nunit-console-runner.dll nunit.core.dll nunit.core.interfaces.dll nunit.framework.dll nunit.mocks.dll nunit.util.dll + gacutil -i /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.core.dll -package nunit -root /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../ Package exported to: /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/nunit/nunit.core.dll -> ../gac/nunit.core/2.6.4.0__96d09a1eb7f44a77/nunit.core.dll Installed /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.core.dll into the gac (/home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/gac) + for i in nunit-console-runner.dll nunit.core.dll nunit.core.interfaces.dll nunit.framework.dll nunit.mocks.dll nunit.util.dll + gacutil -i /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.core.interfaces.dll -package nunit -root /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../ Package exported to: /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/nunit/nunit.core.interfaces.dll -> ../gac/nunit.core.interfaces/2.6.4.0__96d09a1eb7f44a77/nunit.core.interfaces.dll Installed /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.core.interfaces.dll into the gac (/home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/gac) + for i in nunit-console-runner.dll nunit.core.dll nunit.core.interfaces.dll nunit.framework.dll nunit.mocks.dll nunit.util.dll + gacutil -i /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.framework.dll -package nunit -root /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../ Package exported to: /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/nunit/nunit.framework.dll -> ../gac/nunit.framework/2.6.4.0__96d09a1eb7f44a77/nunit.framework.dll Installed /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.framework.dll into the gac (/home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/gac) + for i in nunit-console-runner.dll nunit.core.dll nunit.core.interfaces.dll nunit.framework.dll nunit.mocks.dll nunit.util.dll + gacutil -i /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.mocks.dll -package nunit -root /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../ Package exported to: /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/nunit/nunit.mocks.dll -> ../gac/nunit.mocks/2.6.4.0__96d09a1eb7f44a77/nunit.mocks.dll Installed /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.mocks.dll into the gac (/home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/gac) + for i in nunit-console-runner.dll nunit.core.dll nunit.core.interfaces.dll nunit.framework.dll nunit.mocks.dll nunit.util.dll + gacutil -i /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.util.dll -package nunit -root /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../ Package exported to: /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/nunit/nunit.util.dll -> ../gac/nunit.util/2.6.4.0__96d09a1eb7f44a77/nunit.util.dll Installed /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/nunit/nunit.util.dll into the gac (/home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/lib/mono/../mono/gac) + desktop-file-install --dir=/home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64//usr/share/applications /home/pterjan/rpmbuild/SOURCES/nunit.desktop + cp src/GuiRunner/nunit-gui-exe/App.ico /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64//usr/share/icons/NUnit/nunit.ico + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' -n '' ']' + export DISABLE_DEBUG=1 + DISABLE_DEBUG=1 + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 2.6.4-5.mga7 --unique-debug-suffix -2.6.4-5.mga7.x86_64 --unique-debug-src-base nunit-2.6.4-5.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/nunitv2-2.6.4 + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: nunit-2.6.4-5.mga7.x86_64 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Tny1Cm + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd nunitv2-2.6.4 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/licenses/nunit + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/licenses/nunit + cp -pr license.txt /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/licenses/nunit + exit 0 Provides: mono(nunit-console) = 2.6.4.0 mono(nunit-console-runner) = 2.6.4.0 mono(nunit-gui-runner) = 2.6.4.0 mono(nunit.core) = 2.6.4.0 mono(nunit.core.interfaces) = 2.6.4.0 mono(nunit.framework) = 2.6.4.0 mono(nunit.mocks) = 2.6.4.0 mono(nunit.uiexception) = 2.6.4.0 mono(nunit.uikit) = 2.6.4.0 mono(nunit.util) = 2.6.4.0 mono-nunit = 4.0.2-5 nunit = 2.6.4-5.mga7 nunit(x86-64) = 2.6.4-5.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: mono(System) = 4.0.0.0 mono(System.Configuration) = 4.0.0.0 mono(System.Drawing) = 4.0.0.0 mono(System.Runtime.Remoting) = 4.0.0.0 mono(System.Windows.Forms) = 4.0.0.0 mono(System.Xml) = 4.0.0.0 mono(mscorlib) = 4.0.0.0 mono(nunit-console-runner) = 2.6.4.0 mono(nunit.core) = 2.6.4.0 mono(nunit.core.interfaces) = 2.6.4.0 mono(nunit.framework) = 2.6.4.0 mono(nunit.uiexception) = 2.6.4.0 mono(nunit.uikit) = 2.6.4.0 mono(nunit.util) = 2.6.4.0 Obsoletes: mono-nunit < 4.0.2-6 nunit-runner Processing files: nunit-gui-2.6.4-5.mga7.x86_64 Provides: application() application(nunit.desktop) mimehandler(application/octet-stream) mono(nunit) = 2.6.4.0 nunit-gui = 2.6.4-5.mga7 nunit-gui(x86-64) = 2.6.4-5.mga7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires(posttrans): /bin/sh Requires: mono(mscorlib) = 4.0.0.0 mono(nunit-gui-runner) = 2.6.4.0 Processing files: nunit-doc-2.6.4-5.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oBeega + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd nunitv2-2.6.4 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/doc/nunit-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/doc/nunit-doc + cp -pr doc/actionAttributes.html doc/addinsDialog.html doc/addinsdialog.html doc/assemblyIsolation.html doc/assertions.html doc/attributes.html doc/category.html doc/classicModel.html doc/codeFuncs.js doc/collectionAssert.html doc/collectionConstraints.html doc/combinatorial.html doc/comparisonAsserts.html doc/comparisonConstraints.html doc/compoundConstraints.html doc/conditionAsserts.html doc/conditionConstraints.html doc/configEditor.html doc/configFiles.html doc/consoleCommandLine.html doc/constraintModel.html doc/contextMenu.html doc/culture.html doc/customConstraints.html doc/datapoint.html doc/datapointProviders.html doc/delayedConstraint.html doc/description.html doc/directoryAssert.html doc/equalConstraint.html doc/equalityAsserts.html doc/eventListeners.html doc/exception.html doc/exceptionAsserts.html doc/explicit.html doc/extensibility.html doc/extensionTips.html doc/favicon.ico doc/fileAssert.html doc/files doc/fixtureSetup.html doc/fixtureTeardown.html doc/getStarted.html doc/guiCommandLine.html doc/identityAsserts.html doc/ignore.html doc/img doc/index.html doc/installation.html doc/license.html doc/listMapper.html doc/mainMenu.html doc/maxtime.html doc/multiAssembly.html doc/nunit-agent.html doc/nunit-console.html doc/nunit-gui.html doc/nunit.css doc/nunitAddins.html doc/nunitaddins.html doc/pairwise.html doc/parameterizedTests.html doc/pathConstraints.html doc/platform.html doc/pnunit.html doc/projectEditor.html doc/property.html doc/propertyConstraint.html doc/quickStart.html doc/quickStartSource.html doc/random.html doc/range.html doc/releaseBreakdown.html doc/releaseNotes.html doc/releasenotes.html doc/repeat.html doc/requiredAddin.html doc/requiresMTA.html doc/requiresSTA.html doc/requiresThread.html doc/reusableConstraint.html doc/runningTests.html doc/runtimeSelection.html doc/sameasConstraint.html doc/samples.html doc/sequential.html doc/setCulture.html doc/setUICulture.html doc/settingsDialog.html doc/setup.html doc/setupFixture.html doc/stringAssert.html doc/stringConstraints.html doc/suite.html doc/suiteBuilders.html doc/teardown.html doc/test.html doc/testCase.html doc/testCaseSource.html doc/testContext.html doc/testDecorators.html doc/testFixture.html doc/testProperties.html doc/testcaseBuilders.html doc/testcaseProviders.html doc/theory.html doc/throwsConstraint.html doc/timeout.html doc/typeAsserts.html doc/typeConstraints.html doc/upgrade.html doc/utilityAsserts.html doc/valueSource.html doc/values.html doc/vsSupport.html doc/vsTestAdapter.html doc/vsTestAdapterLicense.html doc/vsTestAdapterReleaseNotes.html doc/writingTests.html /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/doc/nunit-doc + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xU55VX + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd nunitv2-2.6.4 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/licenses/nunit-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/licenses/nunit-doc + cp -pr doc/license.html /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64/usr/share/licenses/nunit-doc + exit 0 Provides: nunit-doc = 2.6.4-5.mga7 nunit-doc(x86-64) = 2.6.4-5.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: nunit-devel-2.6.4-5.mga7.x86_64 Provides: mono-nunit-devel = 4.0.2-5 nunit-devel = 2.6.4-5.mga7 nunit-devel(x86-64) = 2.6.4-5.mga7 pkgconfig(nunit) = 2.6.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: pkgconfig Obsoletes: mono-nunit-devel < 4.0.2-6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/nunit-2.6.4-5.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/nunit-gui-2.6.4-5.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/nunit-doc-2.6.4-5.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/nunit-devel-2.6.4-5.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.O82EEO + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd nunitv2-2.6.4 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/nunit-2.6.4-5.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1cBfpF + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf nunitv2-2.6.4 + exit 0 D: [iurt_root_command] Success!