Skip to content

Create #define for network buffer alignment

3389246
Select commit
Loading
Failed to load commit list.
Closed

Avoid redfine of IO_SIZE if made configurable #265

Create #define for network buffer alignment
3389246
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jan 5, 2025 in 43m 43s

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 #265 Avoid redfine of IO_SIZE if made configurable.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 11 jobs, running in parallel.

Job ENV OS State Notes
2269.1 DB=mysql:5.7 Linux failed
2269.2 DB=mariadb:5.5 Linux failed
2269.3 DB=mariadb:10.0 Linux failed
2269.4 DB=mariadb:10.1 Linux failed
2269.5 DB=mariadb:10.2 Linux failed
2269.6 DB=mariadb:10.3 Linux failed
2269.7 SERVER_BRANCH=10.3 Linux failed
2269.8 SERVER_BRANCH=10.3 TEST_OPTION=--ps-protocol Linux failed
2269.9 DB=build Linux errored This job is allowed to fail.
2269.10 SERVER_BRANCH=10.4 Linux failed This job is allowed to fail.
2269.11 SERVER_BRANCH=10.4 TEST_OPTION=--ps-protocol Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language C
Operating System Linux (Xenial)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "cache": {
    "apt": true,
    "ccache": true
  },
  "services": [
    "docker"
  ],
  "addons": {
    "hosts": [
      "mariadb.example.com"
    ]
  },
  "before_script": [
    "sudo /etc/init.d/mysql stop"
  ],
  "before_install": [
    "chmod -R +x .travis/*",
    "chmod 777 .travis/build/",
    "export PROJ_PATH=`pwd`",
    "export ENTRYPOINT=$PROJ_PATH/.travis/sql",
    "mkdir tmp",
    ".travis/gen-ssl.sh mariadb.example.com tmp",
    "export SSLCERT=$PROJ_PATH/tmp"
  ],
  "script": [
    "if [ \"$DB\" = \"build\" ] ; then .travis/build/build.sh; fi",
    "if [ \"$DB\" = \"build\" ] ; then docker build -t build:latest --label build .travis/build/; fi",
    "if [ -z \"$DB\" ] ; then .travis/server-replace-submodule.sh; fi",
    "if [ -n \"$DB\" ] ; then .travis/script.sh; fi"
  ],
  "jobs": {
    "allow_failures": [
      {
        "env": [
          {
            "DB": "build"
          }
        ]
      },
      {
        "env": [
          {
            "SERVER_BRANCH": "10.4"
          }
        ]
      },
      {
        "env": [
          {
            "SERVER_BRANCH": "10.4",
            "TEST_OPTION": "--ps-protocol"
          }
        ]
      }
    ],
    "include": [
      {
        "env": [
          {
            "DB": "build"
          }
        ]
      },
      {
        "env": [
          {
            "DB": "mysql:5.7"
          }
        ]
      },
      {
        "env": [
          {
            "DB": "mariadb:5.5"
          }
        ]
      },
      {
        "env": [
          {
            "DB": "mariadb:10.0"
          }
        ]
      },
      {
        "env": [
          {
            "DB": "mariadb:10.1"
          }
        ]
      },
      {
        "env": [
          {
            "DB": "mariadb:10.2"
          }
        ]
      },
      {
        "env": [
          {
            "DB": "mariadb:10.3"
          }
        ]
      },
      {
        "env": [
          {
            "SERVER_BRANCH": "10.3"
          }
        ]
      },
      {
        "env": [
          {
            "SERVER_BRANCH": "10.3",
            "TEST_OPTION": "--ps-protocol"
          }
        ]
      },
      {
        "env": [
          {
            "SERVER_BRANCH": "10.4"
          }
        ]
      },
      {
        "env": [
          {
            "SERVER_BRANCH": "10.4",
            "TEST_OPTION": "--ps-protocol"
          }
        ]
      }
    ]
  }
}