Skip to content

Instantly share code, notes, and snippets.

@shrutis360
Created May 13, 2016 13:23
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/5d055bf45101208e5f5129b3c910a711 to your computer and use it in GitHub Desktop.
Save shrutis360/5d055bf45101208e5f5129b3c910a711 to your computer and use it in GitHub Desktop.
Last login: Fri May 13 15:05:10 on ttys000
-bash: export: `=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/ixamarin78/Desktop/android-sdk-macosx/platform-tools:/Users/ixamarin78/Desktop/android-sdk-macosx/tools': not a valid identifier
xamarin:~ ixamarin78$ cd Documents
xamarin:Documents ixamarin78$ cd Fsharp
xamarin:Fsharp ixamarin78$ cd fsharp
xamarin:fsharp ixamarin78$ git clean -xdf
Removing .DS_Store
Removing Makefile
Removing autom4te.cache/
Removing config.log
Removing config.make
Removing config.status
Removing configure
Removing fsharp.userprefs
Removing launcher
Removing lib/.DS_Store
Removing lib/bootstrap/.DS_Store
Removing lib/bootstrap/4.0/.DS_Store
Removing lib/debug/
Removing lib/proto/
Removing lib/release/
Removing packages/
Removing src/.DS_Store
Removing src/fsharp/.DS_Store
Removing src/fsharp/FSharp.Build-proto/Makefile
Removing src/fsharp/FSharp.Build-proto/obj/
warning: failed to remove src/fsharp/FSharp.Build/.libs/release/Microsoft.FSharp.Targets
warning: failed to remove src/fsharp/FSharp.Build/.libs/release/Microsoft.Portable.FSharp.Targets
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.Unittests/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/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
Removing tests/.DS_Store
Removing tests/fsharp/.DS_Store
Removing tests/fsharp/obj/
xamarin:fsharp ixamarin78$ ./autogen.sh --prefix=/Library/Frameworks/Mono.framework/Versions/Current/4.5.1
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.5.1/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.5.1
Consider using: ./autogen.sh --prefix=/Library/Frameworks/Mono.framework/Versions/4.5.1
xamarin:fsharp ixamarin78$ make
MONO_ENV_OPTIONS= mono .nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile .nuget/NuGet.Config
Restoring NuGet package FSharp.Data.2.2.5.
Restoring NuGet package FSharp.Compiler.Tools.4.0.0.1.
Restoring NuGet package FsCheck.2.0.3.
Restoring NuGet package NUnit.Runners.3.0.0.
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.
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='Microsoft.DiaSymReader.PortablePdb',Version='1.0.0-rc-60301')
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',Version='1.0.7')
GET https://www.nuget.org/api/v2/Packages(Id='FsSrGen',Version='3.0.0')
GET https://www.nuget.org/api/v2/Packages(Id='FSharp.SRGen.Build.Tasks',Version='3.0.0')
Adding package 'NUnit.Runners.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'NUnit.Runners.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
GET https://www.nuget.org/api/v2/Packages(Id='FSharp.Compiler.Tools',Version='4.0.0.1')
Adding package 'FSharp.Compiler.Tools.4.0.0.1' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'FSharp.Data.2.2.5' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'FSharp.Data.2.2.5' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'FsCheck.2.0.3' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'FsCheck.2.0.3' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'NUnit.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'NUnit.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'NUnit.Console.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'NUnit.Console.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'NUnitLite.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'NUnitLite.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'System.Collections.Immutable.1.2.0-rc3-23805' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'System.Collections.Immutable.1.2.0-rc3-23805' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'System.Reflection.Metadata.1.3.0-beta-23816' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'System.Reflection.Metadata.1.3.0-beta-23816' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'Microsoft.DiaSymReader.PortablePdb.1.0.0-rc-60301' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'Microsoft.DiaSymReader.PortablePdb.1.0.0-rc-60301' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'NUnit3TestAdapter.3.0.8-ctp-8' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'NUnit3TestAdapter.3.0.8-ctp-8' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'Microsoft.DiaSymReader.1.0.7' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'Microsoft.DiaSymReader.1.0.7' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'fssrgen.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'fssrgen.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Adding package 'FSharp.SRGen.Build.Tasks.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'FSharp.SRGen.Build.Tasks.3.0.0' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
Added package 'FSharp.Compiler.Tools.4.0.0.1' to folder '/Users/ixamarin78/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/Fsharp/fsharp/lib/bootstrap/4.0/FSharp.Core.dll /Users/ixamarin78/Documents/Fsharp/fsharp//lib/proto/FSharp.Core.dll
cp -p /Users/ixamarin78/Documents/Fsharp/fsharp/lib/bootstrap/4.0/FSharp.Core.sigdata /Users/ixamarin78/Documents/Fsharp/fsharp//lib/proto/FSharp.Core.sigdata
cp -p /Users/ixamarin78/Documents/Fsharp/fsharp/lib/bootstrap/4.0/FSharp.Core.optdata /Users/ixamarin78/Documents/Fsharp/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.5.1/bin/xbuild /p:Configuration=Proto
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:41:56.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Build-proto/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Build-proto/../../../packages/fssrgen.3.0.0/lib/net46/fssrgen.exe execution started with arguments: /Users/ixamarin78/Documents/FSharp/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.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Framework.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/Microsoft.Build.Framework.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Engine.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/Microsoft.Build.Engine.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/Microsoft.Build.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Utilities.v12.0.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/Microsoft.Build.Utilities.v12.0.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Tasks.v12.0.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/Microsoft.Build.Tasks.v12.0.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/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/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Build-proto/../../../lib/proto/./FSharp.Build-proto.xml --optimize+ --resource:obj/proto/./FSBuild.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build-proto/../../../lib/bootstrap/4.0/FSharp.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Framework.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Engine.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Utilities.v12.0.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Tasks.v12.0.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/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: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.3 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 0.8 Delta: 0.5 Mem: 48 G0: 3 G1: 0 G2: 0 [Import system references]
TIME: 1.0 Delta: 0.3 Mem: 65 G0: 1 G1: 1 G2: 1 [Parse inputs]
TIME: 1.0 Delta: 0.0 Mem: 65 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 2.6 Delta: 1.6 Mem: 89 G0: 11 G1: 0 G2: 0 [Typecheck]
TIME: 2.6 Delta: 0.0 Mem: 89 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 2.6 Delta: 0.0 Mem: 89 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 2.6 Delta: 0.0 Mem: 89 G0: 0 G1: 0 G2: 0 [Write XML document signatures]
TIME: 2.6 Delta: 0.0 Mem: 89 G0: 0 G1: 0 G2: 0 [Write XML docs]
TIME: 2.6 Delta: 0.0 Mem: 89 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 2.7 Delta: 0.1 Mem: 91 G0: 1 G1: 0 G2: 0 [Encode Interface Data]
TIME: 3.0 Delta: 0.3 Mem: 97 G0: 3 G1: 1 G2: 1 [Optimizations]
TIME: 3.0 Delta: 0.0 Mem: 97 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 3.1 Delta: 0.0 Mem: 97 G0: 1 G1: 0 G2: 0 [Encoding OptData]
TIME: 3.4 Delta: 0.4 Mem: 100 G0: 1 G1: 0 G2: 0 [TAST -> ILX]
TIME: 3.4 Delta: 0.0 Mem: 100 G0: 0 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 3.5 Delta: 0.0 Mem: 100 G0: 0 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 3.476 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.023 (total) 0.002 (delta) - Module Generation Pass 1
ilwrite: TIME 0.039 (total) 0.017 (delta) - Module Generation Pass 2
ilwrite: TIME 0.105 (total) 0.066 (delta) - Module Generation Pass 3
ilwrite: TIME 0.112 (total) 0.006 (delta) - Module Generation Pass 4
ilwrite: TIME 0.113 (total) 0.001 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.113 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.116 (total) 0.003 (delta) - Layout Header of Tables
ilwrite: TIME 0.116 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.118 (total) 0.002 (delta) - Sort Tables
ilwrite: TIME 0.119 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.119 (total) 0.001 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.119 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.120 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.120 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.120 (total) 0.000 (delta) - Write Metadata Strings
ilwrite: TIME 0.120 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.120 (total) 0.000 (delta) - Write Blob Stream
ilwrite: TIME 0.120 (total) 0.000 (delta) - Fixup Metadata
ilwrite: TIME 0.120 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.121 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.131 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 0.173 (total) 0.042 (delta) - Finalize PDB
ilwrite: TIME 0.173 (total) 0.000 (delta) - Signing Image
TIME: 3.6 Delta: 0.2 Mem: 103 G0: 1 G1: 0 G2: 0 [Write .NET Binary]
TIME: 3.6 Delta: 0.0 Mem: 103 G0: 0 G1: 0 G2: 0 [Write Stats File]
Target _CopyDeployFilesToOutputDirectoryPreserveNewest:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build-proto/Microsoft.FSharp-proto.targets' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/Microsoft.FSharp-proto.targets'
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build-proto/obj/proto/FSharp.Build-proto.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/FSharp.Build-proto.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build-proto/obj/proto/FSharp.Build-proto.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/FSharp.Build-proto.dll'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:07.6198360
/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.5.1/bin/xbuild /p:Configuration=Proto
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:42:04.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/../../../packages/fssrgen.3.0.0/lib/net46/fssrgen.exe execution started with arguments: /Users/ixamarin78/Documents/FSharp/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.5.1/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.5.1/lib/mono/4.5-api, assembly named 'ISymWrapper' not found.
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.5.1/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/proto/./
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/ISymWrapper' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/ISymWrapper.exe' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/ISymWrapper.dll' as a file, but the file does not exist
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/packages/Microsoft.DiaSymReader.PortablePdb.1.0.0-rc-60301/lib/portable-net45+win8/Microsoft.DiaSymReader.PortablePdb.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/Microsoft.DiaSymReader.PortablePdb.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/packages/Microsoft.DiaSymReader.1.0.7/lib/portable-net45+win8/Microsoft.DiaSymReader.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/Microsoft.DiaSymReader.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/packages/System.Reflection.Metadata.1.3.0-beta-23816/lib/portable-net45+win8/System.Reflection.Metadata.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/System.Reflection.Metadata.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/packages/System.Collections.Immutable.1.2.0-rc3-23805/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/System.Collections.Immutable.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "../FSStrings.resx,obj/proto/./FSStrings.resources"
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/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/Documents/FSharp/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/Documents/FSharp/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/Documents/FSharp/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/Documents/FSharp/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.0329241
building kernels...time: 00:00:00.0191937
building kernel table...time: 00:00:00.0057195
computing lookahead relations..................................time: 00:00:00.0168413
building lookahead table...time: 00:00:00.0054112
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.0108994
building goto table...time: 00:00:00.0023272
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/Documents/FSharp/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.1886276
building kernels...time: 00:00:00.3493691
building kernel table...time: 00:00:00.0132120
computing lookahead relations............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................time: 00:00:06.0187852
building lookahead table...time: 00:00:01.4336566
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.6821224
building goto table...time: 00:00:03.2097961
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/Documents/FSharp/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.0349196
building kernels...time: 00:00:00.0227217
building kernel table...time: 00:00:00.0060840
computing lookahead relations.................................................................................................................................................time: 00:00:00.0238813
building lookahead table...time: 00:00:00.0084985
building action table...state 57: shift/reduce error on RBRACK
state 87: shift/reduce error on RBRACK
time: 00:00:00.0236510
building goto table...time: 00:00:00.0068290
returning tables.
2 shift/reduce conflicts
142 states
32 nonterminals
68 terminals
96 productions
#rows in action table: 142
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/proto/./FSharp.Compiler-proto.xml --optimize+ --resource:obj/proto/./FSStrings.resources --resource:obj/proto/./FSComp.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/bootstrap/4.0/FSharp.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Windows.Forms.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Runtime.Remoting.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Framework.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Engine.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Tasks.v12.0.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/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.5.1/lib/mono/4.5-api/System.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.Concurrent.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.Annotations.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.EventBasedAsync.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tracing.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.ILGeneration.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.Lightweight.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Duplex.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Http.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.NetTcp.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Security.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Timer.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/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: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.3 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 0.9 Delta: 0.6 Mem: 52 G0: 6 G1: 0 G2: 0 [Import system references]
TIME: 5.5 Delta: 4.6 Mem: 154 G0: 119 G1: 14 G2: 14 [Parse inputs]
TIME: 5.7 Delta: 0.2 Mem: 159 G0: 2 G1: 0 G2: 0 [Import non-system references]
TIME: 26.1 Delta: 20.5 Mem: 327 G0: 959 G1: 4 G2: 4 [Typecheck]
TIME: 26.1 Delta: 0.0 Mem: 327 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 26.1 Delta: 0.0 Mem: 327 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 26.2 Delta: 0.0 Mem: 328 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 26.2 Delta: 0.0 Mem: 329 G0: 1 G1: 0 G2: 0 [Write XML docs]
TIME: 26.2 Delta: 0.0 Mem: 329 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 26.7 Delta: 0.4 Mem: 346 G0: 16 G1: 0 G2: 0 [Encode Interface Data]
TIME: 42.1 Delta: 15.5 Mem: 421 G0: 885 G1: 3 G2: 3 [Optimizations]
TIME: 42.1 Delta: 0.0 Mem: 421 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 42.1 Delta: 0.0 Mem: 421 G0: 0 G1: 0 G2: 0 [Encoding OptData]
TIME: 50.5 Delta: 8.3 Mem: 501 G0: 275 G1: 1 G2: 1 [TAST -> ILX]
TIME: 51.8 Delta: 1.3 Mem: 544 G0: 32 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 52.9 Delta: 1.1 Mem: 589 G0: 29 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 52.905 (delta) - Write Started
ilwrite: TIME 0.022 (total) 0.022 (delta) - Module Generation Preparation
ilwrite: TIME 0.043 (total) 0.022 (delta) - Module Generation Pass 1
ilwrite: TIME 0.319 (total) 0.275 (delta) - Module Generation Pass 2
ilwrite: TIME 3.608 (total) 3.289 (delta) - Module Generation Pass 3
ilwrite: TIME 3.685 (total) 0.077 (delta) - Module Generation Pass 4
ilwrite: TIME 3.705 (total) 0.020 (delta) - Finalize Module Generation Results
ilwrite: TIME 3.706 (total) 0.001 (delta) - Generated Tables and Code
ilwrite: TIME 3.711 (total) 0.004 (delta) - Layout Header of Tables
ilwrite: TIME 3.711 (total) 0.001 (delta) - Build String/Blob Address Tables
ilwrite: TIME 3.855 (total) 0.144 (delta) - Sort Tables
ilwrite: TIME 3.855 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 3.888 (total) 0.032 (delta) - Write Tables to tablebuf
ilwrite: TIME 3.888 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 3.888 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 3.890 (total) 0.002 (delta) - Write Metadata Tables
ilwrite: TIME 3.893 (total) 0.003 (delta) - Write Metadata Strings
ilwrite: TIME 3.895 (total) 0.002 (delta) - Write Metadata User Strings
ilwrite: TIME 3.899 (total) 0.004 (delta) - Write Blob Stream
ilwrite: TIME 3.905 (total) 0.006 (delta) - Fixup Metadata
ilwrite: TIME 3.905 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 3.906 (total) 0.001 (delta) - Layout image
ilwrite: TIME 3.915 (total) 0.009 (delta) - Writing Image
ilwrite: TIME 7.328 (total) 3.412 (delta) - Finalize PDB
ilwrite: TIME 7.328 (total) 0.000 (delta) - Signing Image
TIME: 60.2 Delta: 7.3 Mem: 662 G0: 153 G1: 1 G2: 1 [Write .NET Binary]
TIME: 60.2 Delta: 0.0 Mem: 662 G0: 0 G1: 0 G2: 0 [Write Stats File]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/obj/proto/FSharp.Compiler-proto.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/FSharp.Compiler-proto.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/obj/proto/FSharp.Compiler-proto.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/FSharp.Compiler-proto.dll'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/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:30.2800130
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Fsc-proto Configuration=proto build-proto
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Proto
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:43:35.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/Fsc-proto/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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.5.1/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.5.1/lib/mono/4.5-api, assembly named 'ISymWrapper' not found.
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.5.1/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/../../../lib/proto/./
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/ISymWrapper' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/ISymWrapper.exe' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/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/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/Fsc-proto/../../../lib/proto/./fsc-proto.xml --optimize+ --platform:x86 -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc-proto/../../../lib/bootstrap/4.0/FSharp.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Windows.Forms.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Runtime.Remoting.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Core.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto//FSharp.Compiler-proto.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.Concurrent.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.Annotations.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.EventBasedAsync.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tracing.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.ILGeneration.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.Lightweight.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Duplex.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Http.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.NetTcp.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Security.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Timer.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/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: 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.9 Delta: 0.6 Mem: 54 G0: 6 G1: 0 G2: 0 [Import system references]
TIME: 1.1 Delta: 0.2 Mem: 65 G0: 0 G1: 0 G2: 0 [Parse inputs]
TIME: 1.3 Delta: 0.2 Mem: 78 G0: 8 G1: 1 G2: 1 [Import non-system references]
TIME: 2.8 Delta: 1.4 Mem: 102 G0: 7 G1: 1 G2: 1 [Typecheck]
TIME: 2.8 Delta: 0.0 Mem: 102 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 2.8 Delta: 0.0 Mem: 102 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 2.8 Delta: 0.0 Mem: 102 G0: 0 G1: 0 G2: 0 [Write XML document signatures]
TIME: 2.8 Delta: 0.0 Mem: 102 G0: 0 G1: 0 G2: 0 [Write XML docs]
TIME: 2.8 Delta: 0.0 Mem: 102 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 2.9 Delta: 0.1 Mem: 106 G0: 2 G1: 0 G2: 0 [Encode Interface Data]
TIME: 3.2 Delta: 0.3 Mem: 112 G0: 2 G1: 0 G2: 0 [Optimizations]
TIME: 3.2 Delta: 0.0 Mem: 112 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 3.2 Delta: 0.0 Mem: 112 G0: 0 G1: 0 G2: 0 [Encoding OptData]
TIME: 3.5 Delta: 0.4 Mem: 118 G0: 2 G1: 0 G2: 0 [TAST -> ILX]
TIME: 3.5 Delta: 0.0 Mem: 119 G0: 0 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 3.6 Delta: 0.0 Mem: 119 G0: 0 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 3.571 (delta) - Write Started
ilwrite: TIME 0.057 (total) 0.057 (delta) - Module Generation Preparation
ilwrite: TIME 0.061 (total) 0.003 (delta) - Module Generation Pass 1
ilwrite: TIME 0.076 (total) 0.016 (delta) - Module Generation Pass 2
ilwrite: TIME 0.130 (total) 0.054 (delta) - Module Generation Pass 3
ilwrite: TIME 0.136 (total) 0.006 (delta) - Module Generation Pass 4
ilwrite: TIME 0.137 (total) 0.001 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.137 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.140 (total) 0.003 (delta) - Layout Header of Tables
ilwrite: TIME 0.140 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.142 (total) 0.002 (delta) - Sort Tables
ilwrite: TIME 0.142 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.143 (total) 0.001 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.143 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.143 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.144 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.144 (total) 0.000 (delta) - Write Metadata Strings
ilwrite: TIME 0.144 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.144 (total) 0.000 (delta) - Write Blob Stream
ilwrite: TIME 0.144 (total) 0.000 (delta) - Fixup Metadata
ilwrite: TIME 0.144 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.145 (total) 0.000 (delta) - Layout image
ilwrite: TIME 0.153 (total) 0.008 (delta) - Writing Image
ilwrite: TIME 0.185 (total) 0.031 (delta) - Finalize PDB
ilwrite: TIME 0.185 (total) 0.000 (delta) - Signing Image
TIME: 3.8 Delta: 0.2 Mem: 121 G0: 0 G1: 1 G2: 1 [Write .NET Binary]
TIME: 3.8 Delta: 0.0 Mem: 121 G0: 0 G1: 0 G2: 0 [Write Stats File]
Target _CopyDeployFilesToOutputDirectoryPreserveNewest:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc-proto/fsc-proto.exe.config' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/fsc-proto.exe.config'
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc-proto/obj/proto/fsc-proto.exe.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/fsc-proto.exe.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc-proto/obj/proto/fsc-proto.exe' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/proto/fsc-proto.exe'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc-proto/Fsc-proto.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc-proto/Fsc-proto.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/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:07.1269460
chmod +x /Users/ixamarin78/Documents/Fsharp/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.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:43:42.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/./"
Created directory "obj/release/./"
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/./FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/./FSharp.Core.xml --optimize+ --resource:obj/release/./FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/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/Documents/FSharp/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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.6 Delta: 0.3 Mem: 54 G0: 2 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.2 Delta: 1.6 Mem: 85 G0: 19 G1: 20 G2: 20 [Parse inputs]
TIME: 2.2 Delta: 0.0 Mem: 85 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.4 Delta: 7.2 Mem: 142 G0: 313 G1: 3 G2: 3 [Typecheck]
TIME: 9.4 Delta: 0.0 Mem: 142 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.4 Delta: 0.0 Mem: 142 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.5 Delta: 0.0 Mem: 142 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.5 Delta: 0.0 Mem: 144 G0: 2 G1: 0 G2: 0 [Write XML docs]
TIME: 9.5 Delta: 0.0 Mem: 144 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.7 Delta: 0.2 Mem: 146 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 17.2 Delta: 7.5 Mem: 194 G0: 368 G1: 3 G2: 3 [Optimizations]
TIME: 17.2 Delta: 0.0 Mem: 194 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.3 Delta: 0.1 Mem: 198 G0: 5 G1: 0 G2: 0 [Encoding OptData]
TIME: 19.2 Delta: 1.9 Mem: 210 G0: 58 G1: 0 G2: 0 [TAST -> ILX]
TIME: 19.5 Delta: 0.2 Mem: 219 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 19.7 Delta: 0.2 Mem: 228 G0: 5 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 19.741 (delta) - Write Started
ilwrite: TIME 0.131 (total) 0.131 (delta) - Module Generation Preparation
ilwrite: TIME 0.165 (total) 0.034 (delta) - Module Generation Pass 1
ilwrite: TIME 0.231 (total) 0.066 (delta) - Module Generation Pass 2
ilwrite: TIME 0.813 (total) 0.582 (delta) - Module Generation Pass 3
ilwrite: TIME 0.872 (total) 0.059 (delta) - Module Generation Pass 4
ilwrite: TIME 0.878 (total) 0.005 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.878 (total) 0.001 (delta) - Generated Tables and Code
ilwrite: TIME 0.880 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.881 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.908 (total) 0.028 (delta) - Sort Tables
ilwrite: TIME 0.909 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.916 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.917 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.917 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.917 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.918 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.918 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.920 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.922 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.922 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.923 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.933 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 1.651 (total) 0.717 (delta) - Finalize PDB
ilwrite: TIME 1.651 (total) 0.000 (delta) - Signing Image
TIME: 21.4 Delta: 1.7 Mem: 238 G0: 35 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:23.6214490
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Build build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:44:06.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/FSharp.Build.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/release/./"
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/../../../packages/fssrgen.3.0.0/lib/net46/fssrgen.exe execution started with arguments: /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/FSBuild.txt obj/release/./FSBuild.fs obj/release/./FSBuild.resx
Target PrepareForBuild:
Configuration: Release Platform: AnyCPU
Target ResolveProjectReferences:
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Target CopyFilesMarkedCopyLocal:
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Framework.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/Microsoft.Build.Framework.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Engine.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/Microsoft.Build.Engine.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/Microsoft.Build.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Utilities.v12.0.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/Microsoft.Build.Utilities.v12.0.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Tasks.v12.0.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/Microsoft.Build.Tasks.v12.0.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "obj/release/./FSBuild.resx,obj/release/./FSBuild.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/./FSharp.Build.dll -g --debug:pdbonly --noframework --define:CROSS_PLATFORM_COMPILER --define:STRONG_NAME_FSHARP_COMPILER_WITH_TEST_KEY --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/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/../../../lib/release/./FSharp.Build.xml --optimize+ --resource:obj/release/./FSBuild.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Framework.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Engine.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Utilities.v12.0.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Tasks.v12.0.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Core.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Core.dll --target:library --nowarn:69,65,54,61,75 --warn:3 --warnaserror:76 --fullpaths --flaterrors --highentropyva- --times --version:4.4.0.0 --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/../../fsharp/test.snk" --debug:full obj/release/./FSBuild.fs InternalsVisibleTo.fs ../../assemblyinfo/assemblyinfo.FSharp.Build.dll.fs ../../utils/CompilerLocationUtils.fs Fsc.fsi Fsc.fs CreateFSharpManifestResourceName.fsi CreateFSharpManifestResourceName.fs Fsc.fsi Fsc.fs CreateFSharpManifestResourceName.fsi CreateFSharpManifestResourceName.fs
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 32 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.7 Delta: 0.4 Mem: 61 G0: 3 G1: 1 G2: 1 [Import mscorlib and FSharp.Core.dll]
TIME: 1.0 Delta: 0.3 Mem: 85 G0: 0 G1: 2 G2: 2 [Parse inputs]
TIME: 1.0 Delta: 0.0 Mem: 85 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 2.4 Delta: 1.4 Mem: 99 G0: 11 G1: 1 G2: 1 [Typecheck]
TIME: 2.4 Delta: 0.0 Mem: 99 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 2.4 Delta: 0.0 Mem: 99 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 2.5 Delta: 0.0 Mem: 99 G0: 0 G1: 0 G2: 0 [Write XML document signatures]
TIME: 2.5 Delta: 0.0 Mem: 99 G0: 0 G1: 0 G2: 0 [Write XML docs]
TIME: 2.5 Delta: 0.0 Mem: 99 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 2.6 Delta: 0.1 Mem: 104 G0: 2 G1: 0 G2: 0 [Encode Interface Data]
TIME: 2.8 Delta: 0.3 Mem: 109 G0: 3 G1: 0 G2: 0 [Optimizations]
TIME: 2.8 Delta: 0.0 Mem: 109 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 2.9 Delta: 0.0 Mem: 107 G0: 0 G1: 1 G2: 1 [Encoding OptData]
TIME: 3.2 Delta: 0.4 Mem: 110 G0: 1 G1: 0 G2: 0 [TAST -> ILX]
TIME: 3.3 Delta: 0.0 Mem: 110 G0: 0 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 3.3 Delta: 0.0 Mem: 110 G0: 0 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 3.288 (delta) - Write Started
ilwrite: TIME 0.022 (total) 0.022 (delta) - Module Generation Preparation
ilwrite: TIME 0.024 (total) 0.002 (delta) - Module Generation Pass 1
ilwrite: TIME 0.040 (total) 0.016 (delta) - Module Generation Pass 2
ilwrite: TIME 0.102 (total) 0.062 (delta) - Module Generation Pass 3
ilwrite: TIME 0.106 (total) 0.005 (delta) - Module Generation Pass 4
ilwrite: TIME 0.109 (total) 0.002 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.109 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.111 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.111 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.112 (total) 0.001 (delta) - Sort Tables
ilwrite: TIME 0.112 (total) 0.001 (delta) - Write Header of tablebuf
ilwrite: TIME 0.113 (total) 0.001 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.113 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.114 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.114 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.114 (total) 0.000 (delta) - Write Metadata Strings
ilwrite: TIME 0.114 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.114 (total) 0.000 (delta) - Write Blob Stream
ilwrite: TIME 0.115 (total) 0.000 (delta) - Fixup Metadata
ilwrite: TIME 0.115 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.116 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.125 (total) 0.009 (delta) - Writing Image
ilwrite: TIME 0.166 (total) 0.041 (delta) - Finalize PDB
ilwrite: TIME 0.185 (total) 0.019 (delta) - Signing Image
TIME: 3.5 Delta: 0.2 Mem: 113 G0: 1 G1: 0 G2: 0 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/obj/release/FSharp.Build.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Build.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/obj/release/FSharp.Build.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Build.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/Microsoft.FSharp.targets' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/Microsoft.FSharp.Targets'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/Microsoft.Portable.FSharp.targets' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/Microsoft.Portable.FSharp.Targets'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Build/FSharp.Build.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:06.7234390
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Compiler build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:44:13.
__________________________________________________
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj: warning : Cannot import project '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../FSharpSource.targets' again. It was already imported by '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj'. Ignoring.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj" (default target(s)):
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj: warning : Cannot import project '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../FSharpSource.targets' again. It was already imported by '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj'. Ignoring.
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/release/./"
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../packages/fssrgen.3.0.0/lib/net46/fssrgen.exe execution started with arguments: /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSComp.txt obj/release/./FSComp.fs obj/release/./FSComp.resx
Target PrepareForBuild:
Configuration: Release Platform: AnyCPU
Target ResolveProjectReferences:
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/4.5.1/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.5.1/lib/mono/4.5-api, assembly named 'ISymWrapper' not found.
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.5.1/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../lib/release/./
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/ISymWrapper' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/ISymWrapper.exe' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/ISymWrapper.dll' as a file, but the file does not exist
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/packages/Microsoft.DiaSymReader.PortablePdb.1.0.0-rc-60301/lib/portable-net45+win8/Microsoft.DiaSymReader.PortablePdb.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/Microsoft.DiaSymReader.PortablePdb.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/packages/Microsoft.DiaSymReader.1.0.7/lib/portable-net45+win8/Microsoft.DiaSymReader.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/Microsoft.DiaSymReader.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/packages/System.Reflection.Metadata.1.3.0-beta-23816/lib/portable-net45+win8/System.Reflection.Metadata.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/System.Reflection.Metadata.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/packages/System.Collections.Immutable.1.2.0-rc3-23805/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/System.Collections.Immutable.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "../FSStrings.resx,obj/release/./FSStrings.resources"
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "obj/release/./FSComp.resx,obj/release/./FSComp.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CallFsLex:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../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
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../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
Target CallFsYacc:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../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.0355993
building kernels...time: 00:00:00.0217899
building kernel table...time: 00:00:00.0059350
computing lookahead relations.................................................................................................................................................time: 00:00:00.0239536
building lookahead table...time: 00:00:00.0085058
building action table...state 57: shift/reduce error on RBRACK
state 87: shift/reduce error on RBRACK
time: 00:00:00.0222017
building goto table...time: 00:00:00.0068274
returning tables.
2 shift/reduce conflicts
142 states
32 nonterminals
68 terminals
96 productions
#rows in action table: 142
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../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.0321830
building kernels...time: 00:00:00.0189478
building kernel table...time: 00:00:00.0056722
computing lookahead relations..................................time: 00:00:00.0162988
building lookahead table...time: 00:00:00.0052533
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.0111614
building goto table...time: 00:00:00.0023336
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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../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.1883320
building kernels...time: 00:00:00.3468050
building kernel table...time: 00:00:00.0131763
computing lookahead relations............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................time: 00:00:05.9196205
building lookahead table...time: 00:00:01.3545280
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.4234159
building goto table...time: 00:00:03.1616865
returning tables.
270 shift/reduce conflicts
232 reduce/reduce conflicts
1785 states
322 nonterminals
195 terminals
1041 productions
#rows in action table: 1785
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/./FSharp.Compiler.dll -g --debug:pdbonly --noframework --baseaddress:0x06800000 --define:CROSS_PLATFORM_COMPILER --define:STRONG_NAME_FSHARP_COMPILER_WITH_TEST_KEY --define:INCLUDE_METADATA_WRITER --define:INCLUDE_METADATA_READER --define:COMPILER --define:EXTENSIONTYPING --define:EXTENSIONTYPING --define:COMPILER --define:INCLUDE_METADATA_READER --define:INCLUDE_METADATA_WRITER --define:EXTENSIBLE_DUMPER --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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../lib/release/./FSharp.Compiler.xml --optimize+ --resource:obj/release/./FSStrings.resources --resource:obj/release/./FSComp.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Windows.Forms.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Runtime.Remoting.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Framework.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Engine.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/12.0/bin/Microsoft.Build.Tasks.v12.0.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/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.5.1/lib/mono/4.5-api/System.Core.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.Concurrent.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.Annotations.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.EventBasedAsync.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tracing.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.ILGeneration.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.Lightweight.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Duplex.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Http.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.NetTcp.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Security.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Timer.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.XmlSerializer.dll --target:library --nowarn:62,9,69,65,54,61,75 --warn:3 --warnaserror:76 --fullpaths --flaterrors --highentropyva- /warnon:1182 --times --version:4.4.0.0 --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../fsharp/test.snk" --debug:full obj/release/./FSComp.fs ../../assemblyinfo/assemblyinfo.FSharp.Compiler.dll.fs ../../utils/reshapedreflection.fs ../../utils/reshapedmsbuild.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 ../InternalCollections.fsi ../InternalCollections.fs ../QueueList.fs ../lib.fs ../TraceCall.fsi ../TraceCall.fs ../rational.fsi ../rational.fs ../range.fsi ../range.fs ../ErrorLogger.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 ../../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 ../LexFilter.fs ../tainted.fsi ../tainted.fs ../ExtensionTyping.fsi ../ExtensionTyping.fs ../QuotationPickler.fsi ../QuotationPickler.fs ../tast.fs ../TcGlobals.fs ../TastOps.fsi ../TastOps.fs ../TastPickle.fsi ../TastPickle.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 ../DetupleArgs.fsi ../DetupleArgs.fs ../InnerLambdasToTopLevelFuncs.fsi ../InnerLambdasToTopLevelFuncs.fs ../LowerCallsAndSeqs.fs ../autobox.fs ../IlxGen.fsi ../IlxGen.fs ../CompileOps.fsi ../CompileOps.fs ../CompileOptions.fsi ../CompileOptions.fs ../fsc.fsi ../fsc.fs InternalsVisibleTo.fs
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 33 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.8 Delta: 0.6 Mem: 62 G0: 8 G1: 2 G2: 2 [Import mscorlib and FSharp.Core.dll]
TIME: 7.6 Delta: 6.7 Mem: 160 G0: 103 G1: 25 G2: 25 [Parse inputs]
TIME: 7.7 Delta: 0.1 Mem: 162 G0: 2 G1: 0 G2: 0 [Import non-system references]
TIME: 29.3 Delta: 21.6 Mem: 349 G0: 1048 G1: 3 G2: 3 [Typecheck]
TIME: 29.3 Delta: 0.0 Mem: 349 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 29.3 Delta: 0.0 Mem: 349 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 29.3 Delta: 0.0 Mem: 350 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 29.5 Delta: 0.1 Mem: 352 G0: 5 G1: 0 G2: 0 [Write XML docs]
TIME: 29.5 Delta: 0.0 Mem: 352 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 29.9 Delta: 0.4 Mem: 374 G0: 13 G1: 0 G2: 0 [Encode Interface Data]
TIME: 47.3 Delta: 17.4 Mem: 447 G0: 923 G1: 3 G2: 3 [Optimizations]
TIME: 47.3 Delta: 0.0 Mem: 447 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 47.3 Delta: 0.0 Mem: 448 G0: 1 G1: 0 G2: 0 [Encoding OptData]
TIME: 56.0 Delta: 8.7 Mem: 523 G0: 284 G1: 1 G2: 1 [TAST -> ILX]
TIME: 57.5 Delta: 1.5 Mem: 572 G0: 32 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 58.7 Delta: 1.2 Mem: 617 G0: 28 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 58.689 (delta) - Write Started
ilwrite: TIME 0.022 (total) 0.022 (delta) - Module Generation Preparation
ilwrite: TIME 0.127 (total) 0.105 (delta) - Module Generation Pass 1
ilwrite: TIME 0.953 (total) 0.826 (delta) - Module Generation Pass 2
ilwrite: TIME 3.984 (total) 3.031 (delta) - Module Generation Pass 3
ilwrite: TIME 4.052 (total) 0.068 (delta) - Module Generation Pass 4
ilwrite: TIME 4.079 (total) 0.028 (delta) - Finalize Module Generation Results
ilwrite: TIME 4.083 (total) 0.003 (delta) - Generated Tables and Code
ilwrite: TIME 4.086 (total) 0.004 (delta) - Layout Header of Tables
ilwrite: TIME 4.087 (total) 0.001 (delta) - Build String/Blob Address Tables
ilwrite: TIME 4.322 (total) 0.235 (delta) - Sort Tables
ilwrite: TIME 4.323 (total) 0.001 (delta) - Write Header of tablebuf
ilwrite: TIME 4.360 (total) 0.037 (delta) - Write Tables to tablebuf
ilwrite: TIME 4.360 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 4.360 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 4.363 (total) 0.002 (delta) - Write Metadata Tables
ilwrite: TIME 4.366 (total) 0.003 (delta) - Write Metadata Strings
ilwrite: TIME 4.368 (total) 0.002 (delta) - Write Metadata User Strings
ilwrite: TIME 4.372 (total) 0.005 (delta) - Write Blob Stream
ilwrite: TIME 4.384 (total) 0.012 (delta) - Fixup Metadata
ilwrite: TIME 4.385 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 4.386 (total) 0.002 (delta) - Layout image
ilwrite: TIME 4.395 (total) 0.009 (delta) - Writing Image
ilwrite: TIME 8.128 (total) 3.733 (delta) - Finalize PDB
ilwrite: TIME 8.374 (total) 0.245 (delta) - Signing Image
TIME: 67.1 Delta: 8.4 Mem: 735 G0: 182 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/obj/release/FSharp.Compiler.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Compiler.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/obj/release/FSharp.Compiler.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Compiler.dll'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj: warning : Cannot import project '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../FSharpSource.targets' again. It was already imported by '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj'. Ignoring.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj: warning : Cannot import project '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../FSharpSource.targets' again. It was already imported by '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj'. Ignoring.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not resolved
3 Warning(s)
0 Error(s)
Time Elapsed 00:01:36.3623370
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Fsc build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:45:50.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/Fsc.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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 "obj/release/./"
Target ResolveProjectReferences:
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj: warning : Cannot import project '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../FSharpSource.targets' again. It was already imported by '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj'. Ignoring.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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: Release Platform: AnyCPU
Target ResolveProjectReferences:
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/4.5.1/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.5.1/lib/mono/4.5-api, assembly named 'ISymWrapper' not found.
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.5.1/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../lib/release/./
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/ISymWrapper' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/ISymWrapper.exe' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj".
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/./fsc.exe -g --debug:pdbonly --noframework --define:CROSS_PLATFORM_COMPILER --define:STRONG_NAME_FSHARP_COMPILER_WITH_TEST_KEY --define:EXTENSIONTYPING --define:COMPILER --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/Documents/FSharp/fsharp/src/fsharp/Fsc/../../../lib/release/./fsc.xml --optimize+ --platform:x86 -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Windows.Forms.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Runtime.Remoting.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Core.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Compiler.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.Concurrent.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.Annotations.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.EventBasedAsync.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tracing.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.ILGeneration.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.Lightweight.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Duplex.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Http.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.NetTcp.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Security.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Timer.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/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- --warnon:1182 --times --version:4.4.0.0 --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/../../fsharp/test.snk" --debug:full InternalsVisibleTo.fs ../../assemblyinfo/assemblyinfo.fsc.exe.fs ../fscmain.fs
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 33 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.8 Delta: 0.6 Mem: 63 G0: 7 G1: 2 G2: 2 [Import mscorlib and FSharp.Core.dll]
TIME: 1.1 Delta: 0.2 Mem: 76 G0: 1 G1: 1 G2: 1 [Parse inputs]
TIME: 1.2 Delta: 0.2 Mem: 110 G0: 6 G1: 1 G2: 1 [Import non-system references]
TIME: 2.6 Delta: 1.4 Mem: 134 G0: 7 G1: 1 G2: 1 [Typecheck]
TIME: 2.6 Delta: 0.0 Mem: 134 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 2.6 Delta: 0.0 Mem: 134 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 2.6 Delta: 0.0 Mem: 134 G0: 0 G1: 0 G2: 0 [Write XML document signatures]
TIME: 2.6 Delta: 0.0 Mem: 134 G0: 0 G1: 0 G2: 0 [Write XML docs]
TIME: 2.6 Delta: 0.0 Mem: 134 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 2.7 Delta: 0.1 Mem: 137 G0: 2 G1: 0 G2: 0 [Encode Interface Data]
TIME: 3.0 Delta: 0.3 Mem: 145 G0: 2 G1: 0 G2: 0 [Optimizations]
TIME: 3.0 Delta: 0.0 Mem: 145 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 3.0 Delta: 0.0 Mem: 145 G0: 0 G1: 0 G2: 0 [Encoding OptData]
TIME: 3.4 Delta: 0.4 Mem: 152 G0: 3 G1: 0 G2: 0 [TAST -> ILX]
TIME: 3.4 Delta: 0.0 Mem: 152 G0: 0 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 3.4 Delta: 0.0 Mem: 152 G0: 0 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 3.441 (delta) - Write Started
ilwrite: TIME 0.022 (total) 0.022 (delta) - Module Generation Preparation
ilwrite: TIME 0.024 (total) 0.002 (delta) - Module Generation Pass 1
ilwrite: TIME 0.042 (total) 0.018 (delta) - Module Generation Pass 2
ilwrite: TIME 0.103 (total) 0.061 (delta) - Module Generation Pass 3
ilwrite: TIME 0.108 (total) 0.005 (delta) - Module Generation Pass 4
ilwrite: TIME 0.111 (total) 0.002 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.111 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.113 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.113 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.114 (total) 0.000 (delta) - Sort Tables
ilwrite: TIME 0.114 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.115 (total) 0.001 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.115 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.115 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.115 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.115 (total) 0.000 (delta) - Write Metadata Strings
ilwrite: TIME 0.116 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.116 (total) 0.000 (delta) - Write Blob Stream
ilwrite: TIME 0.116 (total) 0.000 (delta) - Fixup Metadata
ilwrite: TIME 0.117 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.118 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.126 (total) 0.009 (delta) - Writing Image
ilwrite: TIME 0.158 (total) 0.031 (delta) - Finalize PDB
ilwrite: TIME 0.180 (total) 0.022 (delta) - Signing Image
TIME: 3.6 Delta: 0.2 Mem: 155 G0: 1 G1: 0 G2: 0 [Write .NET Binary]
Target _CopyDeployFilesToOutputDirectoryPreserveNewest:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/fsc.exe.config' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsc.exe.config'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/windows/default.win32manifest' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/default.win32manifest'
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/obj/release/fsc.exe.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsc.exe.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/obj/release/fsc.exe' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsc.exe'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/Fsc.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/Fsc.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj: warning : Cannot import project '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../FSharpSource.targets' again. It was already imported by '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj'. Ignoring.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/Fsc/Fsc.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not resolved
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:07.8534610
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Compiler.Interactive.Settings build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:45:58.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/release/./"
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/../../../packages/fssrgen.3.0.0/lib/net46/fssrgen.exe execution started with arguments: /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSInteractiveSettings.txt obj/release/./FSInteractiveSettings.fs obj/release/./FSInteractiveSettings.resx
Target PrepareForBuild:
Configuration: Release Platform: AnyCPU
Target ResolveProjectReferences:
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "obj/release/./FSInteractiveSettings.resx,obj/release/./FSInteractiveSettings.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/./FSharp.Compiler.Interactive.Settings.dll -g --debug:pdbonly --noframework --define:CROSS_PLATFORM_COMPILER --define:STRONG_NAME_FSHARP_COMPILER_WITH_TEST_KEY --define:EXTENSIONTYPING --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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/../../../lib/release/./FSharp.Compiler.Interactive.Settings.xml --optimize+ --resource:obj/release/./FSInteractiveSettings.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Core.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Core.dll --target:library --nowarn:69,65,54,61,75 --warn:3 --warnaserror:76 --fullpaths --flaterrors --highentropyva- --times --version:4.4.0.0 --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/../../fsharp/test.snk" --debug:full obj/release/./FSInteractiveSettings.fs InternalsVisibleTo.fs ../../assemblyinfo/assemblyinfo.FSharp.Compiler.Interactive.Settings.dll.fs ../../utils/reshapedreflection.fs ../fsiattrs.fs ../fsiaux.fsi ../fsiaux.fs
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 32 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.7 Delta: 0.4 Mem: 56 G0: 2 G1: 1 G2: 1 [Import mscorlib and FSharp.Core.dll]
TIME: 1.0 Delta: 0.2 Mem: 72 G0: 1 G1: 2 G2: 2 [Parse inputs]
TIME: 1.0 Delta: 0.0 Mem: 72 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 2.2 Delta: 1.2 Mem: 92 G0: 5 G1: 0 G2: 0 [Typecheck]
TIME: 2.2 Delta: 0.0 Mem: 92 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 2.2 Delta: 0.0 Mem: 92 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 2.2 Delta: 0.0 Mem: 92 G0: 0 G1: 0 G2: 0 [Write XML document signatures]
TIME: 2.2 Delta: 0.0 Mem: 92 G0: 0 G1: 0 G2: 0 [Write XML docs]
TIME: 2.2 Delta: 0.0 Mem: 92 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 2.3 Delta: 0.1 Mem: 96 G0: 2 G1: 0 G2: 0 [Encode Interface Data]
TIME: 2.6 Delta: 0.3 Mem: 98 G0: 1 G1: 1 G2: 1 [Optimizations]
TIME: 2.6 Delta: 0.0 Mem: 98 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 2.6 Delta: 0.0 Mem: 98 G0: 0 G1: 0 G2: 0 [Encoding OptData]
TIME: 2.9 Delta: 0.3 Mem: 102 G0: 0 G1: 0 G2: 0 [TAST -> ILX]
TIME: 2.9 Delta: 0.0 Mem: 102 G0: 1 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 2.9 Delta: 0.0 Mem: 102 G0: 0 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 2.954 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.023 (total) 0.002 (delta) - Module Generation Pass 1
ilwrite: TIME 0.040 (total) 0.017 (delta) - Module Generation Pass 2
ilwrite: TIME 0.097 (total) 0.057 (delta) - Module Generation Pass 3
ilwrite: TIME 0.102 (total) 0.005 (delta) - Module Generation Pass 4
ilwrite: TIME 0.105 (total) 0.002 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.105 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.107 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.107 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.107 (total) 0.001 (delta) - Sort Tables
ilwrite: TIME 0.108 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.109 (total) 0.001 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.109 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.109 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.109 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.109 (total) 0.000 (delta) - Write Metadata Strings
ilwrite: TIME 0.109 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.110 (total) 0.000 (delta) - Write Blob Stream
ilwrite: TIME 0.110 (total) 0.000 (delta) - Fixup Metadata
ilwrite: TIME 0.110 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.111 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.120 (total) 0.009 (delta) - Writing Image
ilwrite: TIME 0.150 (total) 0.030 (delta) - Finalize PDB
ilwrite: TIME 0.168 (total) 0.018 (delta) - Signing Image
TIME: 3.1 Delta: 0.2 Mem: 105 G0: 0 G1: 0 G2: 0 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/obj/release/FSharp.Compiler.Interactive.Settings.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Compiler.Interactive.Settings.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/obj/release/FSharp.Compiler.Interactive.Settings.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Compiler.Interactive.Settings.dll'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:06.2192180
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Compiler.Server.Shared build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:46:04.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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 "obj/release/./"
Target ResolveProjectReferences:
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/./FSharp.Compiler.Server.Shared.dll -g --debug:pdbonly --noframework --define:CROSS_PLATFORM_COMPILER --define:STRONG_NAME_FSHARP_COMPILER_WITH_TEST_KEY --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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/../../../lib/release/./FSharp.Compiler.Server.Shared.xml --optimize+ -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Runtime.Remoting.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Core.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Core.dll --target:library --nowarn:69,65,54,61,75 --warn:3 --warnaserror:76 --fullpaths --flaterrors --highentropyva- --times --version:4.4.0.0 --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/../../fsharp/test.snk" --debug:full InternalsVisibleTo.fs ../../assemblyinfo/assemblyinfo.FSharp.Compiler.Server.Shared.dll.fs ../fsiserver/fsiserver.fs
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 31 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.7 Delta: 0.4 Mem: 56 G0: 2 G1: 1 G2: 1 [Import mscorlib and FSharp.Core.dll]
TIME: 0.9 Delta: 0.2 Mem: 76 G0: 1 G1: 1 G2: 1 [Parse inputs]
TIME: 0.9 Delta: 0.0 Mem: 76 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 1.8 Delta: 0.9 Mem: 91 G0: 2 G1: 0 G2: 0 [Typecheck]
TIME: 1.8 Delta: 0.0 Mem: 91 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 1.8 Delta: 0.0 Mem: 91 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 1.8 Delta: 0.0 Mem: 91 G0: 0 G1: 0 G2: 0 [Write XML document signatures]
TIME: 1.8 Delta: 0.0 Mem: 91 G0: 0 G1: 0 G2: 0 [Write XML docs]
TIME: 1.8 Delta: 0.0 Mem: 91 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 1.9 Delta: 0.1 Mem: 96 G0: 2 G1: 0 G2: 0 [Encode Interface Data]
TIME: 2.1 Delta: 0.2 Mem: 93 G0: 0 G1: 1 G2: 1 [Optimizations]
TIME: 2.1 Delta: 0.0 Mem: 93 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 2.2 Delta: 0.0 Mem: 94 G0: 0 G1: 0 G2: 0 [Encoding OptData]
TIME: 2.3 Delta: 0.2 Mem: 95 G0: 0 G1: 0 G2: 0 [TAST -> ILX]
TIME: 2.4 Delta: 0.0 Mem: 96 G0: 0 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 2.4 Delta: 0.0 Mem: 96 G0: 0 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 2.375 (delta) - Write Started
ilwrite: TIME 0.022 (total) 0.022 (delta) - Module Generation Preparation
ilwrite: TIME 0.023 (total) 0.002 (delta) - Module Generation Pass 1
ilwrite: TIME 0.033 (total) 0.010 (delta) - Module Generation Pass 2
ilwrite: TIME 0.070 (total) 0.037 (delta) - Module Generation Pass 3
ilwrite: TIME 0.073 (total) 0.003 (delta) - Module Generation Pass 4
ilwrite: TIME 0.076 (total) 0.002 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.076 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.078 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.078 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.079 (total) 0.001 (delta) - Sort Tables
ilwrite: TIME 0.080 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.080 (total) 0.001 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.081 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.081 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.081 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.081 (total) 0.000 (delta) - Write Metadata Strings
ilwrite: TIME 0.082 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.082 (total) 0.000 (delta) - Write Blob Stream
ilwrite: TIME 0.082 (total) 0.000 (delta) - Fixup Metadata
ilwrite: TIME 0.082 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.083 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.092 (total) 0.009 (delta) - Writing Image
ilwrite: TIME 0.114 (total) 0.022 (delta) - Finalize PDB
ilwrite: TIME 0.132 (total) 0.018 (delta) - Signing Image
TIME: 2.5 Delta: 0.1 Mem: 100 G0: 0 G1: 0 G2: 0 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/obj/release/FSharp.Compiler.Server.Shared.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Compiler.Server.Shared.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/obj/release/FSharp.Compiler.Server.Shared.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/FSharp.Compiler.Server.Shared.dll'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:05.3033020
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C fsi build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:46:10.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/Fsi.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/release/./"
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/../../../packages/fssrgen.3.0.0/lib/net46/fssrgen.exe execution started with arguments: /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/FSIstrings.txt obj/release/./FSIstrings.fs obj/release/./FSIstrings.resx
Target PrepareForBuild:
Configuration: Release Platform: AnyCPU
Target ResolveProjectReferences:
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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: Release Platform: AnyCPU
Target ResolveProjectReferences:
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj".
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj".
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj: warning : Cannot import project '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../FSharpSource.targets' again. It was already imported by '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj'. Ignoring.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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: Release Platform: AnyCPU
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/4.5.1/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.5.1/lib/mono/4.5-api, assembly named 'ISymWrapper' not found.
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.5.1/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../lib/release/./
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/ISymWrapper' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/ISymWrapper.exe' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj".
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'PresentationCore' 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.5.1/lib/mono/4.5-api, assembly named 'PresentationCore' not found.
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/, assembly named 'PresentationCore' not found.
For searchpath {PkgConfig}
Considered PresentationCore, but could not find in any pkg-config files.
For searchpath {GAC}
Considered PresentationCore, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'PresentationCore' as a file, but the file does not exist
For searchpath /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/../../../lib/release/./
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/PresentationCore' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/PresentationCore.exe' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/PresentationCore.dll' as a file, but the file does not exist
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'PresentationFramework' 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.5.1/lib/mono/4.5-api, assembly named 'PresentationFramework' not found.
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/, assembly named 'PresentationFramework' not found.
For searchpath {PkgConfig}
Considered PresentationFramework, but could not find in any pkg-config files.
For searchpath {GAC}
Considered PresentationFramework, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'PresentationFramework' as a file, but the file does not exist
For searchpath /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/../../../lib/release/./
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/PresentationFramework' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/PresentationFramework.exe' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/PresentationFramework.dll' as a file, but the file does not exist
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "obj/release/./FSIstrings.resx,obj/release/./FSIstrings.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/./fsi.exe -g --debug:pdbonly --noframework --baseaddress:0x0A000000 --define:CROSS_PLATFORM_COMPILER --define:STRONG_NAME_FSHARP_COMPILER_WITH_TEST_KEY --define:EXTENSIONTYPING --define:COMPILER --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/Documents/FSharp/fsharp/src/fsharp/fsi/../../../lib/release/./fsi.xml --optimize+ --platform:x86 --resource:obj/release/./FSIstrings.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Drawing.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Windows.Forms.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/WindowsBase.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Core.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Compiler.Interactive.Settings.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Compiler.Server.Shared.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Compiler.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.Concurrent.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.Annotations.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.EventBasedAsync.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tracing.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.ILGeneration.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.Lightweight.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Duplex.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Http.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.NetTcp.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Security.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Timer.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.XmlSerializer.dll --target:exe --nowarn:62,69,65,54,61,75 --warn:3 --warnaserror:76 --win32res:fsi.res --fullpaths --flaterrors --highentropyva- --warnon:1182 --times --version:4.4.0.0 --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/../../fsharp/test.snk" --debug:full obj/release/./FSIstrings.fs ../../assemblyinfo/assemblyinfo.fsi.exe.fs ../../utils/reshapedreflection.fs ../InternalCollections.fsi ../InternalCollections.fs console.fs fsi.fs fsimain.fs
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 33 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.9 Delta: 0.6 Mem: 66 G0: 8 G1: 2 G2: 2 [Import mscorlib and FSharp.Core.dll]
TIME: 1.2 Delta: 0.4 Mem: 97 G0: 1 G1: 2 G2: 2 [Parse inputs]
TIME: 1.4 Delta: 0.2 Mem: 109 G0: 6 G1: 2 G2: 2 [Import non-system references]
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/fsi.fs(1403,13): warning FS1182: The value 'rangeStdin' is unused
TIME: 3.8 Delta: 2.4 Mem: 147 G0: 36 G1: 1 G2: 1 [Typecheck]
TIME: 3.8 Delta: 0.0 Mem: 147 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 3.8 Delta: 0.0 Mem: 147 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 3.8 Delta: 0.0 Mem: 147 G0: 0 G1: 0 G2: 0 [Write XML document signatures]
TIME: 3.8 Delta: 0.0 Mem: 147 G0: 0 G1: 0 G2: 0 [Write XML docs]
TIME: 3.8 Delta: 0.0 Mem: 147 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 3.9 Delta: 0.1 Mem: 152 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 4.5 Delta: 0.6 Mem: 155 G0: 16 G1: 1 G2: 1 [Optimizations]
TIME: 4.5 Delta: 0.0 Mem: 155 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 4.5 Delta: 0.0 Mem: 156 G0: 1 G1: 0 G2: 0 [Encoding OptData]
TIME: 5.1 Delta: 0.6 Mem: 165 G0: 8 G1: 0 G2: 0 [TAST -> ILX]
TIME: 5.1 Delta: 0.1 Mem: 166 G0: 0 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 5.2 Delta: 0.0 Mem: 168 G0: 1 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 5.188 (delta) - Write Started
ilwrite: TIME 0.022 (total) 0.022 (delta) - Module Generation Preparation
ilwrite: TIME 0.026 (total) 0.004 (delta) - Module Generation Pass 1
ilwrite: TIME 0.053 (total) 0.027 (delta) - Module Generation Pass 2
ilwrite: TIME 0.173 (total) 0.120 (delta) - Module Generation Pass 3
ilwrite: TIME 0.179 (total) 0.006 (delta) - Module Generation Pass 4
ilwrite: TIME 0.182 (total) 0.003 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.183 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.185 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.185 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.187 (total) 0.002 (delta) - Sort Tables
ilwrite: TIME 0.187 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.189 (total) 0.002 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.189 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.189 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.189 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.189 (total) 0.000 (delta) - Write Metadata Strings
ilwrite: TIME 0.190 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.190 (total) 0.000 (delta) - Write Blob Stream
ilwrite: TIME 0.191 (total) 0.001 (delta) - Fixup Metadata
ilwrite: TIME 0.191 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.192 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.201 (total) 0.009 (delta) - Writing Image
ilwrite: TIME 0.312 (total) 0.111 (delta) - Finalize PDB
ilwrite: TIME 0.335 (total) 0.023 (delta) - Signing Image
TIME: 5.5 Delta: 0.3 Mem: 175 G0: 4 G1: 0 G2: 0 [Write .NET Binary]
Target _CopyDeployFilesToOutputDirectoryPreserveNewest:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/fsi.exe.config' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsi.exe.config'
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/obj/release/fsi.exe.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsi.exe.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/obj/release/fsi.exe' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsi.exe'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/Fsi.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/Fsi.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj: warning : Cannot import project '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../FSharpSource.targets' again. It was already imported by '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj'. Ignoring.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/Fsi.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not resolved
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/Fsi.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'PresentationCore' not resolved
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'PresentationFramework' not resolved
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/Fsi.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/packages/FSharp.Compiler.Tools.4.0.0.1/tools/Microsoft.FSharp.Targets (CoreCompile target) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/fsi.fs(1403,13): warning FS1182: The value 'rangeStdin' is unused
5 Warning(s)
0 Error(s)
Time Elapsed 00:00:12.2512880
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C fsiAnyCpu build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:46:23.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/FsiAnyCpu.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/release/./"
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/../../../packages/fssrgen.3.0.0/lib/net46/fssrgen.exe execution started with arguments: /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/FSIstrings.txt obj/release/./FSIstrings.fs obj/release/./FSIstrings.resx
Target PrepareForBuild:
Configuration: Release Platform: AnyCPU
Target ResolveProjectReferences:
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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: Release Platform: AnyCPU
Target ResolveProjectReferences:
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj".
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Skipping target "CoreCompile" because its outputs are up-to-date.
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler.Server.Shared/FSharp.Compiler.Server.Shared.fsproj".
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj: warning : Cannot import project '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../FSharpSource.targets' again. It was already imported by '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj'. Ignoring.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj" (default target(s)):
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../.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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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: Release Platform: AnyCPU
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/4.5.1/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.5.1/lib/mono/4.5-api, assembly named 'ISymWrapper' not found.
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/4.5.1/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../../lib/release/./
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/ISymWrapper' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/ISymWrapper.exe' as a file, but the file does not exist
Considered '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj".
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "obj/release/./FSIstrings.resx,obj/release/./FSIstrings.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/./fsiAnyCpu.exe -g --debug:pdbonly --noframework --baseaddress:0x0A000000 --define:CROSS_PLATFORM_COMPILER --define:STRONG_NAME_FSHARP_COMPILER_WITH_TEST_KEY --define:EXTENSIONTYPING --define:COMPILER --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/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/../../../lib/release/./fsiAnyCpu.xml --optimize+ --platform:anycpu --resource:obj/release/./FSIstrings.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Drawing.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Windows.Forms.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Core.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Compiler.Interactive.Settings.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Compiler.Server.Shared.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Compiler.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/lib/release//FSharp.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.Concurrent.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.Annotations.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.EventBasedAsync.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Diagnostics.Tracing.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.ILGeneration.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.Lightweight.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Emit.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.InteropServices.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Duplex.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Http.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.NetTcp.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.ServiceModel.Security.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.Timer.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/Facades/System.Xml.XmlSerializer.dll --target:exe --nowarn:62,44,69,65,54,61,75 --warn:3 --warnaserror:76 --fullpaths --flaterrors --highentropyva- --warnon:1182 --times --version:4.4.0.0 --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/../../fsharp/test.snk" --debug:full obj/release/./FSIstrings.fs ../../assemblyinfo/assemblyinfo.fsi.exe.fs ../InternalCollections.fsi ../InternalCollections.fs ../fsi/console.fs ../fsi/fsi.fs ../fsi/fsimain.fs
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 33 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.8 Delta: 0.6 Mem: 63 G0: 7 G1: 2 G2: 2 [Import mscorlib and FSharp.Core.dll]
TIME: 1.2 Delta: 0.4 Mem: 87 G0: 2 G1: 2 G2: 2 [Parse inputs]
TIME: 1.4 Delta: 0.2 Mem: 115 G0: 6 G1: 2 G2: 2 [Import non-system references]
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/fsi.fs(1403,13): warning FS1182: The value 'rangeStdin' is unused
TIME: 3.7 Delta: 2.3 Mem: 140 G0: 36 G1: 1 G2: 1 [Typecheck]
TIME: 3.7 Delta: 0.0 Mem: 141 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 3.7 Delta: 0.0 Mem: 141 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 3.7 Delta: 0.0 Mem: 141 G0: 0 G1: 0 G2: 0 [Write XML document signatures]
TIME: 3.7 Delta: 0.0 Mem: 141 G0: 0 G1: 0 G2: 0 [Write XML docs]
TIME: 3.8 Delta: 0.0 Mem: 141 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 3.9 Delta: 0.1 Mem: 143 G0: 2 G1: 0 G2: 0 [Encode Interface Data]
TIME: 4.4 Delta: 0.6 Mem: 156 G0: 18 G1: 1 G2: 1 [Optimizations]
TIME: 4.5 Delta: 0.0 Mem: 156 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 4.5 Delta: 0.0 Mem: 156 G0: 0 G1: 0 G2: 0 [Encoding OptData]
TIME: 5.0 Delta: 0.6 Mem: 160 G0: 8 G1: 0 G2: 0 [TAST -> ILX]
TIME: 5.1 Delta: 0.1 Mem: 161 G0: 0 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 5.1 Delta: 0.0 Mem: 161 G0: 1 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 5.149 (delta) - Write Started
ilwrite: TIME 0.022 (total) 0.022 (delta) - Module Generation Preparation
ilwrite: TIME 0.026 (total) 0.004 (delta) - Module Generation Pass 1
ilwrite: TIME 0.052 (total) 0.026 (delta) - Module Generation Pass 2
ilwrite: TIME 0.171 (total) 0.119 (delta) - Module Generation Pass 3
ilwrite: TIME 0.178 (total) 0.006 (delta) - Module Generation Pass 4
ilwrite: TIME 0.181 (total) 0.003 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.181 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.183 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.183 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.185 (total) 0.002 (delta) - Sort Tables
ilwrite: TIME 0.185 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.187 (total) 0.002 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.187 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.187 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.187 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.188 (total) 0.000 (delta) - Write Metadata Strings
ilwrite: TIME 0.188 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.188 (total) 0.000 (delta) - Write Blob Stream
ilwrite: TIME 0.189 (total) 0.001 (delta) - Fixup Metadata
ilwrite: TIME 0.189 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.190 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.199 (total) 0.009 (delta) - Writing Image
ilwrite: TIME 0.310 (total) 0.111 (delta) - Finalize PDB
ilwrite: TIME 0.333 (total) 0.023 (delta) - Signing Image
TIME: 5.5 Delta: 0.3 Mem: 166 G0: 4 G1: 0 G2: 0 [Write .NET Binary]
Target _CopyDeployFilesToOutputDirectoryPreserveNewest:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/fsiAnyCpu.exe.config' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsiAnyCpu.exe.config'
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/obj/release/fsiAnyCpu.exe.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsiAnyCpu.exe.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/obj/release/fsiAnyCpu.exe' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsiAnyCpu.exe'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/FsiAnyCpu.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/FsiAnyCpu.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj: warning : Cannot import project '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/../../FSharpSource.targets' again. It was already imported by '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj'. Ignoring.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/FsiAnyCpu.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not resolved
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsiAnyCpu/FsiAnyCpu.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/packages/FSharp.Compiler.Tools.4.0.0.1/tools/Microsoft.FSharp.Targets (CoreCompile target) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/fsi/fsi.fs(1403,13): warning FS1182: The value 'rangeStdin' is unused
3 Warning(s)
0 Error(s)
Time Elapsed 00:00:12.1626740
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C policy.2.0.FSharp.Core build
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.2.0.FSharp.Core.dll
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
cp policy.2.0.FSharp.Core.dll.config /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/./
/Library/Frameworks/Mono.framework/Versions/4.5.1/bin/al /link:policy.2.0.FSharp.Core.dll.config /out:/Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.2.0.FSharp.Core.dll /delaysign /keyfile:/Users/ixamarin78/Documents/Fsharp/fsharp/msfinal.pub
ALINK: warning A99999: Path 'policy.2.0.FSharp.Core.dll.config' in the resource name is not supported. Using just file name 'policy.2.0.FSharp.Core.dll.config'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C policy.2.3.FSharp.Core build
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.2.3.FSharp.Core.dll
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
cp policy.2.3.FSharp.Core.dll.config /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/./
/Library/Frameworks/Mono.framework/Versions/4.5.1/bin/al /link:policy.2.3.FSharp.Core.dll.config /out:/Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.2.3.FSharp.Core.dll /delaysign /keyfile:/Users/ixamarin78/Documents/Fsharp/fsharp/msfinal.pub
ALINK: warning A99999: Path 'policy.2.3.FSharp.Core.dll.config' in the resource name is not supported. Using just file name 'policy.2.3.FSharp.Core.dll.config'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C policy.3.3.FSharp.Core build
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.3.3.FSharp.Core.dll
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
cp policy.3.3.FSharp.Core.dll.config /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/./
/Library/Frameworks/Mono.framework/Versions/4.5.1/bin/al /link:policy.3.3.FSharp.Core.dll.config /out:/Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.3.3.FSharp.Core.dll /delaysign /keyfile:/Users/ixamarin78/Documents/Fsharp/fsharp/msfinal.pub
ALINK: warning A99999: Path 'policy.3.3.FSharp.Core.dll.config' in the resource name is not supported. Using just file name 'policy.3.3.FSharp.Core.dll.config'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C policy.3.7.FSharp.Core build
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.3.7.FSharp.Core.dll
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
cp policy.3.7.FSharp.Core.dll.config /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/./
/Library/Frameworks/Mono.framework/Versions/4.5.1/bin/al /link:policy.3.7.FSharp.Core.dll.config /out:/Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.3.7.FSharp.Core.dll /delaysign /keyfile:/Users/ixamarin78/Documents/Fsharp/fsharp/msfinal.pub
ALINK: warning A99999: Path 'policy.3.7.FSharp.Core.dll.config' in the resource name is not supported. Using just file name 'policy.3.7.FSharp.Core.dll.config'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C policy.3.47.FSharp.Core build
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.3.47.FSharp.Core.dll
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
cp policy.3.47.FSharp.Core.dll.config /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/./
/Library/Frameworks/Mono.framework/Versions/4.5.1/bin/al /link:policy.3.47.FSharp.Core.dll.config /out:/Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.3.47.FSharp.Core.dll /delaysign /keyfile:/Users/ixamarin78/Documents/Fsharp/fsharp/msfinal.pub
ALINK: warning A99999: Path 'policy.3.47.FSharp.Core.dll.config' in the resource name is not supported. Using just file name 'policy.3.47.FSharp.Core.dll.config'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C policy.3.78.FSharp.Core build
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.3.78.FSharp.Core.dll
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
cp policy.3.78.FSharp.Core.dll.config /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/./
/Library/Frameworks/Mono.framework/Versions/4.5.1/bin/al /link:policy.3.78.FSharp.Core.dll.config /out:/Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.3.78.FSharp.Core.dll /delaysign /keyfile:/Users/ixamarin78/Documents/Fsharp/fsharp/msfinal.pub
ALINK: warning A99999: Path 'policy.3.78.FSharp.Core.dll.config' in the resource name is not supported. Using just file name 'policy.3.78.FSharp.Core.dll.config'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C policy.3.259.FSharp.Core build
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.3.259.FSharp.Core.dll
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
cp policy.3.259.FSharp.Core.dll.config /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/./
/Library/Frameworks/Mono.framework/Versions/4.5.1/bin/al /link:policy.3.259.FSharp.Core.dll.config /out:/Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.3.259.FSharp.Core.dll /delaysign /keyfile:/Users/ixamarin78/Documents/Fsharp/fsharp/msfinal.pub
ALINK: warning A99999: Path 'policy.3.259.FSharp.Core.dll.config' in the resource name is not supported. Using just file name 'policy.3.259.FSharp.Core.dll.config'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C policy.4.0.FSharp.Core build
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.4.0.FSharp.Core.dll
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
cp policy.4.0.FSharp.Core.dll.config /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/./
/Library/Frameworks/Mono.framework/Versions/4.5.1/bin/al /link:policy.4.0.FSharp.Core.dll.config /out:/Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.4.0.FSharp.Core.dll /delaysign /keyfile:/Users/ixamarin78/Documents/Fsharp/fsharp/msfinal.pub
ALINK: warning A99999: Path 'policy.4.0.FSharp.Core.dll.config' in the resource name is not supported. Using just file name 'policy.4.0.FSharp.Core.dll.config'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C policy.4.3.FSharp.Core build
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
/Applications/Xcode.app/Contents/Developer/usr/bin/make /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.4.3.FSharp.Core.dll
Makefile:20: warning: overriding commands for target `build'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:6: warning: ignoring old commands for target `build'
Makefile:23: warning: overriding commands for target `clean'
/Users/ixamarin78/Documents/Fsharp/fsharp//src/fsharp/targets.make:9: warning: ignoring old commands for target `clean'
cp policy.4.3.FSharp.Core.dll.config /Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/./
/Library/Frameworks/Mono.framework/Versions/4.5.1/bin/al /link:policy.4.3.FSharp.Core.dll.config /out:/Users/ixamarin78/Documents/Fsharp/fsharp/lib/release/.//policy.4.3.FSharp.Core.dll /delaysign /keyfile:/Users/ixamarin78/Documents/Fsharp/fsharp/msfinal.pub
ALINK: warning A99999: Path 'policy.4.3.FSharp.Core.dll.config' in the resource name is not supported. Using just file name 'policy.4.3.FSharp.Core.dll.config'
if test -e ONOGACDIR20/mscorlib.dll; then /Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core TargetFramework=net20 build;fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make only-monotouch only-monodroid only-xamarinmac
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core TargetFramework=monotouch build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=monotouch /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:46:36.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/monotouch/"
Created directory "obj/release/monotouch/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoTouch/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monotouch/mscorlib.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoTouch/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monotouch/System.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoTouch/System.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monotouch/System.Core.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/monotouch/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/monotouch/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:QUERIES_IN_FSLIB --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_REFLECTION_EMIT --define:FX_NO_BIGINT --define:FX_NO_STRUCTURAL_EQUALITY --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/monotouch/FSharp.Core.xml --optimize+ --resource:obj/release/monotouch/FSCore.resources -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoTouch/mscorlib.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoTouch/System.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoTouch/System.Numerics.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoTouch/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 --times --version:3.98.4.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 30 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.6 Delta: 0.3 Mem: 49 G0: 1 G1: 1 G2: 1 [Import mscorlib and FSharp.Core.dll]
TIME: 2.2 Delta: 1.7 Mem: 97 G0: 19 G1: 22 G2: 22 [Parse inputs]
TIME: 2.2 Delta: 0.0 Mem: 97 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.6 Delta: 7.3 Mem: 143 G0: 322 G1: 3 G2: 3 [Typecheck]
TIME: 9.6 Delta: 0.0 Mem: 144 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.6 Delta: 0.0 Mem: 144 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.6 Delta: 0.0 Mem: 144 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.6 Delta: 0.0 Mem: 145 G0: 1 G1: 0 G2: 0 [Write XML docs]
TIME: 9.6 Delta: 0.0 Mem: 145 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.8 Delta: 0.2 Mem: 151 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 17.6 Delta: 7.8 Mem: 198 G0: 384 G1: 3 G2: 3 [Optimizations]
TIME: 17.6 Delta: 0.0 Mem: 198 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.7 Delta: 0.1 Mem: 205 G0: 4 G1: 0 G2: 0 [Encoding OptData]
TIME: 19.8 Delta: 2.0 Mem: 200 G0: 60 G1: 1 G2: 1 [TAST -> ILX]
TIME: 20.0 Delta: 0.2 Mem: 201 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 20.3 Delta: 0.2 Mem: 210 G0: 6 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 20.273 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.040 (total) 0.019 (delta) - Module Generation Pass 1
ilwrite: TIME 0.106 (total) 0.066 (delta) - Module Generation Pass 2
ilwrite: TIME 0.810 (total) 0.703 (delta) - Module Generation Pass 3
ilwrite: TIME 0.869 (total) 0.059 (delta) - Module Generation Pass 4
ilwrite: TIME 0.876 (total) 0.007 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.877 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.879 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.879 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.906 (total) 0.027 (delta) - Sort Tables
ilwrite: TIME 0.906 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.914 (total) 0.007 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.914 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.914 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.914 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.915 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.916 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.917 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.921 (total) 0.004 (delta) - Fixup Metadata
ilwrite: TIME 0.921 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.922 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.933 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 1.692 (total) 0.760 (delta) - Finalize PDB
ilwrite: TIME 1.693 (total) 0.001 (delta) - Signing Image
TIME: 22.0 Delta: 1.7 Mem: 230 G0: 35 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/monotouch/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monotouch/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/monotouch/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monotouch/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/monotouch//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monotouch/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/monotouch//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monotouch/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:24.1676410
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core TargetFramework=monodroid build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=monodroid /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:47:00.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/monodroid/"
Created directory "obj/release/monodroid/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoAndroid/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monodroid/mscorlib.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoAndroid/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monodroid/System.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoAndroid/System.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monodroid/System.Core.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/monodroid/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/monodroid/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:QUERIES_IN_FSLIB --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_REFLECTION_EMIT --define:FX_NO_BIGINT --define:FX_NO_STRUCTURAL_EQUALITY --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/monodroid/FSharp.Core.xml --optimize+ --resource:obj/release/monodroid/FSCore.resources -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoAndroid/mscorlib.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoAndroid/System.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoAndroid/System.Numerics.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/MonoAndroid/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 --times --version:3.98.4.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 29 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.6 Delta: 0.3 Mem: 50 G0: 1 G1: 1 G2: 1 [Import mscorlib and FSharp.Core.dll]
TIME: 2.3 Delta: 1.7 Mem: 88 G0: 19 G1: 24 G2: 24 [Parse inputs]
TIME: 2.3 Delta: 0.0 Mem: 88 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.6 Delta: 7.4 Mem: 145 G0: 322 G1: 3 G2: 3 [Typecheck]
TIME: 9.6 Delta: 0.0 Mem: 145 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.6 Delta: 0.0 Mem: 145 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.7 Delta: 0.0 Mem: 146 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.7 Delta: 0.0 Mem: 146 G0: 1 G1: 0 G2: 0 [Write XML docs]
TIME: 9.7 Delta: 0.0 Mem: 146 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.9 Delta: 0.2 Mem: 149 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 17.8 Delta: 7.9 Mem: 196 G0: 384 G1: 3 G2: 3 [Optimizations]
TIME: 17.8 Delta: 0.0 Mem: 196 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 18.0 Delta: 0.1 Mem: 199 G0: 4 G1: 0 G2: 0 [Encoding OptData]
TIME: 19.9 Delta: 2.0 Mem: 209 G0: 61 G1: 0 G2: 0 [TAST -> ILX]
TIME: 20.2 Delta: 0.3 Mem: 220 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 20.6 Delta: 0.4 Mem: 225 G0: 5 G1: 1 G2: 1 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 20.588 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.040 (total) 0.020 (delta) - Module Generation Pass 1
ilwrite: TIME 0.106 (total) 0.066 (delta) - Module Generation Pass 2
ilwrite: TIME 0.710 (total) 0.604 (delta) - Module Generation Pass 3
ilwrite: TIME 0.770 (total) 0.060 (delta) - Module Generation Pass 4
ilwrite: TIME 0.777 (total) 0.008 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.778 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.780 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.780 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.808 (total) 0.027 (delta) - Sort Tables
ilwrite: TIME 0.808 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.816 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.817 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.817 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.817 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.818 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.819 (total) 0.001 (delta) - Write Metadata User Strings
ilwrite: TIME 0.820 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.825 (total) 0.005 (delta) - Fixup Metadata
ilwrite: TIME 0.825 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.827 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.837 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 1.601 (total) 0.764 (delta) - Finalize PDB
ilwrite: TIME 1.601 (total) 0.000 (delta) - Signing Image
TIME: 22.2 Delta: 1.6 Mem: 239 G0: 36 G1: 0 G2: 0 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/monodroid/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monodroid/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/monodroid/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monodroid/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/monodroid//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monodroid/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/monodroid//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/monodroid/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:24.6425140
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core TargetFramework=xamarinmacmobile build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=xamarinmacmobile /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:47:25.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/xamarinmacmobile/"
Created directory "obj/release/xamarinmacmobile/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/XamarinMac/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacmobile/mscorlib.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/XamarinMac/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacmobile/System.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/XamarinMac/System.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacmobile/System.Core.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/xamarinmacmobile/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/xamarinmacmobile/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:QUERIES_IN_FSLIB --define:PUT_TYPE_PROVIDERS_IN_FSCORE --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/xamarinmacmobile/FSharp.Core.xml --optimize+ --resource:obj/release/xamarinmacmobile/FSCore.resources -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/XamarinMac/mscorlib.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/XamarinMac/System.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/XamarinMac/System.Numerics.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/2.1/XamarinMac/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 --times --version:3.99.4.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 31 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.6 Delta: 0.3 Mem: 51 G0: 1 G1: 1 G2: 1 [Import mscorlib and FSharp.Core.dll]
TIME: 2.3 Delta: 1.7 Mem: 90 G0: 18 G1: 24 G2: 24 [Parse inputs]
TIME: 2.3 Delta: 0.0 Mem: 90 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.4 Delta: 7.2 Mem: 144 G0: 311 G1: 2 G2: 2 [Typecheck]
TIME: 9.4 Delta: 0.0 Mem: 144 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.4 Delta: 0.0 Mem: 144 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.5 Delta: 0.0 Mem: 145 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.5 Delta: 0.0 Mem: 146 G0: 2 G1: 0 G2: 0 [Write XML docs]
TIME: 9.5 Delta: 0.0 Mem: 146 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.7 Delta: 0.2 Mem: 152 G0: 3 G1: 1 G2: 1 [Encode Interface Data]
TIME: 17.3 Delta: 7.6 Mem: 200 G0: 369 G1: 2 G2: 2 [Optimizations]
TIME: 17.3 Delta: 0.0 Mem: 200 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.5 Delta: 0.2 Mem: 201 G0: 4 G1: 1 G2: 1 [Encoding OptData]
TIME: 19.5 Delta: 1.9 Mem: 207 G0: 58 G1: 0 G2: 0 [TAST -> ILX]
TIME: 19.7 Delta: 0.3 Mem: 210 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 20.0 Delta: 0.2 Mem: 218 G0: 5 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 19.998 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.046 (total) 0.025 (delta) - Module Generation Pass 1
ilwrite: TIME 0.104 (total) 0.058 (delta) - Module Generation Pass 2
ilwrite: TIME 0.826 (total) 0.722 (delta) - Module Generation Pass 3
ilwrite: TIME 0.885 (total) 0.059 (delta) - Module Generation Pass 4
ilwrite: TIME 0.890 (total) 0.005 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.891 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.893 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.893 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.923 (total) 0.030 (delta) - Sort Tables
ilwrite: TIME 0.924 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.931 (total) 0.007 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.931 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.931 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.932 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.933 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.933 (total) 0.001 (delta) - Write Metadata User Strings
ilwrite: TIME 0.934 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.937 (total) 0.003 (delta) - Fixup Metadata
ilwrite: TIME 0.937 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.938 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.948 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 1.675 (total) 0.727 (delta) - Finalize PDB
ilwrite: TIME 1.675 (total) 0.000 (delta) - Signing Image
TIME: 21.7 Delta: 1.7 Mem: 238 G0: 36 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/xamarinmacmobile/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacmobile/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/xamarinmacmobile/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacmobile/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/xamarinmacmobile//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacmobile/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/xamarinmacmobile//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacmobile/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:24.0319460
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core TargetFramework=xamarinmacfull build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=xamarinmacfull /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:47:50.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/xamarinmacfull/"
Created directory "obj/release/xamarinmacfull/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/4.5/XamarinMac/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacfull/mscorlib.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/4.5/XamarinMac/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacfull/System.dll'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/4.5/XamarinMac/System.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacfull/System.Core.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/xamarinmacfull/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/xamarinmacfull/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:QUERIES_IN_FSLIB --define:PUT_TYPE_PROVIDERS_IN_FSCORE --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/xamarinmacfull/FSharp.Core.xml --optimize+ --resource:obj/release/xamarinmacfull/FSCore.resources -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/4.5/XamarinMac/mscorlib.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/4.5/XamarinMac/System.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/4.5/XamarinMac/System.Numerics.dll -r:/Users/ixamarin78/Documents/FSharp/fsharp/dependencies/mono/4.5/XamarinMac/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 --times --version:3.100.4.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 30 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.6 Delta: 0.3 Mem: 53 G0: 1 G1: 1 G2: 1 [Import mscorlib and FSharp.Core.dll]
TIME: 2.4 Delta: 1.8 Mem: 97 G0: 17 G1: 26 G2: 26 [Parse inputs]
TIME: 2.4 Delta: 0.0 Mem: 97 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.6 Delta: 7.2 Mem: 151 G0: 313 G1: 3 G2: 3 [Typecheck]
TIME: 9.6 Delta: 0.0 Mem: 151 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.6 Delta: 0.0 Mem: 151 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.6 Delta: 0.0 Mem: 151 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.7 Delta: 0.0 Mem: 152 G0: 2 G1: 0 G2: 0 [Write XML docs]
TIME: 9.7 Delta: 0.0 Mem: 152 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.8 Delta: 0.2 Mem: 155 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 17.4 Delta: 7.6 Mem: 204 G0: 368 G1: 3 G2: 3 [Optimizations]
TIME: 17.4 Delta: 0.0 Mem: 204 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.5 Delta: 0.1 Mem: 208 G0: 4 G1: 0 G2: 0 [Encoding OptData]
TIME: 19.4 Delta: 1.9 Mem: 214 G0: 59 G1: 0 G2: 0 [TAST -> ILX]
TIME: 19.7 Delta: 0.3 Mem: 224 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 19.9 Delta: 0.2 Mem: 232 G0: 5 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 19.935 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.047 (total) 0.026 (delta) - Module Generation Pass 1
ilwrite: TIME 0.107 (total) 0.060 (delta) - Module Generation Pass 2
ilwrite: TIME 0.820 (total) 0.713 (delta) - Module Generation Pass 3
ilwrite: TIME 0.879 (total) 0.059 (delta) - Module Generation Pass 4
ilwrite: TIME 0.887 (total) 0.008 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.887 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.889 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.889 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.914 (total) 0.025 (delta) - Sort Tables
ilwrite: TIME 0.915 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.923 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.923 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.923 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.923 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.924 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.925 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.926 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.928 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.929 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.930 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.939 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 1.683 (total) 0.744 (delta) - Finalize PDB
ilwrite: TIME 1.684 (total) 0.000 (delta) - Signing Image
TIME: 21.6 Delta: 1.7 Mem: 245 G0: 36 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/xamarinmacfull/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacfull/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/xamarinmacfull/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacfull/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/xamarinmacfull//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacfull/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/xamarinmacfull//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/xamarinmacfull/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:24.2079840
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core FSharpCoreBackVersion=3.0 TargetFramework=net40 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=3.0
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:48:14.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp30/net40/"
Created directory "obj/release/fsharp30/net40/"
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/fsharp30/net40/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/fsharp30/net40/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp30/net40/FSharp.Core.xml --optimize+ --resource:obj/release/fsharp30/net40/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/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.3.0.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/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
F# Compiler for F# 4.0 (private)
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.6 Delta: 0.3 Mem: 53 G0: 2 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.2 Delta: 1.6 Mem: 81 G0: 19 G1: 20 G2: 20 [Parse inputs]
TIME: 2.2 Delta: 0.0 Mem: 81 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.5 Delta: 7.2 Mem: 142 G0: 313 G1: 3 G2: 3 [Typecheck]
TIME: 9.5 Delta: 0.0 Mem: 142 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.5 Delta: 0.0 Mem: 142 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.5 Delta: 0.0 Mem: 142 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.5 Delta: 0.0 Mem: 144 G0: 2 G1: 0 G2: 0 [Write XML docs]
TIME: 9.6 Delta: 0.0 Mem: 144 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.7 Delta: 0.2 Mem: 146 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 17.3 Delta: 7.6 Mem: 193 G0: 368 G1: 3 G2: 3 [Optimizations]
TIME: 17.3 Delta: 0.0 Mem: 193 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.4 Delta: 0.1 Mem: 197 G0: 4 G1: 0 G2: 0 [Encoding OptData]
TIME: 19.3 Delta: 1.9 Mem: 208 G0: 59 G1: 0 G2: 0 [TAST -> ILX]
TIME: 19.6 Delta: 0.2 Mem: 217 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 19.8 Delta: 0.2 Mem: 226 G0: 5 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 19.835 (delta) - Write Started
ilwrite: TIME 0.135 (total) 0.135 (delta) - Module Generation Preparation
ilwrite: TIME 0.167 (total) 0.032 (delta) - Module Generation Pass 1
ilwrite: TIME 0.233 (total) 0.066 (delta) - Module Generation Pass 2
ilwrite: TIME 0.812 (total) 0.578 (delta) - Module Generation Pass 3
ilwrite: TIME 0.871 (total) 0.059 (delta) - Module Generation Pass 4
ilwrite: TIME 0.878 (total) 0.006 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.878 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.880 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.881 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.907 (total) 0.026 (delta) - Sort Tables
ilwrite: TIME 0.907 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.915 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.915 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.915 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.916 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.917 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.917 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.918 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.921 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.921 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.922 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.932 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 1.655 (total) 0.723 (delta) - Finalize PDB
ilwrite: TIME 1.655 (total) 0.000 (delta) - Signing Image
TIME: 21.5 Delta: 1.7 Mem: 236 G0: 35 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp30/net40/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp30/net40/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp30/net40/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp30/net40/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp30/net40//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp30/net40/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp30/net40//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp30/net40/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:23.7178980
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core FSharpCoreBackVersion=3.1 TargetFramework=net40 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=net40 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=3.1
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:48:38.
__________________________________________________
Project "/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp31/net40/"
Created directory "obj/release/fsharp31/net40/"
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/fsharp31/net40/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/fsharp31/net40/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp31/net40/FSharp.Core.xml --optimize+ --resource:obj/release/fsharp31/net40/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5-api/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/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.3.1.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.6 Delta: 0.3 Mem: 53 G0: 2 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.2 Delta: 1.6 Mem: 86 G0: 19 G1: 20 G2: 20 [Parse inputs]
TIME: 2.2 Delta: 0.0 Mem: 86 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.4 Delta: 7.2 Mem: 146 G0: 313 G1: 3 G2: 3 [Typecheck]
TIME: 9.4 Delta: 0.0 Mem: 146 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.4 Delta: 0.0 Mem: 146 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.4 Delta: 0.0 Mem: 146 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.5 Delta: 0.0 Mem: 147 G0: 2 G1: 0 G2: 0 [Write XML docs]
TIME: 9.5 Delta: 0.0 Mem: 147 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.6 Delta: 0.2 Mem: 151 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 17.2 Delta: 7.6 Mem: 196 G0: 368 G1: 3 G2: 3 [Optimizations]
TIME: 17.2 Delta: 0.0 Mem: 196 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.3 Delta: 0.1 Mem: 200 G0: 4 G1: 0 G2: 0 [Encoding OptData]
TIME: 19.3 Delta: 1.9 Mem: 212 G0: 59 G1: 0 G2: 0 [TAST -> ILX]
TIME: 19.5 Delta: 0.2 Mem: 222 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 19.9 Delta: 0.4 Mem: 225 G0: 4 G1: 1 G2: 1 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 19.902 (delta) - Write Started
ilwrite: TIME 0.020 (total) 0.020 (delta) - Module Generation Preparation
ilwrite: TIME 0.045 (total) 0.025 (delta) - Module Generation Pass 1
ilwrite: TIME 0.106 (total) 0.061 (delta) - Module Generation Pass 2
ilwrite: TIME 0.695 (total) 0.589 (delta) - Module Generation Pass 3
ilwrite: TIME 0.757 (total) 0.062 (delta) - Module Generation Pass 4
ilwrite: TIME 0.763 (total) 0.006 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.763 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.765 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.766 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.794 (total) 0.029 (delta) - Sort Tables
ilwrite: TIME 0.795 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.803 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.803 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.803 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.804 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.804 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.805 (total) 0.001 (delta) - Write Metadata User Strings
ilwrite: TIME 0.806 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.808 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.809 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.810 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.821 (total) 0.011 (delta) - Writing Image
ilwrite: TIME 1.546 (total) 0.725 (delta) - Finalize PDB
ilwrite: TIME 1.546 (total) 0.000 (delta) - Signing Image
TIME: 21.4 Delta: 1.6 Mem: 241 G0: 36 G1: 0 G2: 0 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/net40/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/net40/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/net40/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/net40/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/net40//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/net40/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/net40//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/net40/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:23.5596260
if test -e ONOGACDIR20/mscorlib.dll; then /Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core FSharpCoreBackVersion=3.0 TargetFramework=net20 build;fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core TargetFramework=portable47 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=portable47 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:49:02.
__________________________________________________
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj" (default target(s)):
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/portable47/"
Created directory "obj/release/portable47/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable47/mscorlib.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable47/System.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/portable47/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/portable47/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_PORTABLE --define:FX_NO_CONCURRENT_DICTIONARY --define:FX_ATLEAST_PORTABLE --define:FX_NO_ARRAY_LONG_LENGTH --define:FX_NO_DEBUG_PROXIES --define:FX_NO_EXIT --define:FX_NO_CHAR_PARSE --define:FX_NO_DEFAULT_DEPENDENCY_TYPE --define:FX_SIMPLE_SECURITY_PERMISSIONS --define:FX_NO_TRUNCATE --define:FX_NO_CULTURE_INFO_ARGS --define:FX_NO_REFLECTION_METADATA_TOKENS --define:FX_NO_TO_LOWER_INVARIANT --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_NO_BASED_ARRAYS --define:FX_NO_DOUBLE_BIT_CONVERTER --define:FX_NO_BINARY_SERIALIZATION --define:FX_NO_ASCII_ENCODING --define:FX_NO_DEFAULT_ENCODING --define:FX_NO_FILE_OPTIONS --define:FX_NO_NONBLOCK_IO --define:FX_NO_COMMAND_LINE_ARGS --define:FX_NO_ENVIRONMENT --define:FX_NO_PROCESS_START --define:FX_NO_APP_DOMAINS --define:FX_NO_PROCESS_DIAGNOSTICS --define:FX_NO_IOBSERVABLE --define:FX_NO_WEB_CLIENT --define:FX_NO_CONVERTER --define:FX_NO_GET_HASH_CODE_HELPER --define:FX_NO_COMVISIBLE --define:FX_NO_ICLONEABLE --define:FX_NO_SECURITY_PERMISSIONS --define:FX_NO_SYSTEM_CONSOLE --define:FX_NO_ARRAY_KEY_SORT --define:FX_NO_REFLECTION_EMIT --define:FX_NO_PARAMETERIZED_THREAD_START --define:FX_EVENTWAITHANDLE_NO_IDISPOSABLE --define:FX_NO_REGISTERED_WAIT_HANDLES --define:FX_NO_EXCEPTIONDISPATCHINFO --define:FX_ATLEAST_LINQ --define:FX_NO_THREAD --define:FX_NO_WAITONE_MILLISECONDS --define:FX_NO_TPL_PARALLEL --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_CUSTOMATTRIBUTEDATA --define:FX_NO_BIGINT --define:FX_NO_MISSINGMETHODEXCEPTION --define:DONT_INCLUDE_DEPRECATED --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:QUERIES_IN_FSLIB --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/portable47/FSharp.Core.xml --optimize+ --resource:obj/release/portable47/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Net.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/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 --times --version:3.47.4.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 23 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.5 Delta: 0.2 Mem: 38 G0: 1 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.0 Delta: 1.5 Mem: 74 G0: 17 G1: 15 G2: 15 [Parse inputs]
TIME: 2.0 Delta: 0.0 Mem: 74 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 8.9 Delta: 6.9 Mem: 126 G0: 305 G1: 3 G2: 3 [Typecheck]
TIME: 8.9 Delta: 0.0 Mem: 126 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 8.9 Delta: 0.0 Mem: 126 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 8.9 Delta: 0.0 Mem: 126 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.0 Delta: 0.0 Mem: 127 G0: 2 G1: 0 G2: 0 [Write XML docs]
TIME: 9.0 Delta: 0.0 Mem: 127 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.1 Delta: 0.2 Mem: 128 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 16.8 Delta: 7.7 Mem: 175 G0: 376 G1: 3 G2: 3 [Optimizations]
TIME: 16.9 Delta: 0.0 Mem: 175 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.1 Delta: 0.2 Mem: 180 G0: 5 G1: 1 G2: 1 [Encoding OptData]
TIME: 19.0 Delta: 1.9 Mem: 186 G0: 59 G1: 0 G2: 0 [TAST -> ILX]
TIME: 19.3 Delta: 0.2 Mem: 191 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 19.5 Delta: 0.2 Mem: 199 G0: 5 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 19.510 (delta) - Write Started
ilwrite: TIME 0.020 (total) 0.020 (delta) - Module Generation Preparation
ilwrite: TIME 0.046 (total) 0.025 (delta) - Module Generation Pass 1
ilwrite: TIME 0.215 (total) 0.170 (delta) - Module Generation Pass 2
ilwrite: TIME 0.820 (total) 0.605 (delta) - Module Generation Pass 3
ilwrite: TIME 0.880 (total) 0.060 (delta) - Module Generation Pass 4
ilwrite: TIME 0.885 (total) 0.006 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.886 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.888 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.888 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.916 (total) 0.028 (delta) - Sort Tables
ilwrite: TIME 0.916 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.924 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.924 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.924 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.925 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.925 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.926 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.927 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.930 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.930 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.931 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.941 (total) 0.011 (delta) - Writing Image
ilwrite: TIME 1.678 (total) 0.736 (delta) - Finalize PDB
ilwrite: TIME 1.678 (total) 0.000 (delta) - Signing Image
TIME: 21.2 Delta: 1.7 Mem: 208 G0: 36 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable47/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable47/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable47/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable47/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable47//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable47/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable47//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable47/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:23.2989500
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core FSharpCoreBackVersion=3.0 TargetFramework=portable47 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=portable47 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=3.0
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:49:26.
__________________________________________________
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj" (default target(s)):
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp30/portable47/"
Created directory "obj/release/fsharp30/portable47/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp30/portable47/mscorlib.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp30/portable47/System.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/fsharp30/portable47/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/fsharp30/portable47/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_PORTABLE --define:FX_NO_CONCURRENT_DICTIONARY --define:FX_ATLEAST_PORTABLE --define:FX_NO_ARRAY_LONG_LENGTH --define:FX_NO_DEBUG_PROXIES --define:FX_NO_EXIT --define:FX_NO_CHAR_PARSE --define:FX_NO_DEFAULT_DEPENDENCY_TYPE --define:FX_SIMPLE_SECURITY_PERMISSIONS --define:FX_NO_TRUNCATE --define:FX_NO_CULTURE_INFO_ARGS --define:FX_NO_REFLECTION_METADATA_TOKENS --define:FX_NO_TO_LOWER_INVARIANT --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_NO_BASED_ARRAYS --define:FX_NO_DOUBLE_BIT_CONVERTER --define:FX_NO_BINARY_SERIALIZATION --define:FX_NO_ASCII_ENCODING --define:FX_NO_DEFAULT_ENCODING --define:FX_NO_FILE_OPTIONS --define:FX_NO_NONBLOCK_IO --define:FX_NO_COMMAND_LINE_ARGS --define:FX_NO_ENVIRONMENT --define:FX_NO_PROCESS_START --define:FX_NO_APP_DOMAINS --define:FX_NO_PROCESS_DIAGNOSTICS --define:FX_NO_IOBSERVABLE --define:FX_NO_WEB_CLIENT --define:FX_NO_CONVERTER --define:FX_NO_GET_HASH_CODE_HELPER --define:FX_NO_COMVISIBLE --define:FX_NO_ICLONEABLE --define:FX_NO_SECURITY_PERMISSIONS --define:FX_NO_SYSTEM_CONSOLE --define:FX_NO_ARRAY_KEY_SORT --define:FX_NO_REFLECTION_EMIT --define:FX_NO_PARAMETERIZED_THREAD_START --define:FX_EVENTWAITHANDLE_NO_IDISPOSABLE --define:FX_NO_REGISTERED_WAIT_HANDLES --define:FX_NO_EXCEPTIONDISPATCHINFO --define:FX_ATLEAST_LINQ --define:FX_NO_THREAD --define:FX_NO_WAITONE_MILLISECONDS --define:FX_NO_TPL_PARALLEL --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_CUSTOMATTRIBUTEDATA --define:FX_NO_BIGINT --define:FX_NO_MISSINGMETHODEXCEPTION --define:DONT_INCLUDE_DEPRECATED --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:QUERIES_IN_FSLIB --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp30/portable47/FSharp.Core.xml --optimize+ --resource:obj/release/fsharp30/portable47/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Net.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/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 --times --version:2.3.5.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 24 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.5 Delta: 0.2 Mem: 40 G0: 1 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.0 Delta: 1.5 Mem: 76 G0: 17 G1: 15 G2: 15 [Parse inputs]
TIME: 2.0 Delta: 0.0 Mem: 76 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 8.9 Delta: 6.9 Mem: 128 G0: 305 G1: 3 G2: 3 [Typecheck]
TIME: 8.9 Delta: 0.0 Mem: 128 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 8.9 Delta: 0.0 Mem: 128 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.0 Delta: 0.0 Mem: 128 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.0 Delta: 0.0 Mem: 129 G0: 2 G1: 0 G2: 0 [Write XML docs]
TIME: 9.0 Delta: 0.0 Mem: 129 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.2 Delta: 0.2 Mem: 130 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 16.8 Delta: 7.7 Mem: 178 G0: 376 G1: 3 G2: 3 [Optimizations]
TIME: 16.8 Delta: 0.0 Mem: 178 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.1 Delta: 0.2 Mem: 183 G0: 4 G1: 1 G2: 1 [Encoding OptData]
TIME: 19.0 Delta: 2.0 Mem: 187 G0: 59 G1: 0 G2: 0 [TAST -> ILX]
TIME: 19.3 Delta: 0.2 Mem: 191 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 19.5 Delta: 0.2 Mem: 199 G0: 5 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 19.514 (delta) - Write Started
ilwrite: TIME 0.020 (total) 0.020 (delta) - Module Generation Preparation
ilwrite: TIME 0.046 (total) 0.026 (delta) - Module Generation Pass 1
ilwrite: TIME 0.207 (total) 0.161 (delta) - Module Generation Pass 2
ilwrite: TIME 0.816 (total) 0.609 (delta) - Module Generation Pass 3
ilwrite: TIME 0.877 (total) 0.061 (delta) - Module Generation Pass 4
ilwrite: TIME 0.884 (total) 0.007 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.884 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.887 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.887 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.912 (total) 0.025 (delta) - Sort Tables
ilwrite: TIME 0.912 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.920 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.920 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.921 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.921 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.922 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.922 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.923 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.926 (total) 0.003 (delta) - Fixup Metadata
ilwrite: TIME 0.926 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.927 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.938 (total) 0.011 (delta) - Writing Image
ilwrite: TIME 1.678 (total) 0.740 (delta) - Finalize PDB
ilwrite: TIME 1.678 (total) 0.000 (delta) - Signing Image
TIME: 21.2 Delta: 1.7 Mem: 209 G0: 36 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp30/portable47/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp30/portable47/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp30/portable47/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp30/portable47/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp30/portable47//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp30/portable47/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp30/portable47//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp30/portable47/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:23.4301370
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core FSharpCoreBackVersion=3.1 TargetFramework=portable47 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=portable47 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=3.1
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:49:50.
__________________________________________________
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj" (default target(s)):
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp31/portable47/"
Created directory "obj/release/fsharp31/portable47/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable47/mscorlib.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable47/System.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/fsharp31/portable47/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/fsharp31/portable47/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_PORTABLE --define:FX_NO_CONCURRENT_DICTIONARY --define:FX_ATLEAST_PORTABLE --define:FX_NO_ARRAY_LONG_LENGTH --define:FX_NO_DEBUG_PROXIES --define:FX_NO_EXIT --define:FX_NO_CHAR_PARSE --define:FX_NO_DEFAULT_DEPENDENCY_TYPE --define:FX_SIMPLE_SECURITY_PERMISSIONS --define:FX_NO_TRUNCATE --define:FX_NO_CULTURE_INFO_ARGS --define:FX_NO_REFLECTION_METADATA_TOKENS --define:FX_NO_TO_LOWER_INVARIANT --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_NO_BASED_ARRAYS --define:FX_NO_DOUBLE_BIT_CONVERTER --define:FX_NO_BINARY_SERIALIZATION --define:FX_NO_ASCII_ENCODING --define:FX_NO_DEFAULT_ENCODING --define:FX_NO_FILE_OPTIONS --define:FX_NO_NONBLOCK_IO --define:FX_NO_COMMAND_LINE_ARGS --define:FX_NO_ENVIRONMENT --define:FX_NO_PROCESS_START --define:FX_NO_APP_DOMAINS --define:FX_NO_PROCESS_DIAGNOSTICS --define:FX_NO_IOBSERVABLE --define:FX_NO_WEB_CLIENT --define:FX_NO_CONVERTER --define:FX_NO_GET_HASH_CODE_HELPER --define:FX_NO_COMVISIBLE --define:FX_NO_ICLONEABLE --define:FX_NO_SECURITY_PERMISSIONS --define:FX_NO_SYSTEM_CONSOLE --define:FX_NO_ARRAY_KEY_SORT --define:FX_NO_REFLECTION_EMIT --define:FX_NO_PARAMETERIZED_THREAD_START --define:FX_EVENTWAITHANDLE_NO_IDISPOSABLE --define:FX_NO_REGISTERED_WAIT_HANDLES --define:FX_NO_EXCEPTIONDISPATCHINFO --define:FX_ATLEAST_LINQ --define:FX_NO_THREAD --define:FX_NO_WAITONE_MILLISECONDS --define:FX_NO_TPL_PARALLEL --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_CUSTOMATTRIBUTEDATA --define:FX_NO_BIGINT --define:FX_NO_MISSINGMETHODEXCEPTION --define:DONT_INCLUDE_DEPRECATED --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:QUERIES_IN_FSLIB --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp31/portable47/FSharp.Core.xml --optimize+ --resource:obj/release/fsharp31/portable47/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Net.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.0/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 --times --version:2.3.5.1 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 24 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.5 Delta: 0.2 Mem: 40 G0: 1 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.0 Delta: 1.5 Mem: 77 G0: 17 G1: 15 G2: 15 [Parse inputs]
TIME: 2.0 Delta: 0.0 Mem: 77 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 8.9 Delta: 6.9 Mem: 129 G0: 305 G1: 3 G2: 3 [Typecheck]
TIME: 8.9 Delta: 0.0 Mem: 129 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 8.9 Delta: 0.0 Mem: 129 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 8.9 Delta: 0.0 Mem: 129 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.0 Delta: 0.0 Mem: 130 G0: 2 G1: 0 G2: 0 [Write XML docs]
TIME: 9.0 Delta: 0.0 Mem: 130 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.1 Delta: 0.2 Mem: 132 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 16.9 Delta: 7.8 Mem: 179 G0: 376 G1: 3 G2: 3 [Optimizations]
TIME: 16.9 Delta: 0.0 Mem: 179 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.1 Delta: 0.2 Mem: 183 G0: 4 G1: 1 G2: 1 [Encoding OptData]
TIME: 19.1 Delta: 1.9 Mem: 186 G0: 60 G1: 0 G2: 0 [TAST -> ILX]
TIME: 19.3 Delta: 0.3 Mem: 191 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 19.6 Delta: 0.2 Mem: 199 G0: 5 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 19.571 (delta) - Write Started
ilwrite: TIME 0.020 (total) 0.020 (delta) - Module Generation Preparation
ilwrite: TIME 0.136 (total) 0.116 (delta) - Module Generation Pass 1
ilwrite: TIME 0.216 (total) 0.080 (delta) - Module Generation Pass 2
ilwrite: TIME 0.801 (total) 0.584 (delta) - Module Generation Pass 3
ilwrite: TIME 0.860 (total) 0.059 (delta) - Module Generation Pass 4
ilwrite: TIME 0.866 (total) 0.006 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.866 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.868 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.869 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.896 (total) 0.027 (delta) - Sort Tables
ilwrite: TIME 0.897 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.905 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.905 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.905 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.905 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.906 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.906 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.908 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.910 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.910 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.911 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.922 (total) 0.011 (delta) - Writing Image
ilwrite: TIME 1.662 (total) 0.740 (delta) - Finalize PDB
ilwrite: TIME 1.663 (total) 0.000 (delta) - Signing Image
TIME: 21.2 Delta: 1.7 Mem: 208 G0: 36 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable47/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable47/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable47/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable47/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable47//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable47/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable47//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable47/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:23.3695100
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core TargetFramework=portable7 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=portable7 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:50:14.
__________________________________________________
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj" (default target(s)):
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/portable7/"
Created directory "obj/release/portable7/"
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/portable7/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/portable7/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_NETCORE_PORTABLE --define:FSHARP_CORE_NETCORE_PORTABLE --define:FSHARP_CORE_NETCORE_PORTABLE7 --define:QUERIES_IN_FSLIB --define:FX_ATLEAST_PORTABLE --define:FX_NO_BEGINEND_READWRITE --define:FX_NO_ARRAY_LONG_LENGTH --define:FX_NO_EXIT --define:FX_NO_CHAR_PARSE --define:FX_NO_DEFAULT_DEPENDENCY_TYPE --define:FX_SIMPLE_SECURITY_PERMISSIONS --define:FX_NO_REFLECTION_METADATA_TOKENS --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_NO_BINARY_SERIALIZATION --define:FX_NO_WEB_CLIENT --define:FX_NO_CONVERTER --define:FX_NO_SECURITY_PERMISSIONS --define:FX_NO_SYSTEM_CONSOLE --define:FX_NO_ARRAY_KEY_SORT --define:FX_NO_REFLECTION_EMIT --define:FX_NO_PARAMETERIZED_THREAD_START --define:FX_NO_REGISTERED_WAIT_HANDLES --define:FX_ATLEAST_LINQ --define:FX_NO_THREAD --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_CUSTOMATTRIBUTEDATA --define:FX_NO_MISSINGMETHODEXCEPTION --define:FX_RESHAPED_REFLECTION --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_EVENTWAITHANDLE_NO_IDISPOSABLE --define:QUERIES_IN_FSLIB --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/portable7/FSharp.Core.xml --optimize+ --resource:obj/release/portable7/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.Concurrent.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Http.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.InteropServices.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.Tasks.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Windows.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XmlSerializer.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 --targetprofile:netcore --times --version:3.7.4.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../fsharp/msft.pubkey" --debug:full --targetprofile:netcore 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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.6 Delta: 0.3 Mem: 48 G0: 3 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.2 Delta: 1.6 Mem: 78 G0: 28 G1: 15 G2: 15 [Parse inputs]
TIME: 2.2 Delta: 0.0 Mem: 78 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 8.9 Delta: 6.7 Mem: 133 G0: 300 G1: 2 G2: 2 [Typecheck]
TIME: 8.9 Delta: 0.0 Mem: 133 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 8.9 Delta: 0.0 Mem: 133 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.0 Delta: 0.0 Mem: 133 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.1 Delta: 0.1 Mem: 130 G0: 0 G1: 1 G2: 1 [Write XML docs]
TIME: 9.1 Delta: 0.0 Mem: 130 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.2 Delta: 0.2 Mem: 132 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 16.8 Delta: 7.5 Mem: 171 G0: 368 G1: 3 G2: 3 [Optimizations]
TIME: 16.8 Delta: 0.0 Mem: 171 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.0 Delta: 0.3 Mem: 175 G0: 4 G1: 0 G2: 0 [Encoding OptData]
TIME: 19.1 Delta: 2.0 Mem: 193 G0: 59 G1: 1 G2: 1 [TAST -> ILX]
TIME: 19.3 Delta: 0.3 Mem: 194 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 19.6 Delta: 0.2 Mem: 199 G0: 5 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 19.571 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.040 (total) 0.020 (delta) - Module Generation Pass 1
ilwrite: TIME 0.119 (total) 0.079 (delta) - Module Generation Pass 2
ilwrite: TIME 0.741 (total) 0.622 (delta) - Module Generation Pass 3
ilwrite: TIME 0.804 (total) 0.063 (delta) - Module Generation Pass 4
ilwrite: TIME 0.809 (total) 0.005 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.810 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.812 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.812 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.841 (total) 0.029 (delta) - Sort Tables
ilwrite: TIME 0.841 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.849 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.849 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.849 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.850 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.851 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.851 (total) 0.001 (delta) - Write Metadata User Strings
ilwrite: TIME 0.853 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.855 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.855 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.856 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.866 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 1.714 (total) 0.847 (delta) - Finalize PDB
ilwrite: TIME 1.714 (total) 0.000 (delta) - Signing Image
TIME: 21.3 Delta: 1.7 Mem: 215 G0: 35 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable7/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable7/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable7/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable7/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable7//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable7/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable7//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable7/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:23.5241230
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core FSharpCoreBackVersion=3.1 TargetFramework=portable7 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=portable7 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=3.1
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:50:38.
__________________________________________________
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj" (default target(s)):
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp31/portable7/"
Created directory "obj/release/fsharp31/portable7/"
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/fsharp31/portable7/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/fsharp31/portable7/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_NETCORE_PORTABLE --define:FSHARP_CORE_NETCORE_PORTABLE --define:FSHARP_CORE_NETCORE_PORTABLE7 --define:QUERIES_IN_FSLIB --define:FX_ATLEAST_PORTABLE --define:FX_NO_BEGINEND_READWRITE --define:FX_NO_ARRAY_LONG_LENGTH --define:FX_NO_EXIT --define:FX_NO_CHAR_PARSE --define:FX_NO_DEFAULT_DEPENDENCY_TYPE --define:FX_SIMPLE_SECURITY_PERMISSIONS --define:FX_NO_REFLECTION_METADATA_TOKENS --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_NO_BINARY_SERIALIZATION --define:FX_NO_WEB_CLIENT --define:FX_NO_CONVERTER --define:FX_NO_SECURITY_PERMISSIONS --define:FX_NO_SYSTEM_CONSOLE --define:FX_NO_ARRAY_KEY_SORT --define:FX_NO_REFLECTION_EMIT --define:FX_NO_PARAMETERIZED_THREAD_START --define:FX_NO_REGISTERED_WAIT_HANDLES --define:FX_ATLEAST_LINQ --define:FX_NO_THREAD --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_CUSTOMATTRIBUTEDATA --define:FX_NO_MISSINGMETHODEXCEPTION --define:FX_RESHAPED_REFLECTION --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_EVENTWAITHANDLE_NO_IDISPOSABLE --define:QUERIES_IN_FSLIB --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp31/portable7/FSharp.Core.xml --optimize+ --resource:obj/release/fsharp31/portable7/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.Concurrent.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Http.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Numerics.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.InteropServices.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.Tasks.Parallel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Windows.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XmlSerializer.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 --targetprofile:netcore --times --version:3.3.1.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../fsharp/msft.pubkey" --debug:full --targetprofile:netcore 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
F# Compiler for F# 4.0 (private)
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.6 Delta: 0.3 Mem: 48 G0: 3 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.2 Delta: 1.7 Mem: 78 G0: 28 G1: 15 G2: 15 [Parse inputs]
TIME: 2.2 Delta: 0.0 Mem: 78 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.0 Delta: 6.7 Mem: 130 G0: 300 G1: 2 G2: 2 [Typecheck]
TIME: 9.0 Delta: 0.0 Mem: 130 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.0 Delta: 0.0 Mem: 130 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.0 Delta: 0.0 Mem: 131 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.1 Delta: 0.0 Mem: 132 G0: 1 G1: 0 G2: 0 [Write XML docs]
TIME: 9.1 Delta: 0.0 Mem: 132 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.3 Delta: 0.2 Mem: 129 G0: 2 G1: 1 G2: 1 [Encode Interface Data]
TIME: 16.8 Delta: 7.5 Mem: 170 G0: 368 G1: 3 G2: 3 [Optimizations]
TIME: 16.8 Delta: 0.0 Mem: 170 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.0 Delta: 0.3 Mem: 174 G0: 4 G1: 0 G2: 0 [Encoding OptData]
TIME: 19.1 Delta: 2.1 Mem: 190 G0: 59 G1: 1 G2: 1 [TAST -> ILX]
TIME: 19.4 Delta: 0.2 Mem: 191 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 19.6 Delta: 0.2 Mem: 196 G0: 5 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 19.611 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.046 (total) 0.025 (delta) - Module Generation Pass 1
ilwrite: TIME 0.119 (total) 0.073 (delta) - Module Generation Pass 2
ilwrite: TIME 0.740 (total) 0.621 (delta) - Module Generation Pass 3
ilwrite: TIME 0.801 (total) 0.060 (delta) - Module Generation Pass 4
ilwrite: TIME 0.808 (total) 0.007 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.808 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.811 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.811 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.839 (total) 0.028 (delta) - Sort Tables
ilwrite: TIME 0.839 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.847 (total) 0.007 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.847 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.847 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.847 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.848 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.848 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.850 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.852 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.852 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.853 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.864 (total) 0.011 (delta) - Writing Image
ilwrite: TIME 1.714 (total) 0.850 (delta) - Finalize PDB
ilwrite: TIME 1.714 (total) 0.000 (delta) - Signing Image
TIME: 21.3 Delta: 1.7 Mem: 212 G0: 36 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable7/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable7/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable7/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable7/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable7//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable7/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable7//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable7/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:23.4603940
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core TargetFramework=portable78 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=portable78 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:51:02.
__________________________________________________
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj" (default target(s)):
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/portable78/"
Created directory "obj/release/portable78/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable78/mscorlib.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable78/System.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.Concurrent.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable78/System.Collections.Concurrent.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.EventBasedAsync.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable78/System.ComponentModel.EventBasedAsync.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.Compression.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable78/System.IO.Compression.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.InteropServices.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable78/System.Runtime.InteropServices.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/portable78/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/portable78/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_NETCORE_PORTABLE --define:FSHARP_CORE_NETCORE_PORTABLE78 --define:QUERIES_IN_FSLIB --define:FX_NO_BEGINEND_READWRITE --define:FX_NO_CONVERTER --define:FX_RESHAPED_REFLECTION --define:FX_NO_ARRAY_LONG_LENGTH --define:FX_NO_EXIT --define:FX_NO_CHAR_PARSE --define:FX_NO_DEFAULT_DEPENDENCY_TYPE --define:FX_SIMPLE_SECURITY_PERMISSIONS --define:FX_NO_SYSTEM_CONSOLE --define:FX_NO_TPL_PARALLEL --define:FX_NO_BINARY_SERIALIZATION --define:FX_ATLEAST_PORTABLE --define:FX_NO_BIGINT --define:FX_NO_ARRAY_KEY_SORT --define:FX_NO_REFLECTION_METADATA_TOKENS --define:FX_NO_REFLECTION_EMIT --define:FX_NO_WEB_CLIENT --define:FX_NO_SECURITY_PERMISSIONS --define:FX_NO_PARAMETERIZED_THREAD_START --define:FX_NO_THREAD --define:FX_EVENTWAITHANDLE_NO_IDISPOSABLE --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_NO_REGISTERED_WAIT_HANDLES --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_CUSTOMATTRIBUTEDATA --define:FX_NO_MISSINGMETHODEXCEPTION --define:FX_NO_CONCURRENT_DICTIONARY --define:FX_ATLEAST_LINQ --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/portable78/FSharp.Core.xml --optimize+ --resource:obj/release/portable78/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Windows.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XmlSerializer.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 --targetprofile:netcore --times --version:3.78.4.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../fsharp/msft.pubkey" --debug:full --targetprofile:netcore 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
F# Compiler for F# 4.0 (private)
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.6 Delta: 0.4 Mem: 47 G0: 6 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.3 Delta: 1.7 Mem: 81 G0: 28 G1: 15 G2: 15 [Parse inputs]
TIME: 2.3 Delta: 0.0 Mem: 81 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.3 Delta: 7.0 Mem: 131 G0: 308 G1: 3 G2: 3 [Typecheck]
TIME: 9.3 Delta: 0.0 Mem: 131 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.3 Delta: 0.0 Mem: 131 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.4 Delta: 0.0 Mem: 131 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.4 Delta: 0.0 Mem: 132 G0: 1 G1: 0 G2: 0 [Write XML docs]
TIME: 9.4 Delta: 0.0 Mem: 132 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.6 Delta: 0.2 Mem: 134 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 17.4 Delta: 7.9 Mem: 181 G0: 383 G1: 3 G2: 3 [Optimizations]
TIME: 17.4 Delta: 0.0 Mem: 181 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.8 Delta: 0.4 Mem: 187 G0: 4 G1: 1 G2: 1 [Encoding OptData]
TIME: 19.7 Delta: 1.9 Mem: 191 G0: 60 G1: 0 G2: 0 [TAST -> ILX]
TIME: 20.0 Delta: 0.3 Mem: 195 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 20.2 Delta: 0.2 Mem: 204 G0: 6 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 20.249 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.040 (total) 0.019 (delta) - Module Generation Pass 1
ilwrite: TIME 0.121 (total) 0.081 (delta) - Module Generation Pass 2
ilwrite: TIME 0.858 (total) 0.737 (delta) - Module Generation Pass 3
ilwrite: TIME 0.918 (total) 0.060 (delta) - Module Generation Pass 4
ilwrite: TIME 0.926 (total) 0.009 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.927 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.929 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.929 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.956 (total) 0.026 (delta) - Sort Tables
ilwrite: TIME 0.956 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.964 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.964 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.964 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.965 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.965 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.966 (total) 0.001 (delta) - Write Metadata User Strings
ilwrite: TIME 0.967 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.970 (total) 0.003 (delta) - Fixup Metadata
ilwrite: TIME 0.970 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.971 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.981 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 1.732 (total) 0.751 (delta) - Finalize PDB
ilwrite: TIME 1.732 (total) 0.000 (delta) - Signing Image
TIME: 22.0 Delta: 1.7 Mem: 213 G0: 36 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable78/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable78/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable78/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable78/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable78//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable78/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable78//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable78/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:24.0122950
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core FSharpCoreBackVersion=3.1 TargetFramework=portable78 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=portable78 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=3.1
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:51:26.
__________________________________________________
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj" (default target(s)):
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp31/portable78/"
Created directory "obj/release/fsharp31/portable78/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable78/mscorlib.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable78/System.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.Concurrent.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable78/System.Collections.Concurrent.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.EventBasedAsync.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable78/System.ComponentModel.EventBasedAsync.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.Compression.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable78/System.IO.Compression.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.InteropServices.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable78/System.Runtime.InteropServices.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/fsharp31/portable78/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/fsharp31/portable78/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_NETCORE_PORTABLE --define:FSHARP_CORE_NETCORE_PORTABLE78 --define:QUERIES_IN_FSLIB --define:FX_NO_BEGINEND_READWRITE --define:FX_NO_CONVERTER --define:FX_RESHAPED_REFLECTION --define:FX_NO_ARRAY_LONG_LENGTH --define:FX_NO_EXIT --define:FX_NO_CHAR_PARSE --define:FX_NO_DEFAULT_DEPENDENCY_TYPE --define:FX_SIMPLE_SECURITY_PERMISSIONS --define:FX_NO_SYSTEM_CONSOLE --define:FX_NO_TPL_PARALLEL --define:FX_NO_BINARY_SERIALIZATION --define:FX_ATLEAST_PORTABLE --define:FX_NO_BIGINT --define:FX_NO_ARRAY_KEY_SORT --define:FX_NO_REFLECTION_METADATA_TOKENS --define:FX_NO_REFLECTION_EMIT --define:FX_NO_WEB_CLIENT --define:FX_NO_SECURITY_PERMISSIONS --define:FX_NO_PARAMETERIZED_THREAD_START --define:FX_NO_THREAD --define:FX_EVENTWAITHANDLE_NO_IDISPOSABLE --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_NO_REGISTERED_WAIT_HANDLES --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_CUSTOMATTRIBUTEDATA --define:FX_NO_MISSINGMETHODEXCEPTION --define:FX_NO_CONCURRENT_DICTIONARY --define:FX_ATLEAST_LINQ --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp31/portable78/FSharp.Core.xml --optimize+ --resource:obj/release/fsharp31/portable78/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Windows.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XmlSerializer.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 --targetprofile:netcore --times --version:3.78.3.1 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../fsharp/msft.pubkey" --debug:full --targetprofile:netcore 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
F# Compiler for F# 4.0 (private)
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.7 Delta: 0.4 Mem: 48 G0: 6 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.3 Delta: 1.7 Mem: 83 G0: 28 G1: 15 G2: 15 [Parse inputs]
TIME: 2.3 Delta: 0.0 Mem: 83 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.3 Delta: 7.0 Mem: 129 G0: 308 G1: 3 G2: 3 [Typecheck]
TIME: 9.3 Delta: 0.0 Mem: 129 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.3 Delta: 0.0 Mem: 129 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.3 Delta: 0.0 Mem: 129 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.4 Delta: 0.0 Mem: 130 G0: 1 G1: 0 G2: 0 [Write XML docs]
TIME: 9.4 Delta: 0.0 Mem: 130 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.6 Delta: 0.2 Mem: 133 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 17.6 Delta: 8.0 Mem: 183 G0: 381 G1: 3 G2: 3 [Optimizations]
TIME: 17.6 Delta: 0.0 Mem: 183 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.9 Delta: 0.4 Mem: 184 G0: 4 G1: 1 G2: 1 [Encoding OptData]
TIME: 20.0 Delta: 2.0 Mem: 188 G0: 60 G1: 0 G2: 0 [TAST -> ILX]
TIME: 20.2 Delta: 0.3 Mem: 192 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 20.5 Delta: 0.3 Mem: 202 G0: 6 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 20.508 (delta) - Write Started
ilwrite: TIME 0.020 (total) 0.020 (delta) - Module Generation Preparation
ilwrite: TIME 0.042 (total) 0.021 (delta) - Module Generation Pass 1
ilwrite: TIME 0.125 (total) 0.083 (delta) - Module Generation Pass 2
ilwrite: TIME 0.868 (total) 0.743 (delta) - Module Generation Pass 3
ilwrite: TIME 0.928 (total) 0.060 (delta) - Module Generation Pass 4
ilwrite: TIME 0.934 (total) 0.006 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.934 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.936 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.937 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.963 (total) 0.027 (delta) - Sort Tables
ilwrite: TIME 0.964 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.971 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.972 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.972 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.972 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.973 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.973 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.975 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.977 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.977 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.978 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.989 (total) 0.011 (delta) - Writing Image
ilwrite: TIME 1.746 (total) 0.757 (delta) - Finalize PDB
ilwrite: TIME 1.746 (total) 0.001 (delta) - Signing Image
TIME: 22.3 Delta: 1.8 Mem: 214 G0: 36 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable78/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable78/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable78/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable78/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable78//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable78/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable78//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable78/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:24.3481540
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core TargetFramework=portable259 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=portable259 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:51:51.
__________________________________________________
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj" (default target(s)):
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/portable259/"
Created directory "obj/release/portable259/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable259/mscorlib.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable259/System.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.Concurrent.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable259/System.Collections.Concurrent.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.EventBasedAsync.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable259/System.ComponentModel.EventBasedAsync.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.Compression.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable259/System.IO.Compression.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.InteropServices.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable259/System.Runtime.InteropServices.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/portable259/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/portable259/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_NETCORE_PORTABLE --define:FSHARP_CORE_NETCORE_PORTABLE259 --define:FX_NO_BEGINEND_READWRITE --define:QUERIES_IN_FSLIB --define:FX_NO_CONVERTER --define:FX_RESHAPED_REFLECTION --define:FX_NO_ARRAY_LONG_LENGTH --define:FX_NO_EXIT --define:FX_NO_CHAR_PARSE --define:FX_NO_DEFAULT_DEPENDENCY_TYPE --define:FX_SIMPLE_SECURITY_PERMISSIONS --define:FX_NO_SYSTEM_CONSOLE --define:FX_NO_TPL_PARALLEL --define:FX_NO_BINARY_SERIALIZATION --define:FX_ATLEAST_PORTABLE --define:FX_NO_BIGINT --define:FX_NO_ARRAY_KEY_SORT --define:FX_NO_REFLECTION_METADATA_TOKENS --define:FX_NO_REFLECTION_EMIT --define:FX_NO_WEB_CLIENT --define:FX_NO_SECURITY_PERMISSIONS --define:FX_NO_PARAMETERIZED_THREAD_START --define:FX_NO_THREAD --define:FX_EVENTWAITHANDLE_NO_IDISPOSABLE --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_NO_REGISTERED_WAIT_HANDLES --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_CUSTOMATTRIBUTEDATA --define:FX_NO_MISSINGMETHODEXCEPTION --define:FX_NO_CONCURRENT_DICTIONARY --define:FX_ATLEAST_LINQ --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/portable259/FSharp.Core.xml --optimize+ --resource:obj/release/portable259/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Windows.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XmlSerializer.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 --targetprofile:netcore --times --version:3.259.4.0 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../fsharp/msft.pubkey" --debug:full --targetprofile:netcore 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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.7 Delta: 0.4 Mem: 45 G0: 6 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.4 Delta: 1.7 Mem: 82 G0: 28 G1: 15 G2: 15 [Parse inputs]
TIME: 2.4 Delta: 0.0 Mem: 82 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.3 Delta: 6.9 Mem: 133 G0: 308 G1: 3 G2: 3 [Typecheck]
TIME: 9.3 Delta: 0.0 Mem: 133 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.3 Delta: 0.0 Mem: 133 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.3 Delta: 0.0 Mem: 134 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.3 Delta: 0.0 Mem: 135 G0: 1 G1: 0 G2: 0 [Write XML docs]
TIME: 9.3 Delta: 0.0 Mem: 135 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.5 Delta: 0.2 Mem: 137 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 17.3 Delta: 7.8 Mem: 186 G0: 382 G1: 3 G2: 3 [Optimizations]
TIME: 17.3 Delta: 0.0 Mem: 186 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.6 Delta: 0.3 Mem: 189 G0: 4 G1: 1 G2: 1 [Encoding OptData]
TIME: 19.6 Delta: 1.9 Mem: 194 G0: 60 G1: 0 G2: 0 [TAST -> ILX]
TIME: 19.8 Delta: 0.3 Mem: 198 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 20.1 Delta: 0.2 Mem: 208 G0: 6 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 20.107 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.040 (total) 0.019 (delta) - Module Generation Pass 1
ilwrite: TIME 0.218 (total) 0.177 (delta) - Module Generation Pass 2
ilwrite: TIME 0.863 (total) 0.646 (delta) - Module Generation Pass 3
ilwrite: TIME 0.924 (total) 0.061 (delta) - Module Generation Pass 4
ilwrite: TIME 0.933 (total) 0.009 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.934 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.936 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.936 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.962 (total) 0.026 (delta) - Sort Tables
ilwrite: TIME 0.963 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.970 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.970 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.970 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.971 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.972 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.972 (total) 0.001 (delta) - Write Metadata User Strings
ilwrite: TIME 0.973 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.976 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.976 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.977 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.987 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 1.741 (total) 0.754 (delta) - Finalize PDB
ilwrite: TIME 1.742 (total) 0.000 (delta) - Signing Image
TIME: 21.8 Delta: 1.8 Mem: 216 G0: 36 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable259/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable259/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable259/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable259/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable259//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable259/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/portable259//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/portable259/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:23.9572190
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C FSharp.Core FSharpCoreBackVersion=3.1 TargetFramework=portable259 build
MONO_ENV_OPTIONS= /Library/Frameworks/Mono.framework/Versions/4.5.1/bin/xbuild /p:Configuration=Release /p:TargetFramework=portable259 /p:MonoLibDir40=/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.0 /p:FSharpCoreBackVersion=3.1
XBuild Engine Version 14.0
Mono, Version 4.5.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 13-05-2016 18:52:15.
__________________________________________________
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj" (default target(s)):
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
Target BeforeBuild:
Executing: /Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../.nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile /Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/packages'
NuGet Config files used:
/Users/ixamarin78/Documents/FSharp/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/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp31/portable259/"
Created directory "obj/release/fsharp31/portable259/"
Target CopyFilesMarkedCopyLocal:
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/mscorlib.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable259/mscorlib.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable259/System.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.Concurrent.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable259/System.Collections.Concurrent.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.EventBasedAsync.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable259/System.ComponentModel.EventBasedAsync.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.Compression.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable259/System.IO.Compression.dll'
Copying file from '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.InteropServices.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable259/System.Runtime.InteropServices.dll'
Target GenerateResources:
Tool /Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "FSCore.resx,obj/release/fsharp31/portable259/FSCore.resources"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/proto/fsc-proto.exe execution started with arguments: -o:obj/release/fsharp31/portable259/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_NETCORE_PORTABLE --define:FSHARP_CORE_NETCORE_PORTABLE259 --define:FX_NO_BEGINEND_READWRITE --define:QUERIES_IN_FSLIB --define:FX_NO_CONVERTER --define:FX_RESHAPED_REFLECTION --define:FX_NO_ARRAY_LONG_LENGTH --define:FX_NO_EXIT --define:FX_NO_CHAR_PARSE --define:FX_NO_DEFAULT_DEPENDENCY_TYPE --define:FX_SIMPLE_SECURITY_PERMISSIONS --define:FX_NO_SYSTEM_CONSOLE --define:FX_NO_TPL_PARALLEL --define:FX_NO_BINARY_SERIALIZATION --define:FX_ATLEAST_PORTABLE --define:FX_NO_BIGINT --define:FX_NO_ARRAY_KEY_SORT --define:FX_NO_REFLECTION_METADATA_TOKENS --define:FX_NO_REFLECTION_EMIT --define:FX_NO_WEB_CLIENT --define:FX_NO_SECURITY_PERMISSIONS --define:FX_NO_PARAMETERIZED_THREAD_START --define:FX_NO_THREAD --define:FX_EVENTWAITHANDLE_NO_IDISPOSABLE --define:FX_NO_EXIT_CONTEXT_FLAGS --define:FX_NO_REGISTERED_WAIT_HANDLES --define:PUT_TYPE_PROVIDERS_IN_FSCORE --define:FX_NO_CUSTOMATTRIBUTEDATA --define:FX_NO_MISSINGMETHODEXCEPTION --define:FX_NO_CONCURRENT_DICTIONARY --define:FX_ATLEAST_LINQ --doc:/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../../lib/release/fsharp31/portable259/FSharp.Core.xml --optimize+ --resource:obj/release/fsharp31/portable259/FSCore.resources -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/mscorlib.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Core.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Contracts.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Debug.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Tools.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Dynamic.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Globalization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Expressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Queryable.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.NetworkInformation.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Requests.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ObjectModel.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Resources.ResourceManager.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Json.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Primitives.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Security.Principal.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.Extensions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.RegularExpressions.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.Tasks.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Windows.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Linq.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.ReaderWriter.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Serialization.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XDocument.dll -r:/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XmlSerializer.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 --targetprofile:netcore --times --version:3.259.3.1 --delaysign+ --keyfile:"/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/../../fsharp/msft.pubkey" --debug:full --targetprofile:netcore 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
F# Compiler for F# 4.0 (private)
Freely distributed under the Apache 2.0 Open Source License
TIME: 0.3 Delta: 0.0 Mem: 26 G0: 0 G1: 0 G2: 0 [Import mscorlib]
TIME: 0.6 Delta: 0.4 Mem: 48 G0: 6 G1: 0 G2: 0 [Import mscorlib and FSharp.Core.dll]
TIME: 2.3 Delta: 1.7 Mem: 82 G0: 28 G1: 15 G2: 15 [Parse inputs]
TIME: 2.3 Delta: 0.0 Mem: 82 G0: 0 G1: 0 G2: 0 [Import non-system references]
TIME: 9.3 Delta: 6.9 Mem: 132 G0: 308 G1: 3 G2: 3 [Typecheck]
TIME: 9.3 Delta: 0.0 Mem: 132 G0: 0 G1: 0 G2: 0 [Typechecked]
TIME: 9.3 Delta: 0.0 Mem: 132 G0: 0 G1: 0 G2: 0 [Write Interface File]
TIME: 9.3 Delta: 0.0 Mem: 132 G0: 2 G1: 0 G2: 0 [Write XML document signatures]
TIME: 9.4 Delta: 0.0 Mem: 133 G0: 1 G1: 0 G2: 0 [Write XML docs]
TIME: 9.4 Delta: 0.0 Mem: 133 G0: 0 G1: 0 G2: 0 [Write HTML docs]
TIME: 9.5 Delta: 0.2 Mem: 136 G0: 3 G1: 0 G2: 0 [Encode Interface Data]
TIME: 17.3 Delta: 7.7 Mem: 181 G0: 381 G1: 3 G2: 3 [Optimizations]
TIME: 17.3 Delta: 0.0 Mem: 181 G0: 0 G1: 0 G2: 0 [Ending Optimizations]
TIME: 17.6 Delta: 0.4 Mem: 182 G0: 5 G1: 1 G2: 1 [Encoding OptData]
TIME: 19.6 Delta: 1.9 Mem: 185 G0: 60 G1: 0 G2: 0 [TAST -> ILX]
TIME: 19.8 Delta: 0.3 Mem: 190 G0: 5 G1: 0 G2: 0 [ILX -> IL (Unions)]
TIME: 20.1 Delta: 0.2 Mem: 200 G0: 6 G1: 0 G2: 0 [ILX -> IL (Funcs)]
ilwrite: TIME 0.000 (total) 20.083 (delta) - Write Started
ilwrite: TIME 0.021 (total) 0.021 (delta) - Module Generation Preparation
ilwrite: TIME 0.039 (total) 0.019 (delta) - Module Generation Pass 1
ilwrite: TIME 0.119 (total) 0.080 (delta) - Module Generation Pass 2
ilwrite: TIME 0.856 (total) 0.736 (delta) - Module Generation Pass 3
ilwrite: TIME 0.917 (total) 0.061 (delta) - Module Generation Pass 4
ilwrite: TIME 0.924 (total) 0.007 (delta) - Finalize Module Generation Results
ilwrite: TIME 0.924 (total) 0.000 (delta) - Generated Tables and Code
ilwrite: TIME 0.926 (total) 0.002 (delta) - Layout Header of Tables
ilwrite: TIME 0.927 (total) 0.000 (delta) - Build String/Blob Address Tables
ilwrite: TIME 0.952 (total) 0.025 (delta) - Sort Tables
ilwrite: TIME 0.952 (total) 0.000 (delta) - Write Header of tablebuf
ilwrite: TIME 0.960 (total) 0.008 (delta) - Write Tables to tablebuf
ilwrite: TIME 0.960 (total) 0.000 (delta) - Layout Metadata
ilwrite: TIME 0.961 (total) 0.000 (delta) - Write Metadata Header
ilwrite: TIME 0.961 (total) 0.000 (delta) - Write Metadata Tables
ilwrite: TIME 0.962 (total) 0.001 (delta) - Write Metadata Strings
ilwrite: TIME 0.962 (total) 0.000 (delta) - Write Metadata User Strings
ilwrite: TIME 0.963 (total) 0.001 (delta) - Write Blob Stream
ilwrite: TIME 0.966 (total) 0.002 (delta) - Fixup Metadata
ilwrite: TIME 0.966 (total) 0.000 (delta) - Generated IL and metadata
ilwrite: TIME 0.967 (total) 0.001 (delta) - Layout image
ilwrite: TIME 0.978 (total) 0.010 (delta) - Writing Image
ilwrite: TIME 1.738 (total) 0.760 (delta) - Finalize PDB
ilwrite: TIME 1.738 (total) 0.000 (delta) - Signing Image
TIME: 21.8 Delta: 1.8 Mem: 214 G0: 36 G1: 1 G2: 1 [Write .NET Binary]
Target DeployOutputFiles:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable259/FSharp.Core.dll.mdb' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable259/FSharp.Core.dll.mdb'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable259/FSharp.Core.dll' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable259/FSharp.Core.dll'
Target CopyToBuiltBin:
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable259//FSharp.Core.sigdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable259/FSharp.Core.sigdata'
Copying file from '/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/obj/release/fsharp31/portable259//FSharp.Core.optdata' to '/Users/ixamarin78/Documents/FSharp/fsharp/lib/release/fsharp31/portable259/FSharp.Core.optdata'
Done building project "/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj".
Build succeeded.
Warnings:
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
/Users/ixamarin78/Documents/FSharp/fsharp/src/fsharp/FSharp.Core/FSharp.Core.fsproj (default targets) ->
/Users/ixamarin78/Documents/FSharp/fsharp/src/FSharpSource.targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/4.5.1/lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.Common.targets'. Only the first import of this file will be used, ignoring others.
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:24.0703750
xamarin:fsharp ixamarin78$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment