Skip to Content.
Sympa Menu

rare-dev - Re: [rare-dev] Automated profile optimizer

Subject: Rare project developers

List archive

Re: [rare-dev] Automated profile optimizer


Chronological Thread 
  • From: Alexander Gall <>
  • To: <>
  • Cc: Frédéric LOUI <>
  • Subject: Re: [rare-dev] Automated profile optimizer
  • Date: Tue, 7 Feb 2023 11:09:08 +0100

On Tue, 7 Feb 2023 11:04:16 +0100, mc36 <> said:

> hi,
> On 2/7/23 11:00, mc36 wrote:
>>> Just remove and re-add the tag. I have enabled some debugging to see
>>> why it fails when you do this.
>>>
>> i'll do it right now...
>>

So it failed again. It's very strange. The script reads the message
body (which is a piece of JSON) like this

read -n "$CONTENT_LENGTH" body

I can see in the CGI log that the script is stuck right there

Feb 07 11:02:46 hydra-nix fcgiwrap[1327450]: + read -n 1266 body

That suggests that somehow there are not enough bytes in the input and
the read blocks. It doesn't happen when I add the tag, so I'm a bit
confused right now :/

--
Alex



> mc36@rare:~/rare$ git tag -d optimize_profiles
> Deleted tag 'optimize_profiles' (was aca161a)
> mc36@rare:~/rare$ git push origin --tags --force
> Everything up-to-date
> mc36@rare:~/rare$ git tag -af optimize_profiles
> mc36@rare:~/rare$ git push origin --tags --force
> Enumerating objects: 1, done.
> Counting objects: 100% (1/1), done.
> Writing objects: 100% (1/1), 170 bytes | 170.00 KiB/s, done.
> Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
> To ssh://bitbucket.software.geant.org:7999/rare/rare.git
> * [new tag] optimize_profiles -> optimize_profiles
> mc36@rare:~/rare$ date
> Tue Feb 7 11:03:19 AM CET 2023
> mc36@rare:~/rare$

> br,
> cs



Archive powered by MHonArc 2.6.19.

Top of Page