[Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (swift 3.1) #43

Report

[FAILURE] oss-swift-3.1-incremental-ASAN-RA-osx [#43]

Build URL:
https://ci.swift.org/job/oss-swift-3.1-incremental-ASAN-RA-osx/43/
Project:
oss-swift-3.1-incremental-ASAN-RA-osx
Date of build:
Fri, 27 Jan 2017 01:01:40 -0800
Build duration:
2 hr 3 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Tests:

Name: Swift(macosx-x86_64)
Failed: 1 test(s), Passed: 8837 test(s), Total: 8838 test(s)

ยทยทยท

Name: Swift-Unit
Failed: 2 test(s), Passed: 363 test(s), Total: 365 test(s)



Changes

  • Commit 4c133fc2c6c44980d8800206509f5b399c3c396c by florent.bruneau:
    ClangImporter: use nameless arguments for anonymous struct/unions in

    • edit: test/ClangImporter/Inputs/custom-modules/IndirectFields.h
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: test/ClangImporter/indirect_fields.swift
  • Commit e4ae3f03642e1c93c81b10a49e7f6b1e76333774 by colin.d.howell:
    [CSGen] SR-3668 fix for 3.1 branch

    • edit: lib/Sema/CSGen.cpp
    • edit: test/Sema/complex_expressions.swift
  • Commit 23bdb1ab7f1d4764f9d37f2128eeac47456ec6cf by spestov:
    Sema: Fix crash when @noescape or @autoclosure is applied to parameter

    • delete: validation-test/compiler_crashers/28595-typeincontext-isnull-no-contextual-type-set-yet.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/attr/attr_noescape.swift
    • add: validation-test/compiler_crashers_fixed/28595-typeincontext-isnull-no-contextual-type-set-yet.swift
  • Commit 8382bae5c6e96bbb5faeec5c93cf21a3b31ed77d by jgroff:
    Sema: Discard associated type inference candidates that are obviously

    • edit: lib/Sema/TypeCheckProtocol.cpp
    • add: test/Constraints/collection-mutablecollection-order-dependency-3.swift
    • add: test/Constraints/collection-mutablecollection-order-dependency-2.swift
    • add: test/Constraints/collection-mutablecollection-order-dependency-1.swift
    • add: test/Constraints/collection-mutablecollection-order-dependency-1g.swift
  • Commit b482afcbf9c22b5f54000bf697522c6a39d877c2 by mark.lacey:
    Revert "Disallow conversions from IUOs to extistentials."

    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/Constraints/diag_ambiguities.swift
  • Commit aed4b0094b533b4686d947dbf5537df74acd9b21 by jordan_rose:
    Merge pull request #6990 from

    • edit: test/ClangImporter/enum.swift
    • edit: lib/ClangImporter/ClangAdapter.cpp
    • edit: lib/ClangImporter/ImporterImpl.h
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: test/Inputs/clang-importer-sdk/usr/include/Foundation.h
    • edit: lib/Sema/TypeCheckAvailability.cpp
  • Commit d5a27a4307395941028919e023e8032b11d89886 by dfarler:
    Lexer: Don't split an operator '.'

    • edit: lib/Parse/Lexer.cpp
    • edit: test/IDE/structure_object_literals.swift
  • Commit b6c6484ad8d5e9398fd7f3ce385aaa7be65bc5f2 by ghoare:
    [Bridging PCH] Followup to narrow cases of implicit-header-import

    • edit: lib/ClangImporter/ImporterImpl.h
    • edit: test/ClangImporter/pch-bridging-header-unittest-warn.swift
    • edit: test/ClangImporter/MixedSource/broken-bridging-header.swift
    • edit: test/ClangImporter/MixedSource/import-mixed-with-header-twice.swift
    • edit: test/ClangImporter/MixedSource/import-mixed-with-header.swift
    • edit: lib/ClangImporter/ClangImporter.cpp
  • Commit e7eb01a3c05226d9628f6aafb5da01963e431739 by dgregor:
    [Type checker] Allow bridging followed by a conversion to existential.

    • edit: test/expr/cast/bridged.swift
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSApply.cpp
  • Commit 78a59008ba4b7af89fa75fa38b561c2a56af8fa2 by nhawes:
    [indexer] Fix crash in initVarRefIndexSymbols by handling func/var

    • edit: lib/AST/SourceEntityWalker.cpp
    • edit: test/SourceKit/Indexing/index_func_import.swift.response
    • edit: test/Index/roles.swift
    • edit: lib/Index/Index.cpp
    • add: test/Index/Inputs/imported_swift_module.swift
  • Commit 51b3e5c76ea28ba0aca5cb8805a1745283602a11 by nhawes:
    [indexer] Rename initCallRefIndexSymbol -> initFuncRefIndexSymbol as its

    • edit: lib/Index/Index.cpp
  • Commit d04eef2bf75aa1fc2eeb610d5cf986016e1735ed by maxs:
    Fall back to the AssignExprs startLoc when the EqualLoc is invalid

    • edit: include/swift/AST/Expr.h
  • Commit 06c81212ae8ec7e1f3bda164342ea45d12c73872 by maxs:
    Updated the tests for when the AssignExpr's EqualLoc is invalid

    • edit: unittests/AST/SourceLocTests.cpp
  • Commit 7d6247fa5732527c0ff035308a4f9f35415a17ec by spestov:
    SILGen: Canonicalize indirect return type in context

    • edit: lib/SILGen/SILGenProlog.cpp
    • edit: test/SILGen/same_type_abstraction.swift
  • Commit d8460198ba3019d7c4de4ba5bc8180a50f5a3416 by artem.dergachev:
    [analyzer] Fix MacOSXAPIChecker fp with static locals seen from nested

    • edit: test/Analysis/dispatch-once.m
    • add: test/Analysis/null-deref-static.m
    • edit: lib/StaticAnalyzer/Core/MemRegion.cpp
    • edit: lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
    • edit: lib/StaticAnalyzer/Core/RegionStore.cpp