swift-ci
(Swift CI)
1
Report
[FAILURE] swift-5.1-sourcekitd-stress-tester [#328]
Build URL:
https://ci.swift.org/job/swift-5.1-sourcekitd-stress-tester/328/
Project:
swift-5.1-sourcekitd-stress-tester
Date of build:
Thu, 16 May 2019 23:57:16 -0500
Build duration:
2 hr 33 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
- Swift Compile Error: Swift compiler error
Changes
-
Commit 4d7eeab3f8d363723853c1f48b2dbcc84f0f891c by spestov:
Run stable ABI tests on all Apple platforms
-
add: test/IRGen/eager-class-initialization-stable-abi.swift
-
edit: validation-test/Runtime/class_stubs_weak.m
-
edit: validation-test/Runtime/old_runtime_crash_without_fixed_layout.swift
-
edit: test/IRGen/eager-class-initialization.swift
-
edit: test/Interpreter/SDK/archive_attributes.swift
-
edit: test/decl/protocol/conforms/nscoding.swift
-
edit: test/IRGen/class_update_callback_without_fixed_layout.sil
-
edit: validation-test/Runtime/class_update_callback_without_fixed_layout.m
-
add: test/IRGen/class_update_callback_without_fixed_layout_stable_abi.sil
-
edit: test/lit.cfg
-
add: test/Interpreter/SDK/archive_attributes_stable_abi.swift
-
Commit d759ca43f35218ccd9fd21c272b40f5c1255ecbe by rishizaki:
Revert "Revert "SR-10469 Unknown syntax for interpolated string
-
edit: lib/Parse/ParseExpr.cpp
-
edit: utils/gyb_syntax_support/ExprNodes.py
-
edit: test/IDE/complete_expr_postfix_begin.swift
-
edit: test/Syntax/round_trip_parse_gen.swift
-
edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
-
edit: test/Syntax/Parser/tree.swift.result
-
Commit dc3314ba25f449446b101fe7c9dc32cce2e626aa by rishizaki:
Rename StringInterpolationSegments to StringLiteralSegments
-
edit: utils/gyb_syntax_support/NodeSerializationCodes.py
-
edit: utils/gyb_syntax_support/ExprNodes.py
-
edit: lib/Parse/ParseExpr.cpp
-
Commit 4b45d9881e436c0f63d3daa2a3b04233fff401a4 by rishizaki:
Consolidate StringInterpolationExpr to StringLiteralExpr
-
edit: utils/gyb_syntax_support/NodeSerializationCodes.py
-
edit: utils/gyb_syntax_support/ExprNodes.py
-
edit: lib/Syntax/Status.md
-
edit: lib/Parse/ParseExpr.cpp
-
edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
-
Commit 9b3a0beb420a91f49b8a6e18c420b55d13c3d3e6 by rishizaki:
Use StringLiteralExpr node if it's a single literal segment
-
edit: lib/Parse/ParseExpr.cpp
-
Commit 285a0372d7976c77f4b12a432ae816bca443c6b4 by rishizaki:
Use StringLiteralExpr for invalid InterpolatedStringLiteralExpr
-
edit: test/Syntax/Parser/tree.swift.result
-
edit: test/incrParse/Outputs/incrementalTransfer.json
-
edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
-
edit: lib/Parse/ParseExpr.cpp
-
Commit 7e509882205e0915fd0a7f3724e0dc50aa1bf353 by rishizaki:
Fix to make minimum AST nodes for StringLiteralExpr
-
edit: lib/Parse/ParseExpr.cpp
-
Commit d55c88d840d5ccb3f54b27b756121ea33d067479 by rishizaki:
Revert removal of invalid interpolation check
-
edit: lib/Parse/ParseExpr.cpp
-
Commit 915881cd4d688b4de6995a5a923a638138e83496 by rishizaki:
Consume toke for string literal expr in a better way
-
edit: lib/Parse/ParseExpr.cpp
-
Commit f659843e0d8be8f06d8cf1a12f3e4ee255a789a2 by rishizaki:
Improve strange-interpolation test
-
edit: test/Parse/strange_interpolation.swift
-
Commit 5cd73f80f60a6c3fcd63819f3f6f5d331af21023 by rishizaki:
Move strange interpolation fix to PreCheckExpression
-
edit: lib/Parse/ParseExpr.cpp
-
add: test/SourceKit/Misc/strange_interpolation.swift
-
edit: test/Parse/strange_interpolation.swift
-
edit: lib/Sema/TypeCheckConstraints.cpp
-
Commit c84558c3a41089f0fb9c8587219053cfd44c7b4c by rishizaki:
[Parse] Parse string interpolations as args
-
edit: lib/Parse/ParseExpr.cpp
-
edit: test/IDE/complete_at_top_level.swift
-
Commit 008333d38c820b847722b5ea1c4ef952440191ac by rishizaki:
[AST] Give appendInterpolation refs a SourceLoc
-
edit: include/swift/AST/Expr.h
-
edit: test/IDE/complete_at_top_level.swift
-
edit: lib/Parse/ParseExpr.cpp
-
Commit e14b538ccf4ceaf290240ec2dc351e07895d97e3 by rishizaki:
[libSyntax] Represent raw string delimiters
-
edit: test/Syntax/round_trip_parse_gen.swift
-
edit: utils/gyb_syntax_support/Token.py
-
edit: test/Syntax/Parser/tree.swift.result
-
edit: test/incrParse/Outputs/incrementalTransfer.json
-
edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
-
edit: utils/gyb_syntax_support/ExprNodes.py
-
edit: lib/Parse/ParseExpr.cpp
-
Commit 8dcc3e04166da15c4b3db7eaf626e7910d052758 by jordan_rose:
Merge pull request #24008 from allevato/batch-mode-response-files
-
edit: include/swift/Driver/ToolChain.h
-
edit: lib/Driver/Job.cpp
-
edit: include/swift/Driver/Job.h
-
edit: test/Driver/force-response-files.swift
-
add: test/Driver/batch_mode_response_files.swift
-
edit: lib/Driver/ToolChain.cpp
-
Commit 437a08479705a6f6691f8005e6faeac67493d6f6 by github:
@_implementationOnly: fix over-eager checking for vars in extensions
-
edit: test/Sema/implementation-only-import-in-decls.swift
-
edit: lib/Sema/TypeCheckAccess.cpp
-
edit: lib/Sema/TypeCheckProtocol.cpp
-
edit: lib/Sema/ResilienceDiagnostics.cpp
-
edit: include/swift/AST/DiagnosticsSema.def