[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #2028

Report

[FAILURE] swift-master-source-compat-suite [#2028]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/2028/
Project:
swift-master-source-compat-suite
Date of build:
Tue, 26 Jun 2018 14:47:47 -0500
Build duration:
2 hr 2 min

Changes

  • Commit e0ce5fcbd905b1e615592ab4490b46f2abfeb5eb by mark.lacey:
    [TypeChecker] Fix crash with Objective C keypaths.

    • edit: lib/Sema/TypeCheckExprObjC.cpp
    • edit: lib/Sema/CSGen.cpp
  • Commit 846f159a5cc2bb40de39f9531afa7a89f002fa86 by mark.lacey:
    Also check for error_type in ObjC keypath validation.

    • edit: lib/Sema/TypeCheckExprObjC.cpp
    • edit: test/expr/primary/keypath/keypath-objc.swift
  • Commit c2d67d8eaa65fe5e161d5ec497e07009797111c4 by ghoare:
    [Parse] Detect eof in non-string-arg recovery loop in

    • add: test/Parse/multiline_pound_diagnostic_arg_rdar_41154797.swift
    • edit: lib/Parse/ParseDecl.cpp
  • Commit 907eeb4612fafa1b43fec9dd49e79150a750c177 by klorentey:
    [Changelog] Actually, DictionaryLiteral is not yet Hashable

    • edit: CHANGELOG.md
  • Commit 074e883b4aed8b5c1382c78fa90a2f7c606af433 by aschwaighofer:
    Fix abitypes.swift test case for armv7

    • edit: test/IRGen/abitypes.swift
  • Commit edd51d217d69bdfc6f79ae2db100fe9644354101 by github:
    Update the doc for building swift toolchains with PR testing

    • edit: docs/ContinuousIntegration.md
  • Commit 21cf9b33c80c4a75d62f3a4cb2fe4d616220d164 by github:
    Update table of contents for CI doc

    • edit: docs/ContinuousIntegration.md
  • Commit 7c4d15f96a148c59da05ae31617f3b876be5aec6 by github:
    SILModule::isVisibleExternally utility for VarDecls. (#16834)

    • edit: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: lib/SIL/SILModule.cpp
    • edit: include/swift/SIL/SILModule.h
    • edit: lib/SILOptimizer/IPO/GlobalPropertyOpt.cpp
    • edit: lib/SILOptimizer/IPO/LetPropertiesOpts.cpp
    • edit: include/swift/SIL/SILLinkage.h
    • add: test/SIL/Parser/global_decl.sil
    • edit: include/swift/Parse/ParseSILSupport.h

This is probably from my change to CSGen.cpp. I’m attempting to reproduce and will back that change out if that’s the case.

Assertion failed: ((HadError || <SourceFile*>() || M.get<SourceFile*>()->ASTStage < SourceFile::TypeChecked) && “UnresolvedDot" "in wrong phase"), function walkToExprPre, file /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/swift/include/swift/AST/ExprNodes.def, line 101.

Mark