Skip to content
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

Failure in win release -- "the remote name could not be resolved: 'raw.githubusercontent.com'" #182

Open
carloscinelli opened this issue Nov 3, 2021 · 1 comment

Comments

@carloscinelli
Copy link

carloscinelli commented Nov 3, 2021

Hi Kirill

I have this error on the CI with appveyor, an I am not sure if it is something I should fix in my package, if it is a bug on your end, or perhaps neither.

The package builds correctly on:

  • R_VERSION=devel, GCC_PATH=mingw_32
  • R_VERSION=devel, R_ARCH=x64, GCC_PATH=mingw_64

But it fails on:

  • R_VERSION=release, R_ARCH=x64

Here's the link of the project: https://ci.appveyor.com/project/carloscinelli/mrsensemakr/builds/41356002/job/03ta48br2qjh0pki

And here's the message I get:

Build started
$ErrorActionPreference = "Stop"
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
Import-Module '..\appveyor-tool.ps1'
The remote name could not be resolved: 'raw.githubusercontent.com'
7z a failure.zip *.Rcheck*
7-Zip 19.00 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
Scanning the drive:
0 files, 0 bytes
Creating archive: failure.zip
Add new data to archive: 0 files, 0 bytes
Files read from disk: 0
Archive size: 22 bytes (1 KiB)
Everything is Ok
appveyor PushArtifact failure.zip
Uploading artifact failure.zip (22 bytes)...100%

Thanks!

@krlmlr
Copy link
Owner

krlmlr commented Nov 5, 2021

Thanks. This looks like a temporary failure, is it resolved by now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants