Skip to content

feat!: signature file grammar #305

feat!: signature file grammar

feat!: signature file grammar #305

Triggered via pull request August 31, 2024 19:15
Status Failure
Total duration 6m 55s
Artifacts 2

ci.yml

on: pull_request
Matrix: Test parser
Matrix: Test Go binding
Matrix: Test Node binding
Matrix: Test parser
Matrix: Test Python binding
Matrix: Test Rust binding
Matrix: Test Swift binding
Fit to window
Zoom out
Zoom in

Annotations

39 errors and 20 warnings
Test Go binding (ubuntu-latest)
fatal error: ../../src/parser.c: No such file or directory
Test Go binding (ubuntu-latest)
Process completed with exit code 1.
Test Node binding (ubuntu-latest)
Process completed with exit code 1.
Test Rust binding (ubuntu-latest): bindings/rust/build.rs#L16
cannot find value `type_dir` in this scope
Test Rust binding (ubuntu-latest)
Process completed with exit code 101.
Test Go binding (macos-latest)
fatal error: '../../src/parser.c' file not found
Test Go binding (macos-latest)
Process completed with exit code 1.
Test Swift binding (ubuntu-latest)
Process completed with exit code 1.
Test Rust binding (macos-latest): bindings/rust/build.rs#L16
cannot find value `type_dir` in this scope
Test Rust binding (macos-latest)
Process completed with exit code 101.
Test parser (windows-latest)
unable to create file tests/FSharp.Data.DesignTime.Tests/expected/Csv,Titanic.csv,,passengerid = int ; Pclass -> Class; Parch -> ParentsOrChildren = int<meter>;SibSp->SiblingsOrSpouse,True,True,True,,,.expected: Filename too long
Test parser (windows-latest)
Unable to checkout 'c5b026b4f046975f26fe93f0de4811e45cdaf862' in submodule path 'examples/FSharp.Data'
Test parser (windows-latest)
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 1
Test Node binding (macos-latest)
Process completed with exit code 1.
Test Swift binding (macos-latest)
Process completed with exit code 1.
Test Rust binding (windows-latest): bindings/rust/build.rs#L16
cannot find value `type_dir` in this scope
Test Rust binding (windows-latest)
Process completed with exit code 1.
Test Go binding (windows-latest)
fatal error: ../../src/parser.c: No such file or directory
Test Go binding (windows-latest)
Process completed with exit code 1.
ERROR (macOS): examples/Giraffe/src/Giraffe/EndpointRouting.fs#L1
examples/Giraffe/src/Giraffe/EndpointRouting.fs 4.91 ms 3323 bytes/ms (ERROR [0, 0] - [379, 71])
MISSING identifier (macOS): examples/Giraffe/src/Giraffe/FormatExpressions.fs#L262
examples/Giraffe/src/Giraffe/FormatExpressions.fs 2.98 ms 3469 bytes/ms (MISSING identifier [261, 79] - [261, 79])
MISSING identifier (macOS): examples/Giraffe/src/Giraffe/Middleware.fs#L31
examples/Giraffe/src/Giraffe/Middleware.fs 1.16 ms 5222 bytes/ms (MISSING identifier [30, 68] - [30, 68])
MISSING identifier (macOS): examples/Giraffe/src/Giraffe/ModelParser.fs#L343
examples/Giraffe/src/Giraffe/ModelParser.fs 3.48 ms 4689 bytes/ms (MISSING identifier [342, 91] - [342, 91])
ERROR (macOS): examples/Giraffe/tests/Giraffe.Tests/DateTimeTests.fs#L26
examples/Giraffe/tests/Giraffe.Tests/DateTimeTests.fs 0.33 ms 3470 bytes/ms (ERROR [25, 0] - [28, 64])
ERROR (macOS): examples/Giraffe/tests/Giraffe.Tests/ModelValidationTests.fs#L24
examples/Giraffe/tests/Giraffe.Tests/ModelValidationTests.fs 1.15 ms 2978 bytes/ms (ERROR [23, 4] - [37, 17])
ERROR (macOS): examples/FSharp.Data/src/FSharp.Data.Csv.Core/CsvRuntime.fs#L171
examples/FSharp.Data/src/FSharp.Data.Csv.Core/CsvRuntime.fs 4.86 ms 4150 bytes/ms (ERROR [170, 20] - [176, 15])
ERROR (macOS): examples/FSharp.Data/src/FSharp.Data.DesignTime/Json/JsonGenerator.fs#L436
examples/FSharp.Data/src/FSharp.Data.DesignTime/Json/JsonGenerator.fs 6.66 ms 4739 bytes/ms (ERROR [435, 20] - [447, 58])
ERROR (macOS): examples/FSharp.Data/src/FSharp.Data.DesignTime/Xml/XmlGenerator.fs#L114
examples/FSharp.Data/src/FSharp.Data.DesignTime/Xml/XmlGenerator.fs 5.69 ms 5246 bytes/ms (ERROR [113, 19] - [179, 108])
ERROR (macOS): examples/FSharp.Data/src/FSharp.Data.Html.Core/HtmlCssSelectors.fs#L1
examples/FSharp.Data/src/FSharp.Data.Html.Core/HtmlCssSelectors.fs 2.62 ms 3554 bytes/ms (ERROR [0, 0] - [242, 0])
ERROR (Linux): examples/Giraffe/src/Giraffe/EndpointRouting.fs#L1
examples/Giraffe/src/Giraffe/EndpointRouting.fs 6.62 ms 2462 bytes/ms (ERROR [0, 0] - [379, 71])
MISSING identifier (Linux): examples/Giraffe/src/Giraffe/FormatExpressions.fs#L262
examples/Giraffe/src/Giraffe/FormatExpressions.fs 3.72 ms 2783 bytes/ms (MISSING identifier [261, 79] - [261, 79])
MISSING identifier (Linux): examples/Giraffe/src/Giraffe/Middleware.fs#L31
examples/Giraffe/src/Giraffe/Middleware.fs 1.59 ms 3813 bytes/ms (MISSING identifier [30, 68] - [30, 68])
MISSING identifier (Linux): examples/Giraffe/src/Giraffe/ModelParser.fs#L343
examples/Giraffe/src/Giraffe/ModelParser.fs 4.71 ms 3466 bytes/ms (MISSING identifier [342, 91] - [342, 91])
ERROR (Linux): examples/Giraffe/tests/Giraffe.Tests/DateTimeTests.fs#L26
examples/Giraffe/tests/Giraffe.Tests/DateTimeTests.fs 0.47 ms 2460 bytes/ms (ERROR [25, 0] - [28, 64])
ERROR (Linux): examples/Giraffe/tests/Giraffe.Tests/ModelValidationTests.fs#L24
examples/Giraffe/tests/Giraffe.Tests/ModelValidationTests.fs 1.50 ms 2279 bytes/ms (ERROR [23, 4] - [37, 17])
ERROR (Linux): examples/FSharp.Data/src/FSharp.Data.Csv.Core/CsvRuntime.fs#L171
examples/FSharp.Data/src/FSharp.Data.Csv.Core/CsvRuntime.fs 6.50 ms 3102 bytes/ms (ERROR [170, 20] - [176, 15])
ERROR (Linux): examples/FSharp.Data/src/FSharp.Data.DesignTime/Json/JsonGenerator.fs#L436
examples/FSharp.Data/src/FSharp.Data.DesignTime/Json/JsonGenerator.fs 8.89 ms 3551 bytes/ms (ERROR [435, 20] - [447, 58])
ERROR (Linux): examples/FSharp.Data/src/FSharp.Data.DesignTime/Xml/XmlGenerator.fs#L114
examples/FSharp.Data/src/FSharp.Data.DesignTime/Xml/XmlGenerator.fs 7.63 ms 3909 bytes/ms (ERROR [113, 19] - [179, 108])
ERROR (Linux): examples/FSharp.Data/src/FSharp.Data.Html.Core/HtmlCssSelectors.fs#L1
examples/FSharp.Data/src/FSharp.Data.Html.Core/HtmlCssSelectors.fs 3.57 ms 2610 bytes/ms (ERROR [0, 0] - [242, 0])
INVALID (macOS): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/codepage/E_InvalidArgument.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/codepage/E_InvalidArgument.fs 0.02 ms 18972 bytes/ms
INVALID (macOS): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine03.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine03.fs 0.02 ms 12807 bytes/ms
INVALID (macOS): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine04.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine04.fs 0.01 ms 19815 bytes/ms
INVALID (macOS): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_BaseIFaceLessAccessible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_BaseIFaceLessAccessible01.fs 0.06 ms 7578 bytes/ms
INVALID (macOS): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ExposeLessVisible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ExposeLessVisible01.fs 0.03 ms 9888 bytes/ms
INVALID (macOS): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_LocalLetBinding02.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_LocalLetBinding02.fs 0.05 ms 8607 bytes/ms
INVALID (macOS): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass01.fs 0.04 ms 9413 bytes/ms
INVALID (macOS): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass02.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass02.fs 0.06 ms 10860 bytes/ms
INVALID (macOS): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_PrivateImplicitCtor01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_PrivateImplicitCtor01.fs 0.15 ms 4493 bytes/ms
INVALID (macOS): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ProtectedThingsInaccessible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ProtectedThingsInaccessible01.fs 0.07 ms 9062 bytes/ms
INVALID (Linux): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/codepage/E_InvalidArgument.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/codepage/E_InvalidArgument.fs 0.03 ms 11003 bytes/ms
INVALID (Linux): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine03.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine03.fs 0.03 ms 9397 bytes/ms
INVALID (Linux): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine04.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine04.fs 0.01 ms 11569 bytes/ms
INVALID (Linux): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_BaseIFaceLessAccessible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_BaseIFaceLessAccessible01.fs 0.06 ms 7839 bytes/ms
INVALID (Linux): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ExposeLessVisible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ExposeLessVisible01.fs 0.03 ms 7744 bytes/ms
INVALID (Linux): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_LocalLetBinding02.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_LocalLetBinding02.fs 0.06 ms 7062 bytes/ms
INVALID (Linux): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass01.fs 0.06 ms 7151 bytes/ms
INVALID (Linux): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass02.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass02.fs 0.07 ms 8908 bytes/ms
INVALID (Linux): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_PrivateImplicitCtor01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_PrivateImplicitCtor01.fs 0.20 ms 3347 bytes/ms
INVALID (Linux): examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ProtectedThingsInaccessible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ProtectedThingsInaccessible01.fs 0.09 ms 6608 bytes/ms

Artifacts

Produced during runtime
Name Size
failures-Linux
1.72 MB
failures-macOS
1.72 MB