Re: [R-pkg-devel] win-builder down?

2020-02-29 Thread Rolf Turner



On 1/03/20 2:40 pm, Hugh Parsonage wrote:

Are CRAN staff located in Europe only? Is there a case to have a limited 
staff across multiple timezones with a rolling roster? Obviously if 
something is reported it’s best if it can be actioned immediately.


Just to be clear, it is winbuilder, and not CRAN, that is the subject of 
concern.  In my understanding at least, these (winbuilder and CRAN) are 
quite different entities.


Also I have the vague (quite possibly erroneous) impression that the 
staff of winbuilder consists of a unique individual, namely Uwe Ligges.


It might be a Good Thing if someone located somewhere other than Europe, 
were to volunteer to assist Uwe.   OTOH Uwe might not want any 
assistance and/or might not trust the competence of such volunteers.


cheers,

Rolf

--
Honorary Research Fellow
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] win-builder down?

2020-02-29 Thread Hugh Parsonage
Are CRAN staff located in Europe only? Is there a case to have a limited
staff across multiple timezones with a rolling roster? Obviously if
something is reported it’s best if it can be actioned immediately.

On Sun, 1 Mar 2020 at 12:29 pm, Henrik Bengtsson 
wrote:

> FYI, in past when queues got stuck, Uwe told me it's often a package that
> launches an external process (e.g. java.exe) that doesn't terminate and
> prevents R CMD check from terminating/timing out. He got watchdogs to kill
> such stray events but there are false negatives.
>
> A couple of weeks ago I proposed to add a placeholder for the package
> currently tested and Uwe said he might look into it, e.g.
>
> $ curl ftp://win-builder.r-project.org/R-devel/
> 02-05-20  03:10PM  2359737 bayestestR_0.5.2.tar.gz
> 02-05-20  11:42AM  0
> some.pkg_0.0.1.tar.gz-PROCESSING
> 02-05-20  11:56AM  5053108 catdata_1.2.2.tar.gz
>
> Even if it doesn't solve the problem, it'll communicate to "us" that
> something is stuck and what it is.
>
> Anyway, we can help out by reporting (like this) when a queue look stuck.
> Then I think it helps to clarify which queue/builder is stuck.
>
> Henrik
>
>
> On Sat, Feb 29, 2020, 15:13 Rolf Turner  wrote:
>
> >
> > On 1/03/20 11:44 am, Max Kuhn wrote:
> >
> > > On February 29, 2020 at 5:06:35 PM, Rolf Turner (
> r.tur...@auckland.ac.nz
> > > ) wrote:
> > >>
> > >> On 1/03/20 2:23 am, Hadley Wickham wrote:
> > >>
> > >> > Is it down again? I'm seeing the same problem again.
> > >> > Hadley
> > >> >
> > >> > On Sat, Feb 22, 2020 at 2:41 PM Hadley Wickham  > > wrote:
> > >> >>
> > >> >> Hi all,
> > >> >>
> > >> >> Is win-builder down? I submitted a couple of packages >24 hours
> ago,
> > >> >> and haven't heard back.
> > >> >>
> > >> >> Hadley
> > >>
> > >> Me too. Submitted a package about 18 hours ago, and so far not a
> > >> sausage. Although it's churlish to complain, one gets used to a
> service
> > >> that has been provided and gets annoyed when the service disappears.
> > >
> > > True, but it would be unnecessary if `R CMD check —as-cran` did exactly
> > > the same thing as win-builder (as well as the extra, informal checks
> > > done on a first submission).
> >
> > Not entirely true.  The package that I am currently trying to get built
> > is for use by some consulting clients and is not (yet) for public
> > release.  So I can't/don't submit it to CRAN so as to get a Windoze
> > binary that way.
> >
> > cheers,
> >
> > Rolf
> >
> > P.S. I note that the winbuilder web site says:
> >
> > >  Please do not upload Bioconductor packages or CRAN packages.
> > >  Both Bioconductor and CRAN do have build systems 
> >
> > I presume that this exhortation is of some antiquity and is "no longer
> > operative".
> >
> > R.
> >
> > --
> > Honorary Research Fellow
> > Department of Statistics
> > University of Auckland
> > Phone: +64-9-373-7599 ext. 88276
> >
> > __
> > R-package-devel@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-package-devel
> >
>
> [[alternative HTML version deleted]]
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] win-builder down?

2020-02-29 Thread Henrik Bengtsson
Could be.  FYI, I think the different win-builder queues are
independent, i.e. when one get stuck it does not affect the others.
For example, I just verified that R-devel_gcc8 works.


$ date --iso-8601=seconds
2020-02-29T07:41:53-08:00


$ curl -s ftp://win-builder.r-project.org/R-oldrel/ | sed -E
's/(AM|PM)/\t\1/g' | sort -k 1 -k 3 -k 2
[empty]


$ curl -s ftp://win-builder.r-project.org/R-release/ | sed -E
's/(AM|PM)/\t\1/g' | sort -k 1 -k 3 -k 2
02-28-20  06:35 PM   129480 miraculix_0.9.19.1.tar.gz
02-28-20  06:41 PM   964211 wbstats_1.0.0.tar.gz
02-28-20  07:16 PM  2805713 SWMPrExtension_1.1.3.tar.gz
...
02-29-20  12:25 PM  2256595 lidR_2.2.3.tar.gz


$ curl -s ftp://win-builder.r-project.org/R-devel/ | sed -E
's/(AM|PM)/\t\1/g' | sort -k 1 -k 3 -k 2
02-28-20  07:59 PM   861233 tune_0.1.0.tar.gz
02-28-20  08:02 PM  4259662 qtl_1.46-2.tar.gz
02-28-20  08:07 PM   259716 forcats_0.4.0.9000.tar.gz
...
02-29-20  12:44 PM32053 PostcodesioR_0.2.0.tar.gz


$ curl -s ftp://win-builder.r-project.org/R-devel_gcc8/ | sed -E
's/(AM|PM)/\t\1/g' | sort -k 1 -k 3 -k 2
[empty]

/Henrik

On Sat, Feb 29, 2020 at 5:23 AM Hadley Wickham  wrote:
>
> Is it down again? I'm seeing the same problem again.
> Hadley
>
> On Sat, Feb 22, 2020 at 2:41 PM Hadley Wickham  wrote:
> >
> > Hi all,
> >
> > Is win-builder down? I submitted a couple of packages >24 hours ago,
> > and haven't heard back.
> >
> > Hadley
> >
> > --
> > http://hadley.nz
>
>
>
> --
> http://hadley.nz
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] win-builder down?

2020-02-22 Thread Max Turgeon
Hi Hadley,


It would seem so, or at least it's backed up significantly: 
https://stat.ethz.ch/pipermail/r-package-devel/2020q1/005078.html


Max Turgeon
Assistant Professor
Department of Statistics
Department of Computer Science
University of Manitoba
maxturgeon.ca



From: R-package-devel  on behalf of 
Hadley Wickham 
Sent: February 22, 2020 2:41:20 PM
To: R Package Development
Subject: [R-pkg-devel] win-builder down?

Hi all,

Is win-builder down? I submitted a couple of packages >24 hours ago,
and haven't heard back.

Hadley

--
http://hadley.nz

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel