[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (master) #3296

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04-long-test [#3296]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/3296/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04-long-test
Date of build:
Fri, 08 Feb 2019 20:19:00 -0600
Build duration:
53 min

Changes

  • Commit a9ad54a822c2287197b4139aefbad08fa780063d by jmittertreiner:
    A Way to Free Memory Allocated by the Build System

    • edit: unittests/CAPI/BuildSystem-C-API.cpp
    • edit: products/libllbuild/include/llbuild/buildsystem.h
    • edit: products/libllbuild/BuildSystem-C-API.cpp
    • edit: lib/Basic/Subprocess.cpp
    • edit: tests/Examples/buildsystem-capi.llbuild
    • edit: examples/c-api/buildsystem/main.c
  • Commit bb663aaeeec95acda39aa35033e5e868c931cfab by jmittertreiner:
    Rename llbuild.dll to libllbuild.dll on Windows

    • edit: tests/lit.cfg
    • edit: products/libllbuild/CMakeLists.txt
    • edit: tests/Examples/buildsystem-capi.llbuild
  • Commit 3656084c1148d99be29f3bd50c8fbfd7e71011fa by blangmuir:
    [build-script] Add install-destdir and set a default value

    • edit: utils/build_swift/driver_arguments.py
    • edit: utils/build-script
    • edit: utils/build_swift/tests/expected_options.py
  • Commit 6cc14afec9c70fbed842b2f9d7edf4f585e38e88 by blangmuir:
    [build-script] build and test indexstore-db and sourcekit-lsp

    • edit: utils/build_swift/driver_arguments.py
    • edit: utils/swift_build_support/swift_build_support/products/ninja.py
    • edit: utils/swift_build_support/swift_build_support/products/init.py
    • add: utils/swift_build_support/swift_build_support/products/indexstoredb.py
    • edit: utils/build-script
    • edit: utils/swift_build_support/swift_build_support/products/product.py
    • add: utils/swift_build_support/swift_build_support/products/sourcekitlsp.py
    • edit: utils/build_swift/tests/expected_options.py
  • Commit c64d74777c9191ac7ce8e5f21d867a33919db3ce by blangmuir:
    Add packages to presets

    • edit: utils/build-presets.ini
  • Commit c034445bd23146b4792917f487f30412d82a887a by blangmuir:
    [build-script] Fix test_driver_arguments failures

    • edit: utils/build_swift/driver_arguments.py
    • edit: utils/build_swift/tests/expected_options.py
  • Commit 9bbd28725a17d3adc74f8487b0f68839b4c5461f by blangmuir:
    [build-script] Fix pylint warnings from indexstoredb/sourcekitlsp

    • edit: utils/swift_build_support/swift_build_support/products/sourcekitlsp.py
    • edit: utils/build-script
    • edit: utils/swift_build_support/swift_build_support/products/indexstoredb.py
  • Commit 953cb4cb0581405b52d199a92c5c91983a614d08 by blangmuir:
    Fixup rebase conflicts

    • edit: utils/build-script
  • Commit 7c65c14df7f062b6a1f8519c59e929db7bbc04a2 by me:
    [stdlib] Fix memory leaks in readLine()

    • edit: stdlib/public/core/InputStream.swift
    • edit: stdlib/public/stubs/Stubs.cpp
    • edit: stdlib/public/SwiftShims/LibcShims.h
  • Commit 6928ca630e3e8ca44b2b7d759505e53281411411 by compnerd:
    ABI: use nullptr instead of 0 for NULL comparision

    • edit: include/swift/ABI/Metadata.h
  • Commit da79d60ff1f9d1095fe5beb2d637ab511dde102f by apl:
    [DebugInfo] Make modulecache test windows-compatible

    • edit: test/DebugInfo/modulecache.swift
  • Commit 4a2f7c9192b18f0125fd60fbddea6f996a259bd6 by compnerd:
    test: correct paths in DebugInfo/line-directive (NFC)

    • edit: test/DebugInfo/line-directive.swift
  • Commit 6fa90007902d95aa22d88539aa2ce7ed054c5b39 by compnerd:
    Frontend: compare normalised absolute paths for temp

    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: test/DebugInfo/compiler-flags.swift
  • Commit 3d5062222364288804f73b9d8991b4e45de4f1a1 by rjmccall:
    Fix a bug with demangling reference storage that I just introduced.

    • edit: stdlib/public/runtime/Private.h
  • Commit 7c88b22e897112d0a630be67a6c310c3d8ed9fb0 by rjmccall:
    Remove some comments that are both unnecessary and invalid.

    • edit: include/swift/Runtime/RuntimeFunctions.def
  • Commit 79d15816c41eaab5a587254c6bdfed19464f0542 by rjmccall:
    Fix a race condition with the initialization of class metadata.

    • edit: test/IRGen/completely_fragile_class_layout.sil
    • edit: test/IRGen/generic_vtable.swift
    • edit: stdlib/public/runtime/ProtocolConformance.cpp
    • edit: test/IRGen/type_layout_reference_storage.swift
    • edit: test/IRGen/concrete_inherits_generic_base.swift
    • edit: lib/IRGen/MetadataRequest.cpp
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/IRGen/MetadataRequest.h
    • edit: test/IRGen/class_resilience.swift
    • edit: test/IRGen/generic_classes.sil
    • edit: test/IRGen/mixed_mode_class_with_unimportable_fields.swift
  • Commit a97c732d759268678a5d24d818f1e4764ca28edb by github:
    Update WindowsBuild.md

    • edit: docs/WindowsBuild.md
  • Commit d08b46c47e8c3086523c6d5873b209e26237197e by danielrodriguez:
    [tests] Standarize the checks for Darwin, Glibc and MSVCRT.

    • edit: test/stdlib/PrintFloat.swift.gyb
    • edit: test/ClangImporter/availability_returns_twice.swift
    • edit: test/stdlib/POSIX.swift
    • edit: test/stdlib/Runtime.swift.gyb
    • edit: validation-test/StdlibUnittest/ChildProcessShutdown/FailIfChildCrashesDuringShutdown.swift
    • edit: validation-test/stdlib/POSIXErrorCode.swift
    • edit: test/Interpreter/dynamic_replacement_dlclose.swift
    • edit: validation-test/StdlibUnittest/Stdin.swift
    • edit: test/stdlib/FloatConstants.swift
    • edit: test/IRGen/builtin_math.swift
    • edit: test/Interpreter/SDK/libc.swift
    • edit: test/Prototypes/BigInt.swift
    • edit: test/Fuzzing/fuzzer_test.swift
    • edit: test/Interpreter/dynamic_replacement.swift
    • edit: test/stdlib/tgmath.swift.gyb
    • edit: validation-test/StdlibUnittest/RaceTest.swift
    • edit: test/ClangImporter/clang_builtins.swift
    • edit: test/stdlib/tgmath_optimized.swift
    • edit: validation-test/stdlib/StringSlicesConcurrentAppend.swift
    • edit: test/Sanitizers/tsan.swift
    • edit: test/IRGen/sanitize_coverage.swift
    • edit: test/stdlib/MathConstants.swift
    • edit: validation-test/stdlib/String.swift
    • edit: test/Interpreter/dynamic_replacement_chaining.swift
    • edit: validation-test/StdlibUnittest/AtomicInt.swift
    • edit: validation-test/StdlibUnittest/ChildProcessShutdown/FailIfChildExitsDuringShutdown.swift
    • edit: test/stdlib/VarArgs.swift
    • edit: test/Fuzzing/fuzzer_test_simpler.swift
    • edit: test/stdlib/mmap.swift
    • edit: validation-test/StdlibUnittest/ChildProcessShutdown/PassIfChildCrashedDuringTestExecution.swift
  • Commit fe82b3e0127f55c52e7cbb7a199b351bffb3f416 by danielrodriguez:
    [cmake] Recover original CMAKE_C/CXX_COMPILER after changing them.

    • edit: stdlib/public/Reflection/CMakeLists.txt
    • edit: stdlib/public/SwiftRemoteMirror/CMakeLists.txt
  • Commit 877a20ead02c3f6073998dbab58e65d6cbe0f0e0 by milseman:
    [String] Fix crash when given null UBP

    • edit: stdlib/public/core/ContiguouslyStored.swift
    • edit: stdlib/public/core/SmallString.swift
    • add: test/stdlib/StringCreate.swift
    • edit: stdlib/public/core/StringCreate.swift
    • edit: stdlib/public/core/String.swift
  • Commit 1d42e16ad2daf8a8a5cf4821f8a096c1bf1c1408 by pyaskevich:
    [ConstraintSystem] Detect invalid implicit ref to initializer on

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/AST/Expr.cpp
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSApply.cpp
    • edit: test/Constraints/construction.swift
  • Commit d335158844ba21c1db2ee5edb0138b950fbc49b5 by compnerd:
    test: correct a couple of tests for Windows

    • edit: test/IRGen/empty_enum.swift
    • edit: test/multifile/nested_types.swift
  • Commit c8acb7e4c23648f4de69cef9bfa2f3a864d965a4 by github:
    @objc extension makes even 'private' members '@objc' (#22436)

    • edit: test/attr/attr_objc.swift
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
  • Commit d364bb359bf2529ae050335c1f3549c0f6b3e628 by mgottesman:
    [silgenpattern] Fix the box handling in the old silgenpattern enum code

    • add: test/Interpreter/indirect_enum.swift
    • edit: test/SILGen/indirect_enum.swift
    • edit: lib/SILGen/SILGenPattern.cpp
  • Commit caac1bf8504ed2def42796bd0fb6b10d3e03b0c7 by moiseev:
    [overlay] Size the os_log pack buffer appropriately

    • edit: stdlib/public/Darwin/os/os.m
  • Commit 5ce1aa88dcc1ed87c29528081540ba5f46535708 by bob.wilson:
    [update-checkout] Add new branch configs for Swift 5.1

    • edit: utils/update_checkout/update-checkout-config.json
  • Commit 711e1f3d14d8be65ca008eaa8746b28bca3205e2 by aprantl:
    Debug Info: Emit Clang-imported typedef declarations in the correct

    • edit: lib/IRGen/IRGenDebugInfo.cpp
    • add: test/DebugInfo/C-typedef.swift
    • edit: test/DebugInfo/Inputs/ClangModule.h
    • add: test/DebugInfo/C-typedef-Darwin.swift
    • edit: test/ClangImporter/objc_ir.swift
  • Commit e74ef5d8925d197adcaf942e5f1651735eb1dd41 by github:
    Update WindowsBuild.md

    • edit: docs/WindowsBuild.md
  • Commit c51a6c0a894f9d5aa2153d0b3f957c40307ef836 by blangmuir:
    Disable sourcekit-lsp and indexstore-db on Ubuntu 14.04

    • edit: utils/build_swift/tests/expected_options.py
    • edit: utils/build_swift/driver_arguments.py
    • edit: utils/build-presets.ini
  • Commit 065a00b600430b914d52459fad0bba0b07bbc741 by blangmuir:
    Fix 14.04 long test preset accidentally changed in last commit

    • edit: utils/build-presets.ini
  • Commit 5617e4a79350a950c7e60eca186ee29e580f78db by xi_ge:
    AST: TapExpr should return sub-expression's source locations if set.

    • edit: include/swift/AST/Expr.h
    • add: test/IDE/range_info_string_interpolation.swift
  • Commit 0c28b4c1a38a14c0d4160ea0b5774f747b55c7e2 by xi_ge:
    SyntaxNodes: implement the hash function for syntax nodes.

    • edit: utils/gyb_syntax_support/init.py
    • edit: utils/gyb_syntax_support/NodeSerializationCodes.py
  • Commit feb140129c120ae2fac9752843e3e75366c43693 by spestov:
    Sema: Add test for operator returning Self

    • edit: test/decl/func/dynamic_self.swift
  • Commit 71ff168ad5d46fe0dd4ca7f35a770647cce88793 by spestov:
    Sema: Add a couple more counters

    • edit: include/swift/Basic/Statistics.def
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit e18a61c3b43c11da477616cd299f680580427b67 by spestov:
    Sema: Remove unused parameter from getTypeOfReference()

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
  • Commit 12fa026f990ed385ebcfcc2923fa7333b65f1afb by spestov:
    Sema: Use AbstractStorageDecl::getValueInterfaceType() in a couple of

    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/MiscDiagnostics.cpp
  • Commit dffa29fd0d00b840bcbb360b5dad50d37c7421af by spestov:
    AST: Remove a few uses of FunctionType::Param::getOldType()

    • edit: lib/AST/ASTContext.cpp
    • edit: lib/SILGen/SILGenConstructor.cpp
    • edit: lib/Sema/TypeCheckAvailability.cpp
    • edit: lib/SILOptimizer/Utils/Generics.cpp
    • edit: lib/IRGen/GenProto.cpp
    • edit: lib/SILGen/SILGenBridging.cpp
    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/Sema/TypeCheckCaptures.cpp
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: lib/AST/Decl.cpp
    • edit: test/IRGen/partial_apply_generic.swift
  • Commit a9f9f3ddeca9ff57eddc9be885446f5da1e5e63c by xi_ge:
    SwiftSyntax: address some post-commit review comments

    • edit: utils/gyb_syntax_support/init.py
  • Commit f464cce75ce558337c15997844cdab2f34e40d36 by Azoy:
    cleanup around top level emission

    • edit: lib/SILGen/SILGen.cpp
  • Commit b2f03275164136863dedafa7bce9beaf39e0d918 by spestov:
    IDE: Remove getTypeFromMangledSymbolname()

    • edit: tools/lldb-moduleimport-test/lldb-moduleimport-test.cpp
    • edit: lib/IDE/TypeReconstruction.cpp
    • delete: test/DebugInfo/Inputs/type-reconstr-names.txt
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: test/DebugInfo/DumpDeclFromMangledName.swift
    • delete: test/DebugInfo/DumpTypeFromMangledName.swift
    • edit: lib/IDE/ModuleInterfacePrinting.cpp
    • edit: validation-test/Serialization/bridging-header-first.swift
    • edit: include/swift/IDE/Utils.h
    • edit: test/IDE/reconstruct_type_from_mangled_name.swift
  • Commit 60da82b70dc43d2e13764daccb7ece6a0d4fd392 by spestov:
    [GSB] [Diag] Constraint to concrete type using ":" should offer a fix-it

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/AST/GenericSignatureBuilder.cpp
    • edit: include/swift/AST/GenericSignatureBuilder.h
    • edit: test/Constraints/generics.swift
  • Commit 2301bff548b11a620438b8430856ce1f7a1044d1 by github:
    Add some defensive checks against invalid serialization (#22466)

    • edit: lib/Serialization/Serialization.cpp
  • Commit 0f493a68b352ec89f30fd5ab669bbf0509898fbc by jordan_rose:
    [Sema] Improve diagnostics for access level of protocol witness in

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Compatibility/accessibility.swift
    • edit: test/attr/accessibility_proto.swift
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: test/Sema/accessibility.swift
  • Commit eab56a96ecae3e1126787da387784d317dd49df3 by artem.dergachev:
    Revert "[analyzer] Remove the "postponed" hack, deal with derived

    • edit: test/Analysis/symbol-reaper.c
    • edit: include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
    • edit: lib/StaticAnalyzer/Core/RegionStore.cpp
    • edit: test/Analysis/malloc.c
  • Commit 43659045970c50c77a40340dd7aba0b67749bfcd by blangmuir:
    Fix build on Ubuntu 14.04

    • edit: lib/Support/Logging.cpp
    • edit: Package.swift
    • edit: include/indexstore/IndexStoreCXX.h