It's funny... why should removing log files change the error obtained? Anyway, it did. Now it fails when building gmpy:
*Error building Sage.The following package(s) may have failed to build (not necessarilyduring this run of 'make all-start'):* package: gmpy2-2.2.0a1 last build time: Jan 5 15:54* * log file: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/logs/pkgs/gmpy2-2.2.0a1.log* Then, as I look in the log file (that I attach here), it there's a *404 Not Found *complaint: *Attempting to download package gmpy2-2.2.0a1.tar.gz from mirrorshttps://github.com/sagemath/sage/releases/download/10.6/gmpy2-2.2.0a1.tar.gz[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/gmpy2-2.2.0a1.tar.gz'https://github.com/sagemath/sage/releases/download/10.5/gmpy2-2.2.0a1.tar.gz* And, indeed, the link *github.com/sagemath/sage/releases/download/10.6/gmpy2-2.2.0a1.tar.gz *is invalid. I searched and it seems people had compatibility problems of python with gmpy before, so I downgraded my python to v=3.10. It didn't work though. Any ideas? Em sábado, 4 de janeiro de 2025 às 00:22:10 UTC-3, dim...@gmail.com escreveu: > On Fri, Jan 3, 2025 at 12:15 PM Éricles Lima > <ericlesaq...@gmail.com> wrote: > > > > Is there more than one config.log? > > > > I considering copying the one I found below, but the formatting became > too awful, so I add it again as an attachment here (it's also attached to > my first message in this discussion) > > > > Thanks beforehand! Also, let me know if there's any more information you > need > > > > > > > > Em sexta-feira, 3 de janeiro de 2025 às 13:26:16 UTC-3, dim...@gmail.com > escreveu: > >> > >> Your error indicates that your system Python3 was rejected for some > reason. > >> Please post the top-level config.log - it contains the needed details. > >> > > there is a line > > configure:155509: result: python3: using system > package; SPKG will not be installed > > which means that > >> Error building Sage. > >> > >> The following package(s) may have failed to build (not necessarily > >> during this run of 'make all-start'): > >> > >> * package: python3-3.12.5 > >> last build time: Jan 2 22:25 > > actually does not refer to the current error. > (or something is off) > > Can you remove logs/install.log and logs/pkgs/* > > and run > > make > > again? > If it fails, send logs/install.log > > > > > > > >> On Fri, Jan 3, 2025 at 10:18 AM Éricles Lima > >> <ericlesaq...@gmail.com> wrote: > >> > > >> > But that's basically what I did before - the steps on that > sagemanifolds website are basically the same listed on the github: clone -> > make configure -> ./configure -> make > >> > > >> > And the error it gets me is the same (failure to build > python3-3.12.5). > >> > > >> > I tried deactivating conda to see whether I'd get a different > behavior, but it only added one item to the error log (now it fails to > build linbox-1.7.0+sage-2024-05-18 as well). > >> > > >> > Does someone have an idea what's going on? :/ > >> > > >> > Em sexta-feira, 3 de janeiro de 2025 às 08:49:15 UTC-3, HG escreveu: > >> >> > >> >> It's easier to make it with eric suggestion I don't want to use > conda in ubuntu because debs python are natives > >> >> > >> >> I even compile with 25.04 ubuntu dev version > >> >> > >> >> best > >> >> > >> >> HG > >> >> > >> >> Le 03/01/2025 à 11:21, Eric Gourgoulhon a écrit : > >> >> > >> >> If you are on Ubuntu 24.04, I would advise to install SageMath along > these lines: > >> >> https://sagemanifolds.obspm.fr/install_ubuntu.html > >> >> > >> >> Best wishes, > >> >> > >> >> Eric. > >> >> > >> >> Le vendredi 3 janvier 2025 à 05:27:48 UTC+1, ericlesaq...@gmail.com > a écrit : > >> >>> > >> >>> I get an error when running the `make` step of the Sage building as > described in the readme. > >> >>> > >> >>> More specifically, I get: > >> >>> > >> >>> " > >> >>> Error building Sage. > >> >>> > >> >>> The following package(s) may have failed to build (not necessarily > >> >>> during this run of 'make all-start'): > >> >>> > >> >>> * package: python3-3.12.5 > >> >>> last build time: Jan 2 22:25 > >> >>> " > >> >>> > >> >>> I'm running on a Lenovo LOQ, with Ubuntu 24.04.1. > >> >>> The error message indicates to get in touch with the two log files > that I send in attachment. > >> >>> > >> >>> I'm afraid this might have something to do with my miniconda > install, but I'm not sure what. Searched for similar problems, but didn't > find much. > >> >>> > >> >>> Any help is appreciated! > >> >>> > >> >>> Also, happy new year :) > >> >>> > >> >> -- > >> >> You received this message because you are subscribed to the Google > Groups "sage-support" group. > >> >> To unsubscribe from this group and stop receiving emails from it, > send an email to sage-support...@googlegroups.com. > >> >> To view this discussion visit > https://groups.google.com/d/msgid/sage-support/5370b16f-173b-4eb8-a141-acf1f3a71e14n%40googlegroups.com > . > >> > > >> > -- > >> > You received this message because you are subscribed to the Google > Groups "sage-support" group. > >> > To unsubscribe from this group and stop receiving emails from it, > send an email to sage-support...@googlegroups.com. > >> > To view this discussion visit > https://groups.google.com/d/msgid/sage-support/994b0c78-9667-4347-91c4-067b00b750b6n%40googlegroups.com > . > > > > -- > > You received this message because you are subscribed to the Google > Groups "sage-support" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to sage-support...@googlegroups.com. > > To view this discussion visit > https://groups.google.com/d/msgid/sage-support/f2fbdb17-2797-4e20-b9ee-f8f452f8dda0n%40googlegroups.com > . > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/sage-support/5c7a3233-3f01-4fae-8b4f-7e6fcf62238fn%40googlegroups.com.
make[1]: Entering directory '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/make' make[1]: Leaving directory '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/make' *** ALL ENVIRONMENT VARIABLES BEFORE BUILD: *** ADDR2LINE=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-addr2line AR=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ar AS=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-as AUTOJUMP_ERROR_PATH=/home/ericles/.local/share/autojump/errors.log AUTOJUMP_SOURCED=1 build_alias=x86_64-conda-linux-gnu BUILD=x86_64-conda-linux-gnu CC_FOR_BUILD=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc CC=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc _CE_CONDA= _CE_M= CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include CMAKE_ARGS=-DCMAKE_AR=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ar -DCMAKE_CXX_COMPILER_AR=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ar -DCMAKE_C_COMPILER_AR=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ar -DCMAKE_RANLIB=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ranlib -DCMAKE_CXX_COMPILER_RANLIB=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ranlib -DCMAKE_C_COMPILER_RANLIB=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ranlib -DCMAKE_LINKER=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ld -DCMAKE_STRIP=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-strip -DCMAKE_BUILD_TYPE=Release CMAKE_PREFIX_PATH=/home/ericles/miniconda3:/home/ericles/miniconda3/x86_64-conda-linux-gnu/sysroot/usr COLORTERM=truecolor CONDA_BACKUP_HOST=ericles-LOQ CONDA_BUILD_SYSROOT=/home/ericles/miniconda3/x86_64-conda-linux-gnu/sysroot CONDA_DEFAULT_ENV=base CONDA_EXE=/home/ericles/miniconda3/bin/conda CONDA_PREFIX=/home/ericles/miniconda3 CONDA_PROMPT_MODIFIER=(base) CONDA_PYTHON_EXE=/home/ericles/miniconda3/bin/python _CONDA_PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_x86_64_conda_cos6_linux_gnu CONDA_SHLVL=1 CONDA_TOOLCHAIN_BUILD=x86_64-conda-linux-gnu CONDA_TOOLCHAIN_HOST=x86_64-conda-linux-gnu CPPFLAGS=-DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/ericles/miniconda3/include CPP=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cpp CXXFILT=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-c++filt CXXFLAGS=-fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include CXX_FOR_BUILD=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-c++ CXX=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-c++ DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEBUG_CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include DEBUG_CPPFLAGS=-D_DEBUG -D_FORTIFY_SOURCE=2 -Og -isystem /home/ericles/miniconda3/include DEBUG_CXXFLAGS=-fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include DEBUG_FFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -I/home/ericles/miniconda3/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fcheck=all -fbacktrace -fimplicit-none -fvar-tracking-assignments -ffunction-sections -pipe DEBUG_FORTRANFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -I/home/ericles/miniconda3/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fcheck=all -fbacktrace -fimplicit-none -fvar-tracking-assignments -ffunction-sections -pipe DEBUGINFOD_URLS=https://debuginfod.ubuntu.com DESKTOP_SESSION=ubuntu DISPLAY=:1 ELFEDIT=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-elfedit F77=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gfortran F90=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gfortran F95=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-f95 FC_FOR_BUILD=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gfortran FC=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gfortran FFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -I/home/ericles/miniconda3/include FORTRANFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -I/home/ericles/miniconda3/include GCC_AR=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ar GCC=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc GCC_NM=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-nm GCC_RANLIB=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ranlib GDMSESSION=ubuntu GFORTRAN=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gfortran GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/595d01e1_16e1_46d3_85f5_9b83b87d4bea GNOME_TERMINAL_SERVICE=:1.92 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GPROF=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gprof GSETTINGS_SCHEMA_DIR_CONDA_BACKUP= GSETTINGS_SCHEMA_DIR=/home/ericles/miniconda3/share/glib-2.0/schemas GSM_SKIP_SSH_AGENT_WORKAROUND=true GTK_MODULES=gail:atk-bridge GXX=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-g++ HOME=/home/ericles host_alias=x86_64-conda-linux-gnu HOST=x86_64-conda-linux-gnu LANG=en_US.UTF-8 LDFLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/home/ericles/miniconda3/lib -Wl,-rpath-link,/home/ericles/miniconda3/lib -L/home/ericles/miniconda3/lib LD_GOLD=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ld.gold LD=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ld LESS=-R LOGNAME=ericles LSCOLORS=Gxfxcxdxbxegedabagacad LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90: MAKEFLAGS= V=1 MAKELEVEL=1 MAKE=make MAKE_TERMERR=/dev/pts/2 MAKE_TERMOUT=/dev/pts/2 MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/org.gnome.Shell@x11.service/memory.pressure MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA= MESON_ARGS=-Dbuildtype=release MFLAGS= NM=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-nm OBJCOPY=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-objcopy OBJDUMP=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-objdump OLDPWD=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage PAGER=less PATH=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/bin:/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/src/bin:/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/bin:/home/ericles/miniconda3/bin:/usr/local/cuda-12.6/bin:/home/ericles/miniconda3/condabin:/usr/local/cuda-12.6/bin:/home/ericles/.cabal/bin:/home/ericles/.ghcup/bin:/home/ericles/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/opt/nvim-linux64/bin:/home/ericles/.local/bin:/home/ericles/.local/bin:/opt/nvim-linux64/bin:/home/ericles/.local/bin PWD=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/make PYTHONPATH=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QTWEBENGINE_DICTIONARIES_PATH=/usr/share/hunspell-bdic/ RANLIB=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ranlib READELF=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-readelf SAGE_ENV_CONFIG_SOURCED=1 SAGE_LOCAL=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local SAGE_LOGFILE=logs/install.log SAGE_LOGS=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/logs/pkgs SAGE_NUM_THREADS=1 SAGE_NUM_THREADS_PARALLEL=8 SAGE_ORIG_PATH=/home/ericles/miniconda3/bin:/usr/local/cuda-12.6/bin:/home/ericles/miniconda3/condabin:/usr/local/cuda-12.6/bin:/home/ericles/.cabal/bin:/home/ericles/.ghcup/bin:/home/ericles/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/opt/nvim-linux64/bin:/home/ericles/.local/bin:/home/ericles/.local/bin:/opt/nvim-linux64/bin:/home/ericles/.local/bin SAGE_ORIG_PATH_SET=True SAGE_PKGCONFIG=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/lib/pkgconfig SAGE_ROOT=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage SAGE_SHARE=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/share SAGE_SRC=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/src SESSION_MANAGER=local/ericles-LOQ:@/tmp/.ICE-unix/3060,unix/ericles-LOQ:/tmp/.ICE-unix/3060 SHELL=/usr/bin/zsh SHLVL=4 SIZE=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-size SSH_AUTH_SOCK=/run/user/1000/keyring/ssh STRINGS=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-strings STRIP=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-strip SYSTEMD_EXEC_PID=3103 TERM_PROGRAM=tmux TERM_PROGRAM_VERSION=3.4 TERM=tmux-256color TMUX_PANE=%2 TMUX=/tmp/tmux-1000/default,85020,0 USER=ericles USERNAME=ericles _=/usr/bin/env VTE_VERSION=7600 WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus ZSH=/home/ericles/.oh-my-zsh [m*********************************************** make[1]: Entering directory '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/make' make --no-print-directory toolchain make[2]: Nothing to be done for 'toolchain'. make[1]: Leaving directory '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/make' Sage build/upgrade complete! make[2]: Entering directory '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/make' make[2]: Leaving directory '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/make' *** ALL ENVIRONMENT VARIABLES BEFORE BUILD: *** ADDR2LINE=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-addr2line AR=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ar AS=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-as AUTOJUMP_ERROR_PATH=/home/ericles/.local/share/autojump/errors.log AUTOJUMP_SOURCED=1 build_alias=x86_64-conda-linux-gnu BUILD=x86_64-conda-linux-gnu CC_FOR_BUILD=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc CC=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc _CE_CONDA= _CE_M= CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include CMAKE_ARGS=-DCMAKE_AR=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ar -DCMAKE_CXX_COMPILER_AR=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ar -DCMAKE_C_COMPILER_AR=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ar -DCMAKE_RANLIB=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ranlib -DCMAKE_CXX_COMPILER_RANLIB=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ranlib -DCMAKE_C_COMPILER_RANLIB=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ranlib -DCMAKE_LINKER=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ld -DCMAKE_STRIP=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-strip -DCMAKE_BUILD_TYPE=Release CMAKE_PREFIX_PATH=/home/ericles/miniconda3:/home/ericles/miniconda3/x86_64-conda-linux-gnu/sysroot/usr COLORTERM=truecolor CONDA_BACKUP_HOST=ericles-LOQ CONDA_BUILD_SYSROOT=/home/ericles/miniconda3/x86_64-conda-linux-gnu/sysroot CONDA_DEFAULT_ENV=base CONDA_EXE=/home/ericles/miniconda3/bin/conda CONDA_PREFIX=/home/ericles/miniconda3 CONDA_PROMPT_MODIFIER=(base) CONDA_PYTHON_EXE=/home/ericles/miniconda3/bin/python _CONDA_PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_x86_64_conda_cos6_linux_gnu CONDA_SHLVL=1 CONDA_TOOLCHAIN_BUILD=x86_64-conda-linux-gnu CONDA_TOOLCHAIN_HOST=x86_64-conda-linux-gnu CPPFLAGS=-DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/ericles/miniconda3/include CPP=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cpp CXXFILT=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-c++filt CXXFLAGS=-fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include CXX_FOR_BUILD=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-c++ CXX=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-c++ DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEBUG_CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include DEBUG_CPPFLAGS=-D_DEBUG -D_FORTIFY_SOURCE=2 -Og -isystem /home/ericles/miniconda3/include DEBUG_CXXFLAGS=-fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include DEBUG_FFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -I/home/ericles/miniconda3/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fcheck=all -fbacktrace -fimplicit-none -fvar-tracking-assignments -ffunction-sections -pipe DEBUG_FORTRANFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -I/home/ericles/miniconda3/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fcheck=all -fbacktrace -fimplicit-none -fvar-tracking-assignments -ffunction-sections -pipe DEBUGINFOD_URLS=https://debuginfod.ubuntu.com DESKTOP_SESSION=ubuntu DISPLAY=:1 ELFEDIT=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-elfedit F77=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gfortran F90=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gfortran F95=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-f95 FC_FOR_BUILD=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gfortran FC=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gfortran FFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -I/home/ericles/miniconda3/include FORTRANFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -I/home/ericles/miniconda3/include GCC_AR=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ar GCC=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc GCC_NM=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-nm GCC_RANLIB=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gcc-ranlib GDMSESSION=ubuntu GFORTRAN=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gfortran GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/595d01e1_16e1_46d3_85f5_9b83b87d4bea GNOME_TERMINAL_SERVICE=:1.92 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GPROF=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-gprof GSETTINGS_SCHEMA_DIR_CONDA_BACKUP= GSETTINGS_SCHEMA_DIR=/home/ericles/miniconda3/share/glib-2.0/schemas GSM_SKIP_SSH_AGENT_WORKAROUND=true GTK_MODULES=gail:atk-bridge GXX=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-g++ HOME=/home/ericles host_alias=x86_64-conda-linux-gnu HOST=x86_64-conda-linux-gnu LANG=en_US.UTF-8 LDFLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/home/ericles/miniconda3/lib -Wl,-rpath-link,/home/ericles/miniconda3/lib -L/home/ericles/miniconda3/lib LD_GOLD=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ld.gold LD=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ld LESS=-R LOGNAME=ericles LSCOLORS=Gxfxcxdxbxegedabagacad LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90: MAKEFLAGS=w V=1 MAKELEVEL=2 MAKE=make MAKE_TERMERR=/dev/pts/2 MAKE_TERMOUT=/dev/pts/2 MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/org.gnome.Shell@x11.service/memory.pressure MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA= MESON_ARGS=-Dbuildtype=release MFLAGS=-w NM=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-nm OBJCOPY=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-objcopy OBJDUMP=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-objdump OLDPWD=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage PAGER=less PATH=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/bin:/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/src/bin:/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/bin:/home/ericles/miniconda3/bin:/usr/local/cuda-12.6/bin:/home/ericles/miniconda3/condabin:/usr/local/cuda-12.6/bin:/home/ericles/.cabal/bin:/home/ericles/.ghcup/bin:/home/ericles/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/opt/nvim-linux64/bin:/home/ericles/.local/bin:/home/ericles/.local/bin:/opt/nvim-linux64/bin:/home/ericles/.local/bin PWD=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/make PYTHONPATH=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QTWEBENGINE_DICTIONARIES_PATH=/usr/share/hunspell-bdic/ RANLIB=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-ranlib READELF=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-readelf SAGE_ENV_CONFIG_SOURCED=1 SAGE_LOCAL=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local SAGE_LOGFILE=logs/install.log SAGE_LOGS=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/logs/pkgs SAGE_NUM_THREADS=1 SAGE_NUM_THREADS_PARALLEL=8 SAGE_ORIG_PATH=/home/ericles/miniconda3/bin:/usr/local/cuda-12.6/bin:/home/ericles/miniconda3/condabin:/usr/local/cuda-12.6/bin:/home/ericles/.cabal/bin:/home/ericles/.ghcup/bin:/home/ericles/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/opt/nvim-linux64/bin:/home/ericles/.local/bin:/home/ericles/.local/bin:/opt/nvim-linux64/bin:/home/ericles/.local/bin SAGE_ORIG_PATH_SET=True SAGE_PKGCONFIG=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/lib/pkgconfig SAGE_ROOT=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage SAGE_SHARE=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/share SAGE_SRC=/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/src SESSION_MANAGER=local/ericles-LOQ:@/tmp/.ICE-unix/3060,unix/ericles-LOQ:/tmp/.ICE-unix/3060 SHELL=/usr/bin/zsh SHLVL=4 SIZE=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-size SSH_AUTH_SOCK=/run/user/1000/keyring/ssh STRINGS=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-strings STRIP=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-strip SYSTEMD_EXEC_PID=3103 TERM_PROGRAM=tmux TERM_PROGRAM_VERSION=3.4 TERM=tmux-256color TMUX_PANE=%2 TMUX=/tmp/tmux-1000/default,85020,0 USER=ericles USERNAME=ericles _=/usr/bin/env VTE_VERSION=7600 WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus ZSH=/home/ericles/.oh-my-zsh [m*********************************************** make[2]: Entering directory '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/make' make --no-print-directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/installed/.dummy make[3]: '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/installed/.dummy' is up to date. make --no-print-directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/installed/gmp-6.3.0 make[3]: '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/installed/gmp-6.3.0' is up to date. make --no-print-directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/installed/mpfr-4.2.1 make[3]: '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/installed/mpfr-4.2.1' is up to date. make --no-print-directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/installed/mpc-1.3.1 make[3]: '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/installed/mpc-1.3.1' is up to date. make --no-print-directory all-sage-docs all-sage make --no-print-directory pip-SAGE_VENV-no-deps [pip-24.2] Attempting to download package pip-24.2-py3-none-any.whl from mirrors [pip-24.2] https://github.com/sagemath/sage/releases/download/10.6/pip-24.2-py3-none-any.whl [pip-24.2] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [pip-24.2] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/pip-24.2-py3-none-any.whl' [pip-24.2] https://github.com/sagemath/sage/releases/download/10.5/pip-24.2-py3-none-any.whl [pip-24.2] [......................................................................] [pip-24.2] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pip-24.2 [pip-24.2] No stamp file for package 'pip' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [pip-24.2] No spkg-legacy-uninstall script; nothing to do [pip-24.2] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/pip/spkg-requirements.txt [pip-24.2] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pip-24.2/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [pip-24.2] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pip-24.2/pip-24.2-py3-none-any.whl/pip (python 3.12) [pip-24.2] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [pip-24.2] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/pip-24.2-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/pip/spkg-requirements.txt (line 1)) [pip-24.2] [spkg-pipinst] Installing collected packages: pip [pip-24.2] [spkg-pipinst] changing mode of /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/bin/pip to 775 [pip-24.2] [spkg-pipinst] changing mode of /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/bin/pip3 to 775 [pip-24.2] [spkg-pipinst] changing mode of /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/bin/pip3.12 to 775 [pip-24.2] [spkg-pipinst] Successfully installed pip-24.2 [pip-24.2] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pip-24.2 [pip-24.2] Finished installing pip-24.2 make --no-print-directory setuptools-SAGE_VENV-no-deps [setuptools-73.0.1] Attempting to download package setuptools-73.0.1-py3-none-any.whl from mirrors [setuptools-73.0.1] https://github.com/sagemath/sage/releases/download/10.6/setuptools-73.0.1-py3-none-any.whl [setuptools-73.0.1] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [setuptools-73.0.1] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/setuptools-73.0.1-py3-none-any.whl' [setuptools-73.0.1] https://github.com/sagemath/sage/releases/download/10.5/setuptools-73.0.1-py3-none-any.whl [setuptools-73.0.1] [......................................................................] [setuptools-73.0.1] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/setuptools-73.0.1 [setuptools-73.0.1] No stamp file for package 'setuptools' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [setuptools-73.0.1] No spkg-legacy-uninstall script; nothing to do [setuptools-73.0.1] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/setuptools/spkg-requirements.txt [setuptools-73.0.1] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/setuptools-73.0.1/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [setuptools-73.0.1] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [setuptools-73.0.1] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [setuptools-73.0.1] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/setuptools-73.0.1-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/setuptools/spkg-requirements.txt (line 1)) [setuptools-73.0.1] [spkg-pipinst] Installing collected packages: setuptools [setuptools-73.0.1] [spkg-pipinst] Successfully installed setuptools-73.0.1 [setuptools-73.0.1] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/setuptools-73.0.1 [setuptools-73.0.1] Finished installing setuptools-73.0.1 make --no-print-directory packaging-SAGE_VENV-no-deps [packaging-24.1] Attempting to download package packaging-24.1-py3-none-any.whl from mirrors [packaging-24.1] https://github.com/sagemath/sage/releases/download/10.6/packaging-24.1-py3-none-any.whl [packaging-24.1] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [packaging-24.1] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/packaging-24.1-py3-none-any.whl' [packaging-24.1] https://github.com/sagemath/sage/releases/download/10.5/packaging-24.1-py3-none-any.whl [packaging-24.1] [......................................................................] [packaging-24.1] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/packaging-24.1 [packaging-24.1] No stamp file for package 'packaging' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [packaging-24.1] No spkg-legacy-uninstall script; nothing to do [packaging-24.1] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/packaging/spkg-requirements.txt [packaging-24.1] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/packaging-24.1/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [packaging-24.1] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [packaging-24.1] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [packaging-24.1] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/packaging-24.1-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/packaging/spkg-requirements.txt (line 1)) [packaging-24.1] [spkg-pipinst] Installing collected packages: packaging [packaging-24.1] [spkg-pipinst] Successfully installed packaging-24.1 [packaging-24.1] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/packaging-24.1 [packaging-24.1] Finished installing packaging-24.1 make --no-print-directory tomli-SAGE_VENV-no-deps [tomli-2.0.1] Attempting to download package tomli-2.0.1-py3-none-any.whl from mirrors [tomli-2.0.1] https://github.com/sagemath/sage/releases/download/10.6/tomli-2.0.1-py3-none-any.whl [tomli-2.0.1] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [tomli-2.0.1] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/tomli-2.0.1-py3-none-any.whl' [tomli-2.0.1] https://github.com/sagemath/sage/releases/download/10.5/tomli-2.0.1-py3-none-any.whl [tomli-2.0.1] [......................................................................] [tomli-2.0.1] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/tomli-2.0.1 [tomli-2.0.1] No stamp file for package 'tomli' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [tomli-2.0.1] No spkg-legacy-uninstall script; nothing to do [tomli-2.0.1] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/tomli/spkg-requirements.txt [tomli-2.0.1] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/tomli-2.0.1/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [tomli-2.0.1] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [tomli-2.0.1] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [tomli-2.0.1] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/tomli-2.0.1-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/tomli/spkg-requirements.txt (line 1)) [tomli-2.0.1] [spkg-pipinst] Installing collected packages: tomli [tomli-2.0.1] [spkg-pipinst] Successfully installed tomli-2.0.1 [tomli-2.0.1] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/tomli-2.0.1 [tomli-2.0.1] Finished installing tomli-2.0.1 make --no-print-directory setuptools_scm-SAGE_VENV-no-deps [setuptools_scm-8.1.0] Attempting to download package setuptools_scm-8.1.0-py3-none-any.whl from mirrors [setuptools_scm-8.1.0] https://github.com/sagemath/sage/releases/download/10.6/setuptools_scm-8.1.0-py3-none-any.whl [setuptools_scm-8.1.0] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [setuptools_scm-8.1.0] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/setuptools_scm-8.1.0-py3-none-any.whl' [setuptools_scm-8.1.0] https://github.com/sagemath/sage/releases/download/10.5/setuptools_scm-8.1.0-py3-none-any.whl [setuptools_scm-8.1.0] [......................................................................] [setuptools_scm-8.1.0] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/setuptools_scm-8.1.0 [setuptools_scm-8.1.0] No stamp file for package 'setuptools_scm' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [setuptools_scm-8.1.0] No spkg-legacy-uninstall script; nothing to do [setuptools_scm-8.1.0] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/setuptools_scm/spkg-requirements.txt [setuptools_scm-8.1.0] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/setuptools_scm-8.1.0/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [setuptools_scm-8.1.0] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [setuptools_scm-8.1.0] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [setuptools_scm-8.1.0] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/setuptools_scm-8.1.0-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/setuptools_scm/spkg-requirements.txt (line 1)) [setuptools_scm-8.1.0] [spkg-pipinst] Requirement already satisfied: packaging>=20 in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages (from setuptools_scm@ file:///home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/setuptools_scm-8.1.0-py3-none-any.whl->-r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/setuptools_scm/spkg-requirements.txt (line 1)) (24.1) [setuptools_scm-8.1.0] [spkg-pipinst] Requirement already satisfied: setuptools in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages (from setuptools_scm@ file:///home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/setuptools_scm-8.1.0-py3-none-any.whl->-r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/setuptools_scm/spkg-requirements.txt (line 1)) (73.0.1) [setuptools_scm-8.1.0] [spkg-pipinst] Installing collected packages: setuptools_scm [setuptools_scm-8.1.0] [spkg-pipinst] Successfully installed setuptools_scm-8.1.0 [setuptools_scm-8.1.0] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/setuptools_scm-8.1.0 [setuptools_scm-8.1.0] Finished installing setuptools_scm-8.1.0 make --no-print-directory wheel-SAGE_VENV-no-deps [wheel-0.44.0] Attempting to download package wheel-0.44.0-py3-none-any.whl from mirrors [wheel-0.44.0] https://github.com/sagemath/sage/releases/download/10.6/wheel-0.44.0-py3-none-any.whl [wheel-0.44.0] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [wheel-0.44.0] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/wheel-0.44.0-py3-none-any.whl' [wheel-0.44.0] https://github.com/sagemath/sage/releases/download/10.5/wheel-0.44.0-py3-none-any.whl [wheel-0.44.0] [......................................................................] [wheel-0.44.0] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/wheel-0.44.0 [wheel-0.44.0] No stamp file for package 'wheel' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [wheel-0.44.0] No spkg-legacy-uninstall script; nothing to do [wheel-0.44.0] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/wheel/spkg-requirements.txt [wheel-0.44.0] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/wheel-0.44.0/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [wheel-0.44.0] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [wheel-0.44.0] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [wheel-0.44.0] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/wheel-0.44.0-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/wheel/spkg-requirements.txt (line 1)) [wheel-0.44.0] [spkg-pipinst] Installing collected packages: wheel [wheel-0.44.0] [spkg-pipinst] changing mode of /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/bin/wheel to 775 [wheel-0.44.0] [spkg-pipinst] Successfully installed wheel-0.44.0 [wheel-0.44.0] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/wheel-0.44.0 [wheel-0.44.0] Finished installing wheel-0.44.0 make --no-print-directory flit_core-SAGE_VENV-no-deps [flit_core-3.9.0] Attempting to download package flit_core-3.9.0-py3-none-any.whl from mirrors [flit_core-3.9.0] https://github.com/sagemath/sage/releases/download/10.6/flit_core-3.9.0-py3-none-any.whl [flit_core-3.9.0] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [flit_core-3.9.0] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/flit_core-3.9.0-py3-none-any.whl' [flit_core-3.9.0] https://github.com/sagemath/sage/releases/download/10.5/flit_core-3.9.0-py3-none-any.whl [flit_core-3.9.0] [......................................................................] [flit_core-3.9.0] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/flit_core-3.9.0 [flit_core-3.9.0] No stamp file for package 'flit_core' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [flit_core-3.9.0] No spkg-legacy-uninstall script; nothing to do [flit_core-3.9.0] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/flit_core/spkg-requirements.txt [flit_core-3.9.0] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/flit_core-3.9.0/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [flit_core-3.9.0] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [flit_core-3.9.0] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [flit_core-3.9.0] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/flit_core-3.9.0-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/flit_core/spkg-requirements.txt (line 1)) [flit_core-3.9.0] [spkg-pipinst] Installing collected packages: flit_core [flit_core-3.9.0] [spkg-pipinst] Successfully installed flit_core-3.9.0 [flit_core-3.9.0] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/flit_core-3.9.0 [flit_core-3.9.0] Finished installing flit_core-3.9.0 make --no-print-directory pathspec-SAGE_VENV-no-deps [pathspec-0.12.1] Attempting to download package pathspec-0.12.1-py3-none-any.whl from mirrors [pathspec-0.12.1] https://github.com/sagemath/sage/releases/download/10.6/pathspec-0.12.1-py3-none-any.whl [pathspec-0.12.1] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [pathspec-0.12.1] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/pathspec-0.12.1-py3-none-any.whl' [pathspec-0.12.1] https://github.com/sagemath/sage/releases/download/10.5/pathspec-0.12.1-py3-none-any.whl [pathspec-0.12.1] [......................................................................] [pathspec-0.12.1] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pathspec-0.12.1 [pathspec-0.12.1] No stamp file for package 'pathspec' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [pathspec-0.12.1] No spkg-legacy-uninstall script; nothing to do [pathspec-0.12.1] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/pathspec/spkg-requirements.txt [pathspec-0.12.1] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pathspec-0.12.1/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [pathspec-0.12.1] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [pathspec-0.12.1] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [pathspec-0.12.1] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/pathspec-0.12.1-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/pathspec/spkg-requirements.txt (line 1)) [pathspec-0.12.1] [spkg-pipinst] Installing collected packages: pathspec [pathspec-0.12.1] [spkg-pipinst] Successfully installed pathspec-0.12.1 [pathspec-0.12.1] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pathspec-0.12.1 [pathspec-0.12.1] Finished installing pathspec-0.12.1 make --no-print-directory editables-SAGE_VENV-no-deps [editables-0.5] Attempting to download package editables-0.5-py3-none-any.whl from mirrors [editables-0.5] https://github.com/sagemath/sage/releases/download/10.6/editables-0.5-py3-none-any.whl [editables-0.5] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [editables-0.5] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/editables-0.5-py3-none-any.whl' [editables-0.5] https://github.com/sagemath/sage/releases/download/10.5/editables-0.5-py3-none-any.whl [editables-0.5] [......................................................................] [editables-0.5] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/editables-0.5 [editables-0.5] No stamp file for package 'editables' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [editables-0.5] No spkg-legacy-uninstall script; nothing to do [editables-0.5] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/editables/spkg-requirements.txt [editables-0.5] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/editables-0.5/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [editables-0.5] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [editables-0.5] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [editables-0.5] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/editables-0.5-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/editables/spkg-requirements.txt (line 1)) [editables-0.5] [spkg-pipinst] Installing collected packages: editables [editables-0.5] [spkg-pipinst] Successfully installed editables-0.5 [editables-0.5] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/editables-0.5 [editables-0.5] Finished installing editables-0.5 make --no-print-directory pluggy-SAGE_VENV-no-deps [pluggy-1.5.0] Attempting to download package pluggy-1.5.0-py3-none-any.whl from mirrors [pluggy-1.5.0] https://github.com/sagemath/sage/releases/download/10.6/pluggy-1.5.0-py3-none-any.whl [pluggy-1.5.0] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [pluggy-1.5.0] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/pluggy-1.5.0-py3-none-any.whl' [pluggy-1.5.0] https://github.com/sagemath/sage/releases/download/10.5/pluggy-1.5.0-py3-none-any.whl [pluggy-1.5.0] [......................................................................] [pluggy-1.5.0] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pluggy-1.5.0 [pluggy-1.5.0] No stamp file for package 'pluggy' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [pluggy-1.5.0] No spkg-legacy-uninstall script; nothing to do [pluggy-1.5.0] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/pluggy/spkg-requirements.txt [pluggy-1.5.0] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pluggy-1.5.0/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [pluggy-1.5.0] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [pluggy-1.5.0] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [pluggy-1.5.0] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/pluggy-1.5.0-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/pluggy/spkg-requirements.txt (line 1)) [pluggy-1.5.0] [spkg-pipinst] Installing collected packages: pluggy [pluggy-1.5.0] [spkg-pipinst] Successfully installed pluggy-1.5.0 [pluggy-1.5.0] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pluggy-1.5.0 [pluggy-1.5.0] Finished installing pluggy-1.5.0 make --no-print-directory calver-SAGE_VENV-no-deps [calver-2022.6.26] Attempting to download package calver-2022.6.26-py3-none-any.whl from mirrors [calver-2022.6.26] https://github.com/sagemath/sage/releases/download/10.6/calver-2022.6.26-py3-none-any.whl [calver-2022.6.26] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [calver-2022.6.26] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/calver-2022.6.26-py3-none-any.whl' [calver-2022.6.26] https://github.com/sagemath/sage/releases/download/10.5/calver-2022.6.26-py3-none-any.whl [calver-2022.6.26] [......................................................................] [calver-2022.6.26] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/calver-2022.6.26 [calver-2022.6.26] No stamp file for package 'calver' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [calver-2022.6.26] No spkg-legacy-uninstall script; nothing to do [calver-2022.6.26] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/calver/spkg-requirements.txt [calver-2022.6.26] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/calver-2022.6.26/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [calver-2022.6.26] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [calver-2022.6.26] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [calver-2022.6.26] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/calver-2022.6.26-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/calver/spkg-requirements.txt (line 1)) [calver-2022.6.26] [spkg-pipinst] Installing collected packages: calver [calver-2022.6.26] [spkg-pipinst] Successfully installed calver-2022.6.26 [calver-2022.6.26] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/calver-2022.6.26 [calver-2022.6.26] Finished installing calver-2022.6.26 make --no-print-directory trove_classifiers-SAGE_VENV-no-deps [trove_classifiers-2024.7.2] Attempting to download package trove_classifiers-2024.7.2-py3-none-any.whl from mirrors [trove_classifiers-2024.7.2] https://github.com/sagemath/sage/releases/download/10.6/trove_classifiers-2024.7.2-py3-none-any.whl [trove_classifiers-2024.7.2] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [trove_classifiers-2024.7.2] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/trove_classifiers-2024.7.2-py3-none-any.whl' [trove_classifiers-2024.7.2] https://github.com/sagemath/sage/releases/download/10.5/trove_classifiers-2024.7.2-py3-none-any.whl [trove_classifiers-2024.7.2] [......................................................................] [trove_classifiers-2024.7.2] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/trove_classifiers-2024.7.2 [trove_classifiers-2024.7.2] No stamp file for package 'trove_classifiers' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [trove_classifiers-2024.7.2] No spkg-legacy-uninstall script; nothing to do [trove_classifiers-2024.7.2] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/trove_classifiers/spkg-requirements.txt [trove_classifiers-2024.7.2] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/trove_classifiers-2024.7.2/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [trove_classifiers-2024.7.2] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [trove_classifiers-2024.7.2] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [trove_classifiers-2024.7.2] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/trove_classifiers-2024.7.2-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/trove_classifiers/spkg-requirements.txt (line 1)) [trove_classifiers-2024.7.2] [spkg-pipinst] Installing collected packages: trove_classifiers [trove_classifiers-2024.7.2] [spkg-pipinst] Successfully installed trove_classifiers-2024.7.2 [trove_classifiers-2024.7.2] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/trove_classifiers-2024.7.2 [trove_classifiers-2024.7.2] Finished installing trove_classifiers-2024.7.2 make --no-print-directory hatchling-SAGE_VENV-no-deps [hatchling-1.25.0] Attempting to download package hatchling-1.25.0-py3-none-any.whl from mirrors [hatchling-1.25.0] https://github.com/sagemath/sage/releases/download/10.6/hatchling-1.25.0-py3-none-any.whl [hatchling-1.25.0] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [hatchling-1.25.0] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/hatchling-1.25.0-py3-none-any.whl' [hatchling-1.25.0] https://github.com/sagemath/sage/releases/download/10.5/hatchling-1.25.0-py3-none-any.whl [hatchling-1.25.0] [......................................................................] [hatchling-1.25.0] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/hatchling-1.25.0 [hatchling-1.25.0] No stamp file for package 'hatchling' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [hatchling-1.25.0] No spkg-legacy-uninstall script; nothing to do [hatchling-1.25.0] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/hatchling/spkg-requirements.txt [hatchling-1.25.0] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/hatchling-1.25.0/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [hatchling-1.25.0] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [hatchling-1.25.0] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [hatchling-1.25.0] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/hatchling-1.25.0-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/hatchling/spkg-requirements.txt (line 1)) [hatchling-1.25.0] [spkg-pipinst] Requirement already satisfied: packaging>=23.2 in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages (from hatchling@ file:///home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/hatchling-1.25.0-py3-none-any.whl->-r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/hatchling/spkg-requirements.txt (line 1)) (24.1) [hatchling-1.25.0] [spkg-pipinst] Requirement already satisfied: pathspec>=0.10.1 in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages (from hatchling@ file:///home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/hatchling-1.25.0-py3-none-any.whl->-r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/hatchling/spkg-requirements.txt (line 1)) (0.12.1) [hatchling-1.25.0] [spkg-pipinst] Requirement already satisfied: pluggy>=1.0.0 in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages (from hatchling@ file:///home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/hatchling-1.25.0-py3-none-any.whl->-r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/hatchling/spkg-requirements.txt (line 1)) (1.5.0) [hatchling-1.25.0] [spkg-pipinst] Requirement already satisfied: trove-classifiers in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages (from hatchling@ file:///home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/hatchling-1.25.0-py3-none-any.whl->-r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/hatchling/spkg-requirements.txt (line 1)) (2024.7.2) [hatchling-1.25.0] [spkg-pipinst] Installing collected packages: hatchling [hatchling-1.25.0] [spkg-pipinst] changing mode of /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/bin/hatchling to 775 [hatchling-1.25.0] [spkg-pipinst] Successfully installed hatchling-1.25.0 [hatchling-1.25.0] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/hatchling-1.25.0 [hatchling-1.25.0] Finished installing hatchling-1.25.0 make --no-print-directory pyproject_hooks-SAGE_VENV-no-deps [pyproject_hooks-1.1.0] Attempting to download package pyproject_hooks-1.1.0-py3-none-any.whl from mirrors [pyproject_hooks-1.1.0] https://github.com/sagemath/sage/releases/download/10.6/pyproject_hooks-1.1.0-py3-none-any.whl [pyproject_hooks-1.1.0] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [pyproject_hooks-1.1.0] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/pyproject_hooks-1.1.0-py3-none-any.whl' [pyproject_hooks-1.1.0] https://github.com/sagemath/sage/releases/download/10.5/pyproject_hooks-1.1.0-py3-none-any.whl [pyproject_hooks-1.1.0] [......................................................................] [pyproject_hooks-1.1.0] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pyproject_hooks-1.1.0 [pyproject_hooks-1.1.0] No stamp file for package 'pyproject_hooks' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [pyproject_hooks-1.1.0] No spkg-legacy-uninstall script; nothing to do [pyproject_hooks-1.1.0] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/pyproject_hooks/spkg-requirements.txt [pyproject_hooks-1.1.0] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pyproject_hooks-1.1.0/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [pyproject_hooks-1.1.0] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [pyproject_hooks-1.1.0] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [pyproject_hooks-1.1.0] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/pyproject_hooks-1.1.0-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/pyproject_hooks/spkg-requirements.txt (line 1)) [pyproject_hooks-1.1.0] [spkg-pipinst] Installing collected packages: pyproject_hooks [pyproject_hooks-1.1.0] [spkg-pipinst] Successfully installed pyproject_hooks-1.1.0 [pyproject_hooks-1.1.0] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/pyproject_hooks-1.1.0 [pyproject_hooks-1.1.0] Finished installing pyproject_hooks-1.1.0 make --no-print-directory python_build-SAGE_VENV-no-deps [python_build-1.2.1] Attempting to download package build-1.2.1-py3-none-any.whl from mirrors [python_build-1.2.1] https://github.com/sagemath/sage/releases/download/10.6/build-1.2.1-py3-none-any.whl [python_build-1.2.1] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [python_build-1.2.1] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/build-1.2.1-py3-none-any.whl' [python_build-1.2.1] https://github.com/sagemath/sage/releases/download/10.5/build-1.2.1-py3-none-any.whl [python_build-1.2.1] [......................................................................] [python_build-1.2.1] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/python_build-1.2.1 [python_build-1.2.1] No stamp file for package 'python_build' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [python_build-1.2.1] No spkg-legacy-uninstall script; nothing to do [python_build-1.2.1] [spkg-install] Staged wheel file, staged /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/python_build/spkg-requirements.txt [python_build-1.2.1] Moving package files from temporary location /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/python_build-1.2.1/inst to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12 [python_build-1.2.1] [spkg-pipinst] Using pip 24.2 from /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pip (python 3.12) [python_build-1.2.1] [spkg-pipinst] Looking in links: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels [python_build-1.2.1] [spkg-pipinst] Processing /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/build-1.2.1-py3-none-any.whl (from -r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/python_build/spkg-requirements.txt (line 1)) [python_build-1.2.1] [spkg-pipinst] Requirement already satisfied: packaging>=19.1 in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages (from build@ file:///home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/build-1.2.1-py3-none-any.whl->-r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/python_build/spkg-requirements.txt (line 1)) (24.1) [python_build-1.2.1] [spkg-pipinst] Requirement already satisfied: pyproject_hooks in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages (from build@ file:///home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/wheels/build-1.2.1-py3-none-any.whl->-r /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/scripts/python_build/spkg-requirements.txt (line 1)) (1.1.0) [python_build-1.2.1] [spkg-pipinst] Installing collected packages: build [python_build-1.2.1] [spkg-pipinst] changing mode of /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/bin/pyproject-build to 775 [python_build-1.2.1] [spkg-pipinst] Successfully installed build-1.2.1 [python_build-1.2.1] Deleting build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/python_build-1.2.1 [python_build-1.2.1] Finished installing python_build-1.2.1 make --no-print-directory gmpy2-SAGE_VENV-no-deps [gmpy2-2.2.0a1] Attempting to download package gmpy2-2.2.0a1.tar.gz from mirrors [gmpy2-2.2.0a1] https://github.com/sagemath/sage/releases/download/10.6/gmpy2-2.2.0a1.tar.gz [gmpy2-2.2.0a1] [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] [gmpy2-2.2.0a1] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/gmpy2-2.2.0a1.tar.gz' [gmpy2-2.2.0a1] https://github.com/sagemath/sage/releases/download/10.5/gmpy2-2.2.0a1.tar.gz [gmpy2-2.2.0a1] [......................................................................] [gmpy2-2.2.0a1] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/gmpy2-2.2.0a1 [gmpy2-2.2.0a1] No patch files found in ../patches [gmpy2-2.2.0a1] Host system: Linux ericles-LOQ 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux [gmpy2-2.2.0a1] C compiler: /home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc, Reading specs from /home/ericles/miniconda3/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/specs, could not find specs file conda.specs, COLLECT_GCC=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc, COLLECT_LTO_WRAPPER=/home/ericles/miniconda3/bin/../libexec/gcc/x86_64-conda-linux-gnu/13.3.0/lto-wrapper, Target: x86_64-conda-linux-gnu, Configured with: ../configure --prefix=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho --with-slibdir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib --libdir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib --mandir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/man --build=x86_64-conda-linux-gnu --host=x86_64-conda-linux-gnu --target=x86_64-conda-linux-gnu --enable-languages=c,c++,fortran,objc,obj-c++ --enable-__cxa_atexit --disable-libmudflap --enable-libgomp --disable-libssp --enable-libquadmath --enable-libquadmath-support --enable-lto --enable-target-optspace --enable-plugin --enable-gold --disable-nls --disable-bootstrap --disable-multilib --enable-long-long --with-sysroot=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/x86_64-conda-linux-gnu/sysroot --with-build-sysroot=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/work/cf-compilers/x86_64-conda-linux-gnu/sysroot --with-native-system-header-dir=/usr/include --with-gxx-include-dir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/gcc/x86_64-conda-linux-gnu/13.3.0/include/c++ --with-pkgversion='conda-forge gcc 13.3.0-1' --with-bugurl=https://github.com/conda-forge/ctng-compilers-feedstock/issues/new/choose --enable-libsanitizer --enable-default-pie --enable-threads=posix, Thread model: posix, Supported LTO compression algorithms: zlib, gcc version 13.3.0 (conda-forge gcc 13.3.0-1) [gmpy2-2.2.0a1] No stamp file for package 'gmpy2' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed [gmpy2-2.2.0a1] No spkg-legacy-uninstall script; nothing to do [gmpy2-2.2.0a1] [spkg-install] Installing gmpy2-2.2.0a1 [gmpy2-2.2.0a1] [spkg-install] * Creating isolated environment: venv+pip... [gmpy2-2.2.0a1] [spkg-install] * Installing packages in isolated environment: [gmpy2-2.2.0a1] [spkg-install] - setuptools>=61 [gmpy2-2.2.0a1] [spkg-install] * Getting build dependencies for wheel... [gmpy2-2.2.0a1] [spkg-install] running egg_info [gmpy2-2.2.0a1] [spkg-install] writing gmpy2.egg-info/PKG-INFO [gmpy2-2.2.0a1] [spkg-install] writing dependency_links to gmpy2.egg-info/dependency_links.txt [gmpy2-2.2.0a1] [spkg-install] writing requirements to gmpy2.egg-info/requires.txt [gmpy2-2.2.0a1] [spkg-install] writing top-level names to gmpy2.egg-info/top_level.txt [gmpy2-2.2.0a1] [spkg-install] reading manifest file 'gmpy2.egg-info/SOURCES.txt' [gmpy2-2.2.0a1] [spkg-install] reading manifest template 'MANIFEST.in' [gmpy2-2.2.0a1] [spkg-install] adding license file 'COPYING' [gmpy2-2.2.0a1] [spkg-install] adding license file 'COPYING.LESSER' [gmpy2-2.2.0a1] [spkg-install] writing manifest file 'gmpy2.egg-info/SOURCES.txt' [gmpy2-2.2.0a1] [spkg-install] * Building wheel... [gmpy2-2.2.0a1] [spkg-install] running bdist_wheel [gmpy2-2.2.0a1] [spkg-install] running build [gmpy2-2.2.0a1] [spkg-install] running build_py [gmpy2-2.2.0a1] [spkg-install] creating build [gmpy2-2.2.0a1] [spkg-install] creating build/lib.linux-x86_64-cpython-312 [gmpy2-2.2.0a1] [spkg-install] creating build/lib.linux-x86_64-cpython-312/gmpy2 [gmpy2-2.2.0a1] [spkg-install] copying gmpy2/__init__.py -> build/lib.linux-x86_64-cpython-312/gmpy2 [gmpy2-2.2.0a1] [spkg-install] running egg_info [gmpy2-2.2.0a1] [spkg-install] writing gmpy2.egg-info/PKG-INFO [gmpy2-2.2.0a1] [spkg-install] writing dependency_links to gmpy2.egg-info/dependency_links.txt [gmpy2-2.2.0a1] [spkg-install] writing requirements to gmpy2.egg-info/requires.txt [gmpy2-2.2.0a1] [spkg-install] writing top-level names to gmpy2.egg-info/top_level.txt [gmpy2-2.2.0a1] [spkg-install] reading manifest file 'gmpy2.egg-info/SOURCES.txt' [gmpy2-2.2.0a1] [spkg-install] reading manifest template 'MANIFEST.in' [gmpy2-2.2.0a1] [spkg-install] adding license file 'COPYING' [gmpy2-2.2.0a1] [spkg-install] adding license file 'COPYING.LESSER' [gmpy2-2.2.0a1] [spkg-install] writing manifest file 'gmpy2.egg-info/SOURCES.txt' [gmpy2-2.2.0a1] [spkg-install] copying gmpy2/__init__.pxd -> build/lib.linux-x86_64-cpython-312/gmpy2 [gmpy2-2.2.0a1] [spkg-install] copying gmpy2/gmpy2.h -> build/lib.linux-x86_64-cpython-312/gmpy2 [gmpy2-2.2.0a1] [spkg-install] copying gmpy2/gmpy2.pxd -> build/lib.linux-x86_64-cpython-312/gmpy2 [gmpy2-2.2.0a1] [spkg-install] running build_ext [gmpy2-2.2.0a1] [spkg-install] building 'gmpy2.gmpy2' extension [gmpy2-2.2.0a1] [spkg-install] creating build/temp.linux-x86_64-cpython-312 [gmpy2-2.2.0a1] [spkg-install] creating build/temp.linux-x86_64-cpython-312/src [gmpy2-2.2.0a1] [spkg-install] /home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/ericles/miniconda3/include -fPIC -I./src -I/tmp/build-env-hufvrywn/include -I/usr/include/python3.12 -c src/gmpy2.c -o build/temp.linux-x86_64-cpython-312/src/gmpy2.o -DSHARED=1 [gmpy2-2.2.0a1] [spkg-install] In file included from /usr/include/python3.12/Python.h:12, [gmpy2-2.2.0a1] [spkg-install] from src/gmpy2.c:513: [gmpy2-2.2.0a1] [spkg-install] /usr/include/python3.12/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.12/pyconfig.h: No such file or directory [gmpy2-2.2.0a1] [spkg-install] 3 | # include <x86_64-linux-gnu/python3.12/pyconfig.h> [gmpy2-2.2.0a1] [spkg-install] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [gmpy2-2.2.0a1] [spkg-install] compilation terminated. [gmpy2-2.2.0a1] [spkg-install] error: command '/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc' failed with exit code 1 [gmpy2-2.2.0a1] [spkg-install] [gmpy2-2.2.0a1] [spkg-install] ERROR Backend subprocess exited when trying to invoke build_wheel [gmpy2-2.2.0a1] [spkg-install] Warning: building with "python3 -m build --wheel --outdir=dist ." failed. [gmpy2-2.2.0a1] [spkg-install] Retrying with "python3 -m build --wheel --outdir=dist --no-isolation --skip-dependency-check .". [gmpy2-2.2.0a1] [spkg-install] * Building wheel... [gmpy2-2.2.0a1] [spkg-install] running bdist_wheel [gmpy2-2.2.0a1] [spkg-install] running build [gmpy2-2.2.0a1] [spkg-install] running build_py [gmpy2-2.2.0a1] [spkg-install] copying gmpy2/__init__.py -> build/lib.linux-x86_64-cpython-312/gmpy2 [gmpy2-2.2.0a1] [spkg-install] running egg_info [gmpy2-2.2.0a1] [spkg-install] writing gmpy2.egg-info/PKG-INFO [gmpy2-2.2.0a1] [spkg-install] writing dependency_links to gmpy2.egg-info/dependency_links.txt [gmpy2-2.2.0a1] [spkg-install] writing requirements to gmpy2.egg-info/requires.txt [gmpy2-2.2.0a1] [spkg-install] writing top-level names to gmpy2.egg-info/top_level.txt [gmpy2-2.2.0a1] [spkg-install] reading manifest file 'gmpy2.egg-info/SOURCES.txt' [gmpy2-2.2.0a1] [spkg-install] reading manifest template 'MANIFEST.in' [gmpy2-2.2.0a1] [spkg-install] adding license file 'COPYING' [gmpy2-2.2.0a1] [spkg-install] adding license file 'COPYING.LESSER' [gmpy2-2.2.0a1] [spkg-install] writing manifest file 'gmpy2.egg-info/SOURCES.txt' [gmpy2-2.2.0a1] [spkg-install] copying gmpy2/__init__.pxd -> build/lib.linux-x86_64-cpython-312/gmpy2 [gmpy2-2.2.0a1] [spkg-install] copying gmpy2/gmpy2.h -> build/lib.linux-x86_64-cpython-312/gmpy2 [gmpy2-2.2.0a1] [spkg-install] copying gmpy2/gmpy2.pxd -> build/lib.linux-x86_64-cpython-312/gmpy2 [gmpy2-2.2.0a1] [spkg-install] running build_ext [gmpy2-2.2.0a1] [spkg-install] building 'gmpy2.gmpy2' extension [gmpy2-2.2.0a1] [spkg-install] /home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/ericles/miniconda3/include -fPIC -I./src -I/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/include -I/usr/include/python3.12 -c src/gmpy2.c -o build/temp.linux-x86_64-cpython-312/src/gmpy2.o -DSHARED=1 [gmpy2-2.2.0a1] [spkg-install] In file included from /usr/include/python3.12/Python.h:12, [gmpy2-2.2.0a1] [spkg-install] from src/gmpy2.c:513: [gmpy2-2.2.0a1] [spkg-install] /usr/include/python3.12/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.12/pyconfig.h: No such file or directory [gmpy2-2.2.0a1] [spkg-install] 3 | # include <x86_64-linux-gnu/python3.12/pyconfig.h> [gmpy2-2.2.0a1] [spkg-install] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [gmpy2-2.2.0a1] [spkg-install] compilation terminated. [gmpy2-2.2.0a1] [spkg-install] error: command '/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc' failed with exit code 1 [gmpy2-2.2.0a1] [spkg-install] [gmpy2-2.2.0a1] [spkg-install] ERROR Backend subprocess exited when trying to invoke build_wheel [gmpy2-2.2.0a1] [spkg-install] *********************************************************************************************************** [gmpy2-2.2.0a1] [spkg-install] Error building a wheel for gmpy2-2.2.0a1 [gmpy2-2.2.0a1] [spkg-install] *********************************************************************************************************** [gmpy2-2.2.0a1] ************************************************************************ [gmpy2-2.2.0a1] Error installing package gmpy2-2.2.0a1 [gmpy2-2.2.0a1] ************************************************************************ [gmpy2-2.2.0a1] Please email sage-devel (http://groups.google.com/group/sage-devel) [gmpy2-2.2.0a1] explaining the problem and including the log files [gmpy2-2.2.0a1] /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/logs/pkgs/gmpy2-2.2.0a1.log [gmpy2-2.2.0a1] and [gmpy2-2.2.0a1] /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/config.log [gmpy2-2.2.0a1] Describe your computer, operating system, etc. [gmpy2-2.2.0a1] If you want to try to fix the problem yourself, *don't* just cd to [gmpy2-2.2.0a1] /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/gmpy2-2.2.0a1 and type 'make' or whatever is appropriate. [gmpy2-2.2.0a1] Instead, the following commands setup all environment variables [gmpy2-2.2.0a1] correctly and load a subshell for you to debug the error: [gmpy2-2.2.0a1] (cd '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/gmpy2-2.2.0a1' && '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/sage' --buildsh) [gmpy2-2.2.0a1] When you are done debugging, you can type "exit" to leave the subshell. [gmpy2-2.2.0a1] ************************************************************************ make[4]: *** [Makefile:3426: gmpy2-SAGE_VENV-no-deps] Error 1 make[3]: *** [Makefile:3426: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed/gmpy2-2.2.0a1] Error 2 make[2]: *** [Makefile:3044: all-start] Error 2 make[2]: Leaving directory '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/build/make' *************************************************************** Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make all-start'): * package: gmpy2-2.2.0a1 last build time: Jan 5 15:54 log file: /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/logs/pkgs/gmpy2-2.2.0a1.log It is safe to delete any log files and build directories, but they contain information that is helpful for debugging build problems. WARNING: If you now run 'make' again, the build directory of the same version of the package will, by default, be deleted. Set the environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this. real 0m41.026s user 0m17.284s sys 0m3.905s
Attempting to download package gmpy2-2.2.0a1.tar.gz from mirrors https://github.com/sagemath/sage/releases/download/10.6/gmpy2-2.2.0a1.tar.gz [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.6/gmpy2-2.2.0a1.tar.gz' https://github.com/sagemath/sage/releases/download/10.5/gmpy2-2.2.0a1.tar.gz [......................................................................] Setting up build directory /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/gmpy2-2.2.0a1 No patch files found in ../patches Host system: Linux ericles-LOQ 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux C compiler: /home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc, Reading specs from /home/ericles/miniconda3/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/specs, could not find specs file conda.specs, COLLECT_GCC=/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc, COLLECT_LTO_WRAPPER=/home/ericles/miniconda3/bin/../libexec/gcc/x86_64-conda-linux-gnu/13.3.0/lto-wrapper, Target: x86_64-conda-linux-gnu, Configured with: ../configure --prefix=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho --with-slibdir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib --libdir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib --mandir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/man --build=x86_64-conda-linux-gnu --host=x86_64-conda-linux-gnu --target=x86_64-conda-linux-gnu --enable-languages=c,c++,fortran,objc,obj-c++ --enable-__cxa_atexit --disable-libmudflap --enable-libgomp --disable-libssp --enable-libquadmath --enable-libquadmath-support --enable-lto --enable-target-optspace --enable-plugin --enable-gold --disable-nls --disable-bootstrap --disable-multilib --enable-long-long --with-sysroot=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/x86_64-conda-linux-gnu/sysroot --with-build-sysroot=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/work/cf-compilers/x86_64-conda-linux-gnu/sysroot --with-native-system-header-dir=/usr/include --with-gxx-include-dir=/home/conda/feedstock_root/build_artifacts/gcc_compilers_1724798720716/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/gcc/x86_64-conda-linux-gnu/13.3.0/include/c++ --with-pkgversion='conda-forge gcc 13.3.0-1' --with-bugurl=https://github.com/conda-forge/ctng-compilers-feedstock/issues/new/choose --enable-libsanitizer --enable-default-pie --enable-threads=posix, Thread model: posix, Supported LTO compression algorithms: zlib, gcc version 13.3.0 (conda-forge gcc 13.3.0-1) No stamp file for package 'gmpy2' in /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/lib/sage/installed No spkg-legacy-uninstall script; nothing to do [spkg-install] Installing gmpy2-2.2.0a1 [spkg-install] * Creating isolated environment: venv+pip... [spkg-install] * Installing packages in isolated environment: [spkg-install] - setuptools>=61 [spkg-install] * Getting build dependencies for wheel... [spkg-install] running egg_info [spkg-install] writing gmpy2.egg-info/PKG-INFO [spkg-install] writing dependency_links to gmpy2.egg-info/dependency_links.txt [spkg-install] writing requirements to gmpy2.egg-info/requires.txt [spkg-install] writing top-level names to gmpy2.egg-info/top_level.txt [spkg-install] reading manifest file 'gmpy2.egg-info/SOURCES.txt' [spkg-install] reading manifest template 'MANIFEST.in' [spkg-install] adding license file 'COPYING' [spkg-install] adding license file 'COPYING.LESSER' [spkg-install] writing manifest file 'gmpy2.egg-info/SOURCES.txt' [spkg-install] * Building wheel... [spkg-install] running bdist_wheel [spkg-install] running build [spkg-install] running build_py [spkg-install] creating build [spkg-install] creating build/lib.linux-x86_64-cpython-312 [spkg-install] creating build/lib.linux-x86_64-cpython-312/gmpy2 [spkg-install] copying gmpy2/__init__.py -> build/lib.linux-x86_64-cpython-312/gmpy2 [spkg-install] running egg_info [spkg-install] writing gmpy2.egg-info/PKG-INFO [spkg-install] writing dependency_links to gmpy2.egg-info/dependency_links.txt [spkg-install] writing requirements to gmpy2.egg-info/requires.txt [spkg-install] writing top-level names to gmpy2.egg-info/top_level.txt [spkg-install] reading manifest file 'gmpy2.egg-info/SOURCES.txt' [spkg-install] reading manifest template 'MANIFEST.in' [spkg-install] adding license file 'COPYING' [spkg-install] adding license file 'COPYING.LESSER' [spkg-install] writing manifest file 'gmpy2.egg-info/SOURCES.txt' [spkg-install] copying gmpy2/__init__.pxd -> build/lib.linux-x86_64-cpython-312/gmpy2 [spkg-install] copying gmpy2/gmpy2.h -> build/lib.linux-x86_64-cpython-312/gmpy2 [spkg-install] copying gmpy2/gmpy2.pxd -> build/lib.linux-x86_64-cpython-312/gmpy2 [spkg-install] running build_ext [spkg-install] building 'gmpy2.gmpy2' extension [spkg-install] creating build/temp.linux-x86_64-cpython-312 [spkg-install] creating build/temp.linux-x86_64-cpython-312/src [spkg-install] /home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/ericles/miniconda3/include -fPIC -I./src -I/tmp/build-env-hufvrywn/include -I/usr/include/python3.12 -c src/gmpy2.c -o build/temp.linux-x86_64-cpython-312/src/gmpy2.o -DSHARED=1 [spkg-install] In file included from /usr/include/python3.12/Python.h:12, [spkg-install] from src/gmpy2.c:513: [spkg-install] /usr/include/python3.12/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.12/pyconfig.h: No such file or directory [spkg-install] 3 | # include <x86_64-linux-gnu/python3.12/pyconfig.h> [spkg-install] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [spkg-install] compilation terminated. [spkg-install] error: command '/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc' failed with exit code 1 [spkg-install] [spkg-install] ERROR Backend subprocess exited when trying to invoke build_wheel [spkg-install] Warning: building with "python3 -m build --wheel --outdir=dist ." failed. [spkg-install] Retrying with "python3 -m build --wheel --outdir=dist --no-isolation --skip-dependency-check .". [spkg-install] * Building wheel... [spkg-install] running bdist_wheel [spkg-install] running build [spkg-install] running build_py [spkg-install] copying gmpy2/__init__.py -> build/lib.linux-x86_64-cpython-312/gmpy2 [spkg-install] running egg_info [spkg-install] writing gmpy2.egg-info/PKG-INFO [spkg-install] writing dependency_links to gmpy2.egg-info/dependency_links.txt [spkg-install] writing requirements to gmpy2.egg-info/requires.txt [spkg-install] writing top-level names to gmpy2.egg-info/top_level.txt [spkg-install] reading manifest file 'gmpy2.egg-info/SOURCES.txt' [spkg-install] reading manifest template 'MANIFEST.in' [spkg-install] adding license file 'COPYING' [spkg-install] adding license file 'COPYING.LESSER' [spkg-install] writing manifest file 'gmpy2.egg-info/SOURCES.txt' [spkg-install] copying gmpy2/__init__.pxd -> build/lib.linux-x86_64-cpython-312/gmpy2 [spkg-install] copying gmpy2/gmpy2.h -> build/lib.linux-x86_64-cpython-312/gmpy2 [spkg-install] copying gmpy2/gmpy2.pxd -> build/lib.linux-x86_64-cpython-312/gmpy2 [spkg-install] running build_ext [spkg-install] building 'gmpy2.gmpy2' extension [spkg-install] /home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/ericles/miniconda3/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/ericles/miniconda3/include -fPIC -I./src -I/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/include -I/usr/include/python3.12 -c src/gmpy2.c -o build/temp.linux-x86_64-cpython-312/src/gmpy2.o -DSHARED=1 [spkg-install] In file included from /usr/include/python3.12/Python.h:12, [spkg-install] from src/gmpy2.c:513: [spkg-install] /usr/include/python3.12/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.12/pyconfig.h: No such file or directory [spkg-install] 3 | # include <x86_64-linux-gnu/python3.12/pyconfig.h> [spkg-install] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [spkg-install] compilation terminated. [spkg-install] error: command '/home/ericles/miniconda3/bin/x86_64-conda-linux-gnu-cc' failed with exit code 1 [spkg-install] [spkg-install] ERROR Backend subprocess exited when trying to invoke build_wheel [spkg-install] *********************************************************************************************************** [spkg-install] Error building a wheel for gmpy2-2.2.0a1 [spkg-install] *********************************************************************************************************** ************************************************************************ Error installing package gmpy2-2.2.0a1 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log files /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/logs/pkgs/gmpy2-2.2.0a1.log and /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/config.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/gmpy2-2.2.0a1 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/local/var/lib/sage/venv-python3.12/var/tmp/sage/build/gmpy2-2.2.0a1' && '/home/ericles/Documents/Aprendizado/Unicamp/Mestrado/Lattices/sage/sage/sage' --buildsh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************