krlmlr/r-appveyor

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

Opened this issue · 1 comments

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!

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