Re: koji: No space left on device

2023-08-01 Thread Ralf Corsépius

Am 01.08.23 um 17:14 schrieb Lubomír Sedlář:


It should be possible as self service:
koji tag-build f37-updates-candidate perl-Calendar-Simple-2.0.3-1.fc37
(If you can trigger the tagging by building, Koji should let you tag it
directly too.)


Great, thanks! This indeed did the job!

Ralf
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: koji: No space left on device

2023-08-01 Thread Lubomír Sedlář
Fabio Valentini píše v Út 01. 08. 2023 v 16:55 +0200:
> On Tue, Aug 1, 2023 at 4:49 PM Ralf Corsépius 
> wrote:
> > 
> > Hi,
> > 
> > Right now, I have a package built in koji, which is in failed and
> > success state at the same time:
> > 
> > Cf.
> > 
> > https://koji.fedoraproject.org/koji/buildinfo?buildID=2267652
> > 
> > The link above redirects to
> > https://koji.fedoraproject.org/koji/taskinfo?taskID=104215785
> > 
> > Which contains:
> > ...
> > OSError: [Errno 28] No space left on device:
> > '/var/tmp/koji/tasks/6001'
> > 
> > The net result of all this is the package being in inconsistent
> > state in
> > koji and bodhi.
> 
> The state isn't inconsistent, the build task failed. The last step
> (the tagBuild subtask) failed, which is how it can happen that the
> build succeeds but the task itself fails.
> 
> Looks like there's at least one aarch64 builder that's out of disk
> space, I've hit the OSError: No space left on device a few times too
> today.
> None of them failed in the tagBuild task, so I was just able to
> resubmit them, but yours built, so I'd ask releng to tag the build as
> required, so you don't need to bump release and rebuild.
> 

It should be possible as self service:
koji tag-build f37-updates-candidate perl-Calendar-Simple-2.0.3-1.fc37
(If you can trigger the tagging by building, Koji should let you tag it
directly too.)

> Fabio
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines:
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue

-- 
Lubomír Sedlář 
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: koji: No space left on device

2023-08-01 Thread Fabio Valentini
On Tue, Aug 1, 2023 at 5:02 PM Ralf Corsépius  wrote:
>
>
>
> Am 01.08.23 um 16:55 schrieb Fabio Valentini:
> > On Tue, Aug 1, 2023 at 4:49 PM Ralf Corsépius  wrote:
> >>
> >> Hi,
> >>
> >> Right now, I have a package built in koji, which is in failed and
> >> success state at the same time:
> >>
> >> Cf.
> >>
> >> https://koji.fedoraproject.org/koji/buildinfo?buildID=2267652
> >>
> >> The link above redirects to
> >> https://koji.fedoraproject.org/koji/taskinfo?taskID=104215785
> >>
> >> Which contains:
> >> ...
> >> OSError: [Errno 28] No space left on device: '/var/tmp/koji/tasks/6001'
> >>
> >> The net result of all this is the package being in inconsistent state in
> >> koji and bodhi.
> >
> > The state isn't inconsistent, the build task failed.
> No.
>
> https://koji.fedoraproject.org/koji/packageinfo?packageID=2790
> tells the built was successful.
>
> Also, I received a "completed" email.
>
> And, in fact the build apparently completed successfully because
> https://koji.fedoraproject.org/koji/buildinfo?buildID=2267652
> lists the rpms.

There's a difference between a "build" (which is what you're talking
about here) and a koji task of type "build".
If you look at the overview page for the task associated with your
build, you'll see that it has three sub-tasks, only the last of which
failed:
https://koji.fedoraproject.org/koji/taskinfo?taskID=104215785

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: koji: No space left on device

2023-08-01 Thread Ralf Corsépius



Am 01.08.23 um 16:55 schrieb Fabio Valentini:

On Tue, Aug 1, 2023 at 4:49 PM Ralf Corsépius  wrote:


Hi,

Right now, I have a package built in koji, which is in failed and
success state at the same time:

Cf.

https://koji.fedoraproject.org/koji/buildinfo?buildID=2267652

The link above redirects to
https://koji.fedoraproject.org/koji/taskinfo?taskID=104215785

Which contains:
...
OSError: [Errno 28] No space left on device: '/var/tmp/koji/tasks/6001'

The net result of all this is the package being in inconsistent state in
koji and bodhi.


The state isn't inconsistent, the build task failed.

No.

https://koji.fedoraproject.org/koji/packageinfo?packageID=2790
tells the built was successful.

Also, I received a "completed" email.

And, in fact the build apparently completed successfully because
https://koji.fedoraproject.org/koji/buildinfo?buildID=2267652
lists the rpms.

Ralf
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: koji: No space left on device

2023-08-01 Thread Fabio Valentini
On Tue, Aug 1, 2023 at 4:49 PM Ralf Corsépius  wrote:
>
> Hi,
>
> Right now, I have a package built in koji, which is in failed and
> success state at the same time:
>
> Cf.
>
> https://koji.fedoraproject.org/koji/buildinfo?buildID=2267652
>
> The link above redirects to
> https://koji.fedoraproject.org/koji/taskinfo?taskID=104215785
>
> Which contains:
> ...
> OSError: [Errno 28] No space left on device: '/var/tmp/koji/tasks/6001'
>
> The net result of all this is the package being in inconsistent state in
> koji and bodhi.

The state isn't inconsistent, the build task failed. The last step
(the tagBuild subtask) failed, which is how it can happen that the
build succeeds but the task itself fails.

Looks like there's at least one aarch64 builder that's out of disk
space, I've hit the OSError: No space left on device a few times too
today.
None of them failed in the tagBuild task, so I was just able to
resubmit them, but yours built, so I'd ask releng to tag the build as
required, so you don't need to bump release and rebuild.

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: koji: No space left on device

2023-08-01 Thread Stephen Smoogen
On Tue, 1 Aug 2023 at 10:49, Ralf Corsépius  wrote:

> Hi,
>
> Right now, I have a package built in koji, which is in failed and
> success state at the same time:
>
> Cf.
>
> https://koji.fedoraproject.org/koji/buildinfo?buildID=2267652
>
> The link above redirects to
> https://koji.fedoraproject.org/koji/taskinfo?taskID=104215785
>
> Which contains:
> ...
> OSError: [Errno 28] No space left on device: '/var/tmp/koji/tasks/6001'
>
> The net result of all this is the package being in inconsistent state in
> koji and bodhi.
>
>
This is being tracked in
https://pagure.io/fedora-infrastructure/issue/11440 . I believe all current
sysadmins are on travel to Flock so this will need to wait until they are
available.




>
> Ralf
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>


-- 
Stephen Smoogen, Red Hat Automotive
Let us be kind to one another, for most of us are fighting a hard battle.
-- Ian MacClaren
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Koji: no space left on device

2015-10-23 Thread Philip Prindeville

On Oct 23, 2015, at 1:15 PM, Jerry James  wrote:

> On Fri, Oct 23, 2015 at 12:51 PM, Adam Miller
>  wrote:
>> It's going to be a koji-wide problem since they all share a nfs mount.
>> The issue is known about, the filesystem on the filer ran out of
>> inodes and it is currently being looked into. (As per a conversation I
>> observed in #fedora-releng on freenode).
> 
> Maybe somebody could run to [insert warehouse store name here] and
> pick up a box of inodes.
> 
> 
> (Recycled joke: the CTO where I work was once asked by the CEO if he
> needed anything.  "Well, we're running low on mutexes," he said.  The
> CEO replied, "Okay, we can get some more of those.  Where do you get
> them, [warehouse store]?")
> 
> Thanks for the information, Adam.
> -- 
> Jerry James
> http://www.jamezone.org/


I always keep a pair of mutexes and spinlocks in my vest pocket just in case…

-Philip

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Koji: no space left on device

2015-10-23 Thread Jerry James
On Fri, Oct 23, 2015 at 12:51 PM, Adam Miller
 wrote:
> It's going to be a koji-wide problem since they all share a nfs mount.
> The issue is known about, the filesystem on the filer ran out of
> inodes and it is currently being looked into. (As per a conversation I
> observed in #fedora-releng on freenode).

Maybe somebody could run to [insert warehouse store name here] and
pick up a box of inodes.


(Recycled joke: the CTO where I work was once asked by the CEO if he
needed anything.  "Well, we're running low on mutexes," he said.  The
CEO replied, "Okay, we can get some more of those.  Where do you get
them, [warehouse store]?")

Thanks for the information, Adam.
-- 
Jerry James
http://www.jamezone.org/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Koji: no space left on device

2015-10-23 Thread Adam Miller
On Fri, Oct 23, 2015 at 1:42 PM, Susi Lehtola
 wrote:
> On 10/23/2015 11:12 AM, Jerry James wrote:
>>
>> Just had a build fail:
>> http://koji.fedoraproject.org/koji/taskinfo?taskID=11560206
>
>
> Me too, on multiple build nodes.

It's going to be a koji-wide problem since they all share a nfs mount.
The issue is known about, the filesystem on the filer ran out of
inodes and it is currently being looked into. (As per a conversation I
observed in #fedora-releng on freenode).

-AdamM

> --
> Susi Lehtola
> Fedora Project Contributor
> jussileht...@fedoraproject.org
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Koji: no space left on device

2015-10-23 Thread Susi Lehtola

On 10/23/2015 11:12 AM, Jerry James wrote:

Just had a build fail:
http://koji.fedoraproject.org/koji/taskinfo?taskID=11560206


Me too, on multiple build nodes.
--
Susi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Koji: no space left on device

2015-10-23 Thread Reindl Harald
looking at https://koji.fedoraproject.org/koji/builds all builds started 
to fail, including the new F22 kernel i was waiting for to test


people pretending disk space and wasted ressources don't matter all the 
time should see here that it's not true - ressources are not cheap nor 
endless except on a hobby PC without redundancy


Am 23.10.2015 um 20:12 schrieb Jerry James:

Just had a build fail:
http://koji.fedoraproject.org/koji/taskinfo?taskID=11560206

Log says:

   11560234 buildArch (subunit-1.2.0-1.fc23.src.rpm, i686): open
(buildvm-22.phx2.fedoraproject.org) -> FAILED: Fault: : [Errno 28] No space left on device:
'/mnt/koji/work/tasks/234/11560234'">
   0 free  2 open  1 done  2 failed
11560206 build (f23-candidate,
/subunit:80687ec4147c666581bf3f9d2a78a182a28206a4): open
(buildvm-05.phx2.fedoraproject.org) -> FAILED: Fault: : [Errno 28] No space left on device:
'/mnt/koji/work/tasks/234/11560234'">
   0 free  1 open  1 done  3 failed
   11560232 buildArch (subunit-1.2.0-1.fc23.src.rpm, armv7hl): open
(arm02-builder12.arm.fedoraproject.org) -> canceled
   0 free  0 open  2 done  3 failed




signature.asc
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct