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

Fixes #1592, #1580, #836, #1350: "qt5_probing.py" hangs; Cannot launch … BiT (root) on Wayland #1597

Merged
merged 4 commits into from
Jan 4, 2024

Fix review finding: Improve openlog() doc string

9a75031
Select commit
Loading
Failed to load commit list.
Merged

Fixes #1592, #1580, #836, #1350: "qt5_probing.py" hangs; Cannot launch … BiT (root) on Wayland #1597

Fix review finding: Improve openlog() doc string
9a75031
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jan 4, 2024 in 14m 31s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1597 Fixes #1592, #1580, #836, #1350: "qt5_probing.py" hangs; Cannot launch … BiT (root) on Wayland.
Any changes that have been made to the dev branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python OS State
1298.1 3.8 Linux passed
1298.2 3.12 Linux passed
1298.3 3.8 Linux passed
1298.4 3.12 Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Versions 3.8, 3.9, 3.10, 3.11, 3.12
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "arch": [
    "amd64",
    "ppc64le"
  ],
  "sudo": true,
  "addons": {
    "ssh_known_hosts": [
      "localhost"
    ]
  },
  "python": [
    "3.8",
    "3.9",
    "3.10",
    "3.11",
    "3.12"
  ],
  "before_install": [
    "sudo rm -f /etc/apt/sources.list.d/mongodb.list",
    "sudo apt-get -qq update",
    "sudo apt-get install -y sshfs screen util-linux"
  ],
  "jobs": {
    "exclude": [
      {
        "python": "3.9"
      },
      {
        "python": "3.10"
      },
      {
        "python": "3.11"
      }
    ]
  },
  "install": [
    "pip install pylint coveralls pyfakefs",
    "ssh-keygen -b 2048 -t rsa -f /home/travis/.ssh/id_rsa -N \"\"",
    "cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys",
    "eval `ssh-agent -s`"
  ],
  "script": [
    "python -m compileall common common/test common/plugins qt qt/test qt/plugins",
    "cd common && ./configure && make unittest-v",
    "cd ..",
    "cd qt && pytest"
  ],
  "after_success": [
    "coverage combine",
    "coveralls"
  ]
}