Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@shrutis360
Created May 13, 2016 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrutis360/2b0ad4fadaf62fec280b587e35abfeae to your computer and use it in GitHub Desktop.
Save shrutis360/2b0ad4fadaf62fec280b587e35abfeae to your computer and use it in GitHub Desktop.
xamarin:fsharp ixamarin78$ git clean -xdf
Removing Makefile
Removing autom4te.cache/
Removing config.log
Removing config.make
Removing config.status
Removing configure
Skipping repository fsharp/
Removing launcher
Removing lib/proto/
Removing lib/release/
Removing packages/
Removing src/fsharp/FSStrings.resources
Removing src/fsharp/FSharp.Build-proto/Makefile
Removing src/fsharp/FSharp.Build-proto/obj/
Removing src/fsharp/FSharp.Build/Makefile
Removing src/fsharp/FSharp.Build/obj/
Removing src/fsharp/FSharp.Compiler-proto/Makefile
Removing src/fsharp/FSharp.Compiler-proto/illex.fs
Removing src/fsharp/FSharp.Compiler-proto/ilpars.fs
Removing src/fsharp/FSharp.Compiler-proto/ilpars.fsi
Removing src/fsharp/FSharp.Compiler-proto/lex.fs
Removing src/fsharp/FSharp.Compiler-proto/obj/
Removing src/fsharp/FSharp.Compiler-proto/pars.fs
Removing src/fsharp/FSharp.Compiler-proto/pars.fsi
Removing src/fsharp/FSharp.Compiler-proto/pplex.fs
Removing src/fsharp/FSharp.Compiler-proto/pppars.fs
Removing src/fsharp/FSharp.Compiler-proto/pppars.fsi
Removing src/fsharp/FSharp.Compiler.Interactive.Settings/Makefile
Removing src/fsharp/FSharp.Compiler.Interactive.Settings/obj/
Removing src/fsharp/FSharp.Compiler.Server.Shared/Makefile
Removing src/fsharp/FSharp.Compiler.Server.Shared/obj/
Removing src/fsharp/FSharp.Compiler/Makefile
Removing src/fsharp/FSharp.Compiler/illex.fs
Removing src/fsharp/FSharp.Compiler/ilpars.fs
Removing src/fsharp/FSharp.Compiler/ilpars.fsi
Removing src/fsharp/FSharp.Compiler/lex.fs
Removing src/fsharp/FSharp.Compiler/obj/
Removing src/fsharp/FSharp.Compiler/pars.fs
Removing src/fsharp/FSharp.Compiler/pars.fsi
Removing src/fsharp/FSharp.Compiler/pplex.fs
Removing src/fsharp/FSharp.Compiler/pppars.fs
Removing src/fsharp/FSharp.Compiler/pppars.fsi
Removing src/fsharp/FSharp.Core/FSCore.resources
Removing src/fsharp/FSharp.Core/Makefile
Removing src/fsharp/FSharp.Core/obj/
Removing src/fsharp/Fsc-proto/Makefile
Removing src/fsharp/Fsc-proto/obj/
Removing src/fsharp/Fsc/Makefile
Removing src/fsharp/Fsc/obj/
Removing src/fsharp/Makefile
Removing src/fsharp/fsi/Makefile
Removing src/fsharp/fsi/obj/
Removing src/fsharp/fsiAnyCpu/Makefile
Removing src/fsharp/fsiAnyCpu/obj/
Removing src/fsharp/policy.2.0.FSharp.Core/Makefile
Removing src/fsharp/policy.2.3.FSharp.Core/Makefile
Removing src/fsharp/policy.3.259.FSharp.Core/Makefile
Removing src/fsharp/policy.3.3.FSharp.Core/Makefile
Removing src/fsharp/policy.3.47.FSharp.Core/Makefile
Removing src/fsharp/policy.3.7.FSharp.Core/Makefile
Removing src/fsharp/policy.3.78.FSharp.Core/Makefile
Removing src/fsharp/policy.4.0.FSharp.Core/Makefile
Removing src/fsharp/policy.4.3.FSharp.Core/Makefile
xamarin:fsharp ixamarin78$ make
make: *** No targets specified and no makefile found. Stop.
xamarin:fsharp ixamarin78$ ./autogen.sh --prefix=/Library/Frameworks/Mono.framework/Versions/Current/4.4.0
checking whether make sets $(MAKE)... yes
checking for pkg-config... no
configure: "pkg-config: /Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config"
configure: "PKG_CONFIG_LIBDIR: "
checking for xbuild... /usr/local/bin/xbuild
configure: xbuild: /Library/Frameworks/Mono.framework/Versions/4.4.0/bin/xbuild
configure: PCL Reference Assemblies for Profile 47 found: yes
configure: PCL Reference Assemblies for Profile 47 found: yes
configure: PCL Reference Assemblies for Profile 7 found: yes
configure: PCL Reference Assemblies for Profile 78 found: yes
configure: PCL Reference Assemblies for Profile 259 found: yes
configure: creating ./config.status
config.status: creating launcher
config.status: creating Makefile
config.status: creating config.make
config.status: creating src/fsharp/Makefile
config.status: creating src/fsharp/FSharp.Build-proto/Makefile
config.status: creating src/fsharp/FSharp.Compiler-proto/Makefile
config.status: creating src/fsharp/Fsc-proto/Makefile
config.status: creating src/fsharp/FSharp.Core/Makefile
config.status: creating src/fsharp/FSharp.Build/Makefile
config.status: creating src/fsharp/FSharp.Compiler/Makefile
config.status: creating src/fsharp/Fsc/Makefile
config.status: creating src/fsharp/FSharp.Compiler.Interactive.Settings/Makefile
config.status: creating src/fsharp/FSharp.Compiler.Server.Shared/Makefile
config.status: creating src/fsharp/fsi/Makefile
config.status: creating src/fsharp/fsiAnyCpu/Makefile
config.status: creating src/fsharp/policy.2.0.FSharp.Core/Makefile
config.status: creating src/fsharp/policy.2.3.FSharp.Core/Makefile
config.status: creating src/fsharp/policy.3.3.FSharp.Core/Makefile
config.status: creating src/fsharp/policy.3.7.FSharp.Core/Makefile
config.status: creating src/fsharp/policy.3.47.FSharp.Core/Makefile
config.status: creating src/fsharp/policy.3.78.FSharp.Core/Makefile
config.status: creating src/fsharp/policy.3.259.FSharp.Core/Makefile
config.status: creating src/fsharp/policy.4.0.FSharp.Core/Makefile
config.status: creating src/fsharp/policy.4.3.FSharp.Core/Makefile
configure: WARNING: Prefix to use is not the same as mono's: /Library/Frameworks/Mono.framework/Versions/Current/4.4.0
Consider using: ./autogen.sh --prefix=/Library/Frameworks/Mono.framework/Versions/4.4.0
xamarin:fsharp ixamarin78$ make
MONO_ENV_OPTIONS= mono .nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile .nuget/NuGet.Config
Restoring NuGet package NUnit.Runners.3.0.0.
Restoring NuGet package FSharp.Compiler.Tools.4.0.0.1.
Restoring NuGet package FSharp.Data.2.2.5.
Restoring NuGet package FsCheck.2.0.3.
Restoring NuGet package NUnit.3.0.0.
Restoring NuGet package NUnit.Console.3.0.0.
Restoring NuGet package NUnitLite.3.0.0.
Restoring NuGet package System.Collections.Immutable.1.2.0-rc3-23805.
Restoring NuGet package System.Reflection.Metadata.1.3.0-beta-23816.
Restoring NuGet package Microsoft.DiaSymReader.PortablePdb.1.0.0-rc-60301.
Restoring NuGet package Microsoft.DiaSymReader.1.0.7.
Restoring NuGet package NUnit3TestAdapter.3.0.8-ctp-8.
Restoring NuGet package FsSrGen.3.0.0.
Restoring NuGet package FSharp.SRGen.Build.Tasks.3.0.0.
Adding package 'NUnit.Runners.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'NUnit.Runners.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
GET https://www.nuget.org/api/v2/Packages(Id='FSharp.Data',Version='2.2.5')
GET https://www.nuget.org/api/v2/Packages(Id='NUnit',Version='3.0.0')
GET https://www.nuget.org/api/v2/Packages(Id='FsCheck',Version='2.0.3')
GET https://www.nuget.org/api/v2/Packages(Id='NUnit.Console',Version='3.0.0')
GET https://www.nuget.org/api/v2/Packages(Id='NUnitLite',Version='3.0.0')
GET https://www.nuget.org/api/v2/Packages(Id='System.Collections.Immutable',Version='1.2.0-rc3-23805')
GET https://www.nuget.org/api/v2/Packages(Id='System.Reflection.Metadata',Version='1.3.0-beta-23816')
GET https://www.nuget.org/api/v2/Packages(Id='FSharp.Compiler.Tools',Version='4.0.0.1')
GET https://www.nuget.org/api/v2/Packages(Id='FsSrGen',Version='3.0.0')
GET https://www.nuget.org/api/v2/Packages(Id='Microsoft.DiaSymReader',Version='1.0.7')
GET https://www.nuget.org/api/v2/Packages(Id='NUnit3TestAdapter',Version='3.0.8-ctp-8')
GET https://www.nuget.org/api/v2/Packages(Id='Microsoft.DiaSymReader.PortablePdb',Version='1.0.0-rc-60301')
GET https://www.nuget.org/api/v2/Packages(Id='FSharp.SRGen.Build.Tasks',Version='3.0.0')
OK https://www.nuget.org/api/v2/Packages(Id='NUnit',Version='3.0.0') 6800ms
OK https://www.nuget.org/api/v2/Packages(Id='Microsoft.DiaSymReader',Version='1.0.7') 6217ms
Adding package 'Microsoft.DiaSymReader.1.0.7' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'NUnit.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'System.Collections.Immutable.1.2.0-rc3-23805' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'NUnit.Console.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'FSharp.Data.2.2.5' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'System.Reflection.Metadata.1.3.0-beta-23816' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'FsCheck.2.0.3' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'FSharp.Compiler.Tools.4.0.0.1' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'Microsoft.DiaSymReader.1.0.7' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'fssrgen.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'Microsoft.DiaSymReader.PortablePdb.1.0.0-rc-60301' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'FSharp.SRGen.Build.Tasks.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'NUnit3TestAdapter.3.0.8-ctp-8' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Adding package 'NUnitLite.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'FSharp.SRGen.Build.Tasks.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'fssrgen.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'Microsoft.DiaSymReader.PortablePdb.1.0.0-rc-60301' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'System.Reflection.Metadata.1.3.0-beta-23816' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'System.Collections.Immutable.1.2.0-rc3-23805' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'NUnit3TestAdapter.3.0.8-ctp-8' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'NUnitLite.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'NUnit.Console.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'FsCheck.2.0.3' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'NUnit.3.0.0' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'FSharp.Data.2.2.5' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
Added package 'FSharp.Compiler.Tools.4.0.0.1' to folder '/Users/ixamarin78/.Trash/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/.Trash/fsharp/.nuget/NuGet.Config
Feeds used:
/Users/ixamarin78/.local/share/NuGet/Cache
/Users/ixamarin78/.nuget/packages/
https://www.myget.org/F/dotnet-core/api/v3/index.json
https://www.nuget.org/api/v2/
Installed:
14 package(s) to packages.config projects
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/fsharp all
/Applications/Xcode.app/Contents/Developer/usr/bin/make build-proto
cp -p /Users/ixamarin78/.Trash/fsharp/lib/bootstrap/4.0/FSharp.Core.dll /Users/ixamarin78/.Trash/fsharp//lib/proto/FSharp.Core.dll
cp -p /Users/ixamarin78/.Trash/fsharp/lib/bootstrap/4.0/FSharp.Core.sigdata /Users/ixamarin78/.Trash/fsharp//lib/proto/FSharp.Core.sigdata
cp -p /Users/ixamarin78/.Trash/fsharp/lib/bootstrap/4.0/FSharp.Core.optdata /Users/ixamarin78/.Trash/fsharp//lib/proto/FSharp.Core.optdata
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Build-proto Configuration=proto build-proto
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.4.0/bin/xbuild /p:Configuration=Proto
XBuild Engine Version 14.0
Mono, Version 4.4.0.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:28:21.
__________________________________________________
Project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build-proto/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build-proto/../../../.nuget/NuGet.Config
Restoring NuGet package FsSrGen.3.0.0.
GET https://www.nuget.org/api/v2/Packages(Id='FsSrGen',Version='3.0.0')
Package 'fssrgen.3.0.0' already exists in folder '/Users/ixamarin78/.Trash/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/.Trash/fsharp/.nuget/NuGet.Config
Feeds used:
/Users/ixamarin78/.local/share/NuGet/Cache
/Users/ixamarin78/.nuget/packages/
https://www.myget.org/F/dotnet-core/api/v3/index.json
https://www.nuget.org/api/v2/
Installed:
1 package(s) to packages.config projects
Target CallFsSrGen:
Created directory "obj/proto/./"
Tool /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build-proto/../../../packages/fssrgen.3.0.0/lib/net46/fssrgen.exe execution started with arguments: /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build/FSBuild.txt obj/proto/./FSBuild.fs obj/proto/./FSBuild.resx
Target PrepareForBuild:
Configuration: Proto Platform: AnyCPU
Target CopyFilesMarkedCopyLocal:
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Framework.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/Microsoft.Build.Framework.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Engine.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/Microsoft.Build.Engine.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/Microsoft.Build.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Utilities.v12.0.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/Microsoft.Build.Utilities.v12.0.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Tasks.v12.0.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/Microsoft.Build.Tasks.v12.0.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "obj/proto/./FSBuild.resx,obj/proto/./FSBuild.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/.Trash/fsharp/packages/FSharp.Compiler.Tools.4.0.0.1/tools/fsc.exe execution started with arguments: -o:obj/proto/./FSharp.Build-proto.dll -g --noframework --define:CROSS_PLATFORM_COMPILER --define:DEBUG --define:NO_STRONG_NAMES --define:NO_STRONG_NAMES --define:BUILDING_WITH_LKG --define:OPEN_BUILD --define:FSHARP_CORE_4_5 --define:FX_ATLEAST_40 --define:FX_ATLEAST_35 --define:FX_ATLEAST_LINQ --define:BE_SECURITY_TRANSPARENT --define:QUERIES_IN_FSLIB --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_BIGINT_CULTURE_PARSE --define:ENABLE_MONO_SUPPORT --define:FX_MSBUILDRESOLVER_RUNTIMELIKE --define:FX_LCIDFROMCODEPAGE --define:FX_RESX_RESOURCE_READER --define:FX_RESIDENT_COMPILER --define:SHADOW_COPY_REFERENCES --doc:/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build-proto/../../../lib/proto/./FSharp.Build-proto.xml --optimize+ -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/mscorlib.dll -r:/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build-proto/../../../lib/bootstrap/4.0/FSharp.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Framework.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Engine.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Utilities.v12.0.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Tasks.v12.0.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Core.dll --target:library --nowarn:69,65,54,61,75 --warn:3 --warnaserror:76 --fullpaths --flaterrors --highentropyva- --times --version:4.4.0.0 obj/proto/./FSBuild.fs ../../utils/CompilerLocationUtils.fs ../FSharp.Build/CreateFSharpManifestResourceName.fsi ../FSharp.Build/CreateFSharpManifestResourceName.fs ../FSharp.Build/Fsc.fsi ../FSharp.Build/Fsc.fs
F# Compiler for F# 4.0 (Open Source Edition)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 25 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.3 Delta: 0.0 Mem: 25 G0: 0 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 0.7 Delta: 0.5 Mem: 49 G0: 3 G1: 0 G2: 0 [Import system references]
TIME: 1.0 Delta: 0.3 Mem: 61 G0: 1 G1: 1 G2: 1 [Parse inputs]
TIME: 1.0 Delta: 0.0 Mem: 61 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 2.5 Delta: 1.5 Mem: 86 G0: 11 G1: 0 G2: 0 [Typecheck]
TIME: 2.5 Delta: 0.0 Mem: 86 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 2.5 Delta: 0.0 Mem: 86 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 2.5 Delta: 0.0 Mem: 86 G0: 0 G1: 0 G2: 0 [Write XML document signatures]
TIME: 2.5 Delta: 0.0 Mem: 86 G0: 0 G1: 0 G2: 0 [Write XML docs]
TIME: 2.5 Delta: 0.0 Mem: 86 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 2.6 Delta: 0.1 Mem: 88 G0: 1 G1: 0 G2: 0 [Encode Interface Data]
TIME: 2.9 Delta: 0.3 Mem: 96 G0: 3 G1: 1 G2: 1 [Optimizations]
TIME: 2.9 Delta: 0.0 Mem: 96 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 2.9 Delta: 0.0 Mem: 96 G0: 0 G1: 0 G2: 0 [Encoding OptData]
TIME: 3.3 Delta: 0.3 Mem: 99 G0: 1 G1: 0 G2: 0 [TAST -> ILX]
TIME: 3.3 Delta: 0.0 Mem: 100 G0: 1 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 3.3 Delta: 0.0 Mem: 100 G0: 0 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 3.301 (delta) - Write Started
ilwrite: TIME 0.020 (total) 0.020 (delta) - Module Generation Preparation
ilwrite: TIME 0.021 (total) 0.002 (delta) - Module Generation Pass 1
ilwrite: TIME 0.036 (total) 0.015 (delta) - Module Generation Pass 2
ilwrite: TIME 0.092 (total) 0.056 (delta) - Module Generation Pass 3
ilwrite: TIME 0.097 (total) 0.005 (delta) - Module Generation Pass 4
ilwrite: TIME 0.098 (total) 0.001 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.098 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.101 (total) 0.003 (delta) - Layout Header of Tables
ilwrite: TIME 0.101 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.103 (total) 0.002 (delta) - Sort Tables
ilwrite: TIME 0.103 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.104 (total) 0.001 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.104 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.104 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.104 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.104 (total) 0.000 (delta) - Write Metadata Strings
ilwrite: TIME 0.105 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.105 (total) 0.000 (delta) - Write Blob Stream
ilwrite: TIME 0.105 (total) 0.000 (delta) - Fixup Metadata
ilwrite: TIME 0.105 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.106 (total) 0.000 (delta) - Layout image
ilwrite: TIME 0.115 (total) 0.009 (delta) - Writing Image
ilwrite: TIME 0.159 (total) 0.044 (delta) - Finalize PDB
ilwrite: TIME 0.159 (total) 0.000 (delta) - Signing Image
TIME: 3.5 Delta: 0.2 Mem: 104 G0: 1 G1: 0 G2: 0 [Write .NET Binary]
TIME: 3.5 Delta: 0.0 Mem: 104 G0: 0 G1: 0 G2: 0 [Write Stats File]
Target _CopyDeployFilesToOutputDirectoryPreserveNewest:
Copying file from '/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build-proto/Microsoft.FSharp-proto.targets' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/Microsoft.FSharp-proto.targets'
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build-proto/obj/proto/FSharp.Build-proto.dll.mdb' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/FSharp.Build-proto.dll.mdb'
Copying file from '/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build-proto/obj/proto/FSharp.Build-proto.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/FSharp.Build-proto.dll'
Done building project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:07.1994980
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Compiler-proto Configuration=proto build-proto
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.4.0/bin/xbuild /p:Configuration=Proto
XBuild Engine Version 14.0
Mono, Version 4.4.0.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:28:29.
__________________________________________________
Project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../.nuget/NuGet.Config
Restoring NuGet package FsSrGen.3.0.0.
GET https://www.nuget.org/api/v2/Packages(Id='FsSrGen',Version='3.0.0')
Package 'fssrgen.3.0.0' already exists in folder '/Users/ixamarin78/.Trash/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/.Trash/fsharp/.nuget/NuGet.Config
Feeds used:
/Users/ixamarin78/.local/share/NuGet/Cache
/Users/ixamarin78/.nuget/packages/
https://www.myget.org/F/dotnet-core/api/v3/index.json
https://www.nuget.org/api/v2/
Installed:
1 package(s) to packages.config projects
Target CallFsSrGen:
Created directory "obj/proto/./"
Tool /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../packages/fssrgen.3.0.0/lib/net46/fssrgen.exe execution started with arguments: /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSComp.txt obj/proto/./FSComp.fs obj/proto/./FSComp.resx
Target PrepareForBuild:
Configuration: Proto Platform: AnyCPU
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api, assembly named 'ISymWrapper' not found.
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/, assembly named 'ISymWrapper' not found.
For searchpath {PkgConfig}
Considered ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, but could not find in any pkg-config files.
For searchpath {GAC}
Considered ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' as a file, but the file does not exist
For searchpath /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/proto/./
Considered '/Users/ixamarin78/.Trash/fsharp/lib/proto/ISymWrapper' as a file, but the file does not exist
Considered '/Users/ixamarin78/.Trash/fsharp/lib/proto/ISymWrapper.exe' as a file, but the file does not exist
Considered '/Users/ixamarin78/.Trash/fsharp/lib/proto/ISymWrapper.dll' as a file, but the file does not exist
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/ixamarin78/.Trash/fsharp/packages/Microsoft.DiaSymReader.PortablePdb.1.0.0-rc-60301/lib/portable-net45+win8/Microsoft.DiaSymReader.PortablePdb.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/Microsoft.DiaSymReader.PortablePdb.dll'
Copying file from '/Users/ixamarin78/.Trash/fsharp/packages/Microsoft.DiaSymReader.1.0.7/lib/portable-net45+win8/Microsoft.DiaSymReader.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/Microsoft.DiaSymReader.dll'
Copying file from '/Users/ixamarin78/.Trash/fsharp/packages/System.Reflection.Metadata.1.3.0-beta-23816/lib/portable-net45+win8/System.Reflection.Metadata.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/System.Reflection.Metadata.dll'
Copying file from '/Users/ixamarin78/.Trash/fsharp/packages/System.Collections.Immutable.1.2.0-rc3-23805/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/System.Collections.Immutable.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "../FSStrings.resx,../FSStrings.resources"
Tool /Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "obj/proto/./FSComp.resx,obj/proto/./FSComp.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CallFsLex:
Tool /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/bootstrap/4.0/fslex.exe execution started with arguments: --unicode -o pplex.fs --lexlib Internal.Utilities.Text.Lexing ../pplex.fsl
compiling to dfas (can take a while...)
28 states
writing output
Tool /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/bootstrap/4.0/fslex.exe execution started with arguments: --unicode -o lex.fs --lexlib Internal.Utilities.Text.Lexing ../lex.fsl
compiling to dfas (can take a while...)
698 states
writing output
Tool /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/bootstrap/4.0/fslex.exe execution started with arguments: --unicode -o illex.fs --lexlib Internal.Utilities.Text.Lexing ../../absil/illex.fsl
compiling to dfas (can take a while...)
137 states
writing output
Target CallFsYacc:
Tool /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/bootstrap/4.0/fsyacc.exe execution started with arguments: --open Microsoft.FSharp.Compiler --module Microsoft.FSharp.Compiler.PPParser -o pppars.fs --internal --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing ../pppars.fsy
building tables
computing first function...time: 00:00:00.0334216
building kernels...time: 00:00:00.0180513
building kernel table...time: 00:00:00.0052779
computing lookahead relations..................................time: 00:00:00.0157227
building lookahead table...time: 00:00:00.0053321
building action table...state 4: shift/reduce error on RPAREN
state 14: shift/reduce error on error
state 15: shift/reduce error on error
state 16: shift/reduce error on error
state 25: reduce/reduce error on OP_AND
state 25: reduce/reduce error on OP_OR
state 25: reduce/reduce error on RPAREN
state 25: reduce/reduce error on error
time: 00:00:00.0111557
building goto table...time: 00:00:00.0022487
returning tables.
4 shift/reduce conflicts
4 reduce/reduce conflicts
31 states
5 nonterminals
11 terminals
19 productions
#rows in action table: 31
Tool /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/bootstrap/4.0/fsyacc.exe execution started with arguments: --open Microsoft.FSharp.Compiler --module Microsoft.FSharp.Compiler.Parser -o pars.fs --internal --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing ../pars.fsy
building tables
computing first function...time: 00:00:00.1875885
building kernels...time: 00:00:00.3480970
building kernel table...time: 00:00:00.0128390
computing lookahead relations............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................time: 00:00:05.9725479
building lookahead table...time: 00:00:01.4380043
building action table...state 0: shift/reduce error on error
state 2: shift/reduce error on error
state 2: shift/reduce error on error
state 47: shift/reduce error on EOF
state 59: shift/reduce error on error
state 63: shift/reduce error on error
state 67: shift/reduce error on error
state 72: shift/reduce error on OBLOCKEND
state 72: shift/reduce error on OBLOCKEND_COMING_SOON
state 72: shift/reduce error on OBLOCKEND_IS_HERE
state 77: shift/reduce error on error
state 124: shift/reduce error on WITH
state 133: shift/reduce error on WITH
state 135: shift/reduce error on WITH
state 143: shift/reduce error on error
state 176: shift/reduce error on WITH
state 221: reduce/reduce error on error
state 221: shift/reduce error on error
state 225: reduce/reduce error on error
state 225: shift/reduce error on error
state 228: reduce/reduce error on error
state 228: shift/reduce error on error
state 240: shift/reduce error on error
state 240: shift/reduce error on error
state 244: shift/reduce error on error
state 246: shift/reduce error on error
state 246: shift/reduce error on error
state 251: shift/reduce error on error
state 260: shift/reduce error on OLET
state 260: shift/reduce error on EXTERN
state 260: shift/reduce error on error
state 269: shift/reduce error on error
state 275: shift/reduce error on BEGIN
state 275: shift/reduce error on error
state 285: reduce/reduce error on error
state 285: shift/reduce error on error
state 294: shift/reduce error on LBRACK_LESS
state 307: shift/reduce error on TYPE_COMING_SOON
state 307: shift/reduce error on MODULE_COMING_SOON
state 340: shift/reduce error on WITH
state 340: reduce/reduce error on PUBLIC
state 340: reduce/reduce error on PRIVATE
state 340: reduce/reduce error on INTERNAL
state 340: shift/reduce error on LBRACK_LESS
state 351: shift/reduce error on error
state 353: shift/reduce error on error
state 356: shift/reduce error on WITH
state 359: shift/reduce error on WITH
state 367: shift/reduce error on error
state 371: shift/reduce error on END
state 371: shift/reduce error on error
state 373: shift/reduce error on error
state 377: shift/reduce error on error
state 383: shift/reduce error on error
state 386: shift/reduce error on error
state 418: shift/reduce error on ODECLEND
state 421: shift/reduce error on WITH
state 428: shift/reduce error on WITH
state 429: shift/reduce error on ODECLEND
state 432: shift/reduce error on ODECLEND
state 434: shift/reduce error on ODECLEND
state 436: shift/reduce error on ODECLEND
state 442: shift/reduce error on ODECLEND
state 458: shift/reduce error on WITH
state 498: shift/reduce error on OBLOCKSEP
state 499: reduce/reduce error on error
state 504: shift/reduce error on ODECLEND
state 506: shift/reduce error on ODECLEND
state 510: shift/reduce error on ODECLEND
state 609: shift/reduce error on OBLOCKSEP
state 616: shift/reduce error on OBLOCKSEP
state 619: shift/reduce error on OBLOCKSEP
state 622: shift/reduce error on OBLOCKSEP
state 625: shift/reduce error on OBLOCKSEP
state 634: shift/reduce error on OBLOCKSEP
state 637: shift/reduce error on OBLOCKSEP
state 638: reduce/reduce error on BAR
state 791: shift/reduce error on HIGH_PRECEDENCE_TYAPP
state 798: shift/reduce error on COLON
state 850: shift/reduce error on error
state 850: shift/reduce error on EOF
state 881: shift/reduce error on error
state 881: shift/reduce error on EOF
state 885: shift/reduce error on RPAREN
state 885: shift/reduce error on RPAREN_COMING_SOON
state 885: shift/reduce error on RPAREN_IS_HERE
state 886: reduce/reduce error on EOF
state 886: reduce/reduce error on OBLOCKEND_COMING_SOON
state 886: reduce/reduce error on OBLOCKSEP
state 886: reduce/reduce error on OWITH
state 886: reduce/reduce error on HIGH_PRECEDENCE_PAREN_APP
state 886: reduce/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 886: reduce/reduce error on TYPE_COMING_SOON
state 886: reduce/reduce error on MODULE_COMING_SOON
state 886: reduce/reduce error on PUBLIC
state 886: reduce/reduce error on PRIVATE
state 886: reduce/reduce error on INTERNAL
state 886: reduce/reduce error on GLOBAL
state 886: reduce/reduce error on BAR
state 886: reduce/reduce error on RBRACK
state 886: reduce/reduce error on RBRACE
state 886: reduce/reduce error on RBRACE_COMING_SOON
state 886: reduce/reduce error on RBRACE_IS_HERE
state 886: reduce/reduce error on BAR_RBRACK
state 886: reduce/reduce error on UNDERSCORE
state 886: reduce/reduce error on EQUALS
state 886: reduce/reduce error on LBRACK
state 886: reduce/reduce error on LBRACK_BAR
state 886: reduce/reduce error on LBRACE
state 886: reduce/reduce error on QMARK
state 886: reduce/reduce error on COLON
state 886: reduce/reduce error on COLON_COLON
state 886: reduce/reduce error on SEMICOLON
state 886: reduce/reduce error on WHEN
state 886: reduce/reduce error on WITH
state 886: reduce/reduce error on AMP
state 886: reduce/reduce error on LPAREN
state 886: reduce/reduce error on RPAREN
state 886: reduce/reduce error on RPAREN_COMING_SOON
state 886: reduce/reduce error on RPAREN_IS_HERE
state 886: reduce/reduce error on COMMA
state 886: reduce/reduce error on RARROW
state 886: reduce/reduce error on LPAREN_STAR_RPAREN
state 886: reduce/reduce error on TRUE
state 886: reduce/reduce error on FALSE
state 886: reduce/reduce error on IN
state 886: reduce/reduce error on AS
state 886: reduce/reduce error on NULL
state 886: reduce/reduce error on LQUOTE
state 886: reduce/reduce error on BIGNUM
state 886: reduce/reduce error on DECIMAL
state 886: reduce/reduce error on CHAR
state 886: reduce/reduce error on IEEE64
state 886: reduce/reduce error on IEEE32
state 886: reduce/reduce error on NATIVEINT
state 886: reduce/reduce error on UNATIVEINT
state 886: reduce/reduce error on UINT64
state 886: reduce/reduce error on UINT32
state 886: reduce/reduce error on UINT16
state 886: reduce/reduce error on UINT8
state 886: reduce/reduce error on INT64
state 886: reduce/reduce error on INT32
state 886: reduce/reduce error on INT16
state 886: reduce/reduce error on INT8
state 886: reduce/reduce error on IDENT
state 886: reduce/reduce error on KEYWORD_STRING
state 886: reduce/reduce error on STRING
state 886: reduce/reduce error on BYTEARRAY
state 886: reduce/reduce error on error
state 889: shift/reduce error on COLON
state 890: shift/reduce error on COLON
state 891: shift/reduce error on COLON
state 892: shift/reduce error on COLON
state 893: shift/reduce error on COLON
state 894: shift/reduce error on COLON
state 895: shift/reduce error on COLON
state 903: shift/reduce error on COMMA
state 904: shift/reduce error on AMP
state 922: reduce/reduce error on RBRACK
state 922: reduce/reduce error on BAR_RBRACK
state 932: shift/reduce error on COLON_QMARK
state 932: shift/reduce error on COLON_GREATER
state 932: shift/reduce error on COLON_QMARK_GREATER
state 932: shift/reduce error on COLON_EQUALS
state 932: shift/reduce error on JOIN_IN
state 932: shift/reduce error on BAR_BAR
state 932: shift/reduce error on INFIX_BAR_OP
state 932: shift/reduce error on OR
state 932: shift/reduce error on AMP
state 932: shift/reduce error on AMP_AMP
state 932: shift/reduce error on INFIX_AMP_OP
state 932: shift/reduce error on EQUALS
state 932: shift/reduce error on INFIX_COMPARE_OP
state 932: shift/reduce error on DOLLAR
state 932: shift/reduce error on LESS
state 932: shift/reduce error on GREATER
state 932: shift/reduce error on INFIX_AT_HAT_OP
state 932: shift/reduce error on PERCENT_OP
state 932: shift/reduce error on COLON_COLON
state 932: shift/reduce error on PLUS_MINUS_OP
state 932: shift/reduce error on MINUS
state 932: shift/reduce error on STAR
state 932: shift/reduce error on INFIX_STAR_DIV_MOD_OP
state 932: shift/reduce error on INFIX_STAR_STAR_OP
state 932: shift/reduce error on COMMA
state 933: shift/reduce error on ORIGHT_BLOCK_END
state 935: shift/reduce error on COLON
state 940: shift/reduce error on THEN
state 940: shift/reduce error on OTHEN
state 941: reduce/reduce error on EOF
state 941: reduce/reduce error on RBRACK
state 941: reduce/reduce error on error
state 943: shift/reduce error on ODO
state 943: shift/reduce error on OLET
state 943: shift/reduce error on EXTERN
state 943: shift/reduce error on MINUS
state 943: shift/reduce error on AMP
state 943: shift/reduce error on AMP_AMP
state 943: shift/reduce error on RARROW
state 943: shift/reduce error on NEW
state 943: shift/reduce error on PERCENT_OP
state 943: shift/reduce error on LET
state 943: shift/reduce error on PLUS_MINUS_OP
state 951: shift/reduce error on OLET
state 951: shift/reduce error on ODO
state 951: shift/reduce error on EXTERN
state 951: shift/reduce error on error
state 953: shift/reduce error on ODECLEND
state 953: shift/reduce error on DONE
state 954: shift/reduce error on ODECLEND
state 954: shift/reduce error on DONE
state 955: shift/reduce error on ODECLEND
state 955: shift/reduce error on DONE
state 956: shift/reduce error on ODO
state 956: shift/reduce error on DO
state 957: shift/reduce error on ODECLEND
state 957: shift/reduce error on DONE
state 958: shift/reduce error on RBRACK
state 959: shift/reduce error on RBRACK
state 960: shift/reduce error on RQUOTE
state 961: shift/reduce error on BAR_RBRACK
state 962: shift/reduce error on RPAREN
state 962: shift/reduce error on RPAREN_IS_HERE
state 962: shift/reduce error on RPAREN_COMING_SOON
state 963: shift/reduce error on RPAREN
state 963: shift/reduce error on RPAREN_IS_HERE
state 963: shift/reduce error on RPAREN_COMING_SOON
state 964: shift/reduce error on RBRACE
state 964: shift/reduce error on RBRACE_IS_HERE
state 964: shift/reduce error on RBRACE_COMING_SOON
state 996: shift/reduce error on ODO
state 996: shift/reduce error on OLET
state 996: shift/reduce error on EXTERN
state 1000: shift/reduce error on ODO
state 1000: shift/reduce error on OLET
state 1000: shift/reduce error on EXTERN
state 1035: reduce/reduce error on EOF
state 1035: reduce/reduce error on OBLOCKEND_COMING_SOON
state 1035: reduce/reduce error on OBLOCKSEP
state 1035: reduce/reduce error on ODO
state 1035: reduce/reduce error on TYPE_COMING_SOON
state 1035: reduce/reduce error on MODULE_COMING_SOON
state 1035: reduce/reduce error on RBRACE_COMING_SOON
state 1035: reduce/reduce error on RPAREN_COMING_SOON
state 1035: reduce/reduce error on RARROW
state 1035: reduce/reduce error on DO
state 1035: reduce/reduce error on error
state 1037: shift/reduce error on COLON_QMARK
state 1037: shift/reduce error on COLON_GREATER
state 1037: shift/reduce error on COLON_QMARK_GREATER
state 1037: shift/reduce error on COLON_EQUALS
state 1037: shift/reduce error on JOIN_IN
state 1037: shift/reduce error on BAR_BAR
state 1037: shift/reduce error on INFIX_BAR_OP
state 1037: shift/reduce error on OR
state 1037: shift/reduce error on AMP
state 1037: shift/reduce error on AMP_AMP
state 1037: shift/reduce error on INFIX_AMP_OP
state 1037: shift/reduce error on EQUALS
state 1037: shift/reduce error on INFIX_COMPARE_OP
state 1037: shift/reduce error on DOLLAR
state 1037: shift/reduce error on LESS
state 1037: shift/reduce error on GREATER
state 1037: shift/reduce error on INFIX_AT_HAT_OP
state 1037: shift/reduce error on PERCENT_OP
state 1037: shift/reduce error on COLON_COLON
state 1037: shift/reduce error on PLUS_MINUS_OP
state 1037: shift/reduce error on MINUS
state 1037: shift/reduce error on STAR
state 1037: shift/reduce error on INFIX_STAR_DIV_MOD_OP
state 1037: shift/reduce error on INFIX_STAR_STAR_OP
state 1037: shift/reduce error on COMMA
state 1039: shift/reduce error on COLON_QMARK
state 1039: shift/reduce error on COLON_GREATER
state 1039: shift/reduce error on COLON_QMARK_GREATER
state 1039: shift/reduce error on COLON_EQUALS
state 1039: shift/reduce error on JOIN_IN
state 1039: shift/reduce error on BAR_BAR
state 1039: shift/reduce error on INFIX_BAR_OP
state 1039: shift/reduce error on OR
state 1039: shift/reduce error on AMP
state 1039: shift/reduce error on AMP_AMP
state 1039: shift/reduce error on INFIX_AMP_OP
state 1039: shift/reduce error on EQUALS
state 1039: shift/reduce error on INFIX_COMPARE_OP
state 1039: shift/reduce error on DOLLAR
state 1039: shift/reduce error on LESS
state 1039: shift/reduce error on GREATER
state 1039: shift/reduce error on INFIX_AT_HAT_OP
state 1039: shift/reduce error on PERCENT_OP
state 1039: shift/reduce error on COLON_COLON
state 1039: shift/reduce error on PLUS_MINUS_OP
state 1039: shift/reduce error on MINUS
state 1039: shift/reduce error on STAR
state 1039: shift/reduce error on INFIX_STAR_DIV_MOD_OP
state 1039: shift/reduce error on INFIX_STAR_STAR_OP
state 1039: shift/reduce error on COMMA
state 1169: shift/reduce error on error
state 1178: shift/reduce error on ELIF
state 1178: shift/reduce error on ELSE
state 1178: shift/reduce error on OELSE
state 1220: reduce/reduce error on error
state 1224: reduce/reduce error on OBLOCKSEP
state 1232: shift/reduce error on EQUALS
state 1234: shift/reduce error on QMARK
state 1237: shift/reduce error on QMARK
state 1241: shift/reduce error on HIGH_PRECEDENCE_PAREN_APP
state 1241: shift/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 1241: shift/reduce error on DOT
state 1248: shift/reduce error on error
state 1248: shift/reduce error on LPAREN
state 1248: shift/reduce error on LBRACK
state 1248: shift/reduce error on EOF
state 1248: shift/reduce error on LPAREN_STAR_RPAREN
state 1248: shift/reduce error on IDENT
state 1251: shift/reduce error on error
state 1251: shift/reduce error on LPAREN
state 1251: shift/reduce error on LBRACK
state 1251: shift/reduce error on EOF
state 1251: shift/reduce error on LPAREN_STAR_RPAREN
state 1251: shift/reduce error on IDENT
state 1260: shift/reduce error on error
state 1260: shift/reduce error on EOF
state 1314: shift/reduce error on error
state 1314: shift/reduce error on EOF
state 1328: reduce/reduce error on EOF
state 1328: reduce/reduce error on OINTERFACE_MEMBER
state 1328: reduce/reduce error on OBLOCKEND
state 1328: reduce/reduce error on OBLOCKEND_COMING_SOON
state 1328: reduce/reduce error on OBLOCKEND_IS_HERE
state 1328: reduce/reduce error on ORIGHT_BLOCK_END
state 1328: reduce/reduce error on ODECLEND
state 1328: reduce/reduce error on OEND
state 1328: reduce/reduce error on OBLOCKSEP
state 1328: reduce/reduce error on OWITH
state 1328: reduce/reduce error on OELSE
state 1328: reduce/reduce error on OTHEN
state 1328: reduce/reduce error on ODO
state 1328: reduce/reduce error on OLET
state 1328: reduce/reduce error on HIGH_PRECEDENCE_TYAPP
state 1328: reduce/reduce error on HIGH_PRECEDENCE_PAREN_APP
state 1328: reduce/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 1328: reduce/reduce error on TYPE_COMING_SOON
state 1328: reduce/reduce error on TYPE_IS_HERE
state 1328: reduce/reduce error on MODULE_COMING_SOON
state 1328: reduce/reduce error on MODULE_IS_HERE
state 1328: reduce/reduce error on EXTERN
state 1328: reduce/reduce error on PUBLIC
state 1328: reduce/reduce error on PRIVATE
state 1328: reduce/reduce error on INTERNAL
state 1328: reduce/reduce error on GLOBAL
state 1328: reduce/reduce error on STATIC
state 1328: reduce/reduce error on MEMBER
state 1328: reduce/reduce error on ABSTRACT
state 1328: reduce/reduce error on OVERRIDE
state 1328: reduce/reduce error on DEFAULT
state 1328: reduce/reduce error on INHERIT
state 1328: reduce/reduce error on BAR
state 1328: reduce/reduce error on RBRACK
state 1328: reduce/reduce error on RBRACE
state 1328: reduce/reduce error on RBRACE_COMING_SOON
state 1328: reduce/reduce error on RBRACE_IS_HERE
state 1328: reduce/reduce error on MINUS
state 1328: reduce/reduce error on DOLLAR
state 1328: reduce/reduce error on BAR_RBRACK
state 1328: reduce/reduce error on SEMICOLON_SEMICOLON
state 1328: reduce/reduce error on LARROW
state 1328: reduce/reduce error on EQUALS
state 1328: reduce/reduce error on LBRACK
state 1328: reduce/reduce error on LBRACK_BAR
state 1328: reduce/reduce error on LBRACK_LESS
state 1328: reduce/reduce error on LBRACE
state 1328: reduce/reduce error on QMARK
state 1328: reduce/reduce error on DOT
state 1328: reduce/reduce error on COLON
state 1328: reduce/reduce error on COLON_COLON
state 1328: reduce/reduce error on COLON_GREATER
state 1328: reduce/reduce error on COLON_QMARK_GREATER
state 1328: reduce/reduce error on COLON_QMARK
state 1328: reduce/reduce error on COLON_EQUALS
state 1328: reduce/reduce error on SEMICOLON
state 1328: reduce/reduce error on WHEN
state 1328: reduce/reduce error on WITH
state 1328: reduce/reduce error on HASH
state 1328: reduce/reduce error on AMP
state 1328: reduce/reduce error on AMP_AMP
state 1328: reduce/reduce error on QUOTE
state 1328: reduce/reduce error on LPAREN
state 1328: reduce/reduce error on RPAREN
state 1328: reduce/reduce error on RPAREN_COMING_SOON
state 1328: reduce/reduce error on RPAREN_IS_HERE
state 1328: reduce/reduce error on STAR
state 1328: reduce/reduce error on COMMA
state 1328: reduce/reduce error on RARROW
state 1328: reduce/reduce error on LPAREN_STAR_RPAREN
state 1328: reduce/reduce error on OPEN
state 1328: reduce/reduce error on OR
state 1328: reduce/reduce error on THEN
state 1328: reduce/reduce error on TO
state 1328: reduce/reduce error on TRUE
state 1328: reduce/reduce error on TYPE
state 1328: reduce/reduce error on VAL
state 1328: reduce/reduce error on INTERFACE
state 1328: reduce/reduce error on NEW
state 1328: reduce/reduce error on EXCEPTION
state 1328: reduce/reduce error on FALSE
state 1328: reduce/reduce error on IN
state 1328: reduce/reduce error on JOIN_IN
state 1328: reduce/reduce error on FINALLY
state 1328: reduce/reduce error on AND
state 1328: reduce/reduce error on AS
state 1328: reduce/reduce error on BEGIN
state 1328: reduce/reduce error on DO
state 1328: reduce/reduce error on DONE
state 1328: reduce/reduce error on DOWNTO
state 1328: reduce/reduce error on ELSE
state 1328: reduce/reduce error on ELIF
state 1328: reduce/reduce error on END
state 1328: reduce/reduce error on DOT_DOT
state 1328: reduce/reduce error on BAR_BAR
state 1328: reduce/reduce error on NULL
state 1328: reduce/reduce error on MODULE
state 1328: reduce/reduce error on NAMESPACE
state 1328: reduce/reduce error on BASE
state 1328: reduce/reduce error on LQUOTE
state 1328: reduce/reduce error on RQUOTE
state 1328: reduce/reduce error on PERCENT_OP
state 1328: reduce/reduce error on LESS
state 1328: reduce/reduce error on GREATER
state 1328: reduce/reduce error on LET
state 1328: reduce/reduce error on BIGNUM
state 1328: reduce/reduce error on DECIMAL
state 1328: reduce/reduce error on CHAR
state 1328: reduce/reduce error on IEEE64
state 1328: reduce/reduce error on IEEE32
state 1328: reduce/reduce error on NATIVEINT
state 1328: reduce/reduce error on UNATIVEINT
state 1328: reduce/reduce error on UINT64
state 1328: reduce/reduce error on UINT32
state 1328: reduce/reduce error on UINT16
state 1328: reduce/reduce error on UINT8
state 1328: reduce/reduce error on INT64
state 1328: reduce/reduce error on INT32
state 1328: reduce/reduce error on INT16
state 1328: reduce/reduce error on INT8
state 1328: reduce/reduce error on ADJACENT_PREFIX_OP
state 1328: reduce/reduce error on PLUS_MINUS_OP
state 1328: reduce/reduce error on INFIX_AMP_OP
state 1328: reduce/reduce error on INFIX_STAR_DIV_MOD_OP
state 1328: reduce/reduce error on PREFIX_OP
state 1328: reduce/reduce error on INFIX_BAR_OP
state 1328: reduce/reduce error on INFIX_AT_HAT_OP
state 1328: reduce/reduce error on INFIX_COMPARE_OP
state 1328: reduce/reduce error on INFIX_STAR_STAR_OP
state 1328: reduce/reduce error on IDENT
state 1328: reduce/reduce error on KEYWORD_STRING
state 1328: reduce/reduce error on STRING
state 1328: reduce/reduce error on BYTEARRAY
state 1328: reduce/reduce error on error
state 1423: shift/reduce error on EOF
state 1423: shift/reduce error on error
state 1423: shift/reduce error on RBRACE_COMING_SOON
state 1424: shift/reduce error on EOF
state 1424: shift/reduce error on error
state 1424: shift/reduce error on RBRACE_COMING_SOON
state 1430: shift/reduce error on error
state 1436: shift/reduce error on error
state 1441: shift/reduce error on END
state 1441: shift/reduce error on OEND
state 1441: shift/reduce error on ODECLEND
state 1443: shift/reduce error on error
state 1445: shift/reduce error on error
state 1447: shift/reduce error on error
state 1514: shift/reduce error on QUOTE
state 1514: shift/reduce error on GLOBAL
state 1521: shift/reduce error on QUOTE
state 1521: shift/reduce error on GLOBAL
state 1528: shift/reduce error on COLON_GREATER
state 1530: shift/reduce error on INFIX_AT_HAT_OP
state 1531: shift/reduce error on INFIX_AT_HAT_OP
state 1531: shift/reduce error on LESS
state 1531: shift/reduce error on DOT
state 1536: reduce/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 1540: reduce/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 1542: reduce/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 1550: reduce/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 1555: reduce/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 1561: reduce/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 1578: shift/reduce error on INFIX_AT_HAT_OP
state 1578: reduce/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 1579: shift/reduce error on INFIX_AT_HAT_OP
state 1583: reduce/reduce error on HIGH_PRECEDENCE_BRACK_APP
state 1586: shift/reduce error on DOT
state 1612: shift/reduce error on EOF
state 1612: shift/reduce error on error
state 1637: shift/reduce error on INFIX_AT_HAT_OP
state 1753: shift/reduce error on TYPE_COMING_SOON
state 1753: shift/reduce error on TYPE_IS_HERE
state 1753: shift/reduce error on TYPE
state 1758: shift/reduce error on MODULE_COMING_SOON
state 1758: shift/reduce error on MODULE_IS_HERE
state 1758: shift/reduce error on MODULE
time: 00:00:09.5609816
building goto table...time: 00:00:03.3252261
returning tables.
270 shift/reduce conflicts
232 reduce/reduce conflicts
1785 states
322 nonterminals
195 terminals
1041 productions
#rows in action table: 1785
Tool /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/bootstrap/4.0/fsyacc.exe execution started with arguments: --open Microsoft.FSharp.Compiler.AbstractIL --module Microsoft.FSharp.Compiler.AbstractIL.Internal.AsciiParser -o ilpars.fs --internal --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing ../../absil/ilpars.fsy
building tables
computing first function...time: 00:00:00.0372518
building kernels...time: 00:00:00.0206019
building kernel table...time: 00:00:00.0057492
computing lookahead relations.................................................................................................................................................time: 00:00:00.0211041
building lookahead table...time: 00:00:00.0082790
building action table...state 57: shift/reduce error on RBRACK
state 87: shift/reduce error on RBRACK
time: 00:00:00.0215101
building goto table...time: 00:00:00.0061885
returning tables.
2 shift/reduce conflicts
142 states
32 nonterminals
68 terminals
96 productions
#rows in action table: 142
Target CoreCompile:
Tool /Users/ixamarin78/.Trash/fsharp/packages/FSharp.Compiler.Tools.4.0.0.1/tools/fsc.exe execution started with arguments: -o:obj/proto/./FSharp.Compiler-proto.dll -g --noframework --define:CROSS_PLATFORM_COMPILER --define:DEBUG --define:NO_STRONG_NAMES --define:NO_STRONG_NAMES --define:INCLUDE_METADATA_WRITER --define:INCLUDE_METADATA_READER --define:COMPILER --define:BUILDING_WITH_LKG --define:BUILDING_PROTO --define:FX_ATLEAST_45 --define:OPEN_BUILD --define:FSHARP_CORE_4_5 --define:FX_ATLEAST_40 --define:FX_ATLEAST_35 --define:FX_ATLEAST_LINQ --define:BE_SECURITY_TRANSPARENT --define:QUERIES_IN_FSLIB --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_BIGINT_CULTURE_PARSE --define:ENABLE_MONO_SUPPORT --define:FX_MSBUILDRESOLVER_RUNTIMELIKE --define:FX_LCIDFROMCODEPAGE --define:FX_RESX_RESOURCE_READER --define:FX_RESIDENT_COMPILER --define:SHADOW_COPY_REFERENCES --doc:/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/proto/./FSharp.Compiler-proto.xml --optimize+ -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/mscorlib.dll -r:/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/bootstrap/4.0/FSharp.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Windows.Forms.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Runtime.Remoting.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Framework.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Engine.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Tasks.v12.0.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/xbuild/12.0/bin/Microsoft.Build.Utilities.v12.0.dll -r:../../../packages/Microsoft.DiaSymReader.PortablePdb.1.0.0-rc-60301/lib/portable-net45+win8/Microsoft.DiaSymReader.PortablePdb.dll -r:../../../packages/Microsoft.DiaSymReader.1.0.7/lib/portable-net45+win8/Microsoft.DiaSymReader.dll -r:../../../packages/System.Reflection.Metadata.1.3.0-beta-23816/lib/portable-net45+win8/System.Reflection.Metadata.dll -r:../../../packages/System.Collections.Immutable.1.2.0-rc3-23805/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Collections.Concurrent.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ComponentModel.Annotations.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ComponentModel.EventBasedAsync.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Diagnostics.Tracing.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Linq.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.Emit.ILGeneration.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.Emit.Lightweight.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.Emit.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ServiceModel.Duplex.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ServiceModel.Http.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ServiceModel.NetTcp.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ServiceModel.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ServiceModel.Security.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Threading.Tasks.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Threading.Timer.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Xml.XmlSerializer.dll --target:library --nowarn:35,44,62,9,60,86,47,1203,69,65,54,61,75 --warn:3 --warnaserror:76 --fullpaths --flaterrors --highentropyva- --warnon:1182 --times --version:4.4.0.0 obj/proto/./FSComp.fs ../../utils/reshapedreflection.fs ../../assemblyinfo/assemblyinfo.FSharp.Compiler.dll.fs ../../utils/sformat.fsi ../../utils/sformat.fs ../sr.fsi ../sr.fs ../../utils/prim-lexing.fsi ../../utils/prim-lexing.fs ../../utils/prim-parsing.fsi ../../utils/prim-parsing.fs ../../utils/ResizeArray.fsi ../../utils/ResizeArray.fs ../../utils/HashMultiMap.fsi ../../utils/HashMultiMap.fs ../../utils/TaggedCollections.fsi ../../utils/TaggedCollections.fs ../FlatList.fs ../../absil/ildiag.fsi ../../absil/ildiag.fs ../../absil/illib.fs ../../utils/filename.fsi ../../utils/filename.fs ../../absil/zmap.fsi ../../absil/zmap.fs ../../absil/zset.fsi ../../absil/zset.fs ../../absil/bytes.fsi ../../absil/bytes.fs ../ReferenceResolution.fsi ../ReferenceResolution.fs ../../absil/il.fsi ../../absil/il.fs ../../absil/ilx.fsi ../../absil/ilx.fs ../../absil/ilascii.fsi ../../absil/ilascii.fs ../../absil/ilprint.fsi ../../absil/ilprint.fs ../../absil/ilmorph.fsi ../../absil/ilmorph.fs ../../absil/ilsupp.fsi ../../absil/ilsupp.fs ilpars.fs illex.fs ../../absil/ilbinary.fsi ../../absil/ilbinary.fs ../lib.fs ../range.fsi ../range.fs ../rational.fsi ../rational.fs ../ErrorLogger.fs ../InternalCollections.fsi ../InternalCollections.fs ../../absil/ilread.fsi ../../absil/ilread.fs ../../absil/ilwrite.fsi ../../absil/ilwritepdb.fsi ../../absil/ilwritepdb.fs ../../absil/ilwrite.fs ../../absil/ilreflect.fs ../../utils/CompilerLocationUtils.fs ../PrettyNaming.fs ../../ilx/ilxsettings.fs ../../ilx/EraseClosures.fsi ../../ilx/EraseClosures.fs ../../ilx/EraseUnions.fsi ../../ilx/EraseUnions.fs ../UnicodeLexing.fsi ../UnicodeLexing.fs ../layout.fsi ../layout.fs ../ast.fs pppars.fs pars.fs ../lexhelp.fsi ../lexhelp.fs pplex.fs lex.fs ../QuotationPickler.fsi ../QuotationPickler.fs ../QueueList.fs ../tast.fs ../TcGlobals.fs ../TastOps.fsi ../TastOps.fs ../TastPickle.fsi ../TastPickle.fs ../LexFilter.fs ../import.fsi ../import.fs ../infos.fs ../NicePrint.fs ../AugmentWithHashCompare.fsi ../AugmentWithHashCompare.fs ../NameResolution.fsi ../NameResolution.fs ../TypeRelations.fs ../PatternMatchCompilation.fsi ../PatternMatchCompilation.fs ../ConstraintSolver.fsi ../ConstraintSolver.fs ../CheckFormatStrings.fsi ../CheckFormatStrings.fs ../FindUnsolved.fs ../QuotationTranslator.fsi ../QuotationTranslator.fs ../PostInferenceChecks.fsi ../PostInferenceChecks.fs ../TypeChecker.fsi ../TypeChecker.fs ../Optimizer.fsi ../Optimizer.fs ../autobox.fs ../DetupleArgs.fsi ../DetupleArgs.fs ../InnerLambdasToTopLevelFuncs.fsi ../InnerLambdasToTopLevelFuncs.fs ../LowerCallsAndSeqs.fs ../IlxGen.fsi ../IlxGen.fs ../TraceCall.fsi ../TraceCall.fs ../CompileOps.fsi ../CompileOps.fs ../CompileOptions.fsi ../CompileOptions.fs ../fsc.fsi ../fsc.fs
F# Compiler for F# 4.0 (Open Source Edition)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 27 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.3 Delta: 0.0 Mem: 27 G0: 0 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 0.9 Delta: 0.6 Mem: 53 G0: 6 G1: 0 G2: 0 [Import system references]
TIME: 5.3 Delta: 4.4 Mem: 158 G0: 119 G1: 14 G2: 14 [Parse inputs]
TIME: 5.4 Delta: 0.2 Mem: 163 G0: 2 G1: 0 G2: 0 [Import non-system references]
TIME: 25.7 Delta: 20.2 Mem: 330 G0: 955 G1: 4 G2: 4 [Typecheck]
TIME: 25.7 Delta: 0.0 Mem: 331 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 25.7 Delta: 0.0 Mem: 331 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 25.7 Delta: 0.0 Mem: 331 G0: 1 G1: 0 G2: 0 [Write XML document signatures]
TIME: 25.7 Delta: 0.0 Mem: 333 G0: 2 G1: 0 G2: 0 [Write XML docs]
TIME: 25.7 Delta: 0.0 Mem: 333 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 26.2 Delta: 0.4 Mem: 349 G0: 15 G1: 0 G2: 0 [Encode Interface Data]
TIME: 41.5 Delta: 15.3 Mem: 432 G0: 884 G1: 3 G2: 3 [Optimizations]
TIME: 41.5 Delta: 0.0 Mem: 432 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 41.5 Delta: 0.0 Mem: 433 G0: 1 G1: 0 G2: 0 [Encoding OptData]
TIME: 49.4 Delta: 7.9 Mem: 491 G0: 274 G1: 1 G2: 1 [TAST -> ILX]
TIME: 50.7 Delta: 1.3 Mem: 539 G0: 32 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 52.3 Delta: 1.7 Mem: 571 G0: 28 G1: 1 G2: 1 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 52.328 (delta) - Write Started
ilwrite: TIME 0.020 (total) 0.020 (delta) - Module Generation Preparation
ilwrite: TIME 0.042 (total) 0.022 (delta) - Module Generation Pass 1
ilwrite: TIME 0.304 (total) 0.262 (delta) - Module Generation Pass 2
ilwrite: TIME 3.008 (total) 2.703 (delta) - Module Generation Pass 3
ilwrite: TIME 3.077 (total) 0.070 (delta) - Module Generation Pass 4
ilwrite: TIME 3.101 (total) 0.023 (delta) - Finalize Module Generation Results
ilwrite: TIME 3.102 (total) 0.001 (delta) - Generated Tables and Code
ilwrite: TIME 3.106 (total) 0.004 (delta) - Layout Header of Tables
ilwrite: TIME 3.107 (total) 0.001 (delta) - Build String/Blob Address Tables
ilwrite: TIME 3.239 (total) 0.132 (delta) - Sort Tables
ilwrite: TIME 3.239 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 3.272 (total) 0.034 (delta) - Write Tables to tablebuf
ilwrite: TIME 3.273 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 3.273 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 3.275 (total) 0.002 (delta) - Write Metadata Tables
ilwrite: TIME 3.278 (total) 0.003 (delta) - Write Metadata Strings
ilwrite: TIME 3.280 (total) 0.002 (delta) - Write Metadata User Strings
ilwrite: TIME 3.284 (total) 0.004 (delta) - Write Blob Stream
ilwrite: TIME 3.296 (total) 0.012 (delta) - Fixup Metadata
ilwrite: TIME 3.296 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 3.297 (total) 0.001 (delta) - Layout image
ilwrite: TIME 3.306 (total) 0.008 (delta) - Writing Image
ilwrite: TIME 6.529 (total) 3.223 (delta) - Finalize PDB
ilwrite: TIME 6.529 (total) 0.000 (delta) - Signing Image
TIME: 58.9 Delta: 6.5 Mem: 649 G0: 153 G1: 0 G2: 0 [Write .NET Binary]
TIME: 58.9 Delta: 0.0 Mem: 649 G0: 0 G1: 0 G2: 0 [Write Stats File]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/obj/proto/FSharp.Compiler-proto.dll.mdb' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/FSharp.Compiler-proto.dll.mdb'
Copying file from '/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/obj/proto/FSharp.Compiler-proto.dll' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/FSharp.Compiler-proto.dll'
Done building project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not resolved
1 Warning(s)
0 Error(s)
Time Elapsed 00:01:28.8551570
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Fsc-proto Configuration=proto build-proto
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.4.0/bin/xbuild /p:Configuration=Proto
XBuild Engine Version 14.0
Mono, Version 4.4.0.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:29:58.
__________________________________________________
Project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/Fsc-proto/Fsc-proto.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/.Trash/fsharp/src/fsharp/Fsc-proto/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/.Trash/fsharp/src/fsharp/Fsc-proto/../../../.nuget/NuGet.Config
Restoring NuGet package FsSrGen.3.0.0.
GET https://www.nuget.org/api/v2/Packages(Id='FsSrGen',Version='3.0.0')
Package 'fssrgen.3.0.0' already exists in folder '/Users/ixamarin78/.Trash/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/.Trash/fsharp/.nuget/NuGet.Config
Feeds used:
/Users/ixamarin78/.local/share/NuGet/Cache
/Users/ixamarin78/.nuget/packages/
https://www.myget.org/F/dotnet-core/api/v3/index.json
https://www.nuget.org/api/v2/
Installed:
1 package(s) to packages.config projects
Target PrepareForBuild:
Configuration: Proto Platform: AnyCPU
Created directory "obj/proto/./"
Target ResolveProjectReferences:
Project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../.nuget/NuGet.Config
Restoring NuGet package FsSrGen.3.0.0.
GET https://www.nuget.org/api/v2/Packages(Id='FsSrGen',Version='3.0.0')
Package 'fssrgen.3.0.0' already exists in folder '/Users/ixamarin78/.Trash/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/.Trash/fsharp/.nuget/NuGet.Config
Feeds used:
/Users/ixamarin78/.local/share/NuGet/Cache
/Users/ixamarin78/.nuget/packages/
https://www.myget.org/F/dotnet-core/api/v3/index.json
https://www.nuget.org/api/v2/
Installed:
1 package(s) to packages.config projects
Target CallFsSrGen:
Skipping target "CallFsSrGen" because its outputs are up-to-date.
Target PrepareForBuild:
Configuration: Proto Platform: AnyCPU
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api, assembly named 'ISymWrapper' not found.
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/, assembly named 'ISymWrapper' not found.
For searchpath {PkgConfig}
Considered ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, but could not find in any pkg-config files.
For searchpath {GAC}
Considered ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' as a file, but the file does not exist
For searchpath /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/proto/./
Considered '/Users/ixamarin78/.Trash/fsharp/lib/proto/ISymWrapper' as a file, but the file does not exist
Considered '/Users/ixamarin78/.Trash/fsharp/lib/proto/ISymWrapper.exe' as a file, but the file does not exist
Considered '/Users/ixamarin78/.Trash/fsharp/lib/proto/ISymWrapper.dll' as a file, but the file does not exist
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CallFsLex:
Skipping target "CallFsLex" because its outputs are up-to-date.
Target CallFsYacc:
Skipping target "CallFsYacc" because its outputs are up-to-date.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj".
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/.Trash/fsharp/packages/FSharp.Compiler.Tools.4.0.0.1/tools/fsc.exe execution started with arguments: -o:obj/proto/./fsc-proto.exe -g --noframework --define:CROSS_PLATFORM_COMPILER --define:DEBUG --define:NO_STRONG_NAMES --define:NO_STRONG_NAMES --define:BUILDING_PROTO --define:BUILDING_WITH_LKG --define:COMPILER --define:FX_ATLEAST_45 --define:OPEN_BUILD --define:FSHARP_CORE_4_5 --define:FX_ATLEAST_40 --define:FX_ATLEAST_35 --define:FX_ATLEAST_LINQ --define:BE_SECURITY_TRANSPARENT --define:QUERIES_IN_FSLIB --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_BIGINT_CULTURE_PARSE --define:ENABLE_MONO_SUPPORT --define:FX_MSBUILDRESOLVER_RUNTIMELIKE --define:FX_LCIDFROMCODEPAGE --define:FX_RESX_RESOURCE_READER --define:FX_RESIDENT_COMPILER --define:SHADOW_COPY_REFERENCES --doc:/Users/ixamarin78/.Trash/fsharp/src/fsharp/Fsc-proto/../../../lib/proto/./fsc-proto.xml --optimize+ --platform:x86 -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/mscorlib.dll -r:/Users/ixamarin78/.Trash/fsharp/src/fsharp/Fsc-proto/../../../lib/bootstrap/4.0/FSharp.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Windows.Forms.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Runtime.Remoting.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Core.dll -r:/Users/ixamarin78/.Trash/fsharp/lib/proto//FSharp.Compiler-proto.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Collections.Concurrent.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ComponentModel.Annotations.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ComponentModel.EventBasedAsync.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Diagnostics.Tracing.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Linq.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.Emit.ILGeneration.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.Emit.Lightweight.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.Emit.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ServiceModel.Duplex.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ServiceModel.Http.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ServiceModel.NetTcp.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ServiceModel.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.ServiceModel.Security.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Threading.Tasks.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Threading.Timer.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/Facades/System.Xml.XmlSerializer.dll --target:exe --nowarn:62,69,65,54,61,75 --warn:3 --warnaserror:76 --fullpaths --flaterrors --highentropyva- --stackReserveSize:4096000 --times --version:4.4.0.0 ../fscmain.fs
F# Compiler for F# 4.0 (Open Source Edition)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 27 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.3 Delta: 0.0 Mem: 27 G0: 0 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 0.9 Delta: 0.6 Mem: 53 G0: 6 G1: 0 G2: 0 [Import system references]
TIME: 1.1 Delta: 0.2 Mem: 63 G0: 0 G1: 0 G2: 0 [Parse inputs]
TIME: 1.3 Delta: 0.2 Mem: 77 G0: 8 G1: 1 G2: 1 [Import non-system references]
TIME: 2.7 Delta: 1.4 Mem: 100 G0: 7 G1: 1 G2: 1 [Typecheck]
TIME: 2.7 Delta: 0.0 Mem: 100 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 2.7 Delta: 0.0 Mem: 100 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 2.7 Delta: 0.0 Mem: 100 G0: 0 G1: 0 G2: 0 [Write XML document signatures]
TIME: 2.8 Delta: 0.0 Mem: 100 G0: 0 G1: 0 G2: 0 [Write XML docs]
TIME: 2.8 Delta: 0.0 Mem: 100 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 2.8 Delta: 0.1 Mem: 103 G0: 2 G1: 0 G2: 0 [Encode Interface Data]
TIME: 3.1 Delta: 0.3 Mem: 110 G0: 2 G1: 0 G2: 0 [Optimizations]
TIME: 3.1 Delta: 0.0 Mem: 110 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 3.1 Delta: 0.0 Mem: 110 G0: 0 G1: 0 G2: 0 [Encoding OptData]
TIME: 3.5 Delta: 0.4 Mem: 114 G0: 2 G1: 0 G2: 0 [TAST -> ILX]
TIME: 3.5 Delta: 0.0 Mem: 115 G0: 0 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 3.5 Delta: 0.0 Mem: 115 G0: 0 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 3.497 (delta) - Write Started
ilwrite: TIME 0.058 (total) 0.058 (delta) - Module Generation Preparation
ilwrite: TIME 0.061 (total) 0.003 (delta) - Module Generation Pass 1
ilwrite: TIME 0.076 (total) 0.015 (delta) - Module Generation Pass 2
ilwrite: TIME 0.128 (total) 0.051 (delta) - Module Generation Pass 3
ilwrite: TIME 0.134 (total) 0.006 (delta) - Module Generation Pass 4
ilwrite: TIME 0.134 (total) 0.001 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.135 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.137 (total) 0.003 (delta) - Layout Header of Tables
ilwrite: TIME 0.137 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.139 (total) 0.002 (delta) - Sort Tables
ilwrite: TIME 0.139 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.140 (total) 0.001 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.140 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.140 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.140 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.140 (total) 0.000 (delta) - Write Metadata Strings
ilwrite: TIME 0.141 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.141 (total) 0.000 (delta) - Write Blob Stream
ilwrite: TIME 0.141 (total) 0.000 (delta) - Fixup Metadata
ilwrite: TIME 0.141 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.142 (total) 0.000 (delta) - Layout image
ilwrite: TIME 0.150 (total) 0.008 (delta) - Writing Image
ilwrite: TIME 0.180 (total) 0.030 (delta) - Finalize PDB
ilwrite: TIME 0.180 (total) 0.000 (delta) - Signing Image
TIME: 3.7 Delta: 0.2 Mem: 117 G0: 0 G1: 1 G2: 1 [Write .NET Binary]
TIME: 3.7 Delta: 0.0 Mem: 117 G0: 0 G1: 0 G2: 0 [Write Stats File]
Target _CopyDeployFilesToOutputDirectoryPreserveNewest:
Copying file from '/Users/ixamarin78/.Trash/fsharp/src/fsharp/Fsc-proto/fsc-proto.exe.config' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/fsc-proto.exe.config'
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/.Trash/fsharp/src/fsharp/Fsc-proto/obj/proto/fsc-proto.exe.mdb' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/fsc-proto.exe.mdb'
Copying file from '/Users/ixamarin78/.Trash/fsharp/src/fsharp/Fsc-proto/obj/proto/fsc-proto.exe' to '/Users/ixamarin78/.Trash/fsharp/lib/proto/fsc-proto.exe'
Done building project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/Fsc-proto/Fsc-proto.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/.Trash/fsharp/src/fsharp/Fsc-proto/Fsc-proto.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not resolved
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:06.8831240
chmod +x /Users/ixamarin78/.Trash/fsharp//lib/proto/fsc-proto.exe
/Applications/Xcode.app/Contents/Developer/usr/bin/make build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core TargetFramework=net40 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.4.0/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.4.0.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:30:05.
__________________________________________________
Project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.Config
Restoring NuGet package FsSrGen.3.0.0.
GET https://www.nuget.org/api/v2/Packages(Id='FsSrGen',Version='3.0.0')
Package 'fssrgen.3.0.0' already exists in folder '/Users/ixamarin78/.Trash/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/.Trash/fsharp/.nuget/NuGet.Config
Feeds used:
/Users/ixamarin78/.local/share/NuGet/Cache
/Users/ixamarin78/.nuget/packages/
https://www.myget.org/F/dotnet-core/api/v3/index.json
https://www.nuget.org/api/v2/
Installed:
1 package(s) to packages.config projects
Target PrepareForBuild:
Configuration: Release Platform: AnyCPU
Created directory "/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Core/../../../lib/release/./"
Created directory "obj/release/./"
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/./FSharp.Core.dll -g --debug:pdbonly --noframework --baseaddress:0x05000000 --define:CROSS_PLATFORM_COMPILER --define:STRONG_NAME_AND_DELAY_SIGN_FSHARP_COMPILER_WITH_MSFT_KEY --define:RUNTIME --define:TRACE --define:OPEN_BUILD --define:FSHARP_CORE_4_5 --define:FX_ATLEAST_45 --define:FX_ATLEAST_40 --define:FX_ATLEAST_35 --define:FX_ATLEAST_LINQ --define:BE_SECURITY_TRANSPARENT --define:QUERIES_IN_FSLIB --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_BIGINT_CULTURE_PARSE --define:ENABLE_MONO_SUPPORT --define:FX_MSBUILDRESOLVER_RUNTIMELIKE --define:FX_LCIDFROMCODEPAGE --define:FX_RESX_RESOURCE_READER --define:FX_RESIDENT_COMPILER --define:SHADOW_COPY_REFERENCES --doc:/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Core/../../../lib/release/./FSharp.Core.xml --optimize+ -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.4.0/lib/mono/4.5-api/System.Core.dll --target:library --nowarn:45,55,62,75,1204,69,65,54,61,75 --warn:3 --warnaserror:76 --fullpaths --flaterrors --highentropyva- --warnon:1182 --compiling-fslib --optimize --maxerrors:20 --extraoptimizationloops:1 --compiling-fslib-40 --compiling-fslib-40 --times --version:4.4.0.0 --delaysign+ --keyfile:"/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Core/../../fsharp/msft.pubkey" --debug:full prim-types-prelude.fsi prim-types-prelude.fs SR.fs prim-types.fsi prim-types.fs local.fsi local.fs array2.fsi array2.fs option.fsi option.fs collections.fsi collections.fs seq.fsi seq.fs string.fsi string.fs list.fsi list.fs array.fsi array.fs array3.fsi array3.fs map.fsi map.fs set.fsi set.fs ../../utils/reshapedreflection.fs reflect.fsi reflect.fs event.fsi event.fs math/n.fsi math/n.fs math/z.fsi math/z.fs ../../utils/sformat.fsi ../../utils/sformat.fs printf.fsi printf.fs quotations.fsi quotations.fs nativeptr.fsi nativeptr.fs control.fsi control.fs Linq.fsi Linq.fs MutableTuple.fs QueryExtensions.fs Query.fsi Query.fs SI.fs fslib-extra-pervasives.fsi fslib-extra-pervasives.fs ../../assemblyinfo/assemblyinfo.FSharp.Core.dll.fs
Unhandled Exception:
System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "FSComp.resources" was correctly embedded or linked into assembly "FSharp.Compiler-proto" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ReraiseIfWatsonable (System.Exception exn) <0x2e8fc20 + 0x00107> in <filename unknown>:0
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ErrorLogger.ErrorRecovery (Microsoft.FSharp.Compiler.ErrorLogger x, System.Exception exn, range m) <0x7eab30 + 0x001e7> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "FSComp.resources" was correctly embedded or linked into assembly "FSharp.Compiler-proto" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ReraiseIfWatsonable (System.Exception exn) <0x2e8fc20 + 0x00107> in <filename unknown>:0
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ErrorLogger.ErrorRecovery (Microsoft.FSharp.Compiler.ErrorLogger x, System.Exception exn, range m) <0x7eab30 + 0x001e7> in <filename unknown>:0
/Users/ixamarin78/.Trash/fsharp/packages/FSharp.Compiler.Tools.4.0.0.1/tools/Microsoft.FSharp.Targets: error : Tool exited with code: 1. Output:
Unhandled Exception:
System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "FSComp.resources" was correctly embedded or linked into assembly "FSharp.Compiler-proto" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ReraiseIfWatsonable (System.Exception exn) <0x2e8fc20 + 0x00107> in <filename unknown>:0
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ErrorLogger.ErrorRecovery (Microsoft.FSharp.Compiler.ErrorLogger x, System.Exception exn, range m) <0x7eab30 + 0x001e7> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "FSComp.resources" was correctly embedded or linked into assembly "FSharp.Compiler-proto" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ReraiseIfWatsonable (System.Exception exn) <0x2e8fc20 + 0x00107> in <filename unknown>:0
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ErrorLogger.ErrorRecovery (Microsoft.FSharp.Compiler.ErrorLogger x, System.Exception exn, range m) <0x7eab30 + 0x001e7> in <filename unknown>:0
Task "Fsc" execution -- FAILED
Done building target "CoreCompile" in project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".-- FAILED
Done building project "/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".-- FAILED
Build FAILED.
Errors:
/Users/ixamarin78/.Trash/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj (default targets) ->
/Users/ixamarin78/.Trash/fsharp/packages/FSharp.Compiler.Tools.4.0.0.1/tools/Microsoft.FSharp.Targets (CoreCompile target) ->
/Users/ixamarin78/.Trash/fsharp/packages/FSharp.Compiler.Tools.4.0.0.1/tools/Microsoft.FSharp.Targets: error : Tool exited with code: 1. Output:
Unhandled Exception:
System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "FSComp.resources" was correctly embedded or linked into assembly "FSharp.Compiler-proto" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ReraiseIfWatsonable (System.Exception exn) <0x2e8fc20 + 0x00107> in <filename unknown>:0
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ErrorLogger.ErrorRecovery (Microsoft.FSharp.Compiler.ErrorLogger x, System.Exception exn, range m) <0x7eab30 + 0x001e7> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "FSComp.resources" was correctly embedded or linked into assembly "FSharp.Compiler-proto" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ReraiseIfWatsonable (System.Exception exn) <0x2e8fc20 + 0x00107> in <filename unknown>:0
at Microsoft.FSharp.Compiler.ErrorLogger+ErrorLoggerExtensions.ErrorLogger.ErrorRecovery (Microsoft.FSharp.Compiler.ErrorLogger x, System.Exception exn, range m) <0x7eab30 + 0x001e7> in <filename unknown>:0
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:01.7867690
make[3]: *** [build] Error 1
make[2]: *** [build] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2
xamarin:fsharp ixamarin78$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment