test-runnerlib-job
completed- Job ID
019c2c32-7ba7-2d94-9403-7ca81a6b292e- Created
- 2026-02-05 05:07:11 UTC
- Updated
- 2026-02-05 05:07:11 UTC
- Duration
- 25s
- Source Ref
- main
- Source URL
- https://github.com/catalystcommunity/reactorcide.git
- Runner Image
10.16.0.1:5000/public/reactorcide/runnerbase:dev- Priority
- 0
- Queue
- reactorcide-jobs
Logs
2026-02-05T05:07:28.635843+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-05T05:07:28.636168+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/reactorcide.git ref=main
2026-02-05T05:07:28.636260+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/reactorcide.git ref=main target=/job/src
2026-02-05T05:07:29.718270+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-02-05T05:07:29.718850+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-02-05T05:07:29.725225+00:00 [INFO] [runnerlib] Registered plugin: k8s_tools
2026-02-05T05:07:29.725397+00:00 [INFO] [runnerlib] Loaded plugin from plugin_k8s_tools.py
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 138 100 138 0 0 1734 0 --:--:-- --:--:-- --:--:-- 1746
35 55.8M 35 20.0M 0 0 34.6M 0 0:00:01 --:--:-- 0:00:01 34.6M
100 55.8M 100 55.8M 0 0 52.1M 0 0:00:01 0:00:01 --:--:-- 72.9M
2026-02-05T05:07:28.636304+00:00 Cloning git repository: https://github.com/catalystcommunity/reactorcide.git
2026-02-05T05:07:29.672365+00:00 Checking out ref: main
2026-02-05T05:07:29.718387+00:00 Repository checked out to: /job/src
2026-02-05T05:07:29.718577+00:00 Found plugins in source: /job/src/.reactorcide/plugins
2026-02-05T05:07:29.725465+00:00 Loaded 1 plugins: k8s_tools
2026-02-05T05:07:29.734357+00:00 Installing helm...
2026-02-05T05:07:31.143976+00:00 Helm installed successfully
2026-02-05T05:07:31.144230+00:00 Installing kubectl...
2026-02-05T05:07:32.745067+00:00 Kubectl installed successfully
2026-02-05T05:07:32.745156+00:00 Executing job locally (no container)
2026-02-05T05:07:32.745175+00:00 Command:
echo '=== Runnerlib Test Job ==='
echo 'Timestamp:' $(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo 'Working directory:' $(pwd)
echo ''
echo 'Source checkout contents (top level):'
ls -la /job/ | head -20
echo ''
echo 'Python version:'
python --version
echo ''
echo 'Runnerlib installed:'
pip show runnerlib 2>/dev/null | head -3 || echo 'runnerlib not installed as package'
echo ''
echo 'Runnerlib test complete!'
2026-02-05T05:07:32.817171+00:00 === Runnerlib Test Job ===
2026-02-05T05:07:32.820138+00:00 Timestamp: 2026-02-05T05:07:32Z
2026-02-05T05:07:32.821075+00:00 Working directory: /job
2026-02-05T05:07:32.821111+00:00
2026-02-05T05:07:32.821127+00:00 Source checkout contents (top level):
2026-02-05T05:07:32.825739+00:00 total 12
2026-02-05T05:07:32.825800+00:00 drwxrwxrwx 3 root root 4096 Feb 5 05:07 .
2026-02-05T05:07:32.825830+00:00 drwxr-xr-x 1 root root 4096 Feb 5 05:07 ..
2026-02-05T05:07:32.825845+00:00 drwxr-xr-x 12 runner runner 4096 Feb 5 05:07 src
2026-02-05T05:07:32.825896+00:00
2026-02-05T05:07:32.825916+00:00 Python version:
2026-02-05T05:07:32.830097+00:00 Python 3.13.12
2026-02-05T05:07:32.830554+00:00
2026-02-05T05:07:32.830594+00:00 Runnerlib installed:
2026-02-05T05:07:34.158194+00:00 Name: runnerlib
2026-02-05T05:07:34.158240+00:00 Version: 0.1.0
2026-02-05T05:07:34.158258+00:00 Summary: Reactorcide job runner library
2026-02-05T05:07:34.197423+00:00
2026-02-05T05:07:34.197471+00:00 Runnerlib test complete!
2026-02-05T05:07:34.197646+00:00 ✓ Job completed successfully (exit code: 0)