swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#297]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/297/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Thu, 06 Sep 2018 11:00:39 -0500
Build duration:
23 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 14d770e5519f935f95990ccb3a5980f912892889 by rwidmann:
[NFC] Drop unused pending substitutions vector
-
edit: include/swift/Demangling/Demangler.h
-
edit: lib/Demangling/Demangler.cpp
-
Commit 959e71b35eb073eef94845b6866a405ebfebf410 by spestov:
Add test case for bug 'fixed' by dropping of Swift 3 compatibility
-
edit: test/SILGen/default_arguments_generic.swift
-
Commit 8a20b67d99c91f2f1fa7b4ca0b53de0eba921100 by t.p.northover:
ARM: wrap call to __clzsi2 so that the name is correct on MachO.
-
edit: lib/builtins/arm/addsf3.S
/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-18_04/llvm/tools/clang/lib/Basic/VirtualFileSystem.cpp:212:63: error: cannot initialize a parameter of type 'llvm::sys::fs::OpenFlags' with an rvalue of type 'SmallString<256> *' **11:43:15** if (std::error_code EC = sys::fs::openFileForRead(Name, FD, &RealName)) **11:43:15** ^~~~~~~~~ **11:43:15** /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-18_04/llvm/include/llvm/Support/FileSystem.h:1002:43: note: passing argument to parameter 'Flags' here **11:43:15** OpenFlags Flags = OF_None, **11:43:15** ^