[opensuse-buildservice] openSUSE Factory x86 build
Hello, I am running private OBS instance and all i586 builds for Factory are failed with the following log: package build was not possible: no compliant workers (constraints mismatch hint: hardware:cpu) Please adapt your constraints. At the same time, there is no constraints in the packages. I have x86_64 workers, and other distros are fine. How could I fix it? -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Sep 12 2018, "Matwey V. Kornilov" <matwey.kornilov@gmail.com> wrote:
I am running private OBS instance and all i586 builds for Factory are failed with the following log:
package build was not possible:
no compliant workers (constraints mismatch hint: hardware:cpu)
Please adapt your constraints.
At the same time, there is no constraints in the packages. I have x86_64 workers, and other distros are fine. How could I fix it?
Your workers need to have the ssbd cpu flag. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
чт, 13 сент. 2018 г. в 0:03, Andreas Schwab <schwab@linux-m68k.org>:
On Sep 12 2018, "Matwey V. Kornilov" <matwey.kornilov@gmail.com> wrote:
I am running private OBS instance and all i586 builds for Factory are failed with the following log:
package build was not possible:
no compliant workers (constraints mismatch hint: hardware:cpu)
Please adapt your constraints.
At the same time, there is no constraints in the packages. I have x86_64 workers, and other distros are fine. How could I fix it?
Your workers need to have the ssbd cpu flag.
There is no ssbd flag, indeed. I suppose I need to ask to patch the cluster. Thank you. How do you know it? I would like to learn how to check this instead of constantly asking at the maillist.
Andreas.
-- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."
-- With best regards, Matwey V. Kornilov -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Sep 13 2018, "Matwey V. Kornilov" <matwey.kornilov@gmail.com> wrote:
There is no ssbd flag, indeed. I suppose I need to ask to patch the cluster. Thank you. How do you know it? I would like to learn how to check this instead of constantly asking at the maillist.
osc buildconfig <prj> <repo> | grep ^Constraint Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
чт, 13 сент. 2018 г. в 10:53, Andreas Schwab <schwab@linux-m68k.org>:
On Sep 13 2018, "Matwey V. Kornilov" <matwey.kornilov@gmail.com> wrote:
There is no ssbd flag, indeed. I suppose I need to ask to patch the cluster. Thank you. How do you know it? I would like to learn how to check this instead of constantly asking at the maillist.
osc buildconfig <prj> <repo> | grep ^Constraint
Thank you.
Andreas.
-- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."
-- With best regards, Matwey V. Kornilov -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 12. September 2018, 19:43:33 CEST wrote Matwey V. Kornilov:
Hello,
I am running private OBS instance and all i586 builds for Factory are failed with the following log:
package build was not possible:
no compliant workers (constraints mismatch hint: hardware:cpu)
Please adapt your constraints.
At the same time, there is no constraints in the packages. I have x86_64 workers, and other distros are fine. How could I fix it?
Are you sure you don't have it on project level then? In doubt check the job file on your server in /srv/obs/jobs/i586 where the constraints are comming from or # osc checkconstraints may give you a hint. -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
чт, 13 сент. 2018 г. в 9:55, Adrian Schröter <adrian@suse.de>:
On Mittwoch, 12. September 2018, 19:43:33 CEST wrote Matwey V. Kornilov:
Hello,
I am running private OBS instance and all i586 builds for Factory are failed with the following log:
package build was not possible:
no compliant workers (constraints mismatch hint: hardware:cpu)
Please adapt your constraints.
At the same time, there is no constraints in the packages. I have x86_64 workers, and other distros are fine. How could I fix it?
Are you sure you don't have it on project level then?
In doubt check the job file on your server in /srv/obs/jobs/i586 where the constraints are comming from or
There are nothing in this directory.
# osc checkconstraints
may give you a hint.
I see the following: Repository Arch Worker ---------- ---- ------ openSUSE_Leap_42.3 x86_64 2 openSUSE_Leap_15.0 x86_64 2 openSUSE_Factory x86_64 2 openSUSE_Factory i586 0 openSUSE_11.2 i586 2 openSUSE_11.2 x86_64 2 RedHat_RHEL-7 x86_64 2 RedHat_RHEL-6 i586 2 RedHat_RHEL-6 x86_64 2 RedHat_RHEL-5 i586 2 RedHat_RHEL-5 x86_64 2 And I cannot understand the difference between being infinitely scheduled due to unsatisfied constraints and being failed due to the constraints? Have the behavior changed between 2.8 and 2.9?
--
Adrian Schroeter email: adrian@suse.de
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
Maxfeldstraße 5 90409 Nürnberg Germany
-- With best regards, Matwey V. Kornilov -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Donnerstag, 13. September 2018, 09:38:52 CEST wrote Matwey V. Kornilov:
чт, 13 сент. 2018 г. в 9:55, Adrian Schröter <adrian@suse.de>:
On Mittwoch, 12. September 2018, 19:43:33 CEST wrote Matwey V. Kornilov:
Hello,
I am running private OBS instance and all i586 builds for Factory are failed with the following log:
package build was not possible:
no compliant workers (constraints mismatch hint: hardware:cpu)
Please adapt your constraints.
At the same time, there is no constraints in the packages. I have x86_64 workers, and other distros are fine. How could I fix it?
Are you sure you don't have it on project level then?
In doubt check the job file on your server in /srv/obs/jobs/i586 where the constraints are comming from or
There are nothing in this directory.
well, the scheduler need to create the job. In doubt stop dispatcher so it will stay there forever ...
# osc checkconstraints
may give you a hint.
I see the following:
Repository Arch Worker ---------- ---- ------ openSUSE_Leap_42.3 x86_64 2 openSUSE_Leap_15.0 x86_64 2 openSUSE_Factory x86_64 2 openSUSE_Factory i586 0
so that would have pointed you to the openSUSE:Factory project config ... where ssbd is required as Andreas already mentioned.
openSUSE_11.2 i586 2 openSUSE_11.2 x86_64 2 RedHat_RHEL-7 x86_64 2 RedHat_RHEL-6 i586 2 RedHat_RHEL-6 x86_64 2 RedHat_RHEL-5 i586 2 RedHat_RHEL-5 x86_64 2
And I cannot understand the difference between being infinitely scheduled due to unsatisfied constraints and being failed due to the constraints? Have the behavior changed between 2.8 and 2.9?
yes, we let jobs fail now, if there was never a worker in the cluster which would be able to build it. Reason behind is that people waited forever and obvious broken requirements delivers feedback now fast. -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Andreas Schwab
-
Matwey V. Kornilov