EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Build failed in Jenkins: epics-master » mac #21
From: APS Jenkins <[email protected]>
To: [email protected]
Date: Wed, 15 Nov 2017 23:40:39 -0600 (CST)
See <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/21/display/redirect?page=changes>

Changes:

[Andrew Johnson] Module updates

------------------------------------------
Started by upstream project "epics-master" build number 21
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on mac-1 (mac) in workspace <https://jenkins.aps.anl.gov/job/epics-master/OS=mac/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git.launchpad.net/epics-base/ # timeout=10
Fetching upstream changes from https://git.launchpad.net/epics-base/
 > git --version # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git fetch --tags --progress https://git.launchpad.net/epics-base/ +refs/heads/*:refs/remotes/origin/*
Checking out Revision 7afb789b414522b918027fd65779c09a51432718 (refs/remotes/origin/core/master)
Commit message: "Module updates"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7afb789b414522b918027fd65779c09a51432718
 > git rev-list e64fe15abc7a85c317456c7fb5ba5e183b140894 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
 > git submodule foreach --recursive git reset --hard # timeout=10
 > git submodule foreach git clean -fdx # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.*)\.url # timeout=10
 > git config --get submodule.modules/libcom.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/libcom.path # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update --remote modules/libcom
 > git config --get submodule.modules/database.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/database.path # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update --remote modules/database
 > git config --get submodule.modules/ca.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/ca.path # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update --remote modules/ca
 > git config --get submodule.modules/pvData.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/pvData.path # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update --remote modules/pvData
 > git config --get submodule.modules/pvAccess.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/pvAccess.path # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update --remote modules/pvAccess
 > git config --get submodule.modules/normativeTypes.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/normativeTypes.path # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update --remote modules/normativeTypes
 > git config --get submodule.modules/pvaClient.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/pvaClient.path # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update --remote modules/pvaClient
 > git config --get submodule.modules/pvDatabase.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/pvDatabase.path # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update --remote modules/pvDatabase
 > git config --get submodule.modules/pva2pva.url # timeout=10
 > git config -f .gitmodules --get submodule.modules/pva2pva.path # timeout=10
Setting http proxy: webproxy1.anl.gov:9091
 > git submodule update --remote modules/pva2pva
[mac] $ /bin/sh -xe /var/folders/6f/2q91ldsx2rncqbx80st_4r700000gn/T/hudson8273862917060140945.sh
+ case $EPICS_HOST_ARCH in
+ make -j4 -O host
/Applications/Xcode.app/Contents/Developer/usr/bin/make: invalid option -- O
Usage: make [options] [target] ...
Options:
  -b, -m                      Ignored for compatibility.
  -B, --always-make           Unconditionally make all targets.
  -C DIRECTORY, --directory=DIRECTORY
                              Change to DIRECTORY before doing anything.
  -d                          Print lots of debugging information.
  --debug[=FLAGS]             Print various types of debugging information.
  -e, --environment-overrides
                              Environment variables override makefiles.
  -f FILE, --file=FILE, --makefile=FILE
                              Read FILE as a makefile.
  -h, --help                  Print this message and exit.
  -i, --ignore-errors         Ignore errors from commands.
  -I DIRECTORY, --include-dir=DIRECTORY
                              Search DIRECTORY for included makefiles.
  -j [N], --jobs[=N]          Allow N jobs at once; infinite jobs with no arg.
  -k, --keep-going            Keep going when some targets can't be made.
  -l [N], --load-average[=N], --max-load[=N]
                              Don't start multiple jobs unless load is below N.
  -L, --check-symlink-times   Use the latest mtime between symlinks and target.
  -n, --just-print, --dry-run, --recon
                              Don't actually run any commands; just print them.
  -o FILE, --old-file=FILE, --assume-old=FILE
                              Consider FILE to be very old and don't remake it.
  -p, --print-data-base       Print make's internal database.
  -q, --question              Run no commands; exit status says if up to date.
  -r, --no-builtin-rules      Disable the built-in implicit rules.
  -R, --no-builtin-variables  Disable the built-in variable settings.
  -s, --silent, --quiet       Don't echo commands.
  -S, --no-keep-going, --stop
                              Turns off -k.
  -t, --touch                 Touch targets instead of remaking them.
  -v, --version               Print the version number of make and exit.
  -w, --print-directory       Print the current directory.
  --no-print-directory        Turn off -w, even if it was turned on implicitly.
  -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
                              Consider FILE to be infinitely new.
  --warn-undefined-variables  Warn when an undefined variable is referenced.
  -N OPTION, --NeXT-option=OPTION
                              Turn on value of NeXT OPTION.

This program built for i386-apple-darwin11.3.0
Report bugs to <[email protected]>
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE

Replies:
Build failed in Jenkins: epics-master » mac #22 APS Jenkins

Navigate by Date:
Prev: Jenkins build is back to normal : epics-base-3.15-linux32-test #129 APS Jenkins
Next: Build failed in Jenkins: epics-master » linux64 #21 APS Jenkins
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Jenkins build is back to normal : epics-base-3.15-linux32-test #129 APS Jenkins
Next: Build failed in Jenkins: epics-master » mac #22 APS Jenkins
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
ANJ, 21 Dec 2017 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·