[Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (master) #3028

Report

[FAILURE] oss-swift-incremental-ASAN-RA-osx [#3028]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/3028/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Mon, 04 Feb 2019 17:15:17 -0600
Build duration:
3 min 57 sec

Changes

  • Commit a0272f921b0a4e181a38cad69053cfd405add0be by pitiphong.p:
    Write the test cases of the Encoding Multiple NestedContainers with The

    • edit: test/stdlib/TestJSONEncoder.swift
    • edit: test/stdlib/TestPlistEncoder.swift
  • Commit 32ef8773a2be4597174915593cde6c96724d1968 by pitiphong.p:
    Look up and reuse the container when asking for the nested container

    • edit: stdlib/public/Darwin/Foundation/JSONEncoder.swift
  • Commit 1750e0418679b5b5ffc2ed22e90e8d3906c652e3 by pitiphong.p:
    Look up and reuse the container when asking for the nested container

    • edit: stdlib/public/Darwin/Foundation/PlistEncoder.swift
  • Commit 9a3038d3f0143022990e862a4d60595ebf6f869d by pitiphong.p:
    Precondition for the mismatch container type when requesing for the

    • edit: stdlib/public/Darwin/Foundation/PlistEncoder.swift
    • edit: stdlib/public/Darwin/Foundation/JSONEncoder.swift
  • Commit c7a2b31cd2e6480cdfc5ef440ddf277f14fc9f59 by pitiphong.p:
    Fixed the wrong indentation

    • edit: stdlib/public/Darwin/Foundation/PlistEncoder.swift
  • Commit 80056e2fb96d7c4fabd22d5828a1e2b11fd4dd48 by pitiphong.p:
    Fixed the wrong indentation due to the GitHub editor

    • edit: stdlib/public/Darwin/Foundation/PlistEncoder.swift
  • Commit d61830b26627a94107990f0c53b897f8eb54c090 by pitiphong.p:
    Change the tab character to be space for the wrong indentation

    • edit: stdlib/public/Darwin/Foundation/PlistEncoder.swift
  • Commit a75d98f68c17f91dafba5c80235878d0fcadb705 by pitiphong.p:
    Refactor the looking for existing container code and change the error

    • edit: stdlib/public/Darwin/Foundation/JSONEncoder.swift
    • edit: stdlib/public/Darwin/Foundation/PlistEncoder.swift
  • Commit 8097d342da94e812b4e14ed0f06e53abbf190b2c by pitiphong.p:
    Added: Expected to failed test cases on requesting an already requested

    • edit: test/stdlib/TestPlistEncoder.swift
    • edit: test/stdlib/TestJSONEncoder.swift
  • Commit 02df51496dba4a6014215f762f2c8a88290ffc4c by pitiphong.p:
    NIT fixing and add some comments in the test methods

    • edit: test/stdlib/TestJSONEncoder.swift
    • edit: test/stdlib/TestPlistEncoder.swift
  • Commit 61238eda549fd15d37212c6860e5009317710d38 by pitiphong.p:
    Uses the expectCrash instead of xfail in the Encoder Tests

    • edit: test/stdlib/TestPlistEncoder.swift
    • edit: test/stdlib/TestJSONEncoder.swift
  • Commit 3c6fc86c5a25d9c007f0a96b9752e66ccb415ad6 by brian.king:
    Check for getter by member reference

    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: test/decl/var/usage.swift
  • Commit 613b62994190a0b0ebbfee44ad927e55acf2ce76 by brian.king:
    Add the unused setter argument warning to the self assign unit test

    • edit: test/Sema/diag_self_assign.swift
  • Commit 9aa48ce540654ea36d8c7c6e8be9d6c95939d6c2 by github:
    Add class and extension tests.

    • edit: test/decl/var/usage.swift
  • Commit 85f45dfe30801a916f14e5f198751582aad4f630 by compnerd:
    SwiftRemoteMirror: add a host build for the tools

    • edit: cmake/modules/AddSwift.cmake
    • edit: stdlib/public/SwiftRemoteMirror/CMakeLists.txt
    • edit: stdlib/tools/swift-reflection-test/CMakeLists.txt
  • Commit a75f616084039f97441e143b3e52310005ca0168 by bking:
    Move extension check out of function

    • edit: test/decl/var/usage.swift
  • Commit a61d1f6476af758767d2ec1f68c8c6c9412ffb82 by harlan:
    [ParseableInterfaces] Re-escape multi-line strings in attribute messages

    • edit: include/swift/AST/ASTPrinter.h
    • edit: lib/AST/Attr.cpp
    • edit: lib/AST/ASTPrinter.cpp
  • Commit d8bff8ddc903e63ee5124069893a1aee8de66add by parkers:
    BooleanLiteralExpr now is lowered directly into SIL.

    • edit: lib/Sema/CSApply.cpp
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/SILGen/SILGenApply.cpp
    • edit: include/swift/AST/Expr.h
    • edit: lib/SILGen/SILGenExpr.cpp
  • Commit 78340287a57ded1b8036099456ec1eceea312852 by harlan:
    [ParseableInterface] Add test for multi-line attribute message

    • add: test/ParseableInterface/multiline-availability-message.swift
  • Commit bc8aa4b4e94cdd6ca8d1d37903a19052daff6b49 by compnerd:
    utils: adjust to support long paths on windows

    • edit: utils/jobstats/jobstats.py
  • Commit a20050ab3010916d1751896ffaab9fe2f3d4eafb by blangmuir:
    [build-script] Add Product for libc++

    • edit: utils/build-script
    • add: utils/swift_build_support/swift_build_support/products/libcxx.py
    • edit: utils/swift_build_support/swift_build_support/products/init.py
  • Commit 29a4ca8519d2b17ee426e358a00e8ac3eac7ccb6 by xi_ge:
    cmake: allow SwiftSyntax parser to have an externally defined version

    • edit: utils/build-script-impl
    • edit: tools/libSwiftSyntaxParser/CMakeLists.txt
  • Commit a5b47e127dbbf1c98cb46aba464041f701fecf3f by mgottesman:
    [cast-opt] Add a new callback: ReplaceValueUsesAction.

    • edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombine.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
    • edit: include/swift/SILOptimizer/Utils/CastOptimizer.h
  • Commit 482d2baccd718cc30453c27a5db67115734c895d by github:
    Make verify_all_overlays.sil fail loudly instead of silently (#22325)

    • edit: validation-test/SIL/verify_all_overlays.sil
  • Commit 210d5836ff08d5bd6c12ad02b27225a2fee220de by compnerd:
    AST: remove ScalarTraits on Windows

    • edit: include/swift/AST/ExperimentalDependencies.h
    • edit: lib/AST/ExperimentalDependencies.cpp
  • Commit 5cdc15bd84665d5f3d5215cd78aaf01e53cadf50 by blangmuir:
    Fix pylint error

    • edit: utils/swift_build_support/swift_build_support/products/init.py
  • Commit 3c79c7720dc8843b8c29f6ddce6ed8428d15b66e by compnerd:
    AST: fix build with newer clang

    • edit: lib/AST/ExperimentalDependencies.cpp
  • Commit 21e51edfad8ade28911530f5b7bf89350c5051a8 by mgottesman:
    [cast-opt] Allow users to pass in a SILBuilderContext to the

    • edit: include/swift/SILOptimizer/Utils/CastOptimizer.h
    • edit: include/swift/SILOptimizer/Utils/SILOptFunctionBuilder.h
    • edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
    • edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
    • edit: lib/SILOptimizer/Utils/CastOptimizer.cpp
    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
  • Commit 1731a482e449d135387d98768c57f900bdb95d35 by spestov:
    ASTDemangler: Imported typedefs can be nested inside other types

    • edit: lib/AST/ASTDemangler.cpp
    • edit: test/TypeDecoder/objc_classes.swift
    • edit: include/swift/Demangling/TypeDecoder.h
  • Commit 0ddf475a7e07c78a3cfbe76d7814cee739bcfc14 by spestov:
    ASTDemangler: Propagate @escaping from function type to function

    • edit: test/TypeDecoder/structural_types.swift
    • edit: lib/AST/ASTDemangler.cpp
  • Commit 80b6b3abca045a578b3e536e116cbbf5036ca89f by blangmuir:
    Conditionalize libc++ installation

    • edit: utils/build-presets.ini
    • edit: utils/build-script-impl