Re: [Wireshark-dev] pipeline failed at the Restore Cache step

2020-09-13 Thread Eugène Adell
hi guys,

is anything missing on my branch or are we just waiting for a code review ?

thanks and good week-end
Eugene

Le jeu. 10 sept. 2020 à 14:28, Eugène Adell  a écrit :
>
> Thanks Dario, it's now fixed (it seems some switch/case blocks allow
> empty lines but not others ?)
>
>
> E.A.
>
> Le jeu. 10 sept. 2020 à 10:11, Dario Lombardo  a écrit :
> >
> > Your CI failed for trailing whitespaces.
> >
> > $ bash ./tools/pre-commit 'HEAD^1'
> > epan/dissectors/packet-tcp.c:1351: trailing whitespace.
> > +
> > epan/dissectors/packet-tcp.c:1356: trailing whitespace.
> > +
> > epan/dissectors/packet-tcp.c:1362: trailing whitespace.
> > +
> > epan/dissectors/packet-tcp.c:1369: trailing whitespace.
> > +
> > epan/dissectors/packet-tcp.c:1388: trailing whitespace.
> > +
> > epan/dissectors/packet-tcp.c:1404: trailing whitespace.
> >
> > Fix them, amend your commit, rebase on master, push force and the CI will 
> > start again.
> >
> > On Thu, Sep 10, 2020 at 9:57 AM Eugène Adell  wrote:
> >>
> >> Hi guys,
> >>
> >> My pipeline is in error ( branch 16716 Pipeline #188182176 ) and I
> >> don't know what to do.
> >>
> >> My branch which was first on Gerrit, I followed what is said in the
> >> doc to move it as a Merge Request and finally it asked for a Rebase,
> >> which I ran this morning and ended with this error.
> >>
> >> The error details :
> >> Restoring cache
> >> Checking cache for merge-request:ubuntu-dpkg-master...
> >> FATAL: file does not exist
> >> Failed to extract cache
> >>
> >> Did I miss anything ?
> >> Thanks for helping.
> >>
> >> Eugene
> >> ___
> >> Sent via:Wireshark-dev mailing list 
> >> Archives:https://www.wireshark.org/lists/wireshark-dev
> >> Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
> >>  mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
> >
> >
> >
> > --
> >
> > Naima is online.
> >
> > ___
> > Sent via:Wireshark-dev mailing list 
> > Archives:https://www.wireshark.org/lists/wireshark-dev
> > Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
> >  mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] pipeline failed at the Restore Cache step

2020-09-10 Thread Eugène Adell
Thanks Dario, it's now fixed (it seems some switch/case blocks allow
empty lines but not others ?)


E.A.

Le jeu. 10 sept. 2020 à 10:11, Dario Lombardo  a écrit :
>
> Your CI failed for trailing whitespaces.
>
> $ bash ./tools/pre-commit 'HEAD^1'
> epan/dissectors/packet-tcp.c:1351: trailing whitespace.
> +
> epan/dissectors/packet-tcp.c:1356: trailing whitespace.
> +
> epan/dissectors/packet-tcp.c:1362: trailing whitespace.
> +
> epan/dissectors/packet-tcp.c:1369: trailing whitespace.
> +
> epan/dissectors/packet-tcp.c:1388: trailing whitespace.
> +
> epan/dissectors/packet-tcp.c:1404: trailing whitespace.
>
> Fix them, amend your commit, rebase on master, push force and the CI will 
> start again.
>
> On Thu, Sep 10, 2020 at 9:57 AM Eugène Adell  wrote:
>>
>> Hi guys,
>>
>> My pipeline is in error ( branch 16716 Pipeline #188182176 ) and I
>> don't know what to do.
>>
>> My branch which was first on Gerrit, I followed what is said in the
>> doc to move it as a Merge Request and finally it asked for a Rebase,
>> which I ran this morning and ended with this error.
>>
>> The error details :
>> Restoring cache
>> Checking cache for merge-request:ubuntu-dpkg-master...
>> FATAL: file does not exist
>> Failed to extract cache
>>
>> Did I miss anything ?
>> Thanks for helping.
>>
>> Eugene
>> ___
>> Sent via:Wireshark-dev mailing list 
>> Archives:https://www.wireshark.org/lists/wireshark-dev
>> Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
>>  mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
>
>
>
> --
>
> Naima is online.
>
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
>  mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] pipeline failed at the Restore Cache step

2020-09-10 Thread Dario Lombardo
Your CI failed for trailing whitespaces.

$ bash ./tools/pre-commit 'HEAD^1'
epan/dissectors/packet-tcp.c:1351: trailing whitespace.
+
epan/dissectors/packet-tcp.c:1356: trailing whitespace.
+
epan/dissectors/packet-tcp.c:1362: trailing whitespace.
+
epan/dissectors/packet-tcp.c:1369: trailing whitespace.
+
epan/dissectors/packet-tcp.c:1388: trailing whitespace.
+
epan/dissectors/packet-tcp.c:1404: trailing whitespace.

Fix them, amend your commit, rebase on master, push force and the CI will
start again.

On Thu, Sep 10, 2020 at 9:57 AM Eugène Adell  wrote:

> Hi guys,
>
> My pipeline is in error ( branch 16716 Pipeline #188182176 ) and I
> don't know what to do.
>
> My branch which was first on Gerrit, I followed what is said in the
> doc to move it as a Merge Request and finally it asked for a Rebase,
> which I ran this morning and ended with this error.
>
> The error details :
> Restoring cache
> Checking cache for merge-request:ubuntu-dpkg-master...
> FATAL: file does not exist
> Failed to extract cache
>
> Did I miss anything ?
> Thanks for helping.
>
> Eugene
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
>  mailto:wireshark-dev-requ...@wireshark.org
> ?subject=unsubscribe



-- 

Naima is online.
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

[Wireshark-dev] pipeline failed at the Restore Cache step

2020-09-10 Thread Eugène Adell
Hi guys,

My pipeline is in error ( branch 16716 Pipeline #188182176 ) and I
don't know what to do.

My branch which was first on Gerrit, I followed what is said in the
doc to move it as a Merge Request and finally it asked for a Rebase,
which I ran this morning and ended with this error.

The error details :
Restoring cache
Checking cache for merge-request:ubuntu-dpkg-master...
FATAL: file does not exist
Failed to extract cache

Did I miss anything ?
Thanks for helping.

Eugene
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe