Mailing List Archive

PAUSE upload working?
Is PAUSE upload working?

$ cpan-upload -v -u PMQS App-zipdetails-4.000.tar.gz
PAUSE Password:
registering upload with PAUSE web server
----- REQUEST BEGIN -----
Authorization: Basic UE1RUzpteXBhc3N3bw==
Content-Length: 131314736
Content-Type: multipart/form-data; boundary=xYzZY

----- REQUEST END -------

POSTing upload for App-zipdetails-4.000.tar.gz to https://pause.perl.org/pause/authenquery?ACTION=add_uri
request failed with error code 500
Message: Internal Server Error

Also tried via the web interface with the same result.

Been a while since I uploaded, so hope there isn't something new I've missed.
RE: PAUSE upload working? [ In reply to ]
Hmmm, is there a size limit on PAUSE uploads. The file I'm uploading has a
very large test suite. Total size of the tar,gz file is 126 meg.



From: Paul Marquess <paul.marquess@outlook.com>
Sent: Sunday, February 18, 2024 9:36 PM
To: P5P <perl5-porters@perl.org>
Subject: PAUSE upload working?



Is PAUSE upload working?



$ cpan-upload -v -u PMQS App-zipdetails-4.000.tar.gz

PAUSE Password:

registering upload with PAUSE web server

----- REQUEST BEGIN -----

Authorization: Basic UE1RUzpteXBhc3N3bw==

Content-Length: 131314736

Content-Type: multipart/form-data; boundary=xYzZY



----- REQUEST END -------



POSTing upload for App-zipdetails-4.000.tar.gz to
https://pause.perl.org/pause/authenquery?ACTION=add_uri

request failed with error code 500

Message: Internal Server Error



Also tried via the web interface with the same result.



Been a while since I uploaded, so hope there isn't something new I've
missed.
Re: PAUSE upload working? [ In reply to ]
Does this NEED to be so large? Is there a way to programmatically generate
those 126MB payloads at testing time from something way smaller? -- Darren Duncan

On 2024-02-18 2:17 p.m., paul.marquess via perl5-porters wrote:
> Hmmm, is there a size limit on PAUSE uploads. The file I’m uploading has a very
> large test suite. Total size of the tar,gz file is 126 meg.
>
> *From:*Paul Marquess <paul.marquess@outlook.com>
> *Sent:* Sunday, February 18, 2024 9:36 PM
> *To:* P5P <perl5-porters@perl.org>
> *Subject:* PAUSE upload working?
>
> Is PAUSE upload working?
>
> $ cpan-upload -v -u PMQS App-zipdetails-4.000.tar.gz
>
> PAUSE Password:
>
> registering upload with PAUSE web server
>
> ----- REQUEST BEGIN -----
>
> Authorization: Basic UE1RUzpteXBhc3N3bw==
>
> Content-Length: 131314736
>
> Content-Type: multipart/form-data; boundary=xYzZY
>
> ----- REQUEST END -------
>
> POSTing upload for App-zipdetails-4.000.tar.gz to
> https://pause.perl.org/pause/authenquery?ACTION=add_uri
> <https://pause.perl.org/pause/authenquery?ACTION=add_uri>
>
> request failed with error code 500
>
>   Message: Internal Server Error
>
> Also tried via the web interface with the same result.
>
> Been a while since I uploaded, so hope there isn’t something new I’ve missed.
>
RE: PAUSE upload working? [ In reply to ]
Sorry, the payloads cannot be generated at testing time -- all of the bulk comes from a collection of zip files that the test harness uses.

If this is going to be an issue, I can leave the complete test suite on github and put a cut-down version on CPAN.

Paul

-----Original Message-----
From: Darren Duncan <darren@darrenduncan.net>
Sent: Sunday, February 18, 2024 10:31 PM
To: 'P5P' <perl5-porters@perl.org>
Subject: Re: PAUSE upload working?

Does this NEED to be so large? Is there a way to programmatically generate those 126MB payloads at testing time from something way smaller? -- Darren Duncan

On 2024-02-18 2:17 p.m., paul.marquess via perl5-porters wrote:
> Hmmm, is there a size limit on PAUSE uploads. The file I’m uploading
> has a very large test suite. Total size of the tar,gz file is 126 meg.
>
> *From:*Paul Marquess <paul.marquess@outlook.com>
> *Sent:* Sunday, February 18, 2024 9:36 PM
> *To:* P5P <perl5-porters@perl.org>
> *Subject:* PAUSE upload working?
>
> Is PAUSE upload working?
>
> $ cpan-upload -v -u PMQS App-zipdetails-4.000.tar.gz
>
> PAUSE Password:
>
> registering upload with PAUSE web server
>
> ----- REQUEST BEGIN -----
>
> Authorization: Basic UE1RUzpteXBhc3N3bw==
>
> Content-Length: 131314736
>
> Content-Type: multipart/form-data; boundary=xYzZY
>
> ----- REQUEST END -------
>
> POSTing upload for App-zipdetails-4.000.tar.gz to
> https://pause.perl.org/pause/authenquery?ACTION=add_uri
> <https://pause.perl.org/pause/authenquery?ACTION=add_uri>
>
> request failed with error code 500
>
> Message: Internal Server Error
>
> Also tried via the web interface with the same result.
>
> Been a while since I uploaded, so hope there isn’t something new I’ve missed.
>
Re: PAUSE upload working? [ In reply to ]
Hi there,

On Sun, 18 Feb 2024, Paul Marquess wrote:

> Is PAUSE upload working?
>
> $ cpan-upload -v -u PMQS App-zipdetails-4.000.tar.gz
> PAUSE Password:
> registering upload with PAUSE web server
> ----- REQUEST BEGIN -----
> Authorization: Basic UE1RUzpteXBhc3N3bw==
> Content-Length: 131314736
> Content-Type: multipart/form-data; boundary=xYzZY
>
> ----- REQUEST END -------
>
> POSTing upload for App-zipdetails-4.000.tar.gz to https://pause.perl.org/pause/authenquery?ACTION=add_uri
> request failed with error code 500
> Message: Internal Server Error
>
> Also tried via the web interface with the same result.
>
> Been a while since I uploaded, so hope there isn't something new I've missed.

On 4th February I uploaded a module with

cpan-upload -u

but it was 39.6 kbytes. :)

A 500 does seem an odd response for 'file too large'.

--

73,
Ged.
Re: PAUSE upload working? [ In reply to ]
Paul Marquess wrote:
>
> Is PAUSE upload working?


By the way, <https://metacpan.org/recent> shows no release in the last two days. The newest upload was allegedly Text-Tabs+Wrap-2024.001 on Friday.

The upload may be working, but is there a problem with the indexing?


--
Arne Johannessen
<https://arne.johannessen.de/>
Re: PAUSE upload working? [ In reply to ]
On 2024-02-18 5:04 p.m., Arne Johannessen wrote:
> Paul Marquess wrote:
>>
>> Is PAUSE upload working?
>
>
> By the way, <https://metacpan.org/recent> shows no release in the last two days. The newest upload was allegedly Text-Tabs+Wrap-2024.001 on Friday.
>
> The upload may be working, but is there a problem with the indexing?

The Tail Daemon Logfile shows a lot of recent activity. I see no mention of
indexing in it, if it was doing so before.

https://pause.perl.org/pause/authenquery?ACTION=tail_logfile&pause99_tail_logfile_1=40000&pause99_tail_logfile_sub=Tail+characters

-- Darren Duncan
RE: PAUSE upload working? [ In reply to ]
If you ultimately upload a large payload, please carve it out into a separate CPAN dist and mark that as dependency.

This way you will at least not generate a new large blob for every version update of the main dist.

And yes, testing that usage mechanism to work at first time before upload would be nice for the same reason.

See Benchmark::Perl::Formance::Cargo for example.

Kind regards,
Steffen
--
Steffen Schwigon <ss5@renormalist.net>

On February 18, 2024 11:58:40 PM GMT+01:00, "paul.marquess via perl5-porters" <perl5-porters@perl.org> wrote:
>Sorry, the payloads cannot be generated at testing time -- all of the bulk comes from a collection of zip files that the test harness uses.
>
>If this is going to be an issue, I can leave the complete test suite on github and put a cut-down version on CPAN.
>
>Paul
>
>-----Original Message-----
>From: Darren Duncan <darren@darrenduncan.net>
>Sent: Sunday, February 18, 2024 10:31 PM
>To: 'P5P' <perl5-porters@perl.org>
>Subject: Re: PAUSE upload working?
>
>Does this NEED to be so large? Is there a way to programmatically generate those 126MB payloads at testing time from something way smaller? -- Darren Duncan
>
>On 2024-02-18 2:17 p.m., paul.marquess via perl5-porters wrote:
>> Hmmm, is there a size limit on PAUSE uploads. The file I’m uploading
>> has a very large test suite. Total size of the tar,gz file is 126 meg.
>>
>> *From:*Paul Marquess <paul.marquess@outlook.com>
>> *Sent:* Sunday, February 18, 2024 9:36 PM
>> *To:* P5P <perl5-porters@perl.org>
>> *Subject:* PAUSE upload working?
>>
>> Is PAUSE upload working?
>>
>> $ cpan-upload -v -u PMQS App-zipdetails-4.000.tar.gz
>>
>> PAUSE Password:
>>
>> registering upload with PAUSE web server
>>
>> ----- REQUEST BEGIN -----
>>
>> Authorization: Basic UE1RUzpteXBhc3N3bw==
>>
>> Content-Length: 131314736
>>
>> Content-Type: multipart/form-data; boundary=xYzZY
>>
>> ----- REQUEST END -------
>>
>> POSTing upload for App-zipdetails-4.000.tar.gz to
>> https://pause.perl.org/pause/authenquery?ACTION=add_uri
>> <https://pause.perl.org/pause/authenquery?ACTION=add_uri>
>>
>> request failed with error code 500
>>
>> Message: Internal Server Error
>>
>> Also tried via the web interface with the same result.
>>
>> Been a while since I uploaded, so hope there isn’t something new I’ve missed.
>>
>