* [LTP] Errored: linux-test-project/ltp#758 (master - 06ee2b0)
[not found] <linux-test-project/ltp+367800244+errored@travis-ci.org>
@ 2018-04-17 19:01 ` Travis CI
2018-04-18 6:11 ` Petr Vorel
2018-04-18 6:11 ` Travis CI
1 sibling, 1 reply; 6+ messages in thread
From: Travis CI @ 2018-04-17 19:01 UTC (permalink / raw)
To: ltp
Build Update for linux-test-project/ltp
-------------------------------------
Build: #758
Status: Errored
Duration: 14 mins and 34 secs
Commit: 06ee2b0 (master)
Author: Petr Vorel
Message: network/vxlan03: Fix getopts parameters passed to virt_lib.sh
vxlan03.sh pass getopts parameter to virt_lib.sh (other than -6 which is
handled by tst_net.sh), so they must be processed before loading
tst_net.sh. Therefore vxlan03.sh must load virt_lib.sh before loading
tst_net.sh and virt_lib.sh must shift parameters.
Also load tst_net.sh in vxlan03.sh, as it uses functions from network
API (old error).
Other users of vxlan03.sh not fixed as they pass just -6 parameter.
Fixes: ba53eb04e tst_net.sh: Support both new and legacy APIs + rename
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Reported-by: Alexey Kodanev <alexey.kodanev@oracle.com>
View the changeset: https://github.com/linux-test-project/ltp/compare/48b24bc626fa...06ee2b0273bd
View the full build log and details: https://travis-ci.org/linux-test-project/ltp/builds/367800244?utm_source=email&utm_medium=notification
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
This email was sent to ltp@lists.linux.it (mailto:ltp@lists.linux.it)
unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=86162d16eec249219a3b32a0477c8fc1.nwh%2ButJmyvjUjRzsB8BeiP5x1%2B8%3D&r=https%3A%2F%2Fmandrillapp.com%2Funsub%3Fmd_email%3Dltp%2540lists.linux.it)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20180417/f307cc34/attachment-0001.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [LTP] Errored: linux-test-project/ltp#758 (master - 06ee2b0)
[not found] <linux-test-project/ltp+367800244+errored@travis-ci.org>
2018-04-17 19:01 ` [LTP] Errored: linux-test-project/ltp#758 (master - 06ee2b0) Travis CI
@ 2018-04-18 6:11 ` Travis CI
1 sibling, 0 replies; 6+ messages in thread
From: Travis CI @ 2018-04-18 6:11 UTC (permalink / raw)
To: ltp
Build Update for linux-test-project/ltp
-------------------------------------
Build: #758
Status: Errored
Duration: 2 mins and 38 secs
Commit: 06ee2b0 (master)
Author: Petr Vorel
Message: network/vxlan03: Fix getopts parameters passed to virt_lib.sh
vxlan03.sh pass getopts parameter to virt_lib.sh (other than -6 which is
handled by tst_net.sh), so they must be processed before loading
tst_net.sh. Therefore vxlan03.sh must load virt_lib.sh before loading
tst_net.sh and virt_lib.sh must shift parameters.
Also load tst_net.sh in vxlan03.sh, as it uses functions from network
API (old error).
Other users of vxlan03.sh not fixed as they pass just -6 parameter.
Fixes: ba53eb04e tst_net.sh: Support both new and legacy APIs + rename
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Reported-by: Alexey Kodanev <alexey.kodanev@oracle.com>
View the changeset: https://github.com/linux-test-project/ltp/compare/48b24bc626fa...06ee2b0273bd
View the full build log and details: https://travis-ci.org/linux-test-project/ltp/builds/367800244?utm_source=email&utm_medium=notification
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
This email was sent to ltp@lists.linux.it (mailto:ltp@lists.linux.it)
unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=ff2901e77a5c4910ade75ad0022ea956.nwh%2ButJmyvjUjRzsB8BeiP5x1%2B8%3D&r=https%3A%2F%2Fmandrillapp.com%2Funsub%3Fmd_email%3Dltp%2540lists.linux.it)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20180418/89846fd0/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [LTP] Errored: linux-test-project/ltp#758 (master - 06ee2b0)
2018-04-17 19:01 ` [LTP] Errored: linux-test-project/ltp#758 (master - 06ee2b0) Travis CI
@ 2018-04-18 6:11 ` Petr Vorel
2018-04-18 9:21 ` Cyril Hrubis
0 siblings, 1 reply; 6+ messages in thread
From: Petr Vorel @ 2018-04-18 6:11 UTC (permalink / raw)
To: ltp
Hi,
> Build Update for linux-test-project/ltp
> -------------------------------------
> Build: #758
> Status: Errored
> Duration: 14 mins and 34 secs
> Commit: 06ee2b0 (master)
> Author: Petr Vorel
> Message: network/vxlan03: Fix getopts parameters passed to virt_lib.sh
> vxlan03.sh pass getopts parameter to virt_lib.sh (other than -6 which is
> handled by tst_net.sh), so they must be processed before loading
> tst_net.sh. Therefore vxlan03.sh must load virt_lib.sh before loading
> tst_net.sh and virt_lib.sh must shift parameters.
> Also load tst_net.sh in vxlan03.sh, as it uses functions from network
> API (old error).
> Other users of vxlan03.sh not fixed as they pass just -6 parameter.
> Fixes: ba53eb04e tst_net.sh: Support both new and legacy APIs + rename
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> Reported-by: Alexey Kodanev <alexey.kodanev@oracle.com>
> View the changeset: https://github.com/linux-test-project/ltp/compare/48b24bc626fa...06ee2b0273bd
> View the full build log and details: https://travis-ci.org/linux-test-project/ltp/builds/367800244?utm_source=email&utm_medium=notification
False positive, again. This time it's due failing to install Java
(oracle-java8-installer and oracle-java9-installer).
I delete these repositories.
Kind regards,
Petr
^ permalink raw reply [flat|nested] 6+ messages in thread
* [LTP] Errored: linux-test-project/ltp#758 (master - 06ee2b0)
2018-04-18 6:11 ` Petr Vorel
@ 2018-04-18 9:21 ` Cyril Hrubis
2018-04-18 9:25 ` Petr Vorel
0 siblings, 1 reply; 6+ messages in thread
From: Cyril Hrubis @ 2018-04-18 9:21 UTC (permalink / raw)
To: ltp
Hi!
> False positive, again. This time it's due failing to install Java
> (oracle-java8-installer and oracle-java9-installer).
> I delete these repositories.
I wonder if we can do something as disable everything but the base
repositories + the few we actually need...
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 6+ messages in thread
* [LTP] Errored: linux-test-project/ltp#758 (master - 06ee2b0)
2018-04-18 9:21 ` Cyril Hrubis
@ 2018-04-18 9:25 ` Petr Vorel
2018-04-18 15:06 ` Cyril Hrubis
0 siblings, 1 reply; 6+ messages in thread
From: Petr Vorel @ 2018-04-18 9:25 UTC (permalink / raw)
To: ltp
Hi Cyril,
> > False positive, again. This time it's due failing to install Java
> > (oracle-java8-installer and oracle-java9-installer).
> > I delete these repositories.
> I wonder if we can do something as disable everything but the base
> repositories + the few we actually need...
Done:
12cecc580 travis: Remove unnecessary third party apt repositories
Hope this definitely solves travis false positives.
Kind regards,
Petr
^ permalink raw reply [flat|nested] 6+ messages in thread
* [LTP] Errored: linux-test-project/ltp#758 (master - 06ee2b0)
2018-04-18 9:25 ` Petr Vorel
@ 2018-04-18 15:06 ` Cyril Hrubis
0 siblings, 0 replies; 6+ messages in thread
From: Cyril Hrubis @ 2018-04-18 15:06 UTC (permalink / raw)
To: ltp
Hi!
> > > False positive, again. This time it's due failing to install Java
> > > (oracle-java8-installer and oracle-java9-installer).
> > > I delete these repositories.
>
> > I wonder if we can do something as disable everything but the base
> > repositories + the few we actually need...
> Done:
> 12cecc580 travis: Remove unnecessary third party apt repositories
Thanks a lot!
> Hope this definitely solves travis false positives.
So do I.
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-04-18 15:06 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <linux-test-project/ltp+367800244+errored@travis-ci.org>
2018-04-17 19:01 ` [LTP] Errored: linux-test-project/ltp#758 (master - 06ee2b0) Travis CI
2018-04-18 6:11 ` Petr Vorel
2018-04-18 9:21 ` Cyril Hrubis
2018-04-18 9:25 ` Petr Vorel
2018-04-18 15:06 ` Cyril Hrubis
2018-04-18 6:11 ` Travis CI
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox