Opened 6 years ago

Closed 6 years ago

#56338 closed defect (fixed)

mpbot-github: Incomplete log files uploaded to paste.macports.org

Reported by: raimue (Rainer Müller) Owned by: admin@…
Priority: Normal Milestone:
Component: server/hosting Version:
Keywords: Cc: l2dy (Zero King)
Port:

Description

Some log files seem to miss the beginning of the log and it starts somewhere in the middle, for example:

https://travis-ci.org/macports/macports-ports/builds/369592559

I have also seen others like that before, but did not save the URLs.

Change History (5)

comment:1 Changed 6 years ago by raimue (Rainer Müller)

How could we test whether this is caused by the runner on Travis or by paste.macports.org?

comment:2 in reply to:  1 Changed 6 years ago by l2dy (Zero King)

Replying to raimue:

How could we test whether this is caused by the runner on Travis or by paste.macports.org?

If the file size is exactly 8 MiB (Content-Length: 8388608), then the runner trimmed it. You can test it with curl -I https://paste.macports.org/9186db2a95c4.txt.

comment:3 Changed 6 years ago by raimue (Rainer Müller)

Could we prepend a line indicating that the runner trimmed the log file? That would make it clear what is going on. Something like:

(log has been trimmed to last 8 MB)
oc/boost/doc/html/boost/units/divid_1_3_44_10_2_30_3_2_4.html
DEBUG: activating file: /opt/local/share/doc/boost/doc/html/boost/units/divide_typeof_helper.html
DEBUG: activating directory: /opt/local/share/doc/boost/doc/html/boost/units/fahrenheit
...

Of course you would have to subtract this line from the number of available bytes, so it does not to exceed the intended size.

comment:4 in reply to:  3 Changed 6 years ago by l2dy (Zero King)

Replying to raimue:

Could we prepend a line indicating that the runner trimmed the log file? That would make it clear what is going on.

https://github.com/macports/mpbot-github/pull/5

Last edited 6 years ago by l2dy (Zero King) (previous) (diff)

comment:5 Changed 6 years ago by l2dy (Zero King)

Resolution: fixed
Status: newclosed

We need a size limit to prevent abuse. If we raised the limit on paste.macports.org, I can update the bot accordingly.

Note: See TracTickets for help on using tickets.