[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #2158

Report

[FAILURE] oss-swift-package-osx [#2158]

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/2158/
Project:
oss-swift-package-osx
Date of build:
Thu, 06 Sep 2018 08:48:12 -0500
Build duration:
6 min 15 sec

Changes

  • Commit 5d9beaaf6bfbe548408a66514cc9ffdeecd5d04e by mascasa:
    [libfuzzer] Replace memmem with strstr.

    • edit: test/fuzzer/initialize.test
    • edit: test/fuzzer/InitializeTest.cpp
  • Commit eed7437a9290dbee98da9fee6e41eb44389e9177 by eugeni.stepanov:
    [hwasan] Don't handle signals on Android.

    • edit: lib/hwasan/hwasan.cc
  • Commit fa9b5b44c7b5638ef84008855287ca8b74869ecb by kcc:
    [hwasan] simplify the code, NFC

    • edit: lib/hwasan/hwasan_thread.cc
    • edit: lib/hwasan/hwasan_thread.h
    • edit: lib/hwasan/hwasan_allocator.h
    • edit: lib/hwasan/hwasan_allocator.cc
  • Commit 7030ca8df9844550911b211cef0a1d772128a044 by kcc:
    [hwasan] when verbose_threads==1, print the memory usage per thread

    • edit: lib/sanitizer_common/sanitizer_ring_buffer.h
    • edit: lib/hwasan/hwasan_thread.cc
    • edit: lib/hwasan/hwasan_allocator.h
  • Commit 07074edb9799b9e8f580924f3cf2e99abd83f500 by mmoroz:
    [libfuzzer] Temporarily disable unittests failing on Windows.

    • edit: test/fuzzer/null-deref-on-empty.test
    • edit: test/fuzzer/minimize_two_crashes.test
    • edit: test/fuzzer/null-deref.test
    • edit: test/fuzzer/minimize_crash.test
  • Commit e4f05366be77f64a967e6243e63967d3c93e0548 by glider:
    [MSan] store origins for variadic function parameters in

    • edit: lib/msan/msan.cc
    • add: test/msan/vararg.cc