pr-merge-workflow
failed- Job ID
019c544b-403e-416e-daaa-ecdbdb37fda0- Created
- 2026-02-12 23:59:03 UTC
- Updated
- 2026-02-12 23:59:03 UTC
- Duration
- 15s
- Source Ref
- 4902b46deaf3029338fcde7f36935b51bba568a9
- Source URL
- https://github.com/todpunk/tnl-site.git
- Runner Image
10.16.0.1:5000/public/reactorcide/runnerbase:dev- Priority
- 0
- Queue
- reactorcide-jobs
Logs
2026-02-12T23:59:19.477233+00:00 ⚠️ Configuration warnings:
• runner_image: Using 'latest' tag or no tag specified
💡 Consider using a specific version tag for reproducible builds
✅ Configuration is valid (with warnings)
2026-02-12T23:59:19.477658+00:00 [INFO] [runnerlib] Preparing CI source type=git url=[REDACTED] ref=[REDACTED]
2026-02-12T23:59:19.477821+00:00 [INFO] [runnerlib] Preparing git source url=https://[REDACTED].com/[REDACTED].git ref=[REDACTED] target=/job/ci
2026-02-12T23:59:23.684643+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-02-12T23:59:23.685224+00:00 [INFO] [runnerlib] Preparing source type=git url=https://[REDACTED].com/[REDACTED].git ref=[REDACTED]
2026-02-12T23:59:23.685352+00:00 [INFO] [runnerlib] Preparing git source url=[REDACTED] ref=[REDACTED] target=/job/src
2026-02-12T23:59:27.154554+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-02-12T23:59:27.155271+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-02-12T23:59:29.971917+00:00 ✗ Job failed with exit code: 1
2026-02-12T23:59:19.477754+00:00 🔐 Preparing trusted CI source (type: git)
2026-02-12T23:59:19.477888+00:00 Cloning git repository: https://[REDACTED].com/[REDACTED].git
2026-02-12T23:59:22.888495+00:00 Checking out ref: [REDACTED]
2026-02-12T23:59:23.684581+00:00 Fetched and checked out ref: [REDACTED]
2026-02-12T23:59:23.684736+00:00 Repository checked out to: /job/ci
2026-02-12T23:59:23.685443+00:00 Cloning git repository: https://[REDACTED].com/[REDACTED].git
2026-02-12T23:59:26.348443+00:00 Checking out ref: [REDACTED]
2026-02-12T23:59:27.154478+00:00 Fetched and checked out ref: [REDACTED]
2026-02-12T23:59:27.154651+00:00 Repository checked out to: /job/src
2026-02-12T23:59:27.155380+00:00 Executing job locally (no container)
2026-02-12T23:59:27.155405+00:00 Command: python3 /job/src/.reactorcide/jobs/scripts/pr-merge-workflow.py
2026-02-12T23:59:29.925059+00:00 Warning: workflow module not available, running in standalone mode
2026-02-12T23:59:29.925150+00:00 ============================================================
2026-02-12T23:59:29.925188+00:00 TNL Site PR Merge Workflow
2026-02-12T23:59:29.925215+00:00 ============================================================
2026-02-12T23:59:29.925240+00:00 Working directory: /job/src
2026-02-12T23:59:29.925265+00:00 Running: git config --global user.name [REDACTED]
2026-02-12T23:59:29.925290+00:00 Running: git config --global user.email [REDACTED]
2026-02-12T23:59:29.925353+00:00 Running: git remote set-url origin https://x-access-token:[REDACTED]@[REDACTED].com/[REDACTED].git
2026-02-12T23:59:29.925389+00:00 Running: git fetch --unshallow
2026-02-12T23:59:29.925411+00:00 Running: git fetch --tags
2026-02-12T23:59:29.925434+00:00 Downloading semver-tags...
2026-02-12T23:59:29.925456+00:00
2026-02-12T23:59:29.925482+00:00 Checking for releasable changes...
2026-02-12T23:59:29.925507+00:00 Running: ./semver-tags run --output_json
2026-02-12T23:59:29.925530+00:00
2026-02-12T23:59:29.925555+00:00 New version: 0.15.1
2026-02-12T23:59:29.925581+00:00 Updating content/extra_files/VERSION.txt to 0.15.1
2026-02-12T23:59:29.925608+00:00 Running: git add content/extra_files/VERSION.txt
2026-02-12T23:59:29.925634+00:00 Running: git commit -m ci: adding version v0.15.1 to content/extra_files/VERSION.txt
2026-02-12T23:59:29.925659+00:00 Running: git push
2026-02-12T23:59:29.940012+00:00 Traceback (most recent call last):
2026-02-12T23:59:29.951867+00:00 File "/job/src/.reactorcide/jobs/scripts/pr-merge-workflow.py", line 184, in <module>
2026-02-12T23:59:29.951925+00:00 sys.exit([REDACTED]())
2026-02-12T23:59:29.951944+00:00 ~~~~^^
2026-02-12T23:59:29.951957+00:00 File "/job/src/.reactorcide/jobs/scripts/pr-merge-workflow.py", line 171, in [REDACTED]
2026-02-12T23:59:29.951970+00:00 commit_and_push(new_version)
2026-02-12T23:59:29.951982+00:00 ~~~~~~~~~~~~~~~^^^^^^^^^^^^^
2026-02-12T23:59:29.951995+00:00 File "/job/src/.reactorcide/jobs/scripts/pr-merge-workflow.py", line 112, in commit_and_push
2026-02-12T23:59:29.952008+00:00 run_command(["git", "push"])
2026-02-12T23:59:29.952045+00:00 ~~~~~~~~~~~^^^^^^^^^^^^^^^^^
2026-02-12T23:59:29.952099+00:00 File "/job/src/.reactorcide/jobs/scripts/pr-merge-workflow.py", line 31, in run_command
2026-02-12T23:59:29.952116+00:00 return subprocess.run(
2026-02-12T23:59:29.952129+00:00 ~~~~~~~~~~~~~~^
2026-02-12T23:59:29.952140+00:00 cmd,
2026-02-12T23:59:29.952152+00:00 ^^^^
2026-02-12T23:59:29.952164+00:00 ...<2 lines>...
2026-02-12T23:59:29.952177+00:00 text=True
2026-02-12T23:59:29.952189+00:00 ^^^^^^^^^
2026-02-12T23:59:29.952201+00:00 )
2026-02-12T23:59:29.952213+00:00 ^
2026-02-12T23:59:29.952225+00:00 File "/usr/local/lib/python3.13/subprocess.py", line 577, in run
2026-02-12T23:59:29.952237+00:00 raise CalledProcessError(retcode, process.args,
2026-02-12T23:59:29.952249+00:00 output=stdout, stderr=stderr)
2026-02-12T23:59:29.952262+00:00 subprocess.CalledProcessError: Command '['git', 'push']' returned non-zero exit status 128.