kiso-testing icon indicating copy to clipboard operation
kiso-testing copied to clipboard

[to not merge] ci: update docker to debian 12

Open sebastianpfischer opened this issue 2 years ago • 2 comments

sebastianpfischer avatar Oct 26 '23 06:10 sebastianpfischer

Currently failing at pyenv install with

--> a817a277450f
STEP 24/27: RUN pyenv install 3.7     && pyenv install 3.8     && pyenv install 3.9     && pyenv install 3.10
Downloading Python-3.7.17.tar.xz...
-> https://www.python.org/ftp/python/3.7.17/Python-3.7.17.tar.xz
Installing Python-3.7.17...
patching file Doc/library/ctypes.rst
patching file Lib/test/test_unicode.py
patching file Modules/_ctypes/_ctypes.c
patching file Modules/_ctypes/callproc.c
patching file Modules/_ctypes/ctypes.h
patching file setup.py
patching file 'Misc/NEWS.d/next/Core and Builtins/2020-06-30-04-44-29.bpo-41100.PJwA6F.rst'
patching file Modules/_decimal/libmpdec/mpdecimal.h
patching file setup.py

BUILD FAILED (Debian GNU/Linux 12 using python-build 2.3.31)

Inspect or clean up the working tree at /tmp/python-build.20231025212441.216
Results logged to /tmp/python-build.20231025212441.216.log

Last 10 log lines:
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration   -I. -I./Include -I/home/kiso/.pyenv/versions/3.7.17/include -I/home/kiso/.pyenv/versions/3.7.17/include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
gcc: internal compiler error: Segmentation fault signal terminated program cc1
Please submit a full bug report, with preprocessed source (by using -freport-bug).
See <file:///usr/share/doc/gcc-12/README.Bugs> for instructions.
make: *** [Makefile:1659: Parser/firstsets.o] Error 4
Error: building at STEP "RUN pyenv install 3.7     && pyenv install 3.8     && pyenv install 3.9     && pyenv install 3.10": while running runtime: exit status 1

sebastianpfischer avatar Oct 26 '23 06:10 sebastianpfischer

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.11%. Comparing base (0a2685e) to head (f2ca4a0). Report is 97 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #399   +/-   ##
=======================================
  Coverage   97.11%   97.11%           
=======================================
  Files          85       85           
  Lines        6866     6866           
=======================================
  Hits         6668     6668           
  Misses        198      198           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Oct 26 '23 06:10 codecov[bot]

We moved to github action, so we can close this PR

sebastianpfischer avatar Nov 06 '24 09:11 sebastianpfischer