Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use SecKeyCreateRandomKey to generate key pairs #36

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Consistent error handling in ECPrivateKey

58c5ecc
Select commit
Loading
Failed to load commit list.
Open

Update to use SecKeyCreateRandomKey to generate key pairs #36

Consistent error handling in ECPrivateKey
58c5ecc
Select commit
Loading
Failed to load commit list.
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"
          }
        ]
      }
    ]
  }
}