Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Update openSUSE docker builds #286

Merged
merged 2 commits into from
Aug 25, 2023
Merged

CI: Update openSUSE docker builds #286

merged 2 commits into from
Aug 25, 2023

Conversation

vt-alt
Copy link
Contributor

@vt-alt vt-alt commented Aug 25, 2023

Description

opensuse/tumbleweed requires awk and docker hub images are deprecated.

How Has This Been Tested?

On my fork.

This now requires gawk installed.

Error message:

  make -C /lib/modules/6.4.11-1-default/build M=/__w/lkrg/lkrg modules
  /bin/sh: line 1: awk: command not found
  make[2]: *** [/usr/src/linux-6.4.11-1/scripts/Makefile.build:262: /__w/lkrg/lkrg/lkrg.mod] Error 127
  make[2]: *** Deleting file '/__w/lkrg/lkrg/lkrg.mod'
  make[2]: *** Waiting for unfinished jobs....
    CC [M]  /__w/lkrg/lkrg/src/modules/ksyms/p_resolve_ksym.o
  /usr/src/linux-6.4.11-1/scripts/check-local-export: line 25: awk: command not found
  /usr/src/linux-6.4.11-1/scripts/check-local-export: nm failed
  make[2]: *** [/usr/src/linux-6.4.11-1/scripts/Makefile.build:253: /__w/lkrg/lkrg/src/modules/ksyms/p_resolve_ksym.o] Error 143
  make[2]: *** Deleting file '/__w/lkrg/lkrg/src/modules/ksyms/p_resolve_ksym.o'
  make[1]: *** [../../../linux-6.4.11-1/Makefile:2049: /__w/lkrg/lkrg] Error 2
  make: *** [Makefile:100: all] Error 2

Signed-off-by: Vitaly Chikunov <[email protected]>
Message on https://hub.docker.com/_/opensuse/

  DEPRECATION NOTICE
  These images were removed in favor of the opensuse/leap and
  opensuse/tumbleweed images provided and maintained by the openSUSE
  Project release team.

Signed-off-by: Vitaly Chikunov <[email protected]>
@vt-alt
Copy link
Contributor Author

vt-alt commented Aug 25, 2023

I think this mkosi boot error is transient network problem. (Happened today with other builds to me).

@solardiz solardiz merged commit 1ab0d2e into lkrg-org:main Aug 25, 2023
19 of 20 checks passed
@solardiz
Copy link
Contributor

I merged this, but then it failed for leap without a clear reason: https://github.com/lkrg-org/lkrg/actions/runs/5978925062/job/16221967396

@solardiz
Copy link
Contributor

I merged this, but then it failed for leap without a clear reason

Re-running this one job has succeeded. So I think we're fine.

@vt-alt
Copy link
Contributor Author

vt-alt commented Aug 25, 2023

I merged this, but then it failed for leap without a clear reason: https://github.com/lkrg-org/lkrg/actions/runs/5978925062/job/16221967396
(Logging error here because GA deleting old actions logs.)

Retrieving repository 'Update repository of openSUSE Backports' metadata [.......error]
Repository 'Update repository of openSUSE Backports' is invalid.
[repo-backports-update|http://download.opensuse.org/update/leap/1[5](https://github.com/lkrg-org/lkrg/actions/runs/5978925062/job/16221967396#step:5:6).5/backports/] Valid metadata not found at specified URL
History:
 - File './repodata/8039715[6](https://github.com/lkrg-org/lkrg/actions/runs/5978925062/job/16221967396#step:5:7)e1519[7](https://github.com/lkrg-org/lkrg/actions/runs/5978925062/job/16221967396#step:5:8)55423e995225b346c2c7a19a92e9d[8](https://github.com/lkrg-org/lkrg/actions/runs/5978925062/job/16221967396#step:5:9)ea9dfcb8b72a1605cd60-deltainfo.xml.gz' not found on medium 'http://download.opensuse.org/update/leap/15.5/backports/'
 - Can't provide ./repodata/803[9](https://github.com/lkrg-org/lkrg/actions/runs/5978925062/job/16221967396#step:5:10)7156e1519755423e995225b346c2c7a19a92e9d8ea9dfcb8b72a1605cd60-deltainfo.xml.gz

Please check if the URIs defined for this repository are pointing to a valid repository.

I saw similar error on another opensuse build toady I think this is part of some network problems.

@vt-alt vt-alt deleted the opensuse branch April 19, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants