Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python drivers #5800

Merged
merged 21 commits into from
Aug 29, 2019
Merged

Python drivers #5800

merged 21 commits into from
Aug 29, 2019

Conversation

prwolfe
Copy link
Contributor

@prwolfe prwolfe commented Aug 27, 2019

These changes have been in develop for a bit (8/24/2019 at about 9:00 am) and will not merge into master via the attester due to bootstrapping issues in the top level sh script. This will need to be careful considered and then for pushed to get dev->master testing back on track.

prwolfe added 19 commits July 23, 2019 11:59
Because the PR testing will have it and fail if we don't
I had previously sorted the key set to avoid order mismatches
between python 2/3. Fort whatever reason the tests showed

AttributeError: 'KeysView' object has no attribute 'sort'

in python 3 - likely a different point version.
1) the cuda environment included a 'module swap'  which
   was incorrectly set up and now works.
2) the shell driver script was not passing the arguments
   needed to the Test section. It was in fact never moved
   to use the python.
Remove old Test.sh script
Correct executable bit on new Test.py script
Correct path to subproject list
Add cmake to python testing module list
Load python before the Merge/Test scripts - the default version is that old
Correct path for cuda compilers so  the nvcc wrapper can find them
Turns out the entire dictionary  is constructed every time.
Add missing mpich2 module to intel  configuration
Move environemnt print-out to try and debug the cuda build
Just loading the second one does not guarantee we
will get what we want downstream (path order controls)
The environmental changes map is built on
python start up. The test was seeting the CC
and FC values before that rather than at module
load as the real runs will. This modifies the
test and code to match what will actually occur.
It looks like the path is not getting upodated but
instead replaced when modifying the environment.
Since I know this works in testing and on all the
other builds I am guessing that the old version
of python that ride defaults to  is the issue.
This turned out to be the issue for the ride
jobs - I was adding in path before loading
modules and then the map update overwrote all
the changes with the initial path. It did not
show on other systems because they were not
manually adding paths.
The previous shell scripts had unloaded
the seme-python module then added path and
pythonpath directly as the sierra python
modules are not working for the trilinos
entity. I was attempting to fix that as it
would be simpler, but it looks like that is
a no-go on the cloud nodes at this time.
And by checking that this comes through I should
help avoid regressioooon to the issue that caused
the CUDA failures.
@prwolfe prwolfe added the Framework tasks Framework tasks (used internally by Framework team) label Aug 27, 2019
@trilinos-autotester
Copy link
Contributor

Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4351
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4174
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2612
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2436
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2013
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Using Repos:

Repo: TRILINOS (prwolfe/Trilinos)
  • Branch: pythonDrivers
  • SHA: 89a6820
  • Mode: TEST_REPO

Pull Request Author: prwolfe

@trilinos-autotester
Copy link
Contributor

Status Flag 'Master Merge AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 15 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4351
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4174
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2612
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2436
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2013
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 4351 (click to expand)

JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
JENKINS_BUILD_TYPE=Release
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.8.4
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=17
JOB_OWNER=jmwille
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-7-trilinos trilinos-CAPACITY trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_7
JOB_COOWNERS=jmwille,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 51714 192.168.0.15 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-7-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=4351
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_4.8.4/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=b9e44578-8b45-424c-a80b-d85df2e493d6
[email protected],[email protected]
[email protected],[email protected]
JENKINS_COMM_TYPE=MPI
COMPILER_MODULE=sems-gcc/4.8.4
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 -------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 489 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 689 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1811 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 89a68208c5e30da880465cb91708e6040db3e217
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 4174 (click to expand)

GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
no_proxy=localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov
EXECUTOR_NUMBER=60
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=ascic158-trilinos trilinos-32 trilinos-37 trilinos-any trilinos-broadwell
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
GIT_BRANCH_2=origin/pull_request_changes
SSH_CONNECTION=205.137.81.17 47110 205.137.80.96 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ascic158-trilinos
GIT_BRANCH_1=origin/master
SEMS_MODULEFILES_ROOT=/projects/sems/modulefiles
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=4174
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_intel_17.0.1/display/redirect
[email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
TRILINOS_SOURCE_BRANCH=pythonDrivers
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
[email protected]:trilinos-project/TFW_single_configure_support_scripts.git
HUDSON_COOKIE=018c2a59-39d6-4fba-8e4e-40fd4b91182b
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_single_configure_support_scripts@tmp
TFW_testing_single_configure_prototype
TFW_testing_single_configure_prototype@tmp
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 -------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 489 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 689 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1811 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 89a68208c5e30da880465cb91708e6040db3e217
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.9.3_SERIAL # 2612 (click to expand)

BUILD_DISPLAY_NAME=#2612
BUILD_CAUSE=MANUALTRIGGER
BUILD_ID=2612
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.9.3_SERIAL
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=16
JOB_OWNER=wcmclen
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-2-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_2
JOB_COOWNERS=wcmclen,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 45616 192.168.0.15 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-2-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=2612
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_4.9.3_SERIAL/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=e25b4be2-369c-4f4f-bfc6-67ace166b841
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 -------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 489 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 689 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1811 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 89a68208c5e30da880465cb91708e6040db3e217
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0 # 2436 (click to expand)

JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_7.2.0
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=75
JOB_OWNER=hrswant
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=ascic158-trilinos trilinos-32 trilinos-37 trilinos-any trilinos-broadwell
JOB_COOWNERS=hrswant,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 47110 205.137.80.96 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ascic158-trilinos
SEMS_MODULEFILES_ROOT=/projects/sems/modulefiles
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=2436
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_7.2.0/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=508ab945-fc02-4547-bb1d-3fe677734ce5
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Trilinos@tmp
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 -------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 489 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 689 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1811 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 89a68208c5e30da880465cb91708e6040db3e217
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_cuda_9.2 # 2013 (click to expand)

JOB_COOWNERS=hrswant,trilinos
GIT_URL=https://github.com/trilinos/Trilinos
LSB_OUTDIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2
LSB_QUEUE=rhel7F
LSB_MCPU_HOSTS=ride13 16 
LOGNAME=trilinos
GIT_BRANCH_2=origin/pull_request_changes
SSH_CONNECTION=205.137.81.17 39780 205.137.89.97 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ride-trilinos
LSF_CGROUP_TOPDIR_KEY=ride-lsf
LESSOPEN=||/usr/bin/lesspipe.sh %s
GIT_BRANCH_1=origin/master
BUILD_NUMBER=2013
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_cuda_9.2/display/redirect
LSB_XFER_OP=
TRILINOS_SOURCE_BRANCH=pythonDrivers
[email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
LSB_EEXEC_REAL_GID=
HUDSON_COOKIE=0a4359ca-9b87-480e-9b1d-020f48bcd54f
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
[email protected],[email protected]
[email protected]:trilinos-project/TFW_single_configure_support_scripts.git
[email protected],[email protected]
LSF_ENVDIR=/opt/lsf/conf
LSB_DJOB_RANKFILE=/ascldap/users/trilinos/.lsbatch/1566932783.859419.hostfile
LSB_SHMODE=y
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd sh $*`
}
_=/usr/bin/env

================================================================================

Job is CUDA
PR_TRILINOS_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos
TRILINOS_DRIVER_SRC_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_single_configure_support_scripts@tmp
TFW_testing_single_configure_prototype
TFW_testing_single_configure_prototype@tmp
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

It took 2.67 seconds to enumerate untracked files. 'status -uno'
may speed it up, but you have to be careful not to forget to add
new files yourself (see 'git help status').
nothing to commit, working tree clean
HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
HEAD detached at a0ba716
nothing to commit, working tree clean
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Removing cmake/std/PullRequestLinuxDriver-Test.sh
Removing cmake/std/PullRequestLinuxDriver-Merge.sh
Merge made by the 'recursive' strategy.
cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
cmake/std/PullRequestLinuxDriver-Test.sh | 442 -------------
cmake/std/PullRequestLinuxDriver.sh | 41 +-
cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
cmake/std/PullRequestLinuxDriverTest.py | 489 +++++++++++++++
cmake/std/PullRequestLinuxPython2.cmake | 9 +
cmake/std/PullRequestLinuxPython3.cmake | 9 +
.../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
.../unittests/TestPullRequestLinuxDriverTest.py | 689 +++++++++++++++++++++
commonTools/framework/CMakeLists.txt | 24 +-
10 files changed, 1811 insertions(+), 679 deletions(-)
delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 89a68208c5e30da880465cb91708e6040db3e217
Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2
/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE


CDash Test Results for PR# 5800.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4354
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4177
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2615
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2439
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2016
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Using Repos:

Repo: TRILINOS (prwolfe/Trilinos)
  • Branch: pythonDrivers
  • SHA: 89a6820
  • Mode: TEST_REPO

Pull Request Author: prwolfe

@trilinos-autotester
Copy link
Contributor

Status Flag 'Master Merge AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 15 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4354
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4177
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2615
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2439
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2016
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 4354 (click to expand)

JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
JENKINS_BUILD_TYPE=Release
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.8.4
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=24
JOB_OWNER=jmwille
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-6-trilinos trilinos-CAPACITY trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_6
JOB_COOWNERS=jmwille,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 39864 192.168.0.9 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-6-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=4354
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_4.8.4/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=92da4106-507c-41b5-9575-de143b6ee195
[email protected],[email protected]
[email protected],[email protected]
JENKINS_COMM_TYPE=MPI
COMPILER_MODULE=sems-gcc/4.8.4
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 -------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 489 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 689 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1811 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 89a68208c5e30da880465cb91708e6040db3e217
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 4177 (click to expand)

JOB_BASE_NAME=Trilinos_pullrequest_intel_17.0.1
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
no_proxy=localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov
EXECUTOR_NUMBER=68
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=ascic141-trilinos trilinos-37 trilinos-any trilinos-haswell
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
GIT_BRANCH_2=origin/pull_request_changes
SSH_CONNECTION=205.137.81.17 38032 205.137.80.9 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ascic141-trilinos
GIT_BRANCH_1=origin/master
SEMS_MODULEFILES_ROOT=/projects/sems/modulefiles
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=4177
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_intel_17.0.1/display/redirect
[email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
TRILINOS_SOURCE_BRANCH=pythonDrivers
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
[email protected]:trilinos-project/TFW_single_configure_support_scripts.git
HUDSON_COOKIE=e5bf8f20-9897-4cfe-bf30-9ad0a9a43aa3
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_single_configure_support_scripts@tmp
TFW_testing_single_configure_prototype
TFW_testing_single_configure_prototype@tmp
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to a new branch 'master'
    Branch master set up to track remote branch master from origin.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 -------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 489 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 689 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1811 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 89a68208c5e30da880465cb91708e6040db3e217
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.9.3_SERIAL # 2615 (click to expand)

LOADEDMODULES=
BUILD_DISPLAY_NAME=#2615
BUILD_CAUSE=MANUALTRIGGER
BUILD_ID=2615
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.9.3_SERIAL
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=6
JOB_OWNER=wcmclen
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-0-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_0
JOB_COOWNERS=wcmclen,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 42058 192.168.0.11 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-0-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=2615
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_4.9.3_SERIAL/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=0e3afaef-57dc-4d34-93f4-edddb5b1fb6a
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/../..
changed-files.txt
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 -------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 489 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 689 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1811 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 89a68208c5e30da880465cb91708e6040db3e217
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0 # 2439 (click to expand)

TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_7.2.0
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=34
JOB_OWNER=hrswant
JENKINS_SERVER_COOKIE=248910a9cd8de38c
PERL_LOCAL_LIB_ROOT=:/ascldap/users/trilinos/perl5
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=ascic166-trilinos trilinos-32 trilinos-any trilinos-skylake
JOB_COOWNERS=hrswant,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 56990 205.137.84.244 22
HUDSON_HOME=/var/lib/jenkins
XDG_DATA_DIRS=/ascldap/users/trilinos/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/
MODULESHOME=/usr/share/Modules
NODE_NAME=ascic166-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=2439
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_7.2.0/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=dd6761ac-f58e-4ae0-aeaa-b19da4ac66b1
[email protected],[email protected]
QT_PLUGIN_PATH=/usr/lib64/kde4/plugins:/usr/lib/kde4/plugins
[email protected],[email protected]
PERL_MM_OPT=INSTALL_BASE=/ascldap/users/trilinos/perl5
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Trilinos@tmp
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 -------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 489 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 689 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1811 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 89a68208c5e30da880465cb91708e6040db3e217
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_cuda_9.2 # 2016 (click to expand)

JOB_COOWNERS=hrswant,trilinos
GIT_URL=https://github.com/trilinos/Trilinos
LSB_OUTDIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2
LSB_QUEUE=rhel7F
LSB_MCPU_HOSTS=ride13 16 
LOGNAME=trilinos
GIT_BRANCH_2=origin/pull_request_changes
SSH_CONNECTION=205.137.81.17 39780 205.137.89.97 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ride-trilinos
LSF_CGROUP_TOPDIR_KEY=ride-lsf
LESSOPEN=||/usr/bin/lesspipe.sh %s
GIT_BRANCH_1=origin/master
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_cuda_9.2/display/redirect
BUILD_NUMBER=2016
LSB_XFER_OP=
[email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
TRILINOS_SOURCE_BRANCH=pythonDrivers
LSB_EEXEC_REAL_GID=
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
[email protected],[email protected]
[email protected]:trilinos-project/TFW_single_configure_support_scripts.git
HUDSON_COOKIE=76242568-fa8c-474c-a7bd-5815e8af80df
[email protected],[email protected]
LSF_ENVDIR=/opt/lsf/conf
LSB_DJOB_RANKFILE=/ascldap/users/trilinos/.lsbatch/1566935120.859422.hostfile
LSB_SHMODE=y
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd sh $*`
}
_=/usr/bin/env

================================================================================

Job is CUDA
PR_TRILINOS_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos
TRILINOS_DRIVER_SRC_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_single_configure_support_scripts@tmp
TFW_testing_single_configure_prototype
TFW_testing_single_configure_prototype@tmp
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

It took 3.01 seconds to enumerate untracked files. 'status -uno'
may speed it up, but you have to be careful not to forget to add
new files yourself (see 'git help status').
nothing to commit, working tree clean
HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
HEAD detached at a0ba716
nothing to commit, working tree clean
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Removing cmake/std/PullRequestLinuxDriver-Test.sh
Removing cmake/std/PullRequestLinuxDriver-Merge.sh
Merge made by the 'recursive' strategy.
cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
cmake/std/PullRequestLinuxDriver-Test.sh | 442 -------------
cmake/std/PullRequestLinuxDriver.sh | 41 +-
cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
cmake/std/PullRequestLinuxDriverTest.py | 489 +++++++++++++++
cmake/std/PullRequestLinuxPython2.cmake | 9 +
cmake/std/PullRequestLinuxPython3.cmake | 9 +
.../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
.../unittests/TestPullRequestLinuxDriverTest.py | 689 +++++++++++++++++++++
commonTools/framework/CMakeLists.txt | 24 +-
10 files changed, 1811 insertions(+), 679 deletions(-)
delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 89a68208c5e30da880465cb91708e6040db3e217
Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2
/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE


CDash Test Results for PR# 5800.


Wiki: How to Reproduce PR Testing Builds and Errors.

@prwolfe prwolfe added the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Aug 28, 2019
I missed this during the transition to python
and jhux found the issue in trilinos#5789
The python tests for this branch failed when
attempting to build everything because most
TPL's are turned off. The odd part is that
the old system did not have such a bypass and
worked fine - I'm not su8re how. This just
writes the packageEnables.cmake file directly
if needed and bypasses the shell script.
@prwolfe prwolfe removed the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Aug 28, 2019
@trilinos-autotester
Copy link
Contributor

Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4364
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4188
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2625
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2449
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2026
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Using Repos:

Repo: TRILINOS (prwolfe/Trilinos)
  • Branch: pythonDrivers
  • SHA: 0b8a435
  • Mode: TEST_REPO

Pull Request Author: prwolfe

@trilinos-autotester
Copy link
Contributor

Status Flag 'Master Merge AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 15 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4364
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4188
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2625
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2449
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2026
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 4364 (click to expand)

JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
JENKINS_BUILD_TYPE=Release
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.8.4
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=18
JOB_OWNER=jmwille
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-8-trilinos trilinos-CAPACITY trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_8
JOB_COOWNERS=jmwille,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 56616 192.168.0.30 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-8-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=4364
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_4.8.4/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=388bbbf1-9143-45f4-a9f5-1de464797350
[email protected],[email protected]
[email protected],[email protected]
JENKINS_COMM_TYPE=MPI
COMPILER_MODULE=sems-gcc/4.8.4
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 ------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 528 ++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 769 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1930 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 0b8a435f34bf3e46f559a91dec37725bf8305d55
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 4188 (click to expand)

GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
no_proxy=localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov
EXECUTOR_NUMBER=27
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=ascic143-trilinos trilinos-37 trilinos-any trilinos-haswell
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
GIT_BRANCH_2=origin/pull_request_changes
SSH_CONNECTION=205.137.81.17 33770 205.137.80.15 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ascic143-trilinos
GIT_BRANCH_1=origin/master
SEMS_MODULEFILES_ROOT=/projects/sems/modulefiles
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=4188
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_intel_17.0.1/display/redirect
[email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
TRILINOS_SOURCE_BRANCH=pythonDrivers
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
[email protected]:trilinos-project/TFW_single_configure_support_scripts.git
HUDSON_COOKIE=b1cbda70-85d5-4596-947a-db0fe2df6dcc
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_single_configure_support_scripts@tmp
TFW_testing_single_configure_prototype
TFW_testing_single_configure_prototype@tmp
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 ------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 528 ++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 769 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1930 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 0b8a435f34bf3e46f559a91dec37725bf8305d55
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.9.3_SERIAL # 2625 (click to expand)

BUILD_DISPLAY_NAME=#2625
BUILD_CAUSE=MANUALTRIGGER
BUILD_ID=2625
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.9.3_SERIAL
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=16
JOB_OWNER=wcmclen
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-2-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_2
JOB_COOWNERS=wcmclen,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 45616 192.168.0.15 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-2-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=2625
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_4.9.3_SERIAL/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=179607aa-09ba-48bd-9bf7-86d55eb82354
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 ------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 528 ++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 769 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1930 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 0b8a435f34bf3e46f559a91dec37725bf8305d55
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0 # 2449 (click to expand)

JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_7.2.0
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=16
JOB_OWNER=hrswant
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=ascic113-trilinos trilinos-32 trilinos-any trilinos-sandybridge
JOB_COOWNERS=hrswant,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 55420 205.137.81.177 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ascic113-trilinos
SEMS_MODULEFILES_ROOT=/projects/sems/modulefiles
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=2449
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_7.2.0/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=caab228c-00e2-4e92-a9e1-198ac986626a
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Trilinos@tmp
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 ------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 528 ++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 769 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1930 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 0b8a435f34bf3e46f559a91dec37725bf8305d55
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_cuda_9.2 # 2026 (click to expand)

JOB_COOWNERS=hrswant,trilinos
GIT_URL=https://github.com/trilinos/Trilinos
LSB_OUTDIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2
LSB_QUEUE=rhel7F
LSB_MCPU_HOSTS=ride13 16 
LOGNAME=trilinos
GIT_BRANCH_2=origin/pull_request_changes
SSH_CONNECTION=205.137.81.17 39780 205.137.89.97 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ride-trilinos
LSF_CGROUP_TOPDIR_KEY=ride-lsf
LESSOPEN=||/usr/bin/lesspipe.sh %s
GIT_BRANCH_1=origin/master
BUILD_NUMBER=2026
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_cuda_9.2/display/redirect
LSB_XFER_OP=
TRILINOS_SOURCE_BRANCH=pythonDrivers
[email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
LSB_EEXEC_REAL_GID=
HUDSON_COOKIE=a81c0fa7-3908-46cd-87c3-70afa8217a7d
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
[email protected],[email protected]
[email protected]:trilinos-project/TFW_single_configure_support_scripts.git
[email protected],[email protected]
LSF_ENVDIR=/opt/lsf/conf
LSB_DJOB_RANKFILE=/ascldap/users/trilinos/.lsbatch/1567021519.859466.hostfile
LSB_SHMODE=y
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd sh $*`
}
_=/usr/bin/env

================================================================================

Job is CUDA
PR_TRILINOS_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos
TRILINOS_DRIVER_SRC_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_single_configure_support_scripts@tmp
TFW_testing_single_configure_prototype
TFW_testing_single_configure_prototype@tmp
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

It took 5.17 seconds to enumerate untracked files. 'status -uno'
may speed it up, but you have to be careful not to forget to add
new files yourself (see 'git help status').
nothing to commit, working tree clean
HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
HEAD detached at a0ba716
nothing to commit, working tree clean
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Removing cmake/std/PullRequestLinuxDriver-Test.sh
Removing cmake/std/PullRequestLinuxDriver-Merge.sh
Merge made by the 'recursive' strategy.
cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
cmake/std/PullRequestLinuxDriver-Test.sh | 442 ------------
cmake/std/PullRequestLinuxDriver.sh | 41 +-
cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
cmake/std/PullRequestLinuxDriverTest.py | 528 ++++++++++++++
cmake/std/PullRequestLinuxPython2.cmake | 9 +
cmake/std/PullRequestLinuxPython3.cmake | 9 +
.../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++
.../unittests/TestPullRequestLinuxDriverTest.py | 769 +++++++++++++++++++++
commonTools/framework/CMakeLists.txt | 24 +-
10 files changed, 1930 insertions(+), 679 deletions(-)
delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 0b8a435f34bf3e46f559a91dec37725bf8305d55
Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2
/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@2/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE


CDash Test Results for PR# 5800.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4367
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4191
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2628
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2452
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2029
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Using Repos:

Repo: TRILINOS (prwolfe/Trilinos)
  • Branch: pythonDrivers
  • SHA: 0b8a435
  • Mode: TEST_REPO

Pull Request Author: prwolfe

@trilinos-autotester
Copy link
Contributor

Status Flag 'Master Merge AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 15 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4367
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
FORCE_CLEAN true
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4191
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2628
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2452
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 2029
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
FORCE_CLEAN true
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5800
PULLREQUEST_CDASH_TRACK Clean
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 0b8a435
TRILINOS_TARGET_BRANCH master
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA a0ba716
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 4367 (click to expand)

JOB_NAME=trilinos-folder/Trilinos_pullrequest_gcc_4.8.4
MODULEPATH=/usr/share/Modules/modulefiles:/etc/modulefiles:/projects/sems/modulefiles/projects
LOADEDMODULES=
BUILD_DISPLAY_NAME=#4367
BUILD_CAUSE=MANUALTRIGGER
BUILD_ID=4367
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
JENKINS_BUILD_TYPE=Release
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.8.4
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=15
JOB_OWNER=jmwille
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-5-trilinos trilinos-CAPACITY trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_5
JOB_COOWNERS=jmwille,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 45346 192.168.0.7 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-5-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=4367
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_4.8.4/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=222ea0f1-e20a-46a7-9653-15358b1d01fc
[email protected],[email protected]
[email protected],[email protected]
JENKINS_COMM_TYPE=MPI
COMPILER_MODULE=sems-gcc/4.8.4
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/../..
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
Trilinos
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to a new branch 'master'
    Branch master set up to track remote branch master from origin.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 ------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 528 ++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 769 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1930 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 0b8a435f34bf3e46f559a91dec37725bf8305d55
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 4191 (click to expand)

GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
no_proxy=localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov
EXECUTOR_NUMBER=62
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=ascic158-trilinos trilinos-32 trilinos-37 trilinos-any trilinos-broadwell
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
GIT_BRANCH_2=origin/pull_request_changes
SSH_CONNECTION=205.137.81.17 47110 205.137.80.96 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ascic158-trilinos
GIT_BRANCH_1=origin/master
SEMS_MODULEFILES_ROOT=/projects/sems/modulefiles
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=4191
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_intel_17.0.1/display/redirect
[email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
TRILINOS_SOURCE_BRANCH=pythonDrivers
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
[email protected]:trilinos-project/TFW_single_configure_support_scripts.git
HUDSON_COOKIE=90ae9fd4-bd28-4928-9c29-7794b44c8d44
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_single_configure_support_scripts@tmp
TFW_testing_single_configure_prototype
TFW_testing_single_configure_prototype@tmp
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 ------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 528 ++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 769 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1930 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 0b8a435f34bf3e46f559a91dec37725bf8305d55
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1@2/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.9.3_SERIAL # 2628 (click to expand)

MODULEPATH=/usr/share/Modules/modulefiles:/etc/modulefiles:/projects/sems/modulefiles/projects
LOADEDMODULES=
BUILD_DISPLAY_NAME=#2628
BUILD_CAUSE=MANUALTRIGGER
BUILD_ID=2628
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.9.3_SERIAL
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=28
JOB_OWNER=wcmclen
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-1-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_1
JOB_COOWNERS=wcmclen,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 49406 192.168.0.8 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-1-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=2628
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_4.9.3_SERIAL/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=4a1c638f-addb-48c2-a39d-3d19b19038ce
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/../..
changed-files.txt
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to a new branch 'master'
    Branch master set up to track remote branch master from origin.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 ------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 528 ++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 769 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1930 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 0b8a435f34bf3e46f559a91dec37725bf8305d55
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.9.3_SERIAL/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0 # 2452 (click to expand)

JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_7.2.0
GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0ba716076c1dcb1c1fc5a7a8b0c4b5add911c63
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/master
EXECUTOR_NUMBER=53
JOB_OWNER=hrswant
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=ascic158-trilinos trilinos-32 trilinos-37 trilinos-any trilinos-broadwell
JOB_COOWNERS=hrswant,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 47110 205.137.80.96 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ascic158-trilinos
SEMS_MODULEFILES_ROOT=/projects/sems/modulefiles
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=2452
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_gcc_7.2.0/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=ec0c3200-78ba-400f-9525-7b3527cdb53a
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

================================================================================

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_testing_single_configure_prototype
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Trilinos@tmp
Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

  • branch pythonDrivers -> FETCH_HEAD
  • [new branch] pythonDrivers -> source_remote/pythonDrivers
    From https://github.com/trilinos/Trilinos
  • branch master -> FETCH_HEAD
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
    HEAD detached at a0ba716
    nothing to commit, working tree clean
    Switched to and reset branch 'master'
    Branch master set up to track remote branch master from origin.
    Your branch is up-to-date with 'origin/master'.
    On branch master
    Your branch is up-to-date with 'origin/master'.
    nothing to commit, working tree clean
    Removing cmake/std/PullRequestLinuxDriver-Test.sh
    Removing cmake/std/PullRequestLinuxDriver-Merge.sh
    Merge made by the 'recursive' strategy.
    cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
    cmake/std/PullRequestLinuxDriver-Test.sh | 442 ------------
    cmake/std/PullRequestLinuxDriver.sh | 41 +-
    cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
    cmake/std/PullRequestLinuxDriverTest.py | 528 ++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 769 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1930 insertions(+), 679 deletions(-)
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
    delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
    create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
    create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
    The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 0b8a435f34bf3e46f559a91dec37725bf8305d55
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
    Build step 'Execute shell' marked build as failure
    Archiving artifacts
    Finished: FAILURE
Console Output (last 100 lines) : Trilinos_pullrequest_cuda_9.2 # 2029 (click to expand)

LSFUSER=trilinos
NODE_LABELS=ride-trilinos trilinos-ride
JOB_COOWNERS=hrswant,trilinos
GIT_URL=https://github.com/trilinos/Trilinos
LSB_OUTDIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@4
LSB_QUEUE=rhel7F
LSB_MCPU_HOSTS=ride15 16 
LOGNAME=trilinos
GIT_BRANCH_2=origin/pull_request_changes
SSH_CONNECTION=205.137.81.17 39780 205.137.89.97 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=ride-trilinos
LSF_CGROUP_TOPDIR_KEY=ride-lsf
LESSOPEN=||/usr/bin/lesspipe.sh %s
GIT_BRANCH_1=origin/master
BUILD_NUMBER=2029
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_cuda_9.2/display/redirect
LSB_XFER_OP=
TRILINOS_SOURCE_BRANCH=pythonDrivers
[email protected]:trilinos-project/TFW_testing_single_configure_prototype.git
LSB_EEXEC_REAL_GID=
HUDSON_COOKIE=2294c5d9-d82b-407e-ab0c-3546ac2cc88a
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
[email protected],[email protected]
[email protected]:trilinos-project/TFW_single_configure_support_scripts.git
[email protected],[email protected]
LSF_ENVDIR=/opt/lsf/conf
LSB_DJOB_RANKFILE=/ascldap/users/trilinos/.lsbatch/1567022821.859469.hostfile
LSB_SHMODE=y
FORCE_CLEAN=true
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd sh $*`
}
_=/usr/bin/env

================================================================================

Job is CUDA
PR_TRILINOS_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@4/Trilinos
TRILINOS_DRIVER_SRC_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@4/Trilinos/cmake/std/../..
changed-files.txt
packageEnables.cmake
TFW_single_configure_support_scripts
TFW_single_configure_support_scripts@tmp
TFW_testing_single_configure_prototype
TFW_testing_single_configure_prototype@tmp
TribitsDumpDepsXmlScript.log
Trilinos
TrilinosPackageDependencies.xml
Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@4/Trilinos
git remote exists, removing it.
origin https://github.com/trilinos/Trilinos (fetch)
origin https://github.com/trilinos/Trilinos (push)
source_remote https://github.com/prwolfe/Trilinos (fetch)
source_remote https://github.com/prwolfe/Trilinos (push)
From https://github.com/prwolfe/Trilinos

It took 3.31 seconds to enumerate untracked files. 'status -uno'
may speed it up, but you have to be careful not to forget to add
new files yourself (see 'git help status').
nothing to commit, working tree clean
HEAD is now at a0ba716 Merge Pull Request #5782 from trilinos/Trilinos/master_merge_20190823_000620
HEAD detached at a0ba716
nothing to commit, working tree clean
Switched to a new branch 'master'
Branch master set up to track remote branch master from origin.
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Removing cmake/std/PullRequestLinuxDriver-Test.sh
Removing cmake/std/PullRequestLinuxDriver-Merge.sh
Merge made by the 'recursive' strategy.
cmake/std/PullRequestLinuxDriver-Merge.sh | 233 -------
cmake/std/PullRequestLinuxDriver-Test.sh | 442 ------------
cmake/std/PullRequestLinuxDriver.sh | 41 +-
cmake/std/PullRequestLinuxDriverMerge.py | 172 +++++
cmake/std/PullRequestLinuxDriverTest.py | 528 ++++++++++++++
cmake/std/PullRequestLinuxPython2.cmake | 9 +
cmake/std/PullRequestLinuxPython3.cmake | 9 +
.../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++
.../unittests/TestPullRequestLinuxDriverTest.py | 769 +++++++++++++++++++++
commonTools/framework/CMakeLists.txt | 24 +-
10 files changed, 1930 insertions(+), 679 deletions(-)
delete mode 100755 cmake/std/PullRequestLinuxDriver-Merge.sh
delete mode 100755 cmake/std/PullRequestLinuxDriver-Test.sh
create mode 100755 cmake/std/PullRequestLinuxDriverMerge.py
create mode 100755 cmake/std/PullRequestLinuxDriverTest.py
create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverMerge.py
create mode 100755 cmake/std/unittests/TestPullRequestLinuxDriverTest.py
The most recent SHA for repo: https://github.com/prwolfe/Trilinos on branch: pythonDrivers is: 0b8a435f34bf3e46f559a91dec37725bf8305d55
Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@4
/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@4/Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@4/Trilinos/cmake/std/PullRequestLinuxDriver-Test.sh: No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE


CDash Test Results for PR# 5800.


Wiki: How to Reproduce PR Testing Builds and Errors.

@prwolfe
Copy link
Contributor Author

prwolfe commented Aug 29, 2019

After merging #5814 all the issues I found on develop should be resolved. I am going to force push this so dev -> master will run again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework tasks Framework tasks (used internally by Framework team)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants