-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem passing travis #69
Comments
I think this error may be whitespace after |
Still problems passing travis. I updated based on your new release with the patch and the previous error is fixed but there is a new similar error:
The travis build for mimosa is here I can attach anything else you might need to debug. |
I think this may be a problem with the `remotes` package or `devtools`. I
think you need to look there.
John
…On Mon, Nov 12, 2018 at 9:57 AM Alessandra Valcarcel < ***@***.***> wrote:
Still problems passing travis. I updated based on your new release with
the patch and the previous error is fixed but there is a new similar error:
Downloading GitHub repo ***@***.*** Skipping ANTsRCore, it is
already being installed Error in vapply(remotes, install_remote, ...,
FUN.VALUE = character(1)) : values must be type 'character', but
FUN(X[[4]]) result is type 'logical' . Error in FUN(X[[i]], ...) :
Installing Remote: muschellij2/extrantsr failed! Calls:
install_remotes_no_dep -> sapply -> lapply -> FUN
The travis build for mimosa is here
<https://travis-ci.org/avalcarcel9/mimosa/builds/453408471>
I can attach anything else you might need to debug.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#69 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABBnrk89-kBmDH48qkwi-aWkqLF-FZNAks5uuYxOgaJpZM4YXu3Y>
.
|
Yes. It seems as though your dep on extrantsr tries to reinstall
ANTsRCore. It may be with the ghtravis package:
https://github.com/muschellij2/ghtravis. Please submit any PR for a bug
fix as I don't have time to track this down now, but I'm cc'ing Adi who can
take a look.
John
On Mon, Nov 12, 2018 at 11:14 AM Alessandra Valcarcel <
[email protected]> wrote:
… Even though its only happening with the travis build not with the R build?
Thanks,
Ali
From: John Muschelli ***@***.***>
Reply-To: ANTsX/ANTsRCore ***@***.***>
Date: Monday, November 12, 2018 at 11:12 AM
To: ANTsX/ANTsRCore ***@***.***>
Cc: "Valcarcel, Alessandra" ***@***.***>, Comment <
***@***.***>
Subject: [External] Re: [ANTsX/ANTsRCore] Problem passing travis (#69)
I think this may be a problem with the `remotes` package or `devtools`. I
think you need to look there.
John
On Mon, Nov 12, 2018 at 9:57 AM Alessandra Valcarcel <
***@***.***> wrote:
> Still problems passing travis. I updated based on your new release with
> the patch and the previous error is fixed but there is a new similar
error:
>
> Downloading GitHub repo ***@***.*** Skipping ANTsRCore, it
is
> already being installed Error in vapply(remotes, install_remote, ...,
> FUN.VALUE = character(1)) : values must be type 'character', but
> FUN(X[[4]]) result is type 'logical' . Error in FUN(X[[i]], ...) :
> Installing Remote: muschellij2/extrantsr failed! Calls:
> install_remotes_no_dep -> sapply -> lapply -> FUN
>
> The travis build for mimosa is here
> <https://travis-ci.org/avalcarcel9/mimosa/builds/453408471>
>
> I can attach anything else you might need to debug.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#69 (comment)>,
or mute
> the thread
> <
https://github.com/notifications/unsubscribe-auth/ABBnrk89-kBmDH48qkwi-aWkqLF-FZNAks5uuYxOgaJpZM4YXu3Y>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<
#69 (comment)>, or
mute the thread<
https://github.com/notifications/unsubscribe-auth/AdzoKnRHCSlVilxY3Ib4rKN_2rFMwspeks5uuZ20gaJpZM4YXu3Y>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#69 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABBnrrxz0QqsIq2PnR8Q-_9vJ3WJpSrfks5uuZ54gaJpZM4YXu3Y>
.
|
This should work now, fixed bug in |
Thanks John. You were fast. Just finished testing and was about to say that I was not able to replicate the issue: https://travis-ci.org/adigherman/mimosa/builds/454067476 |
Adi did I see you used the most recent git version of mimosa. Did you change anything before running travis? Are your compile settings or travis.yml different than mine? I have no idea why your version wouldn't replicate the issue other than some sort of different settings. |
Ali, I did use your most recent version of mimosa. I believe John fixed the |
Ali - have you rebuilt today?
John
…On Mon, Nov 12, 2018 at 12:33 PM Alessandra Valcarcel < ***@***.***> wrote:
Adi did I see you used the most recent git version of mimosa. Did you
change anything before running travis? Are your compile settings or
travis.yml different than mine? I have no idea why your version wouldn't
replicate the issue other than some sort of different settings.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#69 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABBnrk8vDn_rpSO0MuIZphbMsCYvgRyjks5uubDTgaJpZM4YXu3Y>
.
|
Last rebuild was last night but pushed the changes this morning. Are you both making changes today? Should I try to submit again? |
Ali, I’m not making changes. You can resubmit, unless John says otherwise.
…Sent from my iPhone
On Nov 12, 2018, at 13:20, Alessandra Valcarcel <[email protected]<mailto:[email protected]>> wrote:
Last rebuild was last night but pushed the changes this morning. Are you both making changes today? Should I try to submit again?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#69 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ARa8mcT8LvVoz495aaw4EMuTk2qb5iNuks5uubutgaJpZM4YXu3Y>.
|
The changes to ghtravis that John pushed worked! Now travis is passing again! Thanks so much for both of your help! |
Agreed, the changes result in passing travis for me as well. Thanks John and Adi. |
I'm getting this error when running travis:
The travis build is here.
Before the most recent commit to ANTsRCore, I had the same .travis file, but was able to install ANTsRCore, build is here.
My current .travis.yml file is:
Any suggestions?
The text was updated successfully, but these errors were encountered: