STX-Openstack Build: stx-nova fails to compile

Bug #2017592 reported by Lucas de Ataides Barreto
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
StarlingX
Fix Released
Critical
Lucas de Ataides Barreto

Bug Description

Brief Description
-----------------
The image stx-nova fails to compile. It tries to clone a repo from github that seesm to have disappeared: https://github.com/freedesktop/spice-html5.git

Severity
--------
Critical: System/Feature is not usable due to the defect

Steps to Reproduce
------------------
Build packages, wheels and the base images
Build stx-nova

Expected Behavior
------------------
Build succeeds

Actual Behavior
----------------
Build fails

Reproducibility
---------------
100% reproducible

System Configuration
--------------------
N/A

Branch/Pull Time/Commit
-----------------------
stx/master 2023-04-23 - https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230423T060000Z/

Last Pass
---------
stx/master 2023-04-20 - https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230420T060000Z/

Timestamp/Logs
--------------
https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20230423T060000Z/logs/by-build-number/build-docker-images-191.log.txt

[2023-04-23T18:12:07.357Z] + git clone -b spice-html5-0.1.6 --depth 1 https://github.com/freedesktop/spice-html5.git /usr/share/spice-html5
[2023-04-23T18:12:07.357Z] Cloning into '/usr/share/spice-html5'...
[2023-04-23T18:12:07.607Z] fatal: could not read Username for 'https://github.com': No such device or address
[2023-04-23T18:12:07.857Z] The command '/bin/sh -c /opt/loci/stx-scripts/install.sh' returned a non-zero code: 128

Test Activity
-------------
N/A

Workaround
----------
N/A

Changed in starlingx:
assignee: nobody → Lucas de Ataides Barreto (ldeataid)
Revision history for this message
Lucas de Ataides Barreto (ldeataid) wrote :

A change is being made to the Openstack repos to change this repo: https://review.opendev.org/c/openstack/openstack-ansible/+/881336
The same must be done for starlingx/root

Changed in starlingx:
status: New → In Progress
Revision history for this message
Davlet Panech (dpanech) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to root (master)

Fix proposed to branch: master
Review: https://review.opendev.org/c/starlingx/root/+/881484

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.opendev.org/c/starlingx/root/+/881488

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on root (master)

Change abandoned by "Lucas de Ataides Barreto <email address hidden>" on branch: master
Review: https://review.opendev.org/c/starlingx/root/+/881484
Reason: Going to be tracked by https://review.opendev.org/c/starlingx/root/+/881488

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to root (master)

Reviewed: https://review.opendev.org/c/starlingx/root/+/881488
Committed: https://opendev.org/starlingx/root/commit/7af589cf440098fe1ed57aa646f7094305f72afb
Submitter: "Zuul (22348)"
Branch: master

commit 7af589cf440098fe1ed57aa646f7094305f72afb
Author: Davlet Panech <email address hidden>
Date: Tue Apr 25 15:49:05 2023 +0000

    docker-images: update default spice-html5 git URL

    The original URL has been removed from github:

      https://github.com/freedesktop/spice-html5.git

    Replace it with a mirror:

      https://gitlab.freedesktop.org/spice/spice-html5

    See also: https://review.opendev.org/c/openstack/openstack-ansible/+/881336

    TESTS
    ==================================

    Build stx-nova images

    Closes-Bug: 2017592
    Signed-off-by: Davlet Panech <email address hidden>
    Change-Id: I15fa71e9ca607e9b03f92ba4926562a67a528cef

Changed in starlingx:
status: In Progress → Fix Released
Revision history for this message
Ghada Khalil (gkhalil) wrote :

@Lucas, Based on the community call, we believe the same change will be needed for the release branches: r/stx.6.0, r/stx.7.0, r/stx.8.0. Please inspect the source code for these branches and update if applicable.

Changed in starlingx:
importance: Undecided → Critical
tags: added: stx.8.0
tags: added: stx.9.0
removed: stx.8.0
tags: added: stx.7.0 stx.8.0
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to root (r/stx.8.0)

Fix proposed to branch: r/stx.8.0
Review: https://review.opendev.org/c/starlingx/root/+/881440

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to root (r/stx.7.0)

Fix proposed to branch: r/stx.7.0
Review: https://review.opendev.org/c/starlingx/root/+/881441

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to root (r/stx.7.0)

Reviewed: https://review.opendev.org/c/starlingx/root/+/881441
Committed: https://opendev.org/starlingx/root/commit/2b492d7b9ed688ebec751d840371e7697d35541c
Submitter: "Zuul (22348)"
Branch: r/stx.7.0

commit 2b492d7b9ed688ebec751d840371e7697d35541c
Author: Davlet Panech <email address hidden>
Date: Tue Apr 25 15:49:05 2023 +0000

    docker-images: update default spice-html5 git URL

    The original URL has been removed from github:

      https://github.com/freedesktop/spice-html5.git

    Replace it with a mirror:

      https://gitlab.freedesktop.org/spice/spice-html5

    See also: https://review.opendev.org/c/openstack/openstack-ansible/+/881336

    TESTS
    ==================================

    Build stx-nova images

    Closes-Bug: 2017592
    Signed-off-by: Davlet Panech <email address hidden>
    Change-Id: I15fa71e9ca607e9b03f92ba4926562a67a528cef
    (cherry picked from commit 7af589cf440098fe1ed57aa646f7094305f72afb)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to root (r/stx.8.0)

Reviewed: https://review.opendev.org/c/starlingx/root/+/881440
Committed: https://opendev.org/starlingx/root/commit/af136024e7c249f47644e70c235a87b1de19af16
Submitter: "Zuul (22348)"
Branch: r/stx.8.0

commit af136024e7c249f47644e70c235a87b1de19af16
Author: Davlet Panech <email address hidden>
Date: Tue Apr 25 15:49:05 2023 +0000

    docker-images: update default spice-html5 git URL

    The original URL has been removed from github:

      https://github.com/freedesktop/spice-html5.git

    Replace it with a mirror:

      https://gitlab.freedesktop.org/spice/spice-html5

    See also: https://review.opendev.org/c/openstack/openstack-ansible/+/881336

    TESTS
    ==================================

    Build stx-nova images

    Closes-Bug: 2017592
    Signed-off-by: Davlet Panech <email address hidden>
    Change-Id: I15fa71e9ca607e9b03f92ba4926562a67a528cef
    (cherry picked from commit 7af589cf440098fe1ed57aa646f7094305f72afb)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.