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

Fix GCC 14 -Wimplicit-int warnings #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Fix GCC 14 -Wimplicit-int warnings

b0cc470
Select commit
Loading
Failed to load commit list.
Open

Fix GCC 14 -Wimplicit-int warnings #60

Fix GCC 14 -Wimplicit-int warnings
b0cc470
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Dec 4, 2024 in 55m 26s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #60 Fix GCC 14 -Wimplicit-int warnings.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 13 jobs, running in three sequential stages.

Stage 1: Minimal

This stage passed.

Job ENV OS State
1166.1 CS 10.6 CLEAR_TEXT=0 DB=testo local=0 Linux passed

Stage 2: Language

This stage passed.

Job Compiler ENV OS State Notes
1166.2 OSX clang CLEAR_TEXT=0 DB=testo local=0 macOS errored This job is allowed to fail.
1166.3 s390x CLEAR_TEXT=0 DB=testo local=0 Linux passed This job is allowed to fail.

Stage 3: Community

This stage failed.

Job ENV OS State Notes
1166.4 CS 10.5 CLEAR_TEXT=0 DB=testo local=0 Linux passed
1166.5 CS 10.11 CLEAR_TEXT=0 DB=testo local=0 Linux passed
1166.6 CS 11.2 CLEAR_TEXT=0 DB=testo local=0 Linux passed
1166.7 CS 11.4 CLEAR_TEXT=0 DB=testo local=0 Linux passed
1166.8 CS 11.5 CLEAR_TEXT=0 DB=testo local=0 Linux failed
1166.9 CS 11.6 CLEAR_TEXT=0 DB=testo local=0 Linux failed
1166.10 MySQL 8.4 CLEAR_TEXT=0 DB=testo local=0 Linux failed
1166.11 MySQL 9.0 CLEAR_TEXT=0 DB=testo local=0 Linux failed
1166.12 CS 11.4 - Windows CLEAR_TEXT=0 DB=testo local=0 windows errored This job is allowed to fail.
1166.13 CS build CLEAR_TEXT=0 DB=testo local=0 Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language C
Operating System Linux (Jammy)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": true,
  "version": "~> 1.0",
  "cache": {
    "apt": true,
    "ccache": true,
    "directories": [
      "$HOME/docker"
    ]
  },
  "env": [
    "global={:CLEAR_TEXT=>\"0\", :DB=>\"testo\", :local=>\"0\"}"
  ],
  "jobs": {
    "fast_finish": true,
    "allow_failures": [
      {
        "env": [
          {
            "srv": "build"
          }
        ]
      },
      {
        "os": "osx"
      },
      {
        "os": "windows"
      },
      {
        "os": "linux",
        "arch": "s390x",
        "dist": "focal"
      }
    ],
    "include": [
      {
        "stage": "Minimal",
        "env": [
          {
            "srv": "mariadb",
            "v": "10.6",
            "local": "1"
          }
        ],
        "name": "CS 10.6"
      },
      {
        "stage": "Minimal",
        "env": [
          {
            "srv": "mariadb-es",
            "v": "10.6"
          }
        ],
        "name": "ES 10.6",
        "dist": "jammy",
        "if": "type = push AND fork = false"
      },
      {
        "stage": "Enterprise",
        "env": [
          {
            "srv": "mariadb-es",
            "v": "10.5"
          }
        ],
        "name": "ES 10.5",
        "dist": "jammy",
        "if": "type = push AND fork = false"
      },
      {
        "stage": "Enterprise",
        "env": [
          {
            "srv": "mariadb-es-test",
            "v": "11.4"
          }
        ],
        "dist": "jammy",
        "name": "ES 11.4 preview",
        "if": "type = push AND fork = false"
      },
      {
        "stage": "Enterprise",
        "env": [
          {
            "srv": "maxscale"
          }
        ],
        "dist": "jammy",
        "name": "Maxscale"
      },
      {
        "stage": "Community",
        "env": [
          {
            "srv": "mariadb",
            "v": "11.4"
          }
        ],
        "os": "windows",
        "language": "shell",
        "name": "CS 11.4 - Windows"
      },
      {
        "stage": "Community",
        "env": [
          {
            "srv": "mariadb",
            "v": "10.5",
            "local": "1"
          }
        ],
        "dist": "bionic",
        "name": "CS 10.5",
        "node_js": "16"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1"
          }
        ],
        "dist": "jammy",
        "name": "CS 10.11"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "11.2",
            "local": "1",
            "CLEAR_TEXT": "1"
          }
        ],
        "dist": "jammy",
        "name": "CS 11.2"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "11.4",
            "local": "1"
          }
        ],
        "dist": "jammy",
        "name": "CS 11.4"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "11.5"
          }
        ],
        "name": "CS 11.5"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "11.6-rc"
          }
        ],
        "name": "CS 11.6"
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "8.4"
          }
        ],
        "name": "MySQL 8.4"
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "9.0"
          }
        ],
        "name": "MySQL 9.0"
      },
      {
        "env": [
          {
            "srv": "build"
          }
        ],
        "name": "CS build"
      },
      {
        "stage": "Language",
        "os": "osx",
        "compiler": "clang",
        "before_script": [
          "brew install openssl",
          "brew install libiodbc"
        ],
        "name": "OSX"
      },
      {
        "stage": "Language",
        "os": "linux",
        "arch": "s390x",
        "dist": "focal",
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1"
          }
        ],
        "name": "s390x"
      }
    ]
  },
  "script": [
    "./.travis/script.sh"
  ],
  "services": [
    "docker"
  ],
  "addons": {
    "hosts": [
      "mariadb.example.com",
      "mariadb1.example.com",
      "mariadb2.example.com",
      "mariadb3.example.com"
    ]
  },
  "install": [
    "git clone https://github.com/mariadb-corporation/connector-test-machine.git",
    "if [ -z \"$server_branch\" ] ; then\n  case $TRAVIS_OS_NAME in\n    windows)\n      connector-test-machine/launch.bat -t \"$srv\" -v \"$v\" -d \"$DB\"\n      # Since refreshenv doesn't seem to work, we set this manually\n      export WIX=\"/c/Program Files (x86)/WiX Toolset v3.11\"\n      ;;\n    linux)\n      source connector-test-machine/launch.sh -t \"$srv\" -v \"$v\" -d \"$DB\" -l \"$local\" -c \"$CLEAR_TEXT\" -p \"$packet\"\n      ;;\n  esac\nfi"
  ],
  "stages": [
    {
      "name": "Minimal"
    },
    {
      "name": "Language"
    },
    {
      "name": "Enterprise",
      "if": "type = push AND fork = false"
    },
    {
      "name": "Community"
    },
    {
      "name": "Other"
    },
    {
      "name": "Benchmarks",
      "if": "type = push AND fork = false"
    }
  ],
  "after_failure": [
    "if [ \"$srv\" == \"maxscale\" ] ; then docker-compose -f ${COMPOSE_FILE} exec -u root maxscale tail -500 /var/log/maxscale/maxscale.log; fi"
  ]
}