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

Report

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

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/549/
Project:
swift-master-source-compat-suite-debug
Date of build:
Fri, 30 Nov 2018 14:17:53 -0600
Build duration:
3 hr 19 min

Changes

  • Commit 6f1f1bda9259bbc2ab7b2e512f48940d3d67f455 by brunorochaesilva:
    [SourceKit] Recognize static method operators

    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp
    • add: test/SourceKit/Indexing/index_operators.swift
    • add: test/SourceKit/Indexing/index_operators.swift.response
  • Commit 452230ae33198db82ebae996fe92c2a5aa42c5e5 by andreas:
    [stdlib] adds nullability type specifier to NSStringGetCStringTrampoline

    • edit: stdlib/public/SwiftShims/CoreFoundationShims.h
  • Commit c32daed203f4b767c3f43354633d1c490672b0a9 by compnerd:
    SwiftPrivateThreadExtras: fix windows build

    • edit: stdlib/private/SwiftPrivateThreadExtras/SwiftPrivateThreadExtras.swift
  • Commit 17e7c5ff5f7a1505d90fcb67ce7796340e3a3f75 by david_smith:
    Use _DictionaryBuilder instead of Dictionary for casting

    • edit: stdlib/public/core/DictionaryCasting.swift
  • Commit ab32870d4dfe749c162889e1e3e4c71d0a132781 by aschwaighofer:
    LoadableByAddress: Only replace yielded values with a load if required

    • edit: lib/IRGen/LoadableByAddress.cpp
    • edit: test/IRGen/big_types_coroutine.sil
<unknown>:0: error: failed writing record 'NSXMLNode.h-BVPSF6M15PJI': failed to rename '/Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite-debug/project_cache/NetService/.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/NSXMLNode.h-BVPSF6M15PJI-temp-0c2745c4' to '/Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite-debug/project_cache/NetService/.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/NSXMLNode.h-BVPSF6M15PJI': No such file or directory

Mishal, is this infra problem?

It might be, however I was able to copy the files:

aaa-12:~ buildnode$ df -h

Filesystem Size Used Avail Capacity iused ifree %iused Mounted on

/dev/disk1s1 187Gi 85Gi 100Gi 46% 1782231 9223372036852993576 0% /

aaa-12:~ buildnode$ ls -al /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite-debug/project_cache/NetService/.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/NSXMLNode.h-BVPSF6M15PJI-temp-0c2745c4

-rw-r--r-- 1 buildnode staff 8252 Nov 30 15:07 /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite-debug/project_cache/NetService/.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/NSXMLNode.h-BVPSF6M15PJI-temp-0c2745c4

aaa-12:~ buildnode$ cp /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite-debug/project_cache/NetService/.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/NSXMLNode.h-BVPSF6M15PJI-temp-0c2745c4 /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite-debug/project_cache/NetService/.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/NSXMLNode.h-BVPSF6M15PJI

aaa-12:~ buildnode$ ls -al /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite-debug/project_cache/NetService/.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/NSXMLNode.h-BVPSF6M15PJI

-rw-r--r-- 1 buildnode staff 8252 Nov 30 16:49 /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite-debug/project_cache/NetService/.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/NSXMLNode.h-BVPSF6M15PJI

Thanks,

Mishal Shah

Interesting, let’s see what is going to happen on next build.