ResultFAILURE
Tests 0 failed / 0 succeeded
Started2025-05-22 13:23
Elapsed3m53s
Revision12fbefd179539b9fdd84dfeb8b0393738ee2dac8
Refs 1334

No Test Failures!


Error lines from build-log.txt

... skipping 746 lines ...
+ resource_to_wait_for["$testname/${version}"]='ansible-runner-0-3|13h26:57'
+ local cnt=0
+ local all_status=
+ local reason=
+ local maxloop=60
+ set +x
FAILED: ansible-runner/0-3 task has failed to comeback properly
NAME                              SHORTNAMES                             APIVERSION                             NAMESPACED   KIND
bindings                                                                 v1                                     true         Binding
componentstatuses                 cs                                     v1                                     false        ComponentStatus
configmaps                        cm                                     v1                                     true         ConfigMap
endpoints                         ep                                     v1                                     true         Endpoints
events                            ev                                     v1                                     true         Event
... skipping 122 lines ...
  status:
    artifacts: {}
    completionTime: "2025-05-22T13:27:34Z"
    conditions:
    - lastTransitionTime: "2025-05-22T13:27:34Z"
      message: '"step-run-playbook" exited with code 4'
      reason: Failed
      status: "False"
      type: Succeeded
    podName: ansibler-runner-pipeline-run-ansible-runner-run-pod
    provenance:
      featureFlags:
        awaitSidecarReadiness: true
... skipping 21 lines ...
      imageID: ghcr.io/ansible/community-ansible-dev-tools@sha256:eeef5223272875cf73137ecbff90572c2e3eccc98f35d971e942dbbc48bf5f66
      name: run-playbook
      terminated:
        containerID: containerd://523a39517abda9ae6eaa940fe815ea7517ff8ef5e75dccd66149a90bc63d459a
        exitCode: 4
        finishedAt: "2025-05-22T13:27:33Z"
        reason: Error
        startedAt: "2025-05-22T13:27:32Z"
      terminationReason: Error
    taskSpec:
      description: Task to run Ansible playbooks using Ansible Runner
      params:
      - default: .
        description: The project directory under the workspace runner-dir
        name: project-dir
... skipping 768 lines ...
      kind: TaskRun
      name: ansibler-runner-pipeline-run-ansible-runner-run
      pipelineTaskName: ansible-runner-run
    completionTime: "2025-05-22T13:27:34Z"
    conditions:
    - lastTransitionTime: "2025-05-22T13:27:34Z"
      message: 'Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0'
      reason: Failed
      status: "False"
      type: Succeeded
    pipelineSpec:
      tasks:
      - name: fetch-repository
        params:
... skipping 96 lines ...
--- StepAction Dump
--- Container Logs
----POD_NAME: pod/ansibler-runner-pipeline-run-ansible-runner-run-pod---
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that
the implicit localhost does not match 'all'
ERROR! couldn't resolve module/action 'kubernetes.core.k8s_info'. This often indicates a misspelling, missing collection, or incorrect module path.

The error appears to be in '/workspace/runner-dir/task/ansible-runner/0.3/tests/tektoncd-ansible-runner-example/kubernetes/list-pods.yml': line 6, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  tasks:
    - name: List Pods in namespace
... skipping 43 lines ...