sbp opened a new issue, #278:
URL: https://github.com/apache/tooling-trusted-releases/issues/278

   @hboutemy reports a submission problem:
   
   > at distribute step, can define the path in distribution area = /pom
   >
   > as of Nov 3, this last step causes a error 500: release is done, as 
visible in https://release-test.apache.org/releases/finished/maven-parent, but 
not in the download area https://release-test.apache.org/downloads/maven/pom/
   
   And this is probably correlated with the following log traceback:
   
   ```
   ERROR    [ 2025-11-03 13:43:07.490 ] 9                             
server.py:398
            <atr.server.handle_any_exception> Unhandled exception
            Traceback (most recent call last):
              File
            "/opt/atr/.venv/lib/python3.13/site-packages/quart/app.py
            ", line 1500, in full_dispatch_request
                result = await self.dispatch_request(request_context)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
              File
            "/opt/atr/.venv/lib/python3.13/site-packages/quart/app.py
            ", line 1597, in dispatch_request
                return await
            self.ensure_async(handler)(**request_.view_args)  # type:
            ignore[return-value]
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            ^^^^^^^^
              File
            "/opt/atr/.venv/lib/python3.13/site-packages/asfquart/aut
            h.py", line 143, in require_wrapper
                return await func(*args, **kwargs)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
              File "/opt/atr/atr/blueprints/post.py", line 52, in
            wrapper
                response = await func(enhanced_session, *args,
            **kwargs)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            ^^^
              File "/opt/atr/atr/post/announce.py", line 78, in
            selected
                await wacm.announce.release(
                ...<9 lines>...
                )
              File "/opt/atr/atr/storage/writers/announce.py", line
            213, in release
                await self.__hard_link_downloads(
                ...<4 lines>...
                )
              File "/opt/atr/atr/storage/writers/announce.py", line
            235, in __hard_link_downloads
                await util.create_hard_link_clone(
                ...<5 lines>...
                )
              File "/opt/atr/atr/util.py", line 229, in
            create_hard_link_clone
                await _create_hard_link_clone_checks(source_dir,
            dest_dir, do_not_create_dest_dir, exist_ok, dry_run)
              File "/opt/atr/atr/util.py", line 1015, in
            _create_hard_link_clone_checks
                await aiofiles.os.makedirs(dest_dir,
            exist_ok=exist_ok)
              File
            "/opt/atr/.venv/lib/python3.13/site-packages/aiofiles/osp
            ath.py", line 14, in run
                return await loop.run_in_executor(executor, pfunc)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
              File
            "/usr/local/lib/python3.13/concurrent/futures/thread.py",
            line 59, in run
                result = self.fn(*self.args, **self.kwargs)
              File "<frozen os>", line 228, in makedirs
            FileExistsError: [Errno 17] File exists:
            '/opt/atr/state/downloads/maven/pom'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to