Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 755146 - dev-python/cfn-python-lint-0.38.0 fails test
Summary: dev-python/cfn-python-lint-0.38.0 fails test
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 754429
  Show dependency tree
 
Reported: 2020-11-17 21:10 UTC by Thomas Deutschmann (RETIRED)
Modified: 2020-12-21 19:28 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,249.17 KB, text/plain)
2020-11-17 21:10 UTC, Thomas Deutschmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2020-11-17 21:10:55 UTC
Created attachment 672070 [details]
build.log

> [...]
> test_file_negative (test.unit.rules.templates.test_yaml_template.TestBaseTemplate)
> Failure test ... ok
> 
> ======================================================================
> FAIL: test_templates (test.integration.test_directives.TestDirectives)
> Test ignoring certain rules
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/__init__.py", line 35, in run_scenarios
>     '--', filename])
>   File "/usr/lib/python3.7/subprocess.py", line 411, in check_output
>     **kwargs).stdout
> subprocess.CalledProcessError: Command '['cfn-lint', '--format', 'json', '--', 'test/fixtures/templates/good/core/directives.yaml']' returned non-zero exit status 1.
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/test_directives.py", line 161, in test_templates
>     self.run_scenarios()
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/__init__.py", line 53, in run_scenarios
>     exit_code, error.returncode, filename))
> AssertionError: 1 != 0 : Expected 0 exit code, got 1 on test/fixtures/templates/good/core/directives.yaml
> 
> ======================================================================
> FAIL: test_templates (test.integration.test_good_templates.TestQuickStartTemplates)
> Test Successful JSON Parsing
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/__init__.py", line 35, in run_scenarios
>     '--', filename])
>   File "/usr/lib/python3.7/subprocess.py", line 411, in check_output
>     **kwargs).stdout
> subprocess.CalledProcessError: Command '['cfn-lint', '--format', 'json', '--', 'test/fixtures/templates/good/generic.yaml']' returned non-zero exit status 1.
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/test_good_templates.py", line 172, in test_templates
>     self.run_scenarios()
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/__init__.py", line 53, in run_scenarios
>     exit_code, error.returncode, filename))
> AssertionError: 1 != 0 : Expected 0 exit code, got 1 on test/fixtures/templates/good/generic.yaml
> 
> ======================================================================
> FAIL: test_templates_explicit (test.integration.test_mandatory_checks.TestDirectives)
> Test making certain rules mandatory explictly
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/__init__.py", line 35, in run_scenarios
>     '--', filename])
>   File "/usr/lib/python3.7/subprocess.py", line 411, in check_output
>     **kwargs).stdout
> subprocess.CalledProcessError: Command '['cfn-lint', '--mandatory-checks', 'E3001', 'E3002', '--format', 'json', '--', 'test/fixtures/templates/bad/core/mandatory_checks.yaml']' returned non-zero exit status 1.
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/test_mandatory_checks.py", line 168, in test_templates_explicit
>     self.run_scenarios(["--mandatory-checks", "E3001", "E3002"])
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/__init__.py", line 53, in run_scenarios
>     exit_code, error.returncode, filename))
> AssertionError: 1 != 2 : Expected 2 exit code, got 1 on test/fixtures/templates/bad/core/mandatory_checks.yaml
> 
> ======================================================================
> FAIL: test_templates_prefixed (test.integration.test_mandatory_checks.TestDirectives)
> Test making certain rules mandatory via a rule prefix
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/__init__.py", line 35, in run_scenarios
>     '--', filename])
>   File "/usr/lib/python3.7/subprocess.py", line 411, in check_output
>     **kwargs).stdout
> subprocess.CalledProcessError: Command '['cfn-lint', '--mandatory-checks', 'E300', '--format', 'json', '--', 'test/fixtures/templates/bad/core/mandatory_checks.yaml']' returned non-zero exit status 1.
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/test_mandatory_checks.py", line 172, in test_templates_prefixed
>     self.run_scenarios(["--mandatory-checks", "E300"])
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/__init__.py", line 53, in run_scenarios
>     exit_code, error.returncode, filename))
> AssertionError: 1 != 2 : Expected 2 exit code, got 1 on test/fixtures/templates/bad/core/mandatory_checks.yaml
> 
> ======================================================================
> FAIL: test_templates (test.integration.test_quickstart_templates_non_strict.TestQuickStartTemplates)
> Test Successful JSON Parsing
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/__init__.py", line 35, in run_scenarios
>     '--', filename])
>   File "/usr/lib/python3.7/subprocess.py", line 411, in check_output
>     **kwargs).stdout
> subprocess.CalledProcessError: Command '['cfn-lint', '--include-checks', 'I', '--include-expiremental', '--configure-rule', 'E3012:strict=false', '--format', 'json', '--', 'test/fixtures/templates/quickstart/nist_high_master.yaml']' returned non-zero exit status 1.
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/test_quickstart_templates_non_strict.py", line 41, in test_templates
>     '--configure-rule', 'E3012:strict=false',
>   File "/var/tmp/portage/dev-python/cfn-python-lint-0.38.0/work/cfn-python-lint-0.38.0/test/integration/__init__.py", line 53, in run_scenarios
>     exit_code, error.returncode, filename))
> AssertionError: 1 != 12 : Expected 12 exit code, got 1 on test/fixtures/templates/quickstart/nist_high_master.yaml
> 
> ----------------------------------------------------------------------
> Ran 503 tests in 29.001s
> 
> FAILED (failures=5, skipped=1)
>  * ERROR: dev-python/cfn-python-lint-0.38.0::gentoo failed (test phase):
>  *   tests fail with python3.7


Portage 3.0.9 (python 3.7.9-final-0, default/linux/x86/17.0, gcc-9.3.0, glibc-2.32-r2, 5.4.72-gentoo-x86 i686)
=================================================================
System uname: Linux-5.4.72-gentoo-x86-i686-with-gentoo-2.7
KiB Mem:     3106076 total,   2169460 free
KiB Swap:    8875836 total,   8844376 free
Timestamp of repository gentoo: Tue, 17 Nov 2020 16:35:43 +0000
Head commit of repository gentoo: 9c6c8a035fca82722eb253d12a64ef5385afe4bf

sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
app-shells/bash:          5.0_p18::gentoo
dev-lang/perl:            5.30.3::gentoo
dev-lang/python:          3.6.12::gentoo, 3.7.9::gentoo, 3.8.5::gentoo, 3.9.0::gentoo
dev-util/cmake:           3.17.4-r1::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/openrc:          0.42.1::gentoo
sys-apps/sandbox:         2.20::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.1-r1::gentoo
sys-devel/binutils:       2.34-r2::gentoo
sys-devel/gcc:            9.3.0-r1::gentoo
sys-devel/gcc-config:     2.3.2::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.32-r2::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: git
    sync-uri: https://anongit.gentoo.org/git/repo/sync/gentoo.git
    priority: -1000

ABI="x86"
ABI_X86="32"
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="*"
ACCEPT_PROPERTIES="*"
ACCEPT_RESTRICT="*"
ADA_TARGET="gnat_2018"
ARCH="x86"
BINPKG_COMPRESS="bzip2"
BROOT=""
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare"
CHOST="i686-pc-linux-gnu"
CHOST_x86="i686-pc-linux-gnu"
COLLISION_IGNORE="/lib/modules/*"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CPU_FLAGS_X86="mmx mmxext sse sse2"
CXXFLAGS="-O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare"
DEFAULT_ABI="x86"
EDITOR="/usr/bin/mcedit"
ELIBC="glibc"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
EPREFIX=""
EROOT="/"
ESYSROOT="/"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg cgroup config-protect-if-modified distlocks downgrade-backup ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=i686 -pipe"
GCC_SPECS=""
GRUB_PLATFORMS="efi-32 pc"
GSETTINGS_BACKEND="dconf"
HOME="/root"
INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/9.3.0/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.34/info:/usr/share/info"
INPUT_DEVICES="libinput"
IUSE_IMPLICIT="abi_x86_32 prefix prefix-guest prefix-stack"
KERNEL="linux"
L10N="en en-US de de-DE"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LC_MESSAGES="C"
LC_PAPER="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LIBDIR_x86="lib"
LINGUAS="en de"
LOGNAME="root"
LUA_SINGLE_TARGET="lua5-1"
LUA_TARGETS="lua5-1"
MAIL="/var/mail/root"
MAKEOPTS="--jobs 5 --load-average 7.95"
MANPAGER="manpager"
MOTD_SHOWN="pam"
MULTILIB_ABIS="x86"
NOCOLOR="true"
OFFICE_IMPLEMENTATION="libreoffice"
OLDPWD="/root"
OPENCL_PROFILE="ocl-icd"
OPENGL_PROFILE="xorg-x11"
PAGER="/usr/bin/less"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/10/bin"
PHP_TARGETS="php7-2 php7-3"
POSTGRES_TARGETS="postgres10 postgres11"
PWD="/tmp/stable"
PYTHONDONTWRITEBYTECODE="1"
PYTHON_SINGLE_TARGET="python3_7"
PYTHON_TARGETS="python2_7 python3_7"
QT_GRAPHICSSYSTEM="raster"
ROOT="/"
ROOTPATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/11/bin:/usr/lib/llvm/10/bin"
RUBY_TARGETS="ruby25 ruby26"
SHELL="/bin/bash"
SHLVL="2"
SSH_TTY="/dev/pts/0"
SYSROOT="/"
TERM="tmux-256color"
TMUX="/tmp//tmux-0/default,3688,0"
TMUX_PANE="%1"
TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
USER="root"
USERLAND="GNU"
VIDEO_CARDS="vmware"
XDG_RUNTIME_DIR="/run/user/0"
XDG_SESSION_CLASS="user"
XDG_SESSION_ID="11"
XDG_SESSION_TYPE="tty"
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-12-21 19:28:31 UTC
This version is gone, and newer versions were stabilized.