Report
[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#3819]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/3819/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Mon, 08 Jul 2019 18:16:48 -0500
Build duration:
1 hr 9 min
Changes
-
Commit 44d7769238b95c56b795f558a33d68f4ceb05d5e by jansvoboda11:
[Parser] Decouple the parser from AST creation (part 1)- add: include/swift/Parse/HiddenLibSyntaxAction.h
- add: include/swift/Parse/SyntaxTransformer.h
- edit: include/swift/Parse/Parser.h
- edit: lib/Parse/Parser.cpp
- edit: include/swift/Parse/SyntaxParseActions.h
- edit: lib/Parse/ParseDecl.cpp
- add: lib/Parse/SyntaxTransformer.cpp
- edit: lib/Parse/ParseIfConfig.cpp
- edit: lib/Syntax/SyntaxKind.cpp.gyb
- add: include/swift/Parse/LibSyntaxGenerator.h
- edit: include/swift/Parse/ParsedSyntaxRecorder.h.gyb
- edit: lib/Parse/ParseExpr.cpp
- edit: lib/Parse/ParsePattern.cpp
- edit: lib/Parse/SyntaxParsingContext.cpp
- edit: lib/ParseSIL/ParseSIL.cpp
- edit: lib/Parse/ParseType.cpp
- edit: include/swift/SyntaxParse/SyntaxTreeCreator.h
- edit: lib/Parse/ParsedSyntaxRecorder.cpp.gyb
- edit: include/swift/Parse/ParsedRawSyntaxNode.h
- add: lib/Parse/HiddenLibSyntaxAction.cpp
- edit: include/swift/Parse/SyntaxParsingContext.h
- edit: lib/Parse/CMakeLists.txt
- edit: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp
-
Commit 05ef461ffbed3296ae4e7fa0a97f51e0e52efa1c by gregomni:
Improve diagnostic for unexpected ']' while parsing a type.- edit: include/swift/AST/DiagnosticsParse.def
- edit: test/Parse/recovery.swift
- edit: lib/Parse/ParseType.cpp
-
Commit dd0f86a1ab4b83d98ad0f43473701ba9dad48cee by gregomni:
Add more tests.- edit: test/Parse/recovery.swift
-
Commit c86017e2988bd739240bbc255db88366a867ff30 by gregomni:
Add similar diagnosis for an unexpected ':' while parsing types.- edit: lib/Parse/ParseType.cpp
- edit: test/Parse/recovery.swift
- edit: include/swift/AST/DiagnosticsParse.def
-
Commit 1e81ced48ded64aafaa4e8849f5cfac7cd414c48 by github:
Revert "Revert "Look up runtime libraries in SDK""- edit: lib/Driver/ToolChains.cpp
- edit: test/Driver/options-interpreter.swift
- edit: lib/Driver/WindowsToolChains.cpp
- edit: test/Driver/sdk.swift
- edit: include/swift/Driver/ToolChain.h
- edit: lib/Driver/DarwinToolChains.cpp
- edit: lib/Driver/UnixToolChains.cpp
-
Commit 8150a0106942f70ee6d7da53a1be37840c4f0c37 by jiri:
[IRGen] Use Singleton metadata strategy in JIT mode.- add: test/IRGen/Inputs/legacy_type_info/b.yaml
- add: test/IRGen/jit_metadata_strategy.swift
- edit: lib/IRGen/GenClass.cpp
-
Commit cdae12cca6657212b6f25988f57a40e133ba4d1f by atrick:
ARCAnalysis: fix canNeverUseObject to correctly handle builtins.- edit: test/SILOptimizer/retain_release_code_motion.sil
- edit: lib/SILOptimizer/ARC/ARCRegionState.cpp
- edit: lib/SILOptimizer/Analysis/ARCAnalysis.cpp
- edit: test/SILOptimizer/existential_transform.swift
- edit: include/swift/SILOptimizer/Analysis/ARCAnalysis.h
-
Commit 5aee188716c5ed1a45927059b51cb364818d3007 by jansvoboda11:
Rename SyntaxTransformer to ASTGen- edit: include/swift/Parse/Parser.h
- delete: include/swift/Parse/SyntaxTransformer.h
- add: include/swift/Parse/ASTGen.h
- add: lib/Parse/ASTGen.cpp
- delete: lib/Parse/SyntaxTransformer.cpp
- edit: lib/Parse/CMakeLists.txt
- edit: lib/Parse/ParseExpr.cpp
- edit: lib/Parse/Parser.cpp
-
Commit 2908c491f67e8d8767b4def0ce1941d300b2df0d by xi_ge:
swift-api-checker: teach the script to collect all frameworks with Swift- edit: utils/api_checker/sdk-module-lists/infer-imports.py
- edit: utils/api_checker/swift-api-checker.py
-
Commit 065d7a19fea8ebcbf0594ac56a591a503ca6b70a by dgregor:
[SE-0258] Switch test to %target-swift-emit-silgen- edit: test/SILGen/property_wrappers.swift
-
Commit ddb64a4af4013a0fad8e76e7c0b57c6c260851c3 by dgregor:
[SE-0258] Remove incorrect assertion in SIL verifier for- edit: lib/SIL/SILVerifier.cpp
- edit: test/SILGen/property_wrappers.swift
- add: test/SILGen/Inputs/property_wrapper_defs.swift
-
Commit 4abefdb32600e61ed03282a9fed166cd2d7791fb by github:
[IRGen] Canonicalize symbolic ref types in the right generic context- edit: lib/IRGen/GenReflection.cpp
- edit: lib/IRGen/GenMeta.cpp
- edit: lib/IRGen/GenProto.cpp
- edit: lib/IRGen/IRGenModule.h
- edit: test/IRGen/nested_generics.swift
-
Commit 2ca91c9198343b24913d648ef52f731167c7f425 by djones6:
Fallback to lstat if statx is not permitted- edit: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h
- edit: Foundation/FileManager+POSIX.swift