Skip to content

Dump requests

Dump requests #1083

GitHub Actions / Xcode test results failed Oct 10, 2023 in 0s

Xcode test results

Build Summary

Emitting module for GRDBCustomTests
Compile RecordPrimaryKeySingleWithReplaceConflictResolutionTests.swift (x86_64)
Compile AssociationRowScopeSearchTests.swift (x86_64)
Compile PoolTests.swift (x86_64)
Compile FilterCursorTests.swift (x86_64)
Compile DatabaseWriterWritePublisherTests.swift (x86_64)
Compile DatabaseDateEncodingStrategyTests.swift (x86_64)
Compile CaseInsensitiveIdentifierTests.swift (x86_64)
Compile ValueObservationRecorder.swift (x86_64)
Compile DatabaseReaderDumpTests.swift (x86_64)
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'

Tests/GRDBTests/DatabaseReaderDumpTests.swift:348:75: error: type 'DumpFormat' has no member 'list'
        try dbQueue.dumpSQL("SELECT * FROM value ORDER BY name", format: .list(), to: stream)
                                                                         ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:396:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(header: true), to: stream)
                                                                            ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:408:74: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player WHERE 0", format: .list(header: true), to: stream)
                                                                        ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:414:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(header: false), to: stream)
                                                                            ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:425:74: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player WHERE 0", format: .list(header: false), to: stream)
                                                                        ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:433:73: error: type 'DumpFormat' has no member 'list'
        try dbQueue.dumpSQL("SELECT 1 AS name, 'foo' AS name", format: .list(header: true), to: stream)
                                                                       ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:453:22: error: type 'DumpFormat' has no member 'list'
            format: .list(),
                    ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:470:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(header: true), to: stream)
                                                                            ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:482:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(header: true, separator: "---"), to: stream)
                                                                            ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:499:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(), to: stream)
                                                                            ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:510:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(nullValue: "NULL"), to: stream)
                                                                            ~^~~~

Compile ValueObservationPrintTests.swift (x86_64)
Compile NextOne.swift (x86_64)
Compile DatabaseValueConversionErrorTests.swift (x86_64)
Compile UpdateStatementTests.swift (x86_64)
Compile DropFirstCursorTests.swift (x86_64)
Compile TableRecordUpdateTests.swift (x86_64)
Compile FlattenCursorTests.swift (x86_64)
Compile DatabaseTimestampTests.swift (x86_64)
Compile AssociationPrefetchingRelationTests.swift (x86_64)
Compile ForeignKeyInfoTests.swift (x86_64)
Compile DatabaseTests.swift (x86_64)
Compile AssociationAggregateTests.swift (x86_64)
Compile Support.swift (x86_64)
Compile AssociationChainRowScopesTests.swift (x86_64)
Compile RecordMinimalNonOptionalPrimaryKeySingleTests.swift (x86_64)
Compile RecordPrimaryKeyMultipleTests.swift (x86_64)
Compile CGFloatTests.swift (x86_64)
Compile ValueObservationRegionRecordingTests.swift (x86_64)
Compile MutablePersistableRecordChangesTests.swift (x86_64)
Compile DatabaseLogErrorTests.swift (x86_64)
Compile AssociationPrefetchingFetchableRecordTests.swift (x86_64)
Compile SQLExpressionIsConstantTests.swift (x86_64)
Compile DatabaseUUIDEncodingStrategyTests.swift (x86_64)
Compile SingletonRecordTest.swift (x86_64)
Compile SQLIdentifyingColumnsTests.swift (x86_64)
Compile DatabaseMigratorTests.swift (x86_64)
Compile RecordSubClassTests.swift (x86_64)
Compile OrderedDictionaryTests.swift (x86_64)
Compile RecordEditedTests.swift (x86_64)
Compile SQLRequestTests.swift (x86_64)
Compile FoundationURLTests.swift (x86_64)
Compile FetchRequestTests.swift (x86_64)
Compile TransactionDateTests.swift (x86_64)
Compile FTS5TableBuilderTests.swift (x86_64)
Compile ValueObservationTests.swift (x86_64)
Compile MutablePersistableRecordEncodableTests.swift (x86_64)
Compile ValueObservationMapTests.swift (x86_64)
Compile AssociationHasManySQLTests.swift (x86_64)
Compile DatabaseErrorTests.swift (x86_64)
Compile AssociationBelongsToFetchableRecordTests.swift (x86_64)
Compile ValueObservationPublisherTests.swift (x86_64)
Compile AssociationPrefetchingObservationTests.swift (x86_64)
Compile QueryInterfaceExtensibilityTests.swift (x86_64)
Compile SelectStatementTests.swift (x86_64)
Compile FetchableRecordDecodableTests.swift (x86_64)
Compile AssociationHasManyRowScopeTests.swift (x86_64)
Compile DatabaseTraceTests.swift (x86_64)
Compile TableRecordTests.swift (x86_64)
Compile QueryInterfaceRequestTests.swift (x86_64)
Compile RecordPrimaryKeyNoneTests.swift (x86_64)
Compile FoundationDateTests.swift (x86_64)
Compile ResultCodeTests.swift (x86_64)
Compile TransactionObserverTests.swift (x86_64)
Compile Inverted.swift (x86_64)
Compile Prefix.swift (x86_64)
Compile DatabasePoolCollationTests.swift (x86_64)
Compile AssociationHasOneThroughFetchableRecordTests.swift (x86_64)
Compile FTS4TableBuilderTests.swift (x86_64)
Compile DatabasePoolFunctionTests.swift (x86_64)
Compile BackupTestCase.swift (x86_64)
Compile AssociationBelongsToRowScopeTests.swift (x86_64)
Compile DatabaseReaderTests.swift (x86_64)

Test GRDBCustom

Summary

TotalSuccess PassedFailure FailedSkipped SkippedExpected Failure Expected Failure⏱️ Time
101000.00s

Test Summary

GRDBCustomTests

  • Device: Mac mini, 12.6.9 (21G726)
  • SDK: macOS 12.3, 12.3
TestTotalSuccessFailureSkippedExpected Failure
test-class System Failures10100

Failure Failures

GRDBCustomTests/xctest (12933) encountered an error

File
Issue TypeSystem
MessageFailed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /Users/runner/work/GRDB.swift/GRDB.swift/TestResults.xcresult. (Underlying Error: The bundle “GRDBCustomTests” couldn’t be loaded because its executable couldn’t be located. The bundle’s executable couldn’t be located. Try reinstalling the bundle.)

Details

Test Details

GRDBCustomTestsback

System Failures back

SuccessFailureSkippedExpected Failure⏱️
0 (0%)1 (100%)0 (0%)0 (0%)0.00s
Failuretest-method xctest (12933) encountered an errorback

Annotations

Check failure on line 348 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 396 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 408 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 414 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 425 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 433 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 453 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 470 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 482 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 499 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 510 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'