Skip to content

tarball service crash #1059

@nuclearcat

Description

@nuclearcat
02/27/2025 01:13:28 PM UTC [INFO] Upload complete: ...
fatal: bad object ff1e8e39bcaa1e5be3e6c63886e5cdf184d681a6
02/27/2025 01:13:29 PM UTC [ERROR] Traceback (most recent call last):
  File "/home/kernelci/pipeline/src/base.py", line 70, in run
    status = self._run(context)
             ^^^^^^^^^^^^^^^^^^
  File "/home/kernelci/pipeline/./src/tarball.py", line 254, in _run
    commit_tags, commit_message, branch_tip = self._get_commit_info(
                                              ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kernelci/pipeline/./src/tarball.py", line 144, in _get_commit_info
    commit_message = kernelci.build.git_commit_message(
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/kernelci/build.py", line 257, in git_commit_message
    message = shell_cmd(cmd)
              ^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/kernelci/__init__.py", line 29, in shell_cmd
    return subprocess.check_output(cmd, shell=True).decode()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/subprocess.py", line 466, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '
set -e
cd /home/kernelci/data/src/linux
git show -s --format=%B ff1e8e39bcaa1e5be3e6c63886e5cdf184d681a6
' returned non-zero exit status 128.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions