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

Removed support for cryptographically broken algorithms MD2, MD4, MD5 #78

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

Ensuring no references to .md2 when compiling for Linux

ff8e978
Select commit
Loading
Failed to load commit list.
Open

Removed support for cryptographically broken algorithms MD2, MD4, MD5 #78

Ensuring no references to .md2 when compiling for Linux
ff8e978
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Dec 4, 2024 in 20s

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 #78 Removed support for cryptographically broken algorithms MD2, MD4, MD5.
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
228.1 DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:5.4 SWIFT_TEST_ARGS="" Linux failed
228.2 DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:latest USE_SWIFT_DEVELOPMENT_SNAPSHOT=1 SWIFT_TEST_ARGS="" Linux failed
228.3 xcode12.2 JAZZY_ELIGIBLE=true SWIFT_TEST_ARGS="" macOS failed
228.4 xcode13.4 USE_SWIFT_DEVELOPMENT_SNAPSHOT=1 SWIFT_TEST_ARGS="" macOS failed
228.5 xcode14.2 SWIFT_SNAPSHOT=$SWIFT_DEVELOPMENT_SNAPSHOT macOS failed
228.6 xcode15.4 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.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"
          }
        ]
      },
      {
        "os": "osx",
        "osx_image": "xcode15.4",
        "sudo": true,
        "env": [
          {
            "SWIFT_SNAPSHOT": "$SWIFT_DEVELOPMENT_SNAPSHOT"
          }
        ]
      }
    ]
  }
}