You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2016/04/08 20:56:25 UTC

[jira] [Updated] (INFRA-11148) Use mac mini for Mesos builds

     [ https://issues.apache.org/jira/browse/INFRA-11148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone updated INFRA-11148:
-------------------------------
    Status: Waiting for Infra  (was: Closed)

Doesn't look like autotools are installed?

https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-OSX/2/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,label_exp=mac/console

{code}
Started by upstream project "Mesos-OSX" build number 2
originally caused by:
 Started by user vinodkone
[EnvInject] - Loading node environment variables.
Building remotely on mac-mini-1 (osx mac) in workspace /Users/jenkins/jenkins-home/workspace/Mesos-OSX/COMPILER/gcc/CONFIGURATION/--verbose/ENVIRONMENT/GLOG_v=1 MESOS_VERBOSE=1/label_exp/mac
Cloning the remote Git repository
Using shallow clone
Cloning repository https://git-wip-us.apache.org/repos/asf/mesos.git
 > git init /Users/jenkins/jenkins-home/workspace/Mesos-OSX/COMPILER/gcc/CONFIGURATION/--verbose/ENVIRONMENT/GLOG_v=1 MESOS_VERBOSE=1/label_exp/mac # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mesos.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mesos.git +refs/heads/*:refs/remotes/origin/* --depth=1 # timeout=60
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mesos.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mesos.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mesos.git
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mesos.git +refs/heads/*:refs/remotes/origin/* # timeout=60
Checking out Revision a7378d874f501e4cc40c486cb8a4a3a4b92c6c4f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a7378d874f501e4cc40c486cb8a4a3a4b92c6c4f
First time build. Skipping changelog.
[mac] $ /bin/bash -xe /var/folders/hg/71dtgs1d1dn3kxkyjm6jf1t40000jb/T/hudson1457619633357488117.sh
+ export GLOG_v=1 MESOS_VERBOSE=1
+ GLOG_v=1
+ MESOS_VERBOSE=1
+ export CC=gcc
+ CC=gcc
+ export CXX=gcc++
+ CXX=gcc++
+ export DISTCHECK_CONFIGURE_FLAGS=--verbose
+ DISTCHECK_CONFIGURE_FLAGS=--verbose
+ ./bootstrap
./bootstrap: line 116: autoreconf: command not found
Build step 'Execute shell' marked build as failure
Finished: FAILURE

{code}

> Use mac mini for Mesos builds
> -----------------------------
>
>                 Key: INFRA-11148
>                 URL: https://issues.apache.org/jira/browse/INFRA-11148
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Jenkins
>            Reporter: Vinod Kone
>            Assignee: Gavin
>
> We would like to build/test Mesos on OSX. Looks like a mac mini Jenkins slave is hooked up to builds.a.o (great!). Is it possible for it to provisioned with the deps needed to build Mesos?
> From Mesos getting started page (http://mesos.apache.org/gettingstarted/) these are the things that need to be installed:
> {code}
>     # Install Command Line Tools.
>     $ xcode-select --install
>     # Install Homebrew.
>     $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
>     # Install libraries.
>     $ brew install autoconf automake libtool subversion maven
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)