Report
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#8277]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/8277/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Thu, 18 Apr 2019 21:41:44 -0500
Build duration:
1 hr 10 min
Identified problems:
- Timeout: This build was marked as FAIL because it timed out.
Changes
-
Commit a2f8ba691cf7ee40aac3efcef35d61a0cbd1bc89 by klorentey:
[test] Re-enable SmallString tests with correct platform checks- edit: test/stdlib/SmallString.swift
-
Commit deeff6b55eba78eb53eb1625829ee67e180b941f by klorentey:
[test] SmallString: Don’t import Foundation where it’s not available- edit: test/stdlib/SmallString.swift
-
Commit 5215290f25b8abe7bc7572274cfd20469922f411 by jgroff:
Serialization: Cross-reference opaque return types by mangled name.- edit: include/swift/AST/Decl.h
- edit: include/swift/Serialization/DeclTypeRecordNodes.def
- edit: include/swift/Serialization/ModuleFormat.h
- edit: lib/AST/Decl.cpp
- edit: lib/AST/ASTPrinter.cpp
- edit: include/swift/AST/PrintOptions.h
- edit: lib/Serialization/DeserializationErrors.h
- add: test/SIL/Serialization/Inputs/OpaqueReturnTypeExporter.swift
- edit: lib/AST/Module.cpp
- edit: lib/Serialization/Serialization.cpp
- edit: lib/Serialization/Deserialization.cpp
- add: test/SIL/Serialization/opaque_return_type_serialize.sil
-
Commit 99341a7aa79e2a358ebf56c075dd4f9328a7eb29 by jordan_rose:
Move color-diagnostics to Options.td (#24144)- edit: test/Driver/color-diagnostics.swift
- edit: include/swift/Option/Options.td
- edit: include/swift/Option/FrontendOptions.td
-
Commit e828f415dff603a8613ee9ae4622d626aa5d7e67 by bruno.cardoso:
[Modules][Objective-C] Use complete decl from module when diagnosing- add: test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/Headers/Foo.h
- add: test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/Modules/module.modulemap
- add: test/Modules/interface-diagnose-missing-import.m
- add: test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/Headers/Bar.h
- edit: lib/Sema/SemaLookup.cpp
- add: test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/PrivateHeaders/RandoPriv.h
-
Commit b35839bc7549ab226c49ca10d83f11a1f785d5f5 by ahatanaka:
[Sema][ObjC] Don't warn about an implicitly retained self if the- edit: lib/Sema/SemaDecl.cpp
- edit: lib/Sema/SemaExpr.cpp
- delete: test/SemaObjC/warn-implicit-self-in-block.m
- add: test/SemaObjCXX/warn-implicit-self-in-block.mm
- edit: include/clang/Sema/Sema.h
- edit: lib/Sema/SemaDeclObjC.cpp
- edit: include/clang/AST/DeclBase.h
-
Commit 70787f310090eea0d5149ba39b86551da1876962 by ahatanaka:
Move the implementation of getInnermostBlockDecl to the .cpp file to fix- edit: include/clang/AST/DeclBase.h
- edit: lib/AST/DeclBase.cpp
-
Commit 43af7c4c1c41718a260a105b9a58590a6f9c6c24 by michael_spencer:
Check i < FD->getNumParams() before querying- edit: lib/Sema/SemaTemplateInstantiate.cpp
- edit: test/SemaCXX/cxx1y-generic-lambdas.cpp
- add: test/SemaCXX/PR41139.cpp