Update to use SecKeyCreateRandomKey to generate key pairs #36
Travis CI / Travis CI - Pull Request
failed
Nov 20, 2024 in 1m 52s
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #36 Update to use SecKeyCreateRandomKey to generate key pairs.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
Job | Xcode | ENV | OS | State |
---|---|---|---|---|
87.1 | DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:5.4 SWIFT_TEST_ARGS="" | Linux | failed | |
87.2 | DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:latest USE_SWIFT_DEVELOPMENT_SNAPSHOT=1 SWIFT_TEST_ARGS="" | Linux | failed | |
87.3 | xcode12.2 | JAZZY_ELIGIBLE=true SWIFT_TEST_ARGS="" | macOS | failed |
87.4 | xcode13.1 | SWIFT_TEST_ARGS="" | macOS | failed |
87.5 | xcode13.4 | USE_SWIFT_DEVELOPMENT_SNAPSHOT=1 SWIFT_TEST_ARGS="" | macOS | failed |
87.6 | xcode14.2 | SWIFT_SNAPSHOT=$SWIFT_DEVELOPMENT_SNAPSHOT | macOS | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"branches": {
"only": [
"master",
"/^issue.*$/"
]
},
"before_install": [
"git clone https://github.com/Kitura/Package-Builder.git"
],
"script": [
"./Package-Builder/build-package.sh -projectDir $TRAVIS_BUILD_DIR"
],
"jobs": {
"include": [
{
"os": "linux",
"dist": "bionic",
"sudo": true,
"services": [
"docker"
],
"env": [
{
"DOCKER_IMAGE": "docker.kitura.net/kitura/swift-ci-ubuntu18.04:5.4",
"SWIFT_TEST_ARGS": "\"\""
}
]
},
{
"os": "linux",
"dist": "xenial",
"sudo": true,
"services": [
"docker"
],
"env": [
{
"DOCKER_IMAGE": "docker.kitura.net/kitura/swift-ci-ubuntu18.04:latest",
"USE_SWIFT_DEVELOPMENT_SNAPSHOT": "1",
"SWIFT_TEST_ARGS": "\"\""
}
]
},
{
"os": "osx",
"osx_image": "xcode12.2",
"sudo": true,
"env": [
{
"JAZZY_ELIGIBLE": "true",
"SWIFT_TEST_ARGS": "\"\""
}
]
},
{
"os": "osx",
"osx_image": "xcode13.1",
"sudo": true,
"env": [
{
"SWIFT_TEST_ARGS": "\"\""
}
]
},
{
"os": "osx",
"osx_image": "xcode13.4",
"sudo": true,
"env": [
{
"USE_SWIFT_DEVELOPMENT_SNAPSHOT": "1",
"SWIFT_TEST_ARGS": "\"\""
}
]
},
{
"os": "osx",
"osx_image": "xcode14.2",
"sudo": true,
"env": [
{
"SWIFT_SNAPSHOT": "$SWIFT_DEVELOPMENT_SNAPSHOT"
}
]
}
]
}
}
Loading