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

Report

[FAILURE] swift-master-source-compat-suite-debug [#240]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/240/
Project:
swift-master-source-compat-suite-debug
Date of build:
Fri, 05 Oct 2018 08:27:15 -0500
Build duration:
1 hr 45 min

Identified problems:

  • Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.

Changes

  • Commit e18e03171f7cc584e051a7d85b3bad81b9447e84 by mikeash:
    [Stdlib] Change SWIFT_RUNTIME_STDLIB_INTERNAL to not export the symbol.

    • edit: stdlib/private/SwiftPrivate/IO.swift
    • edit: stdlib/public/stubs/SwiftNativeNSXXXBase.mm.gyb
    • edit: stdlib/public/core/Random.swift
    • edit: stdlib/public/stubs/GlobalObjects.cpp
    • edit: stdlib/public/core/KeyPath.swift
    • edit: stdlib/public/SwiftShims/Visibility.h
    • edit: stdlib/public/core/StringComparison.swift
    • edit: stdlib/public/core/CString.swift
    • edit: stdlib/public/core/ContiguousArrayBuffer.swift
    • edit: stdlib/public/core/StringStorage.swift
    • edit: test/stdlib/Runtime.swift.gyb
    • edit: stdlib/public/SwiftShims/LibcShims.h
    • edit: stdlib/public/core/Builtin.swift
    • edit: stdlib/public/runtime/AnyHashableSupport.cpp
    • edit: stdlib/public/stubs/LibcShims.cpp
    • edit: stdlib/public/core/ManagedBuffer.swift
    • edit: stdlib/public/core/InputStream.swift
    • edit: stdlib/public/Platform/Platform.swift
    • edit: stdlib/public/core/StringLegacy.swift
    • edit: include/swift/Runtime/Metadata.h
    • edit: stdlib/public/core/Unicode.swift
    • edit: stdlib/public/runtime/SwiftObject.mm
    • edit: stdlib/public/core/OutputStream.swift
    • edit: stdlib/public/runtime/HeapObject.cpp
  • Commit 6926fbd363fa8cfa04748554871a7d3a26c8b656 by mikeash:
    [Stdlib] Pull _swift_stdlib_random into a separate file.

    • edit: stdlib/public/stubs/LibcShims.cpp
    • edit: stdlib/public/SwiftShims/module.modulemap
    • edit: stdlib/public/SwiftShims/CMakeLists.txt
    • edit: stdlib/public/stubs/CMakeLists.txt
    • edit: stdlib/public/SwiftShims/LibcShims.h
    • add: stdlib/public/SwiftShims/Random.h
    • edit: stdlib/public/stubs/GlobalObjects.cpp
    • add: stdlib/public/stubs/Random.cpp
  • Commit b2675280c7f293e42903f90367c09f50e199a90d by mikeash:
    [Stdlib] Move the shims used by Platform.swift into a separate header

    • edit: stdlib/public/SwiftShims/CMakeLists.txt
    • edit: stdlib/public/SwiftShims/LibcShims.h
    • add: stdlib/public/SwiftShims/LibcShimsInline.h
    • edit: stdlib/public/SwiftShims/module.modulemap
    • edit: stdlib/public/stubs/LibcShims.cpp
    • edit: stdlib/public/Platform/Platform.swift
  • Commit ec25f928ff5dae6104fbc9859f14adf163e539ed by mikeash:
    [Stdlib] Move _swift_stdlib_read/write/close into LibcShimsInline.h.

    • edit: stdlib/public/SwiftShims/LibcShimsInline.h
    • edit: stdlib/public/SwiftShims/LibcShims.h
    • edit: stdlib/public/stubs/LibcShims.cpp
    • edit: stdlib/private/SwiftPrivate/IO.swift
  • Commit 5f17b450c3f62f7f331835126480300c183b8c83 by mikeash:
    [Stdlib] Make all the functions in LibcShims.h either INTERNAL or

    • edit: stdlib/public/SwiftShims/module.modulemap
    • edit: stdlib/public/SwiftShims/CMakeLists.txt
    • edit: test/Driver/emit-objc-header-single-vs-multi-file.swift
    • edit: test/Serialization/objc_xref.swift
    • edit: stdlib/public/stubs/LibcShims.cpp
    • edit: stdlib/public/SwiftShims/LibcShims.h
    • edit: test/expr/cast/array_downcast_Foundation.swift
    • edit: test/SourceKit/InterfaceGen/gen_swift_source.swift.response
    • edit: stdlib/public/Platform/Platform.swift
    • edit: stdlib/private/SwiftPrivate/IO.swift
    • add: stdlib/public/SwiftShims/LibcOverlayShims.h
    • delete: stdlib/public/SwiftShims/LibcShimsInline.h
    • edit: test/Serialization/objc_optional_reqs.swift
  • Commit c4d5db404bc0af89dfdadb1fd23b03a44f310fcd by mikeash:
    [Stdlib] Change _swift_stdlib_random SPI to swift_stdlib_random API.

    • edit: stdlib/public/stubs/Random.cpp
    • edit: stdlib/public/stubs/GlobalObjects.cpp
    • edit: stdlib/public/SwiftShims/Random.h
    • edit: stdlib/public/core/Random.swift
  • Commit 1e8c35d8bba6a48a87e7ac995715770f9b341e57 by mikeash:
    [Stdlib] Move the declaration of __swift_ssize_t to SwiftStddef.h so

    • edit: stdlib/public/SwiftShims/LibcShims.h
    • edit: stdlib/public/SwiftShims/SwiftStddef.h
  • Commit 5391abbf4b313f17028210170bf39362915277c1 by mikeash:
    [Stdlib] Clean up includes in LibcShims and Random.

    • edit: stdlib/public/stubs/LibcShims.cpp
    • edit: stdlib/public/stubs/Stubs.cpp
    • edit: stdlib/public/stubs/Random.cpp
  • Commit 4113697bfd559031e059a5a43e564ad921d35011 by mikeash:
    [Stdlib] Delete a stray ß in LibcShims.h

    • edit: stdlib/public/SwiftShims/LibcShims.h
  • Commit 1e9741a3f89d49d094d5885f4262caeb7ac85ffc by mikeash:
    [Stdlib] Fix Linux detection for malloc_size. Silence const cast

    • edit: stdlib/public/stubs/Random.cpp
    • edit: stdlib/public/SwiftShims/LibcShims.h
  • Commit a78a01a392c61a7b3b50b19c1662e49e94f4e8b8 by mikeash:
    [Stdlib] Make _swift_extractDynamicValue INTERNAL as it's used by

    • edit: stdlib/public/runtime/Casting.cpp
  • Commit b05c9e95cf7e53e101dcdb63a06af7ff019976ae by mikeash:
    [Stdlib] Make the !_runtime(_ObjC) version of

    • edit: stdlib/public/core/BridgeObjectiveC.swift