[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (swift 4.0) #345

This was me. Just talked to David Farler and he's going to help me by
updating the call to getModuleHash on the the importer.

···

On Tue, May 9, 2017 at 2:48 PM, <no-reply@swift.org> wrote:

[FAILURE] oss-swift-4.0-incremental-RA-linux-ubuntu-16_04 [#345]
Build URL: https://ci.swift.org/job/oss-swift-4.0-incremental-RA-
linux-ubuntu-16_04/345/
Project: oss-swift-4.0-incremental-RA-linux-ubuntu-16_04
Date of build: Tue, 09 May 2017 14:35:15 -0700
Build duration: 13 min Identified problems:

   - Compile Error: This build failed because of a compile error. Below
   is a list of all errors in the build log:
      - Indication 1
      <https://ci.swift.org//job/oss-swift-4.0-incremental-RA-linux-ubuntu-16_04/345/consoleFull#254428819ee1a197b-acac-4b17-83cf-a53b95139a76&gt;

Changes

   - Commit *1f48660a03fea0bae2cbf7070eea279652b8d359* by *Slava Pestov:*

   Sema: Infer 'dynamic' for overrides of imported methods
   - *edit*: test/SILGen/objc_thunks.swift
      - *edit*: test/SILGen/vtables.swift
      - *edit*: lib/Sema/TypeCheckDecl.cpp

   - Commit *586c1374ff5498a3d493c83046f25e00943a0902* by *Slava Pestov:*

   Make sure to inherit 'dynamic' when inheriting initializers.
   - *edit*: test/SILGen/dynamic.swift
      - *edit*: lib/Sema/CodeSynthesis.cpp

   - Commit *47eb30c67b119d68e992fba7657025f5014f069c* by *Argyrios
   Kyrtzidis:*

   [ClangImporter] For ClangImporter::canReadPCH() do a ReadAST invocation
   - *edit*: test/IDE/complete_with_header_import.swift
      - *edit*: lib/ClangImporter/ClangImporter.cpp

   - Commit *89b50214eb4d3e7b95459e02c31ad69797836da0* by *Argyrios
   Kyrtzidis:*

   "[ClangImporter] For ClangImporter::canReadPCH(), reuse the existing
   - *edit*: lib/ClangImporter/ClangImporter.cpp

   - Commit *110a8499e96b610f8862addc526908355fc87a9a* by *Argyrios
   Kyrtzidis:*

   [ClangImporter] For ClangImporter::getOrCreatePCH() don't verify/update
   - *edit*: lib/ClangImporter/ClangImporter.cpp
      - *edit*: include/swift/ClangImporter/ClangImporter.h

   - Commit *53554dbe2dca7701e6631c138d4bd661f2caa312* by *Bruno Cardoso
   Lopes:*

   [Modules] Allow umbrella frameworks to define private submodules for
   - *add*: test/Modules/Inputs/MainA.framework/PrivateHeaders/APriv.h
      - *edit*: lib/Lex/ModuleMap.cpp
      - *add*: test/Modules/Inputs/MainA.framework/Frameworks/Sub.
      framework/Headers/Sub.h
      - *add*: test/Modules/Inputs/MainA.framework/Frameworks/Sub.
      framework/PrivateHeaders/SubPriv.h
      - *add*: test/Modules/Inputs/MainA.framework/Headers/Main.h
      - *add*: test/Modules/Inputs/MainA.framework/Modules/module.
      private.modulemap
      - *add*: test/Modules/Inputs/MainA.framework/Frameworks/Sub.
      framework/Headers/B.h
      - *add*: test/Modules/Inputs/MainA.framework/Modules/module.
      modulemap
      - *add*: test/Modules/Inputs/MainA.framework/PrivateHeaders/
      MainPriv.h
      - *add*: test/Modules/Inputs/MainA.framework/Frameworks/Sub.
      framework/PrivateHeaders/BPriv.h
      - *add*: test/Modules/Inputs/MainA.framework/Headers/A.h
      - *edit*: test/Modules/find-privateheaders.m

   - Commit *99730af5fb3c765e39cbc85123a2374269daf163* by *Bruno Cardoso
   Lopes:*

   [Modules] Include error diagnostics to the module hash
   - *edit*: lib/Frontend/CompilerInvocation.cpp
      - *edit*: include/clang/Basic/LangOptions.def
      - *edit*: include/clang/Driver/CC1Options.td
      - *edit*: include/clang/Frontend/CompilerInvocation.h
      - *edit*: lib/Frontend/CompilerInstance.cpp

   - Commit *92c439c4c26847dad91a3832f1b30258b71efd95* by *Ankit
   Aggarwal:*

   [WorkspaceTests] Disable branch and revision test
   - *edit*: Tests/WorkspaceTests/WorkspaceTests.swift

--
Bruno Cardoso Lopes
http://www.brunocardoso.cc

To close the thread - this change was reverted. - DF

···

On May 9, 2017, at 3:18 PM, Bruno Cardoso Lopes <bruno.cardoso@gmail.com> wrote:

This was me. Just talked to David Farler and he's going to help me by updating the call to getModuleHash on the the importer.

On Tue, May 9, 2017 at 2:48 PM, <no-reply@swift.org <mailto:no-reply@swift.org>> wrote:
[FAILURE] oss-swift-4.0-incremental-RA-linux-ubuntu-16_04 [#345]

Build URL: https://ci.swift.org/job/oss-swift-4.0-incremental-RA-linux-ubuntu-16_04/345/
Project: oss-swift-4.0-incremental-RA-linux-ubuntu-16_04
Date of build: Tue, 09 May 2017 14:35:15 -0700
Build duration: 13 min
Identified problems:

Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-4.0-incremental-RA-linux-ubuntu-16_04/345/consoleFull#254428819ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
Changes

Commit 1f48660a03fea0bae2cbf7070eea279652b8d359 by Slava Pestov:
Sema: Infer 'dynamic' for overrides of imported methods

edit: test/SILGen/objc_thunks.swift
edit: test/SILGen/vtables.swift
edit: lib/Sema/TypeCheckDecl.cpp

Commit 586c1374ff5498a3d493c83046f25e00943a0902 by Slava Pestov:
Make sure to inherit 'dynamic' when inheriting initializers.

edit: test/SILGen/dynamic.swift
edit: lib/Sema/CodeSynthesis.cpp

Commit 47eb30c67b119d68e992fba7657025f5014f069c by Argyrios Kyrtzidis:
[ClangImporter] For ClangImporter::canReadPCH() do a ReadAST invocation

edit: test/IDE/complete_with_header_import.swift
edit: lib/ClangImporter/ClangImporter.cpp

Commit 89b50214eb4d3e7b95459e02c31ad69797836da0 by Argyrios Kyrtzidis:
"[ClangImporter] For ClangImporter::canReadPCH(), reuse the existing

edit: lib/ClangImporter/ClangImporter.cpp

Commit 110a8499e96b610f8862addc526908355fc87a9a by Argyrios Kyrtzidis:
[ClangImporter] For ClangImporter::getOrCreatePCH() don't verify/update

edit: lib/ClangImporter/ClangImporter.cpp
edit: include/swift/ClangImporter/ClangImporter.h

Commit 53554dbe2dca7701e6631c138d4bd661f2caa312 by Bruno Cardoso Lopes:
[Modules] Allow umbrella frameworks to define private submodules for

add: test/Modules/Inputs/MainA.framework/PrivateHeaders/APriv.h
edit: lib/Lex/ModuleMap.cpp
add: test/Modules/Inputs/MainA.framework/Frameworks/Sub.framework/Headers/Sub.h
add: test/Modules/Inputs/MainA.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h
add: test/Modules/Inputs/MainA.framework/Headers/Main.h
add: test/Modules/Inputs/MainA.framework/Modules/module.private.modulemap
add: test/Modules/Inputs/MainA.framework/Frameworks/Sub.framework/Headers/B.h
add: test/Modules/Inputs/MainA.framework/Modules/module.modulemap
add: test/Modules/Inputs/MainA.framework/PrivateHeaders/MainPriv.h
add: test/Modules/Inputs/MainA.framework/Frameworks/Sub.framework/PrivateHeaders/BPriv.h
add: test/Modules/Inputs/MainA.framework/Headers/A.h
edit: test/Modules/find-privateheaders.m

Commit 99730af5fb3c765e39cbc85123a2374269daf163 by Bruno Cardoso Lopes:
[Modules] Include error diagnostics to the module hash

edit: lib/Frontend/CompilerInvocation.cpp
edit: include/clang/Basic/LangOptions.def
edit: include/clang/Driver/CC1Options.td
edit: include/clang/Frontend/CompilerInvocation.h
edit: lib/Frontend/CompilerInstance.cpp

Commit 92c439c4c26847dad91a3832f1b30258b71efd95 by Ankit Aggarwal:
[WorkspaceTests] Disable branch and revision test

edit: Tests/WorkspaceTests/WorkspaceTests.swift

--
Bruno Cardoso Lopes
http://www.brunocardoso.cc <http://www.brunocardoso.cc/&gt;