jeff1evesque / machine-learning

Web-interface + rest API for classification and regression (https://jeff1evesque.github.io/machine-learning.docs)
Other
258 stars 85 forks source link

[R10K::TaskRunner - ERROR] on OSX (yosemite) host #2080

Open jeff1evesque opened 9 years ago

jeff1evesque commented 9 years ago

The following Puppetfile syntax:

#!/usr/bin/env ruby
## Install Module: stdlib (apt dependency)
mod 'stdlib',
  :git => "git@github.com:puppetlabs/puppetlabs-stdlib.git",
  :ref => "4.6.0"

## Install Module: apt (from master)
mod 'apt',
  :git => "git@github.com:puppetlabs/puppetlabs-apt.git"

## Install Module: nodejs
mod 'nodejs',
  :git => "git@github.com:puppet-community/puppet-nodejs.git",
  :ref => "1.1.0"

## Install Module: git
mod 'git',
  :git => "git@github.com:puppetlabs/puppetlabs-git.git",
  :ref => "0.4.0"

## Install Module: vcsrepo
mod 'vcsrepo',
  :git => "git@github.com:puppetlabs/puppetlabs-vcsrepo.git",
  :ref => "1.3.0"

## Install Module: mysql (to be used for mariadb)
mod 'mysql',
  :git => "git@github.com:puppetlabs/puppetlabs-mysql.git",
  :ref => "3.4.0"

## Install Module: sys (required for heredoc logic in 'start_webserver.pp')
mod 'sys',
  :git => "git@github.com:counsyl/puppet-sys.git",
  :ref => "0.9.18"

## Install Module: python (from master), which includes pip, devel,
#                  flask, requests, pipx (enhanced pip).
mod 'python',
  :git => "git@github.com:counsyl/puppet-python.git"

## Install Module: timezone
mod 'timezone',
  :git => "git@github.com:BashtonLtd/puppet-timezone",
  :ref => "v0.1.3"

Generates the following set of traceback errors, when run on osx (yosemite) host machine:

$ sudo vagrant up
Password:
Bringing machine 'default' up with 'virtualbox' provider...
==> default: vagrant-r10k: Building the r10k module path with puppet provisioner module_path "puppet/modules". (if module_path is an array, first element is used)
==> default: Checking if box 'ubuntu/trusty64' is up to date...
==> default: A newer version of the box 'ubuntu/trusty64' is available! You currently
==> default: have version '20150430.0.0'. The latest is version '20150902.0.1'. Run
==> default: `vagrant box update` to update.
==> default: vagrant-r10k: Building the r10k module path with puppet provisioner module_path "puppet/modules". (if module_path is an array, first element is used)
==> default: vagrant-r10k: Building the r10k module path with puppet provisioner module_path "puppet/modules". (if module_path is an array, first element is used)
==> default: vagrant-r10k: Beginning r10k deploy of puppet modules into /Users/jeff/github/machine-learning/puppet/modules using /Users/jeff/github/machine-learning/puppet/Puppetfile
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a38650> failed while running: Couldn't update git cache for git@github.com:BashtonLtd/puppet-timezone.git: "fatal: Could not read from remote repository."
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a386c8> failed while running: Couldn't update git cache for git@github.com:vaijab/puppet-uwsgi.git: "fatal: Could not read from remote repository."
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a38718> failed while running: Couldn't update git cache for git@github.com:jfryman/puppet-nginx.git: "fatal: Could not read from remote repository."
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a38808> failed while running: Couldn't update git cache for git@github.com:counsyl/puppet-python.git: "fatal: Could not read from remote repository."
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a388a8> failed while running: Couldn't update git cache for git@github.com:counsyl/puppet-sys.git: "fatal: Could not read from remote repository."
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a392d0> failed while running: Couldn't update git cache for git@github.com:puppetlabs/puppetlabs-mysql.git: "fatal: Could not read from remote repository."
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a39348> failed while running: Couldn't update git cache for git@github.com:puppetlabs/puppetlabs-vcsrepo.git: "fatal: Could not read from remote repository."
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a393e8> failed while running: Couldn't update git cache for git@github.com:puppetlabs/puppetlabs-git.git: "fatal: Could not read from remote repository."
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a394b0> failed while running: Couldn't update git cache for git@github.com:puppet-community/puppet-nodejs.git: "fatal: Could not read from remote repository."
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a39550> failed while running: Couldn't update git cache for git@github.com:puppetlabs/puppetlabs-apt.git: "fatal: Could not read from remote repository."
[R10K::TaskRunner - ERROR] Task #<R10K::Task::Module::Sync:0x00000102a395c8> failed while running: Couldn't update git cache for git@github.com:puppetlabs/puppetlabs-stdlib.git: "fatal: Could not read from remote repository."
RuntimeError: Couldn't update git cache for git@github.com:BashtonLtd/puppet-timezone.git: "fatal: Could not read from remote repository."
jeff1evesque commented 9 years ago

We've posted a corresponding issue within the puppetlabs/r10k repository.

jeff1evesque commented 9 years ago

The above comment is incorrect. We've correctly posted a corresponding issue within the vagrant-r10k repository.