+ swift-build-dev Thanks, Mishal Shah
> On Sep 20, 2017, at 1:03 PM, Joe Shajrawi <shajr...@apple.com> wrote: > > <unknown>:0: error: error: accessing build database > "/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/swiftpm-linux-x86_64/build.db": > disk I/O error > > Mishal, can you please take a look? > > Regards, > —Joe | | 📧 shajr...@apple.com <mailto:shajr...@apple.com> | 📱(+1) > 408-930-5203 > > > >> On Sep 20, 2017, at 1:01 PM, no-re...@swift.org <mailto:no-re...@swift.org> >> wrote: >> >> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#649] >> >> Build URL: >> https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/649/ >> <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/649/> >> Project: oss-swift-incremental-RA-linux-ubuntu-14_04 >> Date of build: Wed, 20 Sep 2017 14:31:29 -0500 >> Build duration: 30 min >> Identified problems: >> >> Compile Error: This build failed because of a compile error. Below is a list >> of all errors in the build log: >> Indication 1 >> <https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-14_04/649/consoleFull#-11264034503122a513-f36a-4c87-8ed7-cbc36a1ec144> >> Changes >> >> Commit 38819fe0ff69cc56e835b26b152500e04e750c79 by aprantl: >> [DebugInfo] Use a MapVector to coalesce MachineOperand locations >> >> edit: lib/CodeGen/LiveDebugVariables.cpp >> edit: include/llvm/CodeGen/MachineOperand.h >> >> Commit dd77de81c1d23794f8433b3cfc075628f3d3ac34 by aprantl: >> [dwarfdump] Add DWARF verifiers for address ranges >> >> edit: include/llvm/DebugInfo/DWARF/DWARFDie.h >> edit: include/llvm/DebugInfo/DWARF/DWARFVerifier.h >> edit: lib/DebugInfo/DWARF/DWARFVerifier.cpp >> edit: include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h >> edit: unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp >> >> Commit 6443692ba2f37bfc5da3463ce19ab5d1ef8d8873 by aprantl: >> [dwarfdump] Make .eh_frame an alias for .debug_frame >> >> edit: test/tools/dsymutil/X86/frame-1.test >> edit: test/tools/dsymutil/X86/frame-2.test >> edit: unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp >> edit: include/llvm/BinaryFormat/Dwarf.def >> edit: include/llvm/DebugInfo/DIContext.h >> edit: tools/llvm-objdump/MachODump.cpp >> edit: test/DebugInfo/dwarfdump-debug-frame-simple.test >> edit: lib/DebugInfo/DWARF/DWARFContext.cpp >> edit: test/MC/X86/i386-darwin-frame-register.ll >> edit: include/llvm/DebugInfo/DWARF/DWARFContext.h >> edit: lib/DebugInfo/DWARF/DWARFDebugFrame.cpp >> edit: tools/llvm-objdump/llvm-objdump.cpp >> edit: tools/llvm-dwarfdump/llvm-dwarfdump.cpp >> >> Commit 5dcfd57f780fddc80664621f2e72f519c07bb36e by aprantl: >> llvm-dwarfdump: Sink the handling of ShowChildren into DWARFDie::dump(). >> >> edit: lib/DebugInfo/DWARF/DWARFContext.cpp >> edit: lib/DebugInfo/DWARF/DWARFDie.cpp >> >> Commit a6c55acee6a816cb3829078d4d71d084c8526913 by aprantl: >> dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWP >> >> edit: include/llvm/DebugInfo/DWARF/DWARFUnit.h >> edit: lib/DebugInfo/DWARF/DWARFUnit.cpp >> edit: lib/DebugInfo/DWARF/DWARFContext.cpp >> edit: lib/DebugInfo/DWARF/DWARFUnitIndex.cpp >> >> Commit bc9ab44e04ef7e3df3175829d4004022af7dca29 by aprantl: >> Fix typo in testcase. >> >> edit: test/tools/llvm-dwarfdump/X86/debug_info_offset.test >> >> Commit ddf302f6dcd84c7561eea19f4058faa0e1871ba7 by aprantl: >> llvm-dwarfdump: add a --show-parents options when selectively dumping >> >> edit: lib/DebugInfo/DWARF/DWARFDie.cpp >> edit: include/llvm/DebugInfo/DIContext.h >> edit: test/tools/llvm-dwarfdump/X86/debug_info_offset.test >> edit: tools/llvm-dwarfdump/llvm-dwarfdump.cpp >> >> Commit b80655501bb10c66e7aeb7cdd50ac1b09fb88a41 by aprantl: >> Fix indentation. >> >> edit: lib/DebugInfo/DWARF/DWARFContext.cpp >> >> Commit 6d3af7fb0c119069e5af64d557e3d76d71a1b417 by aprantl: >> llvm-dwarfdump: use more efficient API (NFC) >> >> edit: lib/DebugInfo/DWARF/DWARFContext.cpp >> >> Commit f3f60b268b04836b73d9081b9369f3a64a2b465d by aprantl: >> Replace for_each with a range-based for. NFC. >> >> edit: tools/llvm-dwarfdump/llvm-dwarfdump.cpp >> >> Commit 838f2544bffc33ccec728218a8b5f767e4e373bf by aprantl: >> Move test into non-target-specific directory. >> >> delete: test/tools/llvm-dwarfdump/X86/cmdline.test >> add: test/tools/llvm-dwarfdump/cmdline.test >> >> Commit 61ac3416c2a4459067b8ed24dff8099982851fe9 by aprantl: >> llvm-dwarfdump: un-hide more command line options >> >> edit: tools/llvm-dwarfdump/llvm-dwarfdump.cpp >> edit: test/tools/llvm-dwarfdump/cmdline.test >> >> Commit ee6529cca6628454d6625abd72e4b9117e10ab94 by aprantl: >> llvm-dwarfdump: implement --recurse-depth= >> >> edit: include/llvm/DebugInfo/DWARF/DWARFDie.h >> edit: test/tools/llvm-dwarfdump/X86/debug_type_offset.test >> edit: lib/DebugInfo/DWARF/DWARFTypeUnit.cpp >> edit: test/tools/llvm-dwarfdump/X86/debug_info_offset.test >> edit: tools/dsymutil/DwarfLinker.cpp >> edit: lib/DebugInfo/DWARF/DWARFDie.cpp >> edit: include/llvm/DebugInfo/DIContext.h >> edit: lib/DebugInfo/DWARF/DWARFCompileUnit.cpp >> edit: test/tools/llvm-dwarfdump/cmdline.test >> edit: tools/llvm-dwarfdump/llvm-dwarfdump.cpp >> edit: lib/DebugInfo/DWARF/DWARFContext.cpp >> edit: lib/DebugInfo/DWARF/DWARFVerifier.cpp >> edit: include/llvm/DebugInfo/DWARF/DWARFVerifier.h >> >> Commit 74a774ff5fd793ea2b05f0c5fa19dcea8c4d1891 by aprantl: >> Fix test to not depend on another subdirectories Input directory >> >> edit: test/tools/llvm-dwarfdump/X86/debug_type_offset.test >> add: test/tools/llvm-dwarfdump/X86/Inputs/typeunit-header.s >> >> Commit 4824544ec9d7723a23dcaf536b279b2899ed5a38 by ktopley: >> Synchronize the Linux and Darwin overlay versions of Time.swift >> >> edit: src/swift/Time.swift >> >> Commit 4824544ec9d7723a23dcaf536b279b2899ed5a38 by ktopley: >> Synchronize the Linux and Darwin overlay versions of Time.swift >> >> edit: src/swift/Time.swift >
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev