Uploaded image for project: 'Project Quay'
  1. Project Quay
  2. PROJQUAY-3795

Configured OCI runtime CNI initialization failed in quay-quay-builder-rhel8:v3.7.0-20

    XMLWordPrintable

Details

    • 0

    Description

      Description of problem:

      The latest build image quay-quay-builder-rhel8:v3.7.0-20  has below problem when start

       

      $ oc get all  -n  virtual-builds 
      NAME                                                   READY   STATUS              RESTARTS   AGE
      pod/9a98d522-57d3-4d2d-b3c8-0bfe638119c7-tpc6g-x6zr5   0/1     Error               0          31m
      NAME                                                   COMPLETIONS   DURATION   AGE
      job.batch/9a98d522-57d3-4d2d-b3c8-0bfe638119c7-tpc6g   0/1           31m        31m
      

       

       

      $ oc logs  9a98d522-57d3-4d2d-b3c8-0bfe638119c7-tpc6g-x6zr5    -n  virtual-builds
      .........
      time="2022-05-12T09:16:30Z" level=debug msg="Using volume path /home/podman/.local/share/containers/storage/volumes"
      time="2022-05-12T09:16:30Z" level=debug msg="Cached value indicated that overlay is not supported"
      time="2022-05-12T09:16:30Z" level=debug msg="Set libpod namespace to \"\""
      time="2022-05-12T09:16:30Z" level=debug msg="[graphdriver] trying provided driver \"vfs\""
      time="2022-05-12T09:16:30Z" level=debug msg="Initializing event backend file"
      time="2022-05-12T09:16:30Z" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument"
      time="2022-05-12T09:16:30Z" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument"
      time="2022-05-12T09:16:30Z" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument"
      time="2022-05-12T09:16:30Z" level=debug msg="Using OCI runtime \"/usr/bin/crun\""
      Error: error opening "/home/podman/.config/cni/net.d/cni.lock": creating locker directory: mkdir /home/podman/.config/cni: permission denied
      time="2022-05-12T09:16:30Z" level=debug msg="Failed to add pause process to systemd sandbox cgroup: exec: \"dbus-launch\": executable file not found in $PATH"
      [INFO]: Waiting for podman to start. Checking again in 3s...
      [INFO]: Waiting for podman to start. Checking again in 3s...
      [INFO]: Waiting for podman to start. Checking again in 3s...
      [INFO]: Waiting for podman to start. Checking again in 3s...
      [ERROR]: podman socket not found, exiting
      

      Additional info:

      The image quay-quay-builder-rhel8:v3.7.0-19 works well.

       

       # skopeo inspect --raw --tls-verify=false   --creds="..":".."  docker://brew.registryredhat.io/rh-osbs/quay-quay-builder-rhel8:v3.7.0-20
      {
          "manifests": [
              {
                  "digest": "sha256:f9292cff52a9a852670fda73503b18a8c477ff31e35759056bf26251005299bb",
                  "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
                  "platform": {
                      "architecture": "amd64",
                      "os": "linux"
                  },
                  "size": 1161
              }
          ],
          "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
          "schemaVersion": 2
      }
       
      # skopeo inspect --raw --tls-verify=false  --creds="..":".."  docker://brew.registryredhat.io/rh-osbs/quay-quay-builder-rhel8:v3.7.0-19
      {
          "manifests": [
              {
                  "digest": "sha256:d085e03fea2c56e4afc672b2f5e3702b546cad70797b8a69d5a9f6984fbbed12",
                  "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
                  "platform": {
                      "architecture": "amd64",
                      "os": "linux"
                  },
                  "size": 1161
              }
          ],
          "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
          "schemaVersion": 2
      }
      
      # skopeo inspect --raw --tls-verify=false  --creds="" docker://brew.registryredhat.io/rh-osbs/quay-quay-builder-rhel8:v3.7.0
      {
          "manifests": [
              {
                  "digest": "sha256:f9292cff52a9a852670fda73503b18a8c477ff31e35759056bf26251005299bb",
                  "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
                  "platform": {
                      "architecture": "amd64",
                      "os": "linux"
                  },
                  "size": 1161
              }
          ],
          "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
          "schemaVersion": 2
      }
      
      

       

      Attachments

        Activity

          People

            bcaton@redhat.com Brandon Caton
            rhwhu Weihua Hu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: