[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #3265

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#3265]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/3265/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Wed, 06 Feb 2019 15:07:26 -0600
Build duration:
1 hr 8 min

Identified problems:

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

Changes

  • Commit 1e7fba716dc3336fb383afbc4cb28860f7d3af9d by rwidmann:
    Reserve a vector where we know the size. (#22077)

    • edit: tools/swift-ide-test/ModuleAPIDiff.cpp
  • Commit f841d451851666d0c77a4dc967130bbd08fc76ef by johnfairh:
    [IDE] Fix sourcerange for assoc types with default values

    • edit: lib/AST/Decl.cpp
    • edit: test/IDE/structure.swift
  • Commit d6cd4299a2df4fc661c6555711c3a10eeaece78e by shajrawi:
    Disable test on iphonesimulator-i386 / 32bit

    • edit: test/SILOptimizer/licm_exclusivity.swift
  • Commit 30082d03b7502f3aa5918367ed7a14cf8ef6fb27 by apl:
    [CMake] Replace use of llvm-config with LLVM and Clang CMake packages

    • edit: cmake/modules/LLDBStandalone.cmake
  • Commit ab02a978876df32a8999f911ee1303bbcb0b0803 by apl:
    [CMake] Fix two details from r351863

    • edit: cmake/modules/LLDBStandalone.cmake
  • Commit 774b387e2fa798f6ee57d31681cce0aab5d31151 by apl:
    [CMake] Get back some variables used in AddLLVM.cmake

    • edit: cmake/modules/LLDBStandalone.cmake
  • Commit 3046605abf0a43a9580721a8ea57470cf083fb30 by apl:
    [CMake] Remove duplicated cache variable. NFC.

    • edit: cmake/modules/LLDBStandalone.cmake
  • Commit c5fc67db5733cc0496b50a9cebec68b0ea9a9f91 by apl:
    [CMake] Use llvm-tblgen from NATIVE LLVM build when cross-compiling

    • edit: cmake/modules/LLDBStandalone.cmake
  • Commit 7a0c3af84b52f12a250100502635b50adb8e46b6 by aprantl:
    Remove redundant SWIFT_OBJECTS variable from Makefile.rules

    • edit: packages/Python/lldbsuite/test/make/Makefile.rules

+Tony

Any ideas why this test would be failing like this?

/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-16_04/swift-corelibs-foundation/TestFoundation/TestProcess.swift:257: error: TestProcess.test_passthrough_environment : failed - Test failed: InvalidEnvironmentVariable("GIT_UR")

+Lily

  • Tony

+Lily

  • Tony

+Tony

Any ideas why this test would be failing like this?

Do you have a variable that has a \n in its name? It looks like the environment is returning this variable without a trailing ‘=‘. What’s the output of env? ✾

+Lily

  • Tony

+Tony

Any ideas why this test would be failing like this?

Do you have a variable that has a \n in its name? It looks like the environment is returning this variable without a trailing ‘=‘. What’s the output of env? ✾

Mishal, do you know if this is tied to any changes in our environment variables on the builders?