summaryrefslogtreecommitdiff
path: root/_admin/Boogie/aste/summary.log
blob: 80cb723d46097666965a19d2b2d15913f309ce42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Aste started: 2011-11-17 07:00:04
# Host id: Boogiebox
# Configuration: boogie.cfg
# Task: aste.tasks.boogie.FullBuild
# [2011-11-17 07:03:22] SpecSharp revision: 441525d3599d
# [2011-11-17 07:03:22] SscBoogie revision: 441525d3599d
# [2011-11-17 07:05:04] Boogie revision: d837d1c8382c
[2011-11-17 07:06:14] C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.com SpecSharp.sln /Project "Checkin Tests" /Build

    1>corflags : warning CF011: The specified file is strong name signed.  Using /Force will invalidate the signature of this image and will require the assembly to be resigned.

    warning CF011: The specified file is strong name signed.  Using /Force will invalidate the signature of this image and will require the assembly to be resigned.

[2011-11-17 07:07:38] C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.com Boogie.sln /Rebuild Checked

    D:\Temp\aste\Boogie\Source\Core\AbsyType.cs(823,16): warning CS0659: 'Microsoft.Boogie.BasicType' overrides Object.Equals(object o) but does not override Object.GetHashCode()

    D:\Temp\aste\Boogie\Source\Core\AbsyType.cs(2802,16): warning CS0659: 'Microsoft.Boogie.CtorType' overrides Object.Equals(object o) but does not override Object.GetHashCode()

    D:\Temp\aste\Boogie\Source\Core\Absy.cs(749,9): warning CS0162: Unreachable code detected

    D:\Temp\aste\Boogie\Source\Core\OOLongUtil.cs(109,7): warning CS0162: Unreachable code detected

    D:\Temp\aste\Boogie\Source\Core\Absy.cs(718,7): warning CC1036: Detected call to method 'Graphing.Graph`1<Microsoft.Boogie.Block>.TopologicalSort' without [Pure] in contracts of method 'Microsoft.Boogie.Program.GraphFromImpl(Microsoft.Boogie.Implementation)'.

    EXEC : warning CC1079: Type Microsoft.Boogie.Variable implements Microsoft.AbstractInterpretationFramework.IVariable.get_Name by inheriting Microsoft.Boogie.NamedDeclaration.get_Name causing the interface contract to not be checked at runtime. Consider adding a wrapper method.

    D:\Temp\aste\Boogie\Source\Core\Parser.cs(111,3): warning CC1032: Method 'Microsoft.Boogie.Parser+BvBounds.Resolve(Microsoft.Boogie.ResolutionContext)' overrides 'Microsoft.Boogie.Absy.Resolve(Microsoft.Boogie.ResolutionContext)', thus cannot add Requires.

    D:\Temp\aste\Boogie\Source\Core\Parser.cs(116,5): warning CC1032: Method 'Microsoft.Boogie.Parser+BvBounds.Emit(Microsoft.Boogie.TokenTextWriter,System.Int32,System.Boolean)' overrides 'Microsoft.Boogie.Expr.Emit(Microsoft.Boogie.TokenTextWriter,System.Int32,System.Boolean)', thus cannot add Requires.

    D:\Temp\aste\Boogie\Source\Core\Parser.cs(119,65): warning CC1032: Method 'Microsoft.Boogie.Parser+BvBounds.ComputeFreeVariables(Microsoft.Boogie.Set)' overrides 'Microsoft.Boogie.Expr.ComputeFreeVariables(Microsoft.Boogie.Set)', thus cannot add Requires.

    D:\Temp\aste\Boogie\Source\AbsInt\ExprFactories.cs(247,7): warning CS0162: Unreachable code detected

    D:\Temp\aste\Boogie\Source\AbsInt\ExprFactories.cs(266,7): warning CS0162: Unreachable code detected

    D:\Temp\aste\Boogie\Source\VCGeneration\VC.cs(1695,11): warning CS0162: Unreachable code detected

    D:\Temp\aste\Boogie\Source\VCGeneration\VC.cs(1855,11): warning CS0162: Unreachable code detected

    D:\Temp\aste\Boogie\Source\VCGeneration\Check.cs(161,16): warning CS0219: The variable 'expand' is assigned but its value is never used

    D:\Temp\aste\Boogie\Source\VCGeneration\StratifiedVC.cs(850,17): warning CC1032: Method 'VC.StratifiedVCGen+NormalChecker.CheckVC' overrides 'VC.StratifiedVCGen+StratifiedCheckerInterface.CheckVC', thus cannot add Requires.

    warning CS0659: 'Microsoft.Boogie.BasicType' overrides Object.Equals(object o) but does not override Object.GetHashCode()

    warning CS0659: 'Microsoft.Boogie.CtorType' overrides Object.Equals(object o) but does not override Object.GetHashCode()

    warning CS0162: Unreachable code detected

    warning CS0162: Unreachable code detected

    warning CC1036: Detected call to method 'Graphing.Graph`1<Microsoft.Boogie.Block>.TopologicalSort' without [Pure] in contracts of method 'Microsoft.Boogie.Program.GraphFromImpl(Microsoft.Boogie.Implementation)'.

    warning CC1079: Type Microsoft.Boogie.Variable implements Microsoft.AbstractInterpretationFramework.IVariable.get_Name by inheriting Microsoft.Boogie.NamedDeclaration.get_Name causing the interface contract to not be checked at runtime. Consider adding a wrapper method.

    warning CC1032: Method 'Microsoft.Boogie.Parser+BvBounds.Resolve(Microsoft.Boogie.ResolutionContext)' overrides 'Microsoft.Boogie.Absy.Resolve(Microsoft.Boogie.ResolutionContext)', thus cannot add Requires.

    warning CC1032: Method 'Microsoft.Boogie.Parser+BvBounds.Emit(Microsoft.Boogie.TokenTextWriter,System.Int32,System.Boolean)' overrides 'Microsoft.Boogie.Expr.Emit(Microsoft.Boogie.TokenTextWriter,System.Int32,System.Boolean)', thus cannot add Requires.

    warning CC1032: Method 'Microsoft.Boogie.Parser+BvBounds.ComputeFreeVariables(Microsoft.Boogie.Set)' overrides 'Microsoft.Boogie.Expr.ComputeFreeVariables(Microsoft.Boogie.Set)', thus cannot add Requires.

    warning CS0162: Unreachable code detected

    warning CS0162: Unreachable code detected

    warning CS0162: Unreachable code detected

    warning CS0162: Unreachable code detected

    warning CS0219: The variable 'expand' is assigned but its value is never used

    warning CC1032: Method 'VC.StratifiedVCGen+NormalChecker.CheckVC' overrides 'VC.StratifiedVCGen+StratifiedCheckerInterface.CheckVC', thus cannot add Requires.

[2011-11-17 07:07:49] [Error] C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.com Dafny.sln /Rebuild Checked

    D:\Temp\aste\Boogie\Source\Dafny\Translator.cs(5071,9): error CC1022: Bad use of method 'Contract.Invariant' in method body 'Microsoft.Dafny.Translator+ExpressionTranslator.#ctor(Microsoft.Dafny.Translator,Microsoft.Dafny.Translator+PredefinedDecls,Microsoft.Boogie.Expr,System.String,Microsoft.Dafny.Function,System.Int32,System.String)'

    D:\Temp\aste\Boogie\Source\Dafny\Translator.cs(5072,9): error CC1022: Bad use of method 'Contract.Invariant' in method body 'Microsoft.Dafny.Translator+ExpressionTranslator.#ctor(Microsoft.Dafny.Translator,Microsoft.Dafny.Translator+PredefinedDecls,Microsoft.Boogie.Expr,System.String,Microsoft.Dafny.Function,System.Int32,System.String)'

    D:\Temp\aste\Boogie\Source\Dafny\DafnyOptions.cs(36,7): warning CC1032: Method 'Microsoft.Dafny.DafnyOptions.ParseOption(System.String,Microsoft.Boogie.CommandLineOptionEngine+CommandLineParseState)' overrides 'Microsoft.Boogie.CommandLineOptionEngine.ParseOption(System.String,Microsoft.Boogie.CommandLineOptionEngine+CommandLineParseState)', thus cannot add Requires.

    C:\Program Files (x86)\Microsoft\Contracts\MsBuild\v4.0\Microsoft.CodeContracts.targets(240,5): error MSB3073: The command ""C:\Program Files (x86)\Microsoft\Contracts\Bin\ccrewrite" "@DafnyPipelineccrewrite.rsp"" exited with code 2.

    error CS0006: Metadata file 'D:\Temp\aste\Boogie\Source\Dafny\bin\Checked\DafnyPipeline.dll' could not be found

    warning CC1032: Method 'Microsoft.Dafny.DafnyOptions.ParseOption(System.String,Microsoft.Boogie.CommandLineOptionEngine+CommandLineParseState)' overrides 'Microsoft.Boogie.CommandLineOptionEngine.ParseOption(System.String,Microsoft.Boogie.CommandLineOptionEngine+CommandLineParseState)', thus cannot add Requires.

    1 error
    2 failed