Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/boo.spec'], chrootPath='/var/lib/mock/f31-build-17158258-1232191/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/boo.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1565136000 Wrote: /builddir/build/SRPMS/boo-0.9.7.0-13.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/boo.spec'], chrootPath='/var/lib/mock/f31-build-17158258-1232191/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/boo.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1565136000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YNhFSe + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf boo-alpha + /usr/bin/gzip -dc /builddir/build/SOURCES/alpha.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd boo-alpha + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (boo-pkgconfig_path_fix.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .pc-original --fuzz=0 + rm -rf bin/Boo.Lang.CodeDom.dll bin/Boo.Lang.Compiler.dll bin/Boo.Lang.Extensions.dll bin/Boo.Lang.Interpreter.dll bin/Boo.Lang.Parser.dll bin/Boo.Lang.PatternMatching.dll bin/Boo.Lang.Useful.dll bin/Boo.Lang.dll bin/Boo.NAnt.Tasks.dll 'bin/pt/*.dll' + rm -rf bin/booc.exe bin/booi.exe bin/booish.exe 'bin/pt/*.exe' + rm -rf bin/booc.exe.config bin/booi.exe.config bin/booish.exe.config 'bin/pt/*.config' + sed -i s#gtksourceview-1.0#gtksourceview-2.0#g default.build + sed -i 's###g' default.build + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (boo-pkgconfig_path_fix.patch): patching file extras/boo.pc.in Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jfwtyd + umask 022 + cd /builddir/build/BUILD + cd boo-alpha + nant -D:install.prefix=/usr -D:docs.dir=/usr/share/doc -D:install.booexamples=/usr/share/boo/examples NAnt 0.92 (Build 0.92.4543.0; release; 06/09/2012) Copyright (C) 2001-2012 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///builddir/build/BUILD/boo-alpha/default.build Target framework: Mono 4.0 Profile Target(s) specified: all [property] Read-only property "docs.dir" cannot be overwritten. [property] Read-only property "install.prefix" cannot be overwritten. [property] Read-only property "install.booexamples" cannot be overwritten. init: sign: [mkdir] Creating directory '/builddir/build/BUILD/boo-alpha/build'. Boo.Lang: [csc] Compiling 59 files to '/builddir/build/BUILD/boo-alpha/build/Boo.Lang.dll'. generate-ast: Boo.Lang.Ast: Boo.Lang.Compiler: [csc] Compiling 566 files to '/builddir/build/BUILD/boo-alpha/build/Boo.Lang.Compiler.dll'. [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Ast/Impl/CustomExpressionImpl.cs(75,8): warning CS0219: The variable `other' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Ast/Impl/ExpressionImpl.cs(63,8): warning CS0219: The variable `other' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Ast/Impl/LiteralExpressionImpl.cs(63,8): warning CS0219: The variable `other' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Ast/Impl/NullLiteralExpressionImpl.cs(75,8): warning CS0219: The variable `other' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Ast/Impl/SelfLiteralExpressionImpl.cs(75,8): warning CS0219: The variable `other' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Ast/Impl/SuperLiteralExpressionImpl.cs(75,8): warning CS0219: The variable `other' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Steps/EmitAssembly.cs(847,10): warning CS0219: The variable `end' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Steps/StricterErrorChecking.cs(629,8): warning CS0219: The variable `options' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/TypeSystem/Reflection/ExternalGenericMapping.cs(47,17): warning CS0219: The variable `targetType' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Steps/Generators/GeneratorSkeletonBuilder.cs(55,59): warning CS0649: Field `Boo.Lang.Compiler.Steps.Generators.GeneratorSkeletonBuilder._generatorItemTypeInferrer' is never assigned to, and will always have its default value [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Steps/EmitAssembly.cs(80,26): warning CS0414: The private field `Boo.Lang.Compiler.Steps.EmitAssembly.SerializableAttribute_Constructor' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Steps/EmitAssembly.cs(5466,20): warning CS0414: The private field `Boo.Lang.Compiler.Steps.EmitAssembly.SREResourceService._asmBuilder' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Steps/ForeignReferenceCollector.cs(152,52): warning CS0649: Field `Boo.Lang.Compiler.Steps.ForeignReferenceCollector._uniqueNameProvider' is never assigned to, and will always have its default value [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Steps/GenericConstraintsValidator.cs(39,25): warning CS0414: The private field `Boo.Lang.Compiler.Steps.GenericConstraintsValidator._node' is assigned but its value is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Steps/NormalizeIterationStatements.cs(114,53): warning CS0649: Field `Boo.Lang.Compiler.Steps.NormalizeIterationStatements.OrBlockNormalizer._typeSystemServices' is never assigned to, and will always have its default value [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Steps/ProcessInheritedAbstractMembers.cs(42,15): warning CS0169: The private field `Boo.Lang.Compiler.Steps.ProcessInheritedAbstractMembers._depth' is never used [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/Steps/ProcessMethodBodies.cs(3995,50): warning CS0649: Field `Boo.Lang.Compiler.Steps.ProcessMethodBodies._genericServices' is never assigned to, and will always have its default value [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/TypeSystem/Services/TypeChecker.cs(8,61): warning CS0649: Field `Boo.Lang.Compiler.TypeSystem.Services.TypeChecker._typeSystemServices' is never assigned to, and will always have its default value [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/TypeSystem/Services/TypeChecker.cs(9,66): warning CS0649: Field `Boo.Lang.Compiler.TypeSystem.Services.TypeChecker._errors' is never assigned to, and will always have its default value [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/TypeSystem/Services/TypeChecker.cs(10,68): warning CS0649: Field `Boo.Lang.Compiler.TypeSystem.Services.TypeChecker._warnings' is never assigned to, and will always have its default value [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Compiler/TypeSystem/Services/TypeSystemServices.cs(890,63): warning CS0649: Field `Boo.Lang.Compiler.TypeSystem.TypeSystemServices._typeSystemProvider' is never assigned to, and will always have its default value [csc] Compilation succeeded - 21 warning(s) compile-grammar: Boo.Lang.Parser: [csc] Compiling 126 files to '/builddir/build/BUILD/boo-alpha/build/Boo.Lang.Parser.dll'. [csc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Parser/antlr/antlr.debug/ParserEventSupport.cs(37,28): warning CS0414: The private field `antlr.debug.ParserEventSupport.newLineEvent' is assigned but its value is never used [csc] Compilation succeeded - 1 warning(s) corecs: booc: [csc] Compiling 3 files to '/builddir/build/BUILD/boo-alpha/build/booc.exe'. [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build/booc'. [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build'. [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build/booc.exe.config'. Boo.NAnt.Tasks: [exec] /builddir/build/BUILD/boo-alpha/default.build(308,4): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. [exec] Boo Compiler version 0.9.7.0 (5.20.1.34 (tarball Tue Aug 6 20:33:46 UTC 2019)) [exec] 5 module(s) processed in 863ms after 115ms of environment setup. Boo.Lang.Extensions: [booc] Compiling 25 files to '/builddir/build/BUILD/boo-alpha/build/Boo.Lang.Extensions.dll'. core: Boo.Lang.Useful: [booc] Compiling 27 files to '/builddir/build/BUILD/boo-alpha/build/Boo.Lang.Useful.dll'. [booc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Useful/IO/Impl/PreProcessorExpressionEvaluator.boo(47,9): BCW0003: WARNING: Unused local variable 'expr_AST_in'. [booc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Useful/IO/Impl/PreProcessorExpressionEvaluator.boo(59,17): BCW0003: WARNING: Unused local variable 'tmp1_AST_in'. [booc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Useful/IO/Impl/PreProcessorExpressionEvaluator.boo(71,17): BCW0003: WARNING: Unused local variable 'tmp2_AST_in'. [booc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Useful/IO/Impl/PreProcessorExpressionEvaluator.boo(83,17): BCW0003: WARNING: Unused local variable 'tmp3_AST_in'. [booc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Useful/IO/Impl/PreProcessorExpressionLexer.boo(70,13): BCW0003: WARNING: Unused local variable '_token'. [booc] /builddir/build/BUILD/boo-alpha/src/Boo.Lang.Useful/IO/Impl/PreProcessorExpressionLexer.boo(64,20): BCW0012: WARNING: 'System.Collections.Hashtable.constructor(int, single, System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete. Please use Hashtable(int, float, IEqualityComparer) instead. [booc] 6 warning(s). booi: [booc] Compiling 6 files to '/builddir/build/BUILD/boo-alpha/build/booi.exe'. [booc] /builddir/build/BUILD/boo-alpha/src/booi/CompilerParameters.boo(145,13): BCW0003: WARNING: Unused local variable 'context'. [booc] 1 warning(s). [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build/booi.exe.config'. [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build/booi'. [boo] Hello from boo task! [boo] Framework directory: /usr/lib64/pkgconfig/../../lib/mono/4.5 Boo.Lang.PatternMatching: [booc] Compiling 6 files to '/builddir/build/BUILD/boo-alpha/build/Boo.Lang.PatternMatching.dll'. Boo.Lang.Interpreter: [booc] Compiling 9 files to '/builddir/build/BUILD/boo-alpha/build/Boo.Lang.Interpreter.dll'. booish: [booc] Compiling 1 files to '/builddir/build/BUILD/boo-alpha/build/booish.exe'. [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build/booish.exe.config'. [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build/booish'. boo-pkgconfig: [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build/boo.pc'. Boo.Lang.CodeDom: [booc] Compiling 5 files to '/builddir/build/BUILD/boo-alpha/build/Boo.Lang.CodeDom.dll'. Boo.Microsoft.Build.Tasks: [booc] Compiling 2 files to '/builddir/build/BUILD/boo-alpha/build/Boo.Microsoft.Build.Tasks.dll'. [booc] [booc] ================================================================= [booc] Native Crash Reporting [booc] ================================================================= [booc] Got a SIGSEGV while executing native code. This usually indicates [booc] a fatal error in the mono runtime or one of the native libraries [booc] used by your application. [booc] ================================================================= [booc] /proc/self/maps: [booc] 40986000-40a56000 rwxp 00000000 00:00 0 [booc] 40a97000-40aa7000 rwxp 00000000 00:00 0 [booc] 562055b9e000-562055bc9000 r--p 00000000 fc:01 2897059 /usr/bin/mono-sgen [booc] 562055bc9000-562055ecb000 r-xp 0002b000 fc:01 2897059 /usr/bin/mono-sgen [booc] 562055ecb000-562055ffb000 r--p 0032d000 fc:01 2897059 /usr/bin/mono-sgen [booc] 562055ffc000-562056003000 r--p 0045d000 fc:01 2897059 /usr/bin/mono-sgen [booc] 562056003000-562056008000 rw-p 00464000 fc:01 2897059 /usr/bin/mono-sgen [booc] 562056008000-56205601f000 rw-p 00000000 00:00 0 [booc] 562056593000-56205703b000 rw-p 00000000 00:00 0 [heap] [booc] 7f7664000000-7f7664021000 rw-p 00000000 00:00 0 [booc] 7f7664021000-7f7668000000 ---p 00000000 00:00 0 [booc] 7f7668e1b000-7f7668e2a000 r--p 00000000 fc:01 3409997 /usr/lib/mono/gac/Microsoft.Build.Utilities.v4.0/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.v4.0.dll [booc] [booc] ================================================================= [booc] Basic Fault Adddress Reporting [booc] ================================================================= [booc] Memory around native instruction pointer (0x7f766bdc26e2):0x7f766bdc26d2 63 13 00 a8 04 74 0c 48 89 f0 48 25 00 00 00 fc c....t.H..H%.... [booc] 0x7f766bdc26e2 48 8b 38 31 d2 48 83 c4 18 e9 c0 c9 ff ff 8b 15 H.81.H.......... [booc] 0x7f766bdc26f2 1e 5a 13 00 85 d2 75 11 48 3b 05 ef 59 13 00 76 .Z....u.H;..Y..v [booc] 0x7f766bdc2702 08 48 3d 00 00 00 02 76 2d 48 89 f7 48 83 c4 18 .H=....v-H..H... [booc] [booc] ================================================================= [booc] Native stacktrace: [booc] ================================================================= [booc] 0x562055cc50d8 - /usr/bin/mono : (null) [booc] 0x562055c5c45c - /usr/bin/mono : (null) [booc] 0x562055bd3bc2 - /usr/bin/mono : (null) [booc] 0x7f766bf2db20 - /lib64/libpthread.so.0 : (null) [booc] 0x7f766bdc26e2 - /lib64/libc.so.6 : cfree [booc] 0x562055d4620c - /usr/bin/mono : (null) [booc] 0x562055d493db - /usr/bin/mono : mono_assembly_name_free [booc] 7f7668e2a000-7f7668e7c000 r--p 00000000 fc:01 3408727 /usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll [booc] 7f7668e7c000-7f7668efc000 rw-p 00000000 00:00 0 [booc] 7f7668f00000-7f7669000000 rw-p 00000000 00:00 0 [booc] 7f7669004000-7f7669024000 r--p 00000000 fc:01 3408744 /usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll [booc] 7f7669024000-7f7669078000 rw-p 00000000 00:00 0 [booc] 7f7669078000-7f76690e2000 r--p 00000000 fc:01 2232037 /builddir/build/BUILD/boo-alpha/build/Boo.Lang.Parser.dll [booc] 7f76690e2000-7f76690eb000 r--p 00000000 fc:01 3409973 /usr/lib/mono/gac/Microsoft.Build.Framework/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll [booc] 7f76690eb000-7f7669421000 r--p 00000000 fc:01 3408832 /usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll [booc] 7f7669421000-7f7669469000 r--p 00000000 fc:01 3408808 /usr/lib/mono/gac/System.Security/4.0.0.0__b03f5f7f11d50a3a/System.Security.dll [booc] 0x562055d4bed5 - /usr/bin/mono : (null) [booc] 0x562055d7de40 - /usr/bin/mono : (null) [booc] 0x409c4314 - Unknown [booc] [booc] ================================================================= [booc] Telemetry Dumper: [booc] ================================================================= [booc] Pkilling 0x7f7669b8c700 from 0x7f766bd31780 [booc] Entering thread summarizer pause from 0x7f766bd31780 [booc] 7f7669469000-7f76694e5000 r--p 00000000 fc:01 3408756 /usr/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll [booc] 7f76694e5000-7f76695fd000 r--p 00000000 fc:01 3408748 /usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll [booc] 7f76695fd000-7f7669895000 r--p 00000000 fc:01 3408835 /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll [booc] 7f7669895000-7f766998c000 r--p 00000000 fc:01 2232035 /builddir/build/BUILD/boo-alpha/build/Boo.Lang.Compiler.dll [booc] Finished thread summarizer pause from 0x7f766bd31780. [booc] [booc] Waiting for dumping threads to resume [booc] [booc] Debug info from gdb: [booc] [booc] [booc] ================================================================= [booc] External Debugger Dump: [booc] ================================================================= [booc] mono_gdb_render_native_backtraces not supported on this platform, unable to find gdb or lldb [booc] [booc] ================================================================= [booc] Managed Stacktrace: [booc] ================================================================= [booc] at <0xffffffff> [booc] at System.Reflection.Assembly:load_with_partial_name <0x00103> [booc] at System.Reflection.Assembly:LoadWithPartialName <0x0004b> [booc] at System.Reflection.Assembly:LoadWithPartialName <0x00037> [booc] at System.Reflection.Assembly:LoadWithPartialName <0x0002b> [booc] at c__AnonStorey1:<>m__0 <0x0002f> [booc] at Boo.Lang.Compiler.Util.Permissions:WithPermission <0x00082> [booc] at Boo.Lang.Compiler.Util.Permissions:WithDiscoveryPermission <0x000b3> [booc] at Boo.Lang.Compiler.CompilerParameters:LoadAssemblyFromGac <0x0014b> [booc] at Boo.Lang.Compiler.CompilerParameters:ForName <0x00103> [booc] at Boo.Lang.Compiler.CompilerParameters:LoadAssembly <0x00046> [booc] at Boo.Lang.Compiler.Steps.ResolveImports:TryToLoadAssemblyContainingNamespace <0x00057> [booc] at Boo.Lang.Compiler.Steps.ResolveImports:TryAutoAddAssemblyReference <0x0008b> BUILDSTDERR: [booc] at Boo.Lang.Comp+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 iler.Steps.ResolveImports:ResolveImport <0x000a3> [booc] at Boo.Lang.Compiler.Steps.ResolveImports:OnImport <0x0006b> [booc] at Boo.Lang.Compiler.Ast.Import:Accept <0x0003f> [booc] at Boo.Lang.Compiler.Ast.DepthFirstTransformer:OnNode <0x00038> [booc] at Boo.Lang.Compiler.Ast.DepthFirstTransformer:VisitNode <0x0009e> [booc] at Boo.Lang.Compiler.Ast.DepthFirstTransformer:Visit <0x000b2> [booc] at Boo.Lang.Compiler.Steps.ResolveImports:OnModule <0x0004f> [booc] at Boo.Lang.Compiler.Ast.Module:Accept <0x0003f> [booc] at Boo.Lang.Compiler.Ast.DepthFirstTransformer:OnNode <0x00038> [booc] at Boo.Lang.Compiler.Ast.DepthFirstTransformer:VisitNode <0x0009e> [booc] at Boo.Lang.Compiler.Ast.DepthFirstTransformer:Visit <0x000b2> [booc] at Boo.Lang.Compiler.Steps.ResolveImports:Run <0x00063> [booc] at Boo.Lang.Compiler.CompilerPipeline:RunStep <0x000e5> [booc] at Boo.Lang.Compiler.CompilerPipeline:RunSteps <0x0009f> [booc] at c__AnonStorey0:<>m__0 <0x0006f> [booc] at Boo.Lang.Environments.ActiveEnvironment:With <0x00072> [booc] at Boo.Lang.Compiler.CompilerPipeline:Run <0x0014f> [booc] at Boo.Lang.Compiler.BooCompiler:Run <0x000a9> [booc] at Boo.Lang.Compiler.BooCompiler:Run <0x00053> [booc] at booc.App:Run <0x0026f> [booc] at booc.App:AppRun <0x0003f> [booc] at booc.App:Main <0x00063> [booc] at :runtime_invoke_int_object <0x00085> [booc] ================================================================= [booc] /builddir/build/BUILD/boo-alpha/default.build(396,4): [booc] External Program Failed: /builddir/build/BUILD/boo-alpha/build/booc.exe (return code was 134) [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build'. update-vs-env: [exec] /builddir/build/BUILD/boo-alpha/default.build(1053,4): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. [exec] Cannot open assembly 'bin/booi.exe': No such file or directory. [exec] /builddir/build/BUILD/boo-alpha/default.build(1053,4): [exec] External Program Failed: bin/booi.exe (return code was 2) all: BUILD SUCCEEDED - 2 non-fatal error(s), 72 warning(s) Total time: 20.3 seconds. Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.S3Z7Qf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64 + cd boo-alpha + nant -f:default.build install -D:install.prefix=/usr -D:install.destdir=/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64 -D:docs.dir=/usr/share/doc -D:install.booexamples=/usr/share/boo/examples NAnt 0.92 (Build 0.92.4543.0; release; 06/09/2012) Copyright (C) 2001-2012 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///builddir/build/BUILD/boo-alpha/default.build Target framework: Mono 4.0 Profile Target(s) specified: install [property] Read-only property "docs.dir" cannot be overwritten. [property] Read-only property "install.prefix" cannot be overwritten. [property] Read-only property "install.destdir" cannot be overwritten. [property] Read-only property "install.booexamples" cannot be overwritten. init: sign: Boo.Lang: generate-ast: Boo.Lang.Ast: Boo.Lang.Compiler: compile-grammar: Boo.Lang.Parser: corecs: booc: [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build'. Boo.NAnt.Tasks: [exec] /builddir/build/BUILD/boo-alpha/default.build(308,4): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. Boo.Lang.Extensions: core: Boo.Lang.PatternMatching: Boo.Lang.Interpreter: booish: Boo.Lang.Useful: booi: [boo] Hello from boo task! [boo] Framework directory: /usr/lib64/pkgconfig/../../lib/mono/4.5 install: init: sign: Boo.Lang: generate-ast: Boo.Lang.Ast: Boo.Lang.Compiler: compile-grammar: Boo.Lang.Parser: corecs: booc: [copy] Copying 1 file to '/builddir/build/BUILD/boo-alpha/build'. Boo.NAnt.Tasks: [exec] /builddir/build/BUILD/boo-alpha/default.build(308,4): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. Boo.Lang.Extensions: core: Boo.Lang.PatternMatching: Boo.Lang.Interpreter: booish: Boo.Lang.Useful: booi: [boo] Hello from boo task! [boo] Framework directory: /usr/lib64/pkgconfig/../../lib/mono/4.5 install-linux: [mkdir] Creating directory '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/lib/boo'. [mkdir] Creating directory '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/bin'. [copy] Copying 9 files to '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/boo'. [exec] /builddir/build/BUILD/boo-alpha/default.build(603,5): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. [exec] Package exported to: /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/boo/Boo.Lang.CodeDom.dll -> ../gac/Boo.Lang.CodeDom/2.0.9.5__32c39770e9a21a67/Boo.Lang.CodeDom.dll [exec] Installed Boo.Lang.CodeDom.dll into the gac (/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/gac) [exec] /builddir/build/BUILD/boo-alpha/default.build(603,5): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. [exec] Package exported to: /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/boo/Boo.Lang.Compiler.dll -> ../gac/Boo.Lang.Compiler/2.0.9.5__32c39770e9a21a67/Boo.Lang.Compiler.dll [exec] Installed Boo.Lang.Compiler.dll into the gac (/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/gac) [exec] /builddir/build/BUILD/boo-alpha/default.build(603,5): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. [exec] Package exported to: /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/boo/Boo.Lang.Extensions.dll -> ../gac/Boo.Lang.Extensions/2.0.9.5__32c39770e9a21a67/Boo.Lang.Extensions.dll [exec] Installed Boo.Lang.Extensions.dll into the gac (/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/gac) [exec] /builddir/build/BUILD/boo-alpha/default.build(603,5): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. [exec] Package exported to: /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/boo/Boo.Lang.Interpreter.dll -> ../gac/Boo.Lang.Interpreter/2.0.9.5__32c39770e9a21a67/Boo.Lang.Interpreter.dll BUILDSTDERR: [exec] Installed Boo.+ mkdir -p /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib64/pkgconfig + test /usr/lib64 = /usr/lib + mv /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/lib/pkgconfig/boo.pc /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/lib64/pkgconfig/ + rm /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/gtksourceview-2.0/language-specs/boo.lang + rm /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/lib/boo/Boo.NAnt.Tasks.dll + rm /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/share/doc/boo/license.txt /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/share/doc/boo/version.txt /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/share/doc/boo/todo.txt + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/misc/countries.xml is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/misc/wrapLines.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/misc/dsl-1.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/misc/coroutines.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/misc/countries.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/misc/GetOptions.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/misc/stacktrace.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/macros/alias/default.build is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/macros/alias/MacroUsage.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/macros/alias/AliasMacro.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/svnutils/default.build is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/svnutils/src/svn.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/svnutils/src/svn_ignore_all.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/svnutils/src/svn_locals.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/svnutils/src/svn_changed.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/svnutils/src/svn_ignore.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/meta-programming/PetDSL.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/pipeline/EverybodyLovesDucks.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/pipeline/NoPrimitives.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/pipeline/AutoImport/client.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/pipeline/AutoImport/globals.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/pipeline/AutoImport/main.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/sharpdevelop/pascalcase.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/duck-typing/multimethods.boo is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih.sln is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih.Tests/Nih.Tests.csproj is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih.Tests/CompilerTest.cs is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih.Tests/ParserTest.cs is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih.Tests/Properties/AssemblyInfo.cs is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih/Parser.cs is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih/NihPipeline.cs is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih/Compiler.cs is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih/Runtime.cs is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih/Nih.csproj is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/boo/examples/BuildingLanguages/UsingCSharp/Nih/Nih/Properties/AssemblyInfo.cs is executable but has empty or no shebang, removing executable bit Lang.Interpreter.dll into the gac (/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/gac) [exec] /builddir/build/BUILD/boo-alpha/default.build(603,5): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. [exec] Package exported to: /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/boo/Boo.Lang.Parser.dll -> ../gac/Boo.Lang.Parser/2.0.9.5__32c39770e9a21a67/Boo.Lang.Parser.dll [exec] Installed Boo.Lang.Parser.dll into the gac (/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/gac) [exec] /builddir/build/BUILD/boo-alpha/default.build(603,5): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. [exec] Package exported to: /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/boo/Boo.Lang.PatternMatching.dll -> ../gac/Boo.Lang.PatternMatching/2.0.9.5__32c39770e9a21a67/Boo.Lang.PatternMatching.dll [exec] Installed Boo.Lang.PatternMatching.dll into the gac (/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/gac) [exec] /builddir/build/BUILD/boo-alpha/default.build(603,5): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. [exec] Package exported to: /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/boo/Boo.Lang.Useful.dll -> ../gac/Boo.Lang.Useful/2.0.9.5__32c39770e9a21a67/Boo.Lang.Useful.dll [exec] Installed Boo.Lang.Useful.dll into the gac (/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/gac) [exec] /builddir/build/BUILD/boo-alpha/default.build(603,5): Attribute 'useruntimeengine' for is deprecated. Use the managed attribute and Managed property instead. [exec] Package exported to: /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/boo/Boo.Lang.dll -> ../gac/Boo.Lang/2.0.9.5__32c39770e9a21a67/Boo.Lang.dll [exec] Installed Boo.Lang.dll into the gac (/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/mono/gac) [copy] Copying 3 files to '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/bin'. [copy] Copying 2 files to '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/share/mime-info'. [copy] Copying 1 file to '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/share/gtksourceview-2.0/language-specs/'. [copy] Copying 1 file to '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/lib/pkgconfig/'. [copy] Copying 1 file to '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/share/mime/packages/'. [mkdir] Creating directory '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/doc/boo'. [copy] Copying 4 files to '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/share/doc/boo'. [mkdir] Creating directory '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/boo/examples'. [copy] Copying 158 files to '/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64//usr/share/boo/examples'. BUILD SUCCEEDED - 0 non-fatal error(s), 14 warning(s) Total time: 3.2 seconds. mangling shebang in /usr/bin/booi from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/booc from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/booish from /bin/sh to #!/usr/bin/sh Processing files: boo-0.9.7.0-13.fc31.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.I72aid + umask 022 + cd /builddir/build/BUILD + cd boo-alpha + DOCDIR=/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/doc/boo + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/doc/boo + cp -pr notice.txt /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/doc/boo + cp -pr README.md /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/doc/boo + cp -pr docs/BooManifesto.sxw /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/doc/boo + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Ds5Oif + umask 022 + cd /builddir/build/BUILD + cd boo-alpha + LICENSEDIR=/builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/licenses/boo + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/licenses/boo + cp -pr license.txt /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64/usr/share/licenses/boo + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: boo = 0.9.7.0-13.fc31 boo(x86-64) = 0.9.7.0-13.fc31 mono(Boo.Lang) = 2.0.9.5 mono(Boo.Lang.CodeDom) = 2.0.9.5 mono(Boo.Lang.Compiler) = 2.0.9.5 mono(Boo.Lang.Extensions) = 2.0.9.5 mono(Boo.Lang.Interpreter) = 2.0.9.5 mono(Boo.Lang.Parser) = 2.0.9.5 mono(Boo.Lang.PatternMatching) = 2.0.9.5 mono(Boo.Lang.Useful) = 2.0.9.5 mono(booc) = 2.0.9.5 mono(booi) = 2.0.9.5 mono(booish) = 0.0.0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh mono(Boo.Lang) = 2.0.9.5 mono(Boo.Lang.Compiler) = 2.0.9.5 mono(Boo.Lang.Interpreter) = 2.0.9.5 mono(Boo.Lang.Parser) = 2.0.9.5 mono(Boo.Lang.Useful) = 2.0.9.5 mono(System) = 4.0.0.0 mono(System.Core) = 4.0.0.0 mono(System.Xml) = 4.0.0.0 mono(mscorlib) = 4.0.0.0 Processing files: boo-devel-0.9.7.0-13.fc31.x86_64 Provides: boo-devel = 0.9.7.0-13.fc31 boo-devel(x86-64) = 0.9.7.0-13.fc31 pkgconfig(boo) = 0.9.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config Processing files: boo-examples-0.9.7.0-13.fc31.x86_64 Provides: boo-examples = 0.9.7.0-13.fc31 boo-examples(x86-64) = 0.9.7.0-13.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64 Wrote: /builddir/build/RPMS/boo-devel-0.9.7.0-13.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/boo-examples-0.9.7.0-13.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/boo-0.9.7.0-13.fc31.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gzNxod + umask 022 + cd /builddir/build/BUILD + cd boo-alpha + /usr/bin/rm -rf /builddir/build/BUILDROOT/boo-0.9.7.0-13.fc31.x86_64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0