[SOLVED] weekly-builds not updated

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
bgma1961
Posts: 107
Joined: Mon Apr 02, 2018 9:19 am

[SOLVED] weekly-builds not updated

Post by bgma1961 »

Hi,
It seems weekly-builds are not updated since 2023-02-16

FreeCAD_weekly-builds-31917-2023-02-16-conda-Windows-x86_64-py310.7z
FreeCAD_weekly-builds-31917-2023-02-19-conda-Windows-x86_64-py310.7z
FreeCAD_weekly-builds-31917-2023-02-23-conda-Windows-x86_64-py310.7z

/Best Regards BG
Last edited by bgma1961 on Thu Mar 23, 2023 8:50 pm, edited 1 time in total.
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: weekly-builds not updated

Post by adrianinsaval »

@looo it looks like the conda build is failing to upload all the packages: https://dev.azure.com/sppedflyer/feedst ... ew=results maybe an expired token or something like that?
bgma1961
Posts: 107
Joined: Mon Apr 02, 2018 9:19 am

Re: weekly-builds not updated

Post by bgma1961 »

adrianinsaval wrote: Fri Feb 24, 2023 2:40 am @looo it looks like the conda build is failing to upload all the packages: https://dev.azure.com/sppedflyer/feedst ... ew=results maybe an expired token or something like that?
Still not updated
FreeCAD_weekly-builds-31917-2023-02-26-conda-Windows-x86_64-py310.7z
User avatar
jonasb
Posts: 162
Joined: Tue Dec 22, 2020 7:57 pm

Re: weekly-builds not updated

Post by jonasb »

adrianinsaval wrote: Fri Feb 24, 2023 2:40 am @looo it looks like the conda build is failing to upload all the packages: https://dev.azure.com/sppedflyer/feedst ... ew=results maybe an expired token or something like that?
Looks rather like some quota is exceeded:
https://dev.azure.com/sppedflyer/feedstock-builds/_build/results?buildId=665&view=logs&j=9c5ef928-2cd6-52e5-dbe6-9d173a7d951b&t=20c71c51-4b27-578b-485d-06ade2de1d00&l=35066 wrote: ...
Traceback (most recent call last):
File "/Users/runner/miniforge3/bin/anaconda", line 10, in <module>
sys.exit(main())
File "/Users/runner/miniforge3/lib/python3.10/site-packages/binstar_client/scripts/cli.py", line 158, in main
binstar_main(command_module, args, exit,
File "/Users/runner/miniforge3/lib/python3.10/site-packages/binstar_client/scripts/cli.py", line 138, in binstar_main
return args.main(args)
File "/Users/runner/miniforge3/lib/python3.10/site-packages/binstar_client/commands/upload.py", line 315, in main
package_info = upload_package(
File "/Users/runner/miniforge3/lib/python3.10/site-packages/binstar_client/commands/upload.py", line 243, in upload_package
upload_info = aserver_api.upload(username, package_name, version, file_attrs['basename'], fd,
File "/Users/runner/miniforge3/lib/python3.10/site-packages/binstar_client/__init__.py", line 572, in upload
self._check_response(res)
File "/Users/runner/miniforge3/lib/python3.10/site-packages/binstar_client/__init__.py", line 227, in _check_response
raise ErrCls(msg, res.status_code)
binstar_client.errors.BinstarError: ('Storage requirements exceeded (3221225472 bytes). Payment is required to add a file. Please go to https://anaconda.org/binstar.settings/billing to update your plan', 402)
Failed to upload due to Command '['anaconda', '--quiet', '--show-traceback', '-t', '/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmplz9ox66t/binstar.token', 'upload', '/Users/runner/miniforge3/conda-bld/osx-64/freecad-0.21.pre-py310hb68df51_86.conda', '--user=freecad', '--channel=dev']' returned non-zero exit status 1.. Trying again in 10 seconds
Using BINSTAR_TOKEN for anaconda.org uploads to freecad.
INFO:binstar:Using Anaconda API: https://api.anaconda.org
...
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: weekly-builds not updated

Post by adrianinsaval »

Ah makes sense, should the FPA pay for this? can older versions be removed to make space or something like that? how much do we need? Do you have info @looo ?
bgma1961
Posts: 107
Joined: Mon Apr 02, 2018 9:19 am

Re: weekly-builds not updated

Post by bgma1961 »

adrianinsaval wrote: Sun Feb 26, 2023 5:57 pm Ah makes sense, should the FPA pay for this? can older versions be removed to make space or something like that? how much do we need? Do you have info @looo ?
Maybe its time to retire windows-x86_64-py38.7z as there is WO that works, been using it for quite some time now.
If that helps!
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: weekly-builds not updated

Post by adrianinsaval »

what is WO?
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: weekly-builds not updated

Post by GeneFC »

adrianinsaval wrote: Mon Feb 27, 2023 12:34 am what is WO?
I suspect "work around".

I have been using that as well, and I have seen zero problems with Python 3.10. (I use Windows 7, 10 and 11 somewhat interchangeably, depending which computer is convenient.)

Gene
bgma1961
Posts: 107
Joined: Mon Apr 02, 2018 9:19 am

Re: weekly-builds not updated

Post by bgma1961 »

GeneFC wrote: Mon Feb 27, 2023 12:53 am
adrianinsaval wrote: Mon Feb 27, 2023 12:34 am what is WO?
I suspect "work around".

I have been using that as well, and I have seen zero problems with Python 3.10. (I use Windows 7, 10 and 11 somewhat interchangeably, depending which computer is convenient.)

Gene
stumble on the keyboard...
work around is correct
bgma1961
Posts: 107
Joined: Mon Apr 02, 2018 9:19 am

Re: weekly-builds not updated

Post by bgma1961 »

bgma1961 wrote: Sun Feb 26, 2023 1:21 pm
adrianinsaval wrote: Fri Feb 24, 2023 2:40 am @looo it looks like the conda build is failing to upload all the packages: https://dev.azure.com/sppedflyer/feedst ... ew=results maybe an expired token or something like that?
Still not updated
FreeCAD_weekly-builds-31917-2023-02-26-conda-Windows-x86_64-py310.7z
Still no update:
FreeCAD_weekly-builds-31917-2023-03-02-conda-Windows-x86_64-py310.7z
Post Reply