Project

General

Profile

Actions

Bug #68509

open

check-black failures in run-tox-mgr and run-tox-cephadm

Added by Casey Bodley over 1 year ago. Updated about 1 year ago.

Status:
New
Priority:
High
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:

Description

from https://jenkins.ceph.com/job/ceph-pull-requests/144843/

The following tests FAILED:
      4 - run-tox-mgr (Failed)
     22 - run-tox-cephadm (Failed)

check-black: install_deps /home/jenkins-build/build/workspace/ceph-pull-requests/src/pybind/mgr> python -I -m pip install 'black<24,>=23'
check-black: freeze /home/jenkins-build/build/workspace/ceph-pull-requests/src/pybind/mgr> python -m pip freeze --all
check-black: black==23.12.1,click==8.1.7,mypy-extensions==1.0.0,packaging==24.1,pathspec==0.12.1,pip==22.3.1,platformdirs==4.3.6,setuptools==65.6.3,tomli==2.0.2,typing_extensions==4.12.2,wheel==0.38.4
check-black: commands[0] /home/jenkins-build/build/workspace/ceph-pull-requests/src/pybind/mgr> black --check -q -l78 -t py36 --skip-string-normalization smb

Aborted!
check-black: exit 1 (0.48 seconds) /home/jenkins-build/build/workspace/ceph-pull-requests/src/pybind/mgr> black --check -q -l78 -t py36 --skip-string-normalization smb pid=1017968
check-black: FAIL ✖ in 8.42 seconds

check-black: install_deps /home/jenkins-build/build/workspace/ceph-pull-requests/src/cephadm> python -I -m pip install 'black<24,>=23'
check-black: freeze /home/jenkins-build/build/workspace/ceph-pull-requests/src/cephadm> python -m pip freeze --all
check-black: black==23.12.1,click==8.1.7,mypy-extensions==1.0.0,packaging==24.1,pathspec==0.12.1,pip==22.3.1,platformdirs==4.3.6,setuptools==65.6.3,tomli==2.0.2,typing_extensions==4.12.2,wheel==0.38.4
check-black: commands[0] /home/jenkins-build/build/workspace/ceph-pull-requests/src/cephadm> black --check -l78 -t py36 --skip-string-normalization -v cephadmlib/
Identified `/home/jenkins-build/build/workspace/ceph-pull-requests` as project root containing a .git directory.
Found input source directory: "/home/jenkins-build/build/workspace/ceph-pull-requests/src/cephadm/cephadmlib" 

Aborted!
check-black: exit 1 (0.46 seconds) /home/jenkins-build/build/workspace/ceph-pull-requests/src/cephadm> black --check -l78 -t py36 --skip-string-normalization -v cephadmlib/ pid=888801
check-black: FAIL ✖ in 9.14 seconds

Actions #1

Updated by Casey Bodley over 1 year ago

  • Project changed from Dashboard to Orchestrator
  • Category deleted (204)
Actions #2

Updated by John Mulligan over 1 year ago

FWIW, `Aborted!` is what black emits when it gets SIGINT. It's not a typical error message that you'd get from black if it just found an error in a file (it's a syntax formatting checker).
So I suspect something (or someone) on the jenkins builder terminated the process.

Actions

Also available in: Atom PDF