[swift-build-dev] Test failures on s390x

Vivian Kong vivkong at ca.ibm.com
Tue Aug 16 10:54:08 CDT 2016


Thanks Daniel.  I've created
https://github.com/apple/swift-package-manager/pull/608 to disable the
tests on non-macOS platforms.

Pull request #608 is for the swift-3.0-branch.  Would I need to create
another pull request for master?  Wanted to see if the process is similar
to https://github.com/apple/swift.

Thanks!

Regards,

Vivian Kong
Software Developer
IBM Canada Toronto Lab



From:	Daniel Dunbar <daniel at zuster.org>
To:	Vivian Kong/Toronto/IBM at IBMCA
Cc:	"swift-build-dev at swift.org" <swift-build-dev at swift.org>
Date:	2016/08/16 11:11 AM
Subject:	Re: [swift-build-dev] Test failures on s390x
Sent by:	daniel.dunbar at gmail.com



Those tests don't work on non-macOS yet. I suspect the problem is simply
that they are conditionalized on not-Linux vs only-macOS, but they probably
shouldn't be running.

 - Daniel

On Tuesday, August 16, 2016, Vivian Kong via swift-build-dev <
swift-build-dev at swift.org> wrote:
  I ran into these 2 failing test cases in TestToolTests when I ran the
  SwiftPM tests on s390x. I'm looking for hints on how to fix this as I'm
  not sure why the Foundation and XCTest module can't be found.

  Thanks and I appreciate the help!

  Test Case 'TestToolTests.testVersion' started at 18:01:42.018
  **** FAILURE EXECUTING SUBPROCESS ****
  command: /localbox/vivkong/swift3/build/Ninja-RelWithDebInfoAssert/swiftpm-linux-s390x/debug/swift-test
 --version
  SWIFT_EXEC: nil
  output: Compile Swift Module 'Basic' (20 sources)
  Compile Swift Module 'POSIXTests' (2 sources)
  Compile Swift Module 'PackageDescriptionTests' (3 sources)
  /localbox/vivkong/swift3/swiftpm/Tests/POSIXTests/XCTestManifests.swift:11:8:
 error: no such module 'XCTest'
  import XCTest
  ^
  /localbox/vivkong/swift3/swiftpm/Tests/POSIXTests/XCTestManifests.swift:11:8:
 error: no such module 'XCTest'
  import XCTest
  ^
  /localbox/vivkong/swift3/swiftpm/Tests/PackageDescriptionTests/XCTestManifests.swift:11:8:
 error: no such module 'XCTest'
  import XCTest
  ^
  /localbox/vivkong/swift3/swiftpm/Tests/PackageDescriptionTests/XCTestManifests.swift:11:8:
 error: no such module 'XCTest'
  import XCTest
  ^
  /localbox/vivkong/swift3/swiftpm/Tests/PackageDescriptionTests/XCTestManifests.swift:11:8:
 error: no such module 'XCTest'
  import XCTest
  ^
  /localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14:
  error: no such module 'Foundation'
  import class Foundation.FileHandle
  ^
  /localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14:
  error: no such module 'Foundation'
  import class Foundation.FileHandle
  ^
  /localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14:
  error: no such module 'Foundation'
  import class Foundation.FileHandle
  ^
  /localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14:
  error: no such module 'Foundation'
  import class Foundation.FileHandle
  ^
  /localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14:
  error: no such module 'Foundation'
  import class Foundation.FileHandle
  ^
  /localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14:
  error: no such module 'Foundation'
  import class Foundation.FileHandle
  ^
  /localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14:
  error: no such module 'Foundation'
  import class Foundation.FileHandle
  ^
  /localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14:
  error: no such module 'Foundation'
  import class Foundation.FileHandle
  ^
  <unknown>:0: error: build had 3 command failures
  swift-test: error: exit
  (-1263376016): /localbox/vivkong/swift3/build/Ninja-RelWithDebInfoAssert/swiftpm-linux-s390x/debug/swift-build-tool
 -f /localbox/vivkong/swift3/swiftpm/.build/debug.yaml test

  /localbox/vivkong/swift3/swiftpm/Tests/CommandsTests/TestToolTests.swift:26:
 error: TestToolTests.testVersion : XCTAssertTrue threw error "exit
  (152): /localbox/vivkong/swift3/build/Ninja-RelWithDebInfoAssert/swiftpm-linux-s390x/debug/swift-test
 --version" -
  Test Case 'TestToolTests.testVersion' failed (1.2 seconds).
  Test Suite 'TestToolTests' failed at 18:01:43.218
  Executed 2 tests, with 2 failures (2 unexpected) in 2.248 (2.248) seconds

  Regards,

  Vivian Kong
  Software Developer
  IBM Canada Toronto Lab

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-build-dev/attachments/20160816/2fa6bc73/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
URL: <https://lists.swift.org/pipermail/swift-build-dev/attachments/20160816/2fa6bc73/attachment.gif>


More information about the swift-build-dev mailing list