Hudson pre-release fails to access kforge hosted stack: HTTP 401 [closed]

asked 2012-02-20 04:29:14 -0500

paepcke gravatar image

updated 2012-02-20 04:30:14 -0500

I am trying to run a Hudson pre-install on the 'gestures' stack. Hudson's console output is at http://build.willowgarage.com/job/prerelease_unstable_gestures_lucid_i386/2/console.

The salient part seems to be this HTTP 401 error that prevents Hudson from pulling the stack out of kforge into a stack overlay:

------------------ Begin Excerpt --------------------------

Install the stacks to test from source.

Failed to execute 'rosinstall --rosdep-yes stack_overlay /opt/ros/unstable stack_overlay.rosinstall'

Initialized empty Git repository in /tmp/install_dir/stack_overlay/gestures/.git/ rosinstall operating on /tmp/install_dir/stack_overlay from specifications in rosinstall files /opt/ros/unstable, stack_overlay.rosinstall Installing https://kforge.ros.org/gestures/gestures master to /tmp/install_dir/stack_overlay/gestures

========================================= error: The requested URL returned error: 401 while accessing https://kforge.ros.org/gestures/gestures/info/refs

fatal: HTTP request failed ERROR: Failed to install tree '/tmp/install_dir/stack_overlay/gestures' Checkout of https://kforge.ros.org/gestures/gestures version master into /tmp/install_dir/stack_overlay/gestures failed. ------------ End Excerpt -------------

401 is 'user authorization required'. Do I need to open permissions to the kforge project wider somehow?

thanks!

Andreas

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by kwc
close date 2012-02-20 05:47:31

Comments

Have you tried using http: instead of https:?

joq gravatar image joq  ( 2012-02-20 05:32:19 -0500 )edit