[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 - Long Test (swift 5.0) #630

Report

[FAILURE] oss-swift-5.0-incremental-RA-linux-ubuntu-14_04-long-test [#630]

Build URL:
https://ci.swift.org/job/oss-swift-5.0-incremental-RA-linux-ubuntu-14_04-long-test/630/
Project:
oss-swift-5.0-incremental-RA-linux-ubuntu-14_04-long-test
Date of build:
Thu, 21 Mar 2019 04:04:11 -0500
Build duration:
2 hr 43 min

Identified problems:

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

Changes

  • Commit dd6d93af2fe19c1f264b477645e4ea8abdb91215 by compnerd:
    shims: correct indirection on Windows

    • edit: src/shims/lock.c
  • Commit b6ff007d9edaa724443169b5aadfa7d45e5f4fd1 by compnerd:
    event: plumb partial timer support for Windows

    • edit: src/event/event_windows.c
  • Commit f7a0cbb761e49df0b1a114b0537ae03aacf2519e by compnerd:
    remove last few LP64 usage

    • edit: src/queue_internal.h
    • edit: src/benchmark.c
    • edit: src/queue.c
    • edit: src/allocator_internal.h
    • edit: src/inline_internal.h
  • Commit 648120329e0cb265a43ae386d95200d48b49f88e by compnerd:
    simplify preprocessor checks

    • edit: private/private.h
  • Commit 41678dffb853c44e76a2343eaa36bebb8f74111a by compnerd:
    windows: correct use of WaitOnAddress

    • edit: src/shims/lock.c
  • Commit 00c62df327b7ba5dc562411a33c492f9eb1e0542 by compnerd:
    queue: implement queue handles for Windows

    • edit: src/queue.c
  • Commit c0a2e84abf21708f1edb9ee8e720df4b065de696 by compnerd:
    correct debug print format specifiers

    • edit: src/io.c
  • Commit 3c912a4e1974e9cc875460627a46a39104b846bd by compnerd:
    build: allow enabling assertions

    • edit: CMakeLists.txt
  • Commit 84e7a03ad1306529d7a8d4daeea4d1bcfde751f9 by compnerd:
    TSD: correct FlsAlloc check

    • edit: src/shims/tsd.h
  • Commit e92ca672f11226c22e3a60f48fa8f8f9551493b3 by compnerd:
    shims: correct _dispatch_get_nanoseconds on Windows

    • edit: src/shims/time.h
  • Commit c82c26bf42f017da071839eaa029a13121de30f7 by compnerd:
    event: support CLOCK_WALL on Windows

    • edit: src/event/event_windows.c
  • Commit 37ac7c6909783e46e1e6a6544dd0bc879e5c7d3f by compnerd:
    time: use GetSystemTimePreceiseAsFileTime on Windows

    • edit: src/shims/time.h
  • Commit bbde530ce594ac06c53731d50b70701e5f6399ef by compnerd:
    lock: adopt the POSIX behaviour on Windows

    • edit: src/shims/lock.h
    • edit: src/shims/lock.c
  • Commit a45ba542fa9555206ceecda005a64edd9b5fdfa3 by frederik:
    Fixed printf format in _dispatch_semaphore_debug()

    • edit: src/semaphore.c
  • Commit 4db0f91a96baae6219b1e41921e1adcac869b9c4 by frederik:
    Added missing private headers to cmake install.

    • edit: private/CMakeLists.txt
  • Commit c3b9b8ef994a28a87fde81cc25096ba02e126e06 by compnerd:
    queue: expose _dispatch_get_main_queue_port_4CF

    • edit: private/private.h
    • edit: src/queue.c
  • Commit fdc684bf2a38c6cc1d0f77456fc1ffd3c27304f9 by compnerd:
    Optimize Windows contention performance

    • edit: src/shims/yield.h
    • edit: src/internal.h
  • Commit 1428c6dfde99866aec0991ce31b6ba9da7a2bb37 by compnerd:
    shims: flesh out generic_sys_queue.h further

    • edit: src/shims/generic_sys_queue.h
  • Commit 55195b7a16e958c76824f1e6331345278918fc5b by compnerd:
    semaphore: correct the size of semaphore for LLP64

    • edit: src/semaphore_internal.h
    • edit: src/queue.c
  • Commit 766d64719cfdd07f97841092bec596669261a16f by compnerd:
    shims: correct _dispatch_uptime for Windows

    • edit: src/shims/time.h
  • Commit 346785cbe98869c7b9ee7af0abc17aa858a55c42 by compnerd:
    benchmark: disable 128-bit math on Windows

    • edit: src/benchmark.c
  • Commit 4706520a97d86caff6fbc4e23b185d39d958f6ff by frederik:
    Fixed conflicting method signature.

    • edit: src/queue.c
  • Commit b6b1975b1752c0c8177afce2015887b7e28cb630 by compnerd:
    resolve 1121 merge conflicts

    • edit: src/event/event_windows.c
    • edit: src/io.c
    • edit: src/shims/yield.h
    • edit: src/event/workqueue.c
    • edit: src/shims/generic_win_stubs.h
    • edit: src/shims/lock.c
    • edit: src/source.c
    • edit: src/queue.c
  • Commit 3085ae04552c440e1a19f6547f65bff705b1437c by compnerd:
    tests: support the timer source tests on Windows

    • edit: tests/dispatch_timer_set_time.c
    • edit: tests/dispatch_timer_timeout.c
    • edit: tests/generic_win_port.c
    • edit: tests/dispatch_timer_bit31.c
    • edit: tests/CMakeLists.txt
    • edit: tests/dispatch_drift.c
    • edit: tests/dispatch_timer_bit63.c
    • edit: tests/generic_win_port.h
  • Commit 50a51a368b2d8b33450a08eaa25e735b664fda9d by frederik:
    Fix printf format macro for dsema_value

    • edit: src/semaphore.c