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 #5668

Merged
merged 19 commits into from
Aug 23, 2019
Merged

Python drivers #5668

merged 19 commits into from
Aug 23, 2019

Conversation

prwolfe
Copy link
Contributor

@prwolfe prwolfe commented Aug 6, 2019

@trilinos/framework

Description

This creates python versions of our driver scripts and associated tests (fairly comprehensive, but not exaustive.) Those tests are added to the python testing in our PR system

Motivation and Context

The hope is that better testing will keep us from having as many issues when these scripts are modified. Until that point, caution is advised and this must be run by hand to resolve the bootstrapping issue that led to them being split in the first place.

How Has This Been Tested?

The unit tests pass in both python 2 and 3. The Merge script has been run directly, but the full set of 3 scripts needs tested on a full PR isolated from develop. That is next

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • [ x ] I have read the code contribution guidelines for this project.
  • [ x ] I have added tests to cover my changes.
  • [ x ] All new and existing tests passed.
  • [ x ] No new compiler warnings were introduced.
  • These changes break backwards compatibility.

@prwolfe prwolfe added the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Aug 6, 2019
prwolfe added 2 commits August 6, 2019 10:57
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.
@prwolfe prwolfe removed the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Aug 6, 2019
@prwolfe
Copy link
Contributor Author

prwolfe commented Aug 6, 2019

Full testing was done on prwolfe#12

Note: after some thought I suspect this may suffer from a reverse bootstrapping issue. I.E. may fail now and would work after merging. I will monitor for this.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4176
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3997
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2437
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2259
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1838
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 312
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 312
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Using Repos:

Repo: TRILINOS (prwolfe/Trilinos)
  • Branch: pythonDrivers
  • SHA: 486016f
  • Mode: TEST_REPO

Pull Request Author: prwolfe

mhoemmen
mhoemmen previously approved these changes Aug 6, 2019
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 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: 4176
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 3997
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2437
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2259
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1838
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 312
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 312
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 4176 (click to expand)

skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 53
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.10.3/bin/cmake 
  -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos/cmake/std/PullRequestLinuxGCC4.8.4TestingSettings.cmake"
  -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=tr-test-7.novalocal&field2=buildname&compare2=61&value2=PR-5668-test-Trilinos_pullrequest_gcc_4.8.4-4176&field3=buildstamp&compare3=61&value3=20190806-1837-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-5668-test-Trilinos_pullrequest_gcc_4.8.4-4176&field2=buildstamp&compare2=61&value2=20190806-1837-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-5668-test-Trilinos_pullrequest_gcc_4.8.4-4176&field2=buildstamp&compare2=61&value2=20190806-1837-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    ..................................................  Size: 400K
    ............................................ Size of output: 443K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 100K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 950K
    ..................................................  Size: 1000K
    ..................................................  Size: 1049K
    ..................................................  Size: 1100K
    ..................................................  Size: 1150K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1350K
    ..................................................  Size: 1399K
    ..................................................  Size: 1450K
    ..................................................  Size: 1500K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1750K
    ..................................................  Size: 1800K
    ..................................................  Size: 1850K
    ..................................................  Size: 1899K
    ..................................................  Size: 1950K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2100K
    ..................................................  Size: 2150K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2300K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ...................... Size of output: 2621K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_4.8.4/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 3997 (click to expand)

    ..................................................  Size: 8349K
    ..................................................  Size: 8400K
    ..................................................  Size: 8450K
    ..................................................  Size: 8500K
    ..................................................  Size: 8549K
    ..................................................  Size: 8599K
    ..................................................  Size: 8649K
    ..................................................  Size: 8699K
    ..................................................  Size: 8749K
    ..................................................  Size: 8799K
    ..................................................  Size: 8850K
    ..................................................  Size: 8900K
    ..................................................  Size: 8950K
    ..................................................  Size: 9000K
    ..................................................  Size: 9050K
    ..................................................  Size: 9100K
    ..................................................  Size: 9150K
    ..................................................  Size: 9199K
    ..................................................  Size: 9249K
    ..................................................  Size: 9299K
    ..................................................  Size: 9350K
    ..................................................  Size: 9400K
    ..................................................  Size: 9450K
    ..................................................  Size: 9500K
    ..................................................  Size: 9549K
    ..................................................  Size: 9599K
    ..................................................  Size: 9649K
    ..................................................  Size: 9699K
    ..................................................  Size: 9750K
    ..................................................  Size: 9800K
    ..................................................  Size: 9850K
    ..................................................  Size: 9900K
    ..................................................  Size: 9949K
    ..................................................  Size: 9999K
    ..................................................  Size: 10049K
    ..................................................  Size: 10099K
    ..................................................  Size: 10149K
    ..................................................  Size: 10199K
    ..................................................  Size: 10249K
    ..................................................  Size: 10299K
    ..................................................  Size: 10349K
    ..................................................  Size: 10399K
    ..................................................  Size: 10449K
    ..................................................  Size: 10500K
    ..................................................  Size: 10550K
    ..................................................  Size: 10600K
    ..................................................  Size: 10650K
    ..................................................  Size: 10699K
    ..................................................  Size: 10749K
    ..................................................  Size: 10799K
    ..................................................  Size: 10849K
    ..................................................  Size: 10899K
    ..................................................  Size: 10949K
    ..................................................  Size: 10999K
    ..................................................  Size: 11049K
    ..................................................  Size: 11099K
    ..................................................  Size: 11149K
    ..................................................  Size: 11200K
    ..................................................  Size: 11250K
    ..................................................  Size: 11300K
    ..................................................  Size: 11349K
    ..................................................  Size: 11399K
    ..................................................  Size: 11449K
    ..................................................  Size: 11500K
    ..................................................  Size: 11550K
    ..................................................  Size: 11600K
    ..................................................  Size: 11650K
    ..................................................  Size: 11699K
    ..................................................  Size: 11749K
    ..................................................  Size: 11799K
    ..................................................  Size: 11849K
    ..................................................  Size: 11899K
    ..................................................  Size: 11949K
    ..................................................  Size: 11999K
    ..................................................  Size: 12049K
    ..................................................  Size: 12100K
    ..................................................  Size: 12149K
    ..................................................  Size: 12199K
    ..................................................  Size: 12249K
    ..................................................  Size: 12299K
    ..................................................  Size: 12349K
    ..................................................  Size: 12399K
    ..................................................  Size: 12449K
    ..................................................  Size: 12499K
    ..................................................  Size: 12550K
    ..................................................  Size: 12600K
    ..................................................  Size: 12650K
    ..................................................  Size: 12699K
    ..................................................  Size: 12750K
    ..................................................  Size: 12800K
    ..................................................  Size: 12849K
    ............................. Size of output: 12879K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
Archiving artifacts
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.9.3_SERIAL # 2437 (click to expand)

    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 300K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1250K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1400K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2499K
    ..................................................  Size: 2549K
    ..................................................  Size: 2599K
    ..................................................  Size: 2650K
    ..................................................  Size: 2700K
    ..................................................  Size: 2749K
    ..................................................  Size: 2799K
    ..................................................  Size: 2849K
    ..................................................  Size: 2899K
    ..................................................  Size: 2949K
    ..................................................  Size: 3000K
    ..................................................  Size: 3050K
    ..................................................  Size: 3099K
    ..................................................  Size: 3149K
    ..................................................  Size: 3200K
    ..................................................  Size: 3249K
    ..................................................  Size: 3299K
    ..................................................  Size: 3350K
    ..................................................  Size: 3399K
    ..................................................  Size: 3449K
    ..................................................  Size: 3500K
    ..................................................  Size: 3549K
    ..................................................  Size: 3599K
    ..................................................  Size: 3649K
    ..................................................  Size: 3700K
    ..................................................  Size: 3750K
    ..................................................  Size: 3799K
    ..................................................  Size: 3849K
    ..................................................  Size: 3899K
    ..................................................  Size: 3950K
    ..................................................  Size: 3999K
    ..................................................  Size: 4050K
    ..................................................  Size: 4100K
    ..................................................  Size: 4150K
    ..................................................  Size: 4200K
    ..................................................  Size: 4250K
    ..................................................  Size: 4300K
    ..................................................  Size: 4349K
    ..................................................  Size: 4399K
    ..................................................  Size: 4449K
    ..................................................  Size: 4500K
    ..................................................  Size: 4550K
    ..................................................  Size: 4599K
    ..................................................  Size: 4649K
    .................................. Size of output: 4683K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
Archiving artifacts
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0 # 2259 (click to expand)

Parallel level           = 21
skip_by_parts_submit     = OFF
skip_single_submit       = ON
skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 53
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel6-x86_64/sems/utility/cmake/3.10.3/bin/cmake 
  -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0TestingSettings.cmake"
  -C "/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic113&field2=buildname&compare2=61&value2=PR-5668-test-Trilinos_pullrequest_gcc_7.2.0-2259&field3=buildstamp&compare3=61&value3=20190806-1837-Pull Request
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-5668-test-Trilinos_pullrequest_gcc_7.2.0-2259&field2=buildstamp&compare2=61&value2=20190806-1837-Pull Request
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-5668-test-Trilinos_pullrequest_gcc_7.2.0-2259&field2=buildstamp&compare2=61&value2=20190806-1837-Pull Request
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    ..................................................  Size: 100K
    ..................................................  Size: 150K
    ..................................................  Size: 200K
    ..................................................  Size: 250K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    ..................................................  Size: 400K
    ................................ Size of output: 431K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 299K
    ..................................................  Size: 349K
    ..................................................  Size: 399K
    ..................................................  Size: 449K
    ..................................................  Size: 499K
    ..................................................  Size: 549K
    ..................................................  Size: 599K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 749K
    ..................................................  Size: 799K
    ..................................................  Size: 849K
    ..................................................  Size: 899K
    ..................................................  Size: 949K
    ..................................................  Size: 999K
    ..................................................  Size: 1049K
    ..................................................  Size: 1099K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1299K
    ..................................................  Size: 1349K
    ..................................................  Size: 1399K
    ..................................................  Size: 1449K
    ..................................................  Size: 1499K
    ..................................................  Size: 1549K
    ..................................................  Size: 1599K
    ..................................................  Size: 1649K
    ..................................................  Size: 1699K
    ..................................................  Size: 1749K
    ..................................................  Size: 1799K
    ..................................................  Size: 1849K
    ..................................................  Size: 1899K
    ..................................................  Size: 1949K
    ..................................................  Size: 1999K
    ..................................................  Size: 2049K
    ..................................................  Size: 2099K
    ..................................................  Size: 2149K
    ..................................................  Size: 2199K
    ..................................................  Size: 2249K
    ..................................................  Size: 2299K
    ..................................................  Size: 2349K
    ..................................................  Size: 2399K
    ..................................................  Size: 2449K
    ..................................................  Size: 2499K
    ........................................... Size of output: 2542K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0/TFW_testing_single_configure_prototype/simple_testing.cmake:213 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0
Single configure/build/test failed. The error code was: 255
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_9.2 # 1838 (click to expand)

    ..................................................  Size: 11849K
    ..................................................  Size: 11899K
    ..................................................  Size: 11949K
    ..................................................  Size: 11999K
    ..................................................  Size: 12049K
    ..................................................  Size: 12100K
    ..................................................  Size: 12150K
    ..................................................  Size: 12200K
    ..................................................  Size: 12250K
    ..................................................  Size: 12299K
    ..................................................  Size: 12349K
    ..................................................  Size: 12399K
    ..................................................  Size: 12449K
    ..................................................  Size: 12499K
    ..................................................  Size: 12550K
    ..................................................  Size: 12600K
    ..................................................  Size: 12650K
    ..................................................  Size: 12700K
    ..................................................  Size: 12750K
    ..................................................  Size: 12799K
    ..................................................  Size: 12849K
    ..................................................  Size: 12899K
    ..................................................  Size: 12949K
    ..................................................  Size: 12999K
    ..................................................  Size: 13049K
    ..................................................  Size: 13099K
    ..................................................  Size: 13149K
    ..................................................  Size: 13199K
    ..................................................  Size: 13249K
    ..................................................  Size: 13300K
    ..................................................  Size: 13350K
    ..................................................  Size: 13400K
    ..................................................  Size: 13449K
    ..................................................  Size: 13499K
    ..................................................  Size: 13549K
    ..................................................  Size: 13599K
    ..................................................  Size: 13649K
    ..................................................  Size: 13699K
    ..................................................  Size: 13749K
    ..................................................  Size: 13799K
    ..................................................  Size: 13850K
    ..................................................  Size: 13900K
    ..................................................  Size: 13950K
    ..................................................  Size: 14000K
    ..................................................  Size: 14050K
    ..................................................  Size: 14100K
    ..................................................  Size: 14150K
    ..................................................  Size: 14200K
    ..................................................  Size: 14250K
    ..................................................  Size: 14300K
    ..................................................  Size: 14350K
    ..................................................  Size: 14400K
    ..................................................  Size: 14450K
    ..................................................  Size: 14499K
    ..................................................  Size: 14549K
    ..................................................  Size: 14600K
    ..................................................  Size: 14649K
    ..................................................  Size: 14699K
    ..................................................  Size: 14749K
    ..................................................  Size: 14800K
    ..................................................  Size: 14850K
    ..................................................  Size: 14899K
    ..................................................  Size: 14949K
    ..................................................  Size: 15000K
    ..................................................  Size: 15050K
    ..................................................  Size: 15100K
    ..................................................  Size: 15150K
    ..................................................  Size: 15200K
    ..................................................  Size: 15249K
    ..................................................  Size: 15299K
    ..................................................  Size: 15349K
    ..................................................  Size: 15399K
    ..................................................  Size: 15449K
    ..................................................  Size: 15499K
    ..................................................  Size: 15549K
    ..................................................  Size: 15599K
    ..................................................  Size: 15649K
    ..................................................  Size: 15700K
    ..................................................  Size: 15750K
    ..................................................  Size: 15800K
    ..................................................  Size: 15850K
    ..................................................  Size: 15900K
    ..................................................  Size: 15949K
    ..................................................  Size: 15999K
    ..................................................  Size: 16050K
    ..................................................  Size: 16100K
    ..................................................  Size: 16149K
    ..................................................  Size: 16199K
    ..................................................  Size: 16249K
    ..................................................  Size: 16299K
    ..................................................  Size: 16349K
    ........................... Size of output: 16376K
Build succeeded.
build submit error = 0
Starting testing step.
Tests succeeded.
test submit error = 0
File upload submit error = 0
Archiving artifacts
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_python_2 # 312 (click to expand)

Currently Loaded Modulefiles:
  1) sems-env
  2) sems-git/2.10.1
  3) sems-gcc/4.8.4
  4) sems-openmpi/1.10.1
  5) sems-boost/1.63.0/base
  6) sems-zlib/1.2.8/base
  7) sems-hdf5/1.8.12/parallel
  8) sems-netcdf/4.4.1/exo_parallel
  9) sems-parmetis/4.0.3/parallel
 10) sems-scotch/6.0.3/nopthread_64bit_parallel
 11) sems-superlu/4.3/base
 12) sems-cmake/3.10.3
 13) sems-ninja_fortran/1.8.2
MPI type = sems-openmpi/1.10.1
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
CDash Track = Pull Request
pwd: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2
+ env TRILINOS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos TRILINOS_SCRIPTS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/commonTools/framework/get-changed-trilinos-packages.sh origin/develop HEAD packageEnables.cmake

*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


TRILINOS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
TRIBITS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/tribits

A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos

git diff --name-only origin/develop..HEAD > /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='ALL_PACKAGES,TrilinosFrameworkTests'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_PT_LIST='ALL_PACKAGES,TrilinosFrameworkTests'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'

Console Output (last 100 lines) : Trilinos_pullrequest_python_3 # 312 (click to expand)

  1) sems-env
  2) sems-git/2.10.1
  3) sems-gcc/7.2.0
  4) sems-openmpi/1.10.1
  5) sems-boost/1.63.0/base
  6) sems-zlib/1.2.8/base
  7) sems-hdf5/1.8.12/parallel
  8) sems-netcdf/4.4.1/exo_parallel
  9) sems-parmetis/4.0.3/parallel
 10) sems-scotch/6.0.3/nopthread_64bit_parallel
 11) sems-superlu/4.3/base
 12) sems-cmake/3.10.3
 13) atdm-env
 14) atdm-ninja_fortran/1.7.2
MPI type = sems-openmpi/1.10.1
PULLREQUEST_CDASH_TRACK is set. Setting CDASH_TRACK=Pull Request
CDash Track = Pull Request
pwd: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3
+ env TRILINOS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos TRILINOS_SCRIPTS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/commonTools/framework/get-changed-trilinos-packages.sh origin/develop HEAD packageEnables.cmake

*** Generating set of Trilinos enables given modified packages from
*** git commit origin/develop to HEAD


TRILINOS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
TRILINOS_SCRIPTS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
TRIBITS_DIR=/scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/tribits

A) Generate the Trilinos Packages definition and depencencies XML file

Wrote the file 'TrilinosPackageDependencies.xml'

B) Get the set of changed files

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos

git diff --name-only origin/develop..HEAD > /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='ALL_PACKAGES,TrilinosFrameworkTests'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_PT_LIST='ALL_PACKAGES,TrilinosFrameworkTests'

E) Generate the *.cmake enables file

Wrote file 'packageEnables.cmake'


CDash Test Results for PR# 5668.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4182
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4003
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2443
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2267
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1844
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 318
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 318
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Using Repos:

Repo: TRILINOS (prwolfe/Trilinos)
  • Branch: pythonDrivers
  • SHA: 486016f
  • Mode: TEST_REPO

Pull Request Author: prwolfe

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4182
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4003
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2443
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2267
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1844
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 318
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 318
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 486016f
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69


CDash Test Results for PR# 5668.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ mhoemmen ]!

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR...

@prwolfe prwolfe added the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Aug 7, 2019
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.
mhoemmen
mhoemmen previously approved these changes Aug 7, 2019
Remove old Test.sh script
Correct executable bit on new Test.py script
prwolfe added 3 commits August 8, 2019 07:54
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
mhoemmen
mhoemmen previously approved these changes Aug 8, 2019
Turns out the entire dictionary  is constructed every time.
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.
mhoemmen
mhoemmen previously approved these changes Aug 14, 2019
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 removed the AT: WIP Causes the PR autotester to not test the PR. (Remove to allow testing to occur.) label Aug 15, 2019
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4249
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4070
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2510
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2334
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1911
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 377
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 377
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Using Repos:

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

Pull Request Author: prwolfe

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 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: 4249
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4070
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2510
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2334
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1911
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 377
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 377
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 4249 (click to expand)

TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
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=6634646e32faa86ec0e234e8238279fc52b1e150
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=20
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=4249
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=b9a366de-41d6-45fa-a67d-658fb5b9d2e1
[email protected],[email protected]
[email protected],[email protected]
JENKINS_COMM_TYPE=MPI
COMPILER_MODULE=sems-gcc/4.8.4
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at cad553c
    nothing to commit, working tree clean
    HEAD is now at cad553c Merge pull request #5717 from rppawlo/panzer-pamgen-sidesets-to-exodus
    HEAD detached at cad553c
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    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 # 4070 (click to expand)

SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
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=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 57352 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=4070
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=32d43f2a-6248-4820-96b0-8ccea91be7b6
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at cad553c
    nothing to commit, working tree clean
    HEAD is now at cad553c Merge pull request #5717 from rppawlo/panzer-pamgen-sidesets-to-exodus
    HEAD detached at cad553c
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    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 # 2510 (click to expand)

BUILD_DISPLAY_NAME=#2510
BUILD_CAUSE=MANUALTRIGGER
BUILD_ID=2510
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.9.3_SERIAL
GIT_PREVIOUS_SUCCESSFUL_COMMIT=6634646e32faa86ec0e234e8238279fc52b1e150
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=15
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=2510
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=2f7f9e74-f9d6-4940-8884-1f3306c2cf32
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=false
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 develop -> FETCH_HEAD
    HEAD detached at cad553c
    nothing to commit, working tree clean
    HEAD is now at cad553c Merge pull request #5717 from rppawlo/panzer-pamgen-sidesets-to-exodus
    HEAD detached at cad553c
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    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 # 2334 (click to expand)

TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_7.2.0
GIT_PREVIOUS_SUCCESSFUL_COMMIT=6634646e32faa86ec0e234e8238279fc52b1e150
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=68
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 57352 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=2334
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=946f5fc4-c66d-4fdc-823c-4c0eb8b7e77d
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at cad553c
    nothing to commit, working tree clean
    HEAD is now at cad553c Merge pull request #5717 from rppawlo/panzer-pamgen-sidesets-to-exodus
    HEAD detached at cad553c
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    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 # 1911 (click to expand)

GIT_URL=https://github.com/trilinos/Trilinos
LSB_OUTDIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3
LSB_QUEUE=rhel7F
LSB_MCPU_HOSTS=ride14 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=1911
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=ae75884b-e849-474b-a6f0-e56dd2261840
[email protected],[email protected]
LSF_ENVDIR=/opt/lsf/conf
LSB_DJOB_RANKFILE=/ascldap/users/trilinos/.lsbatch/1565880656.859199.hostfile
LSB_SHMODE=y
FORCE_CLEAN=false
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@3/Trilinos
TRILINOS_DRIVER_SRC_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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@3/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.66 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 cad553c Merge pull request #5717 from rppawlo/panzer-pamgen-sidesets-to-exodus
HEAD detached at cad553c
nothing to commit, working tree clean
Switched to and reset branch 'develop'
Branch develop set up to track remote branch develop from origin.
Your branch is up-to-date with 'origin/develop'.
On branch develop
Your branch is up-to-date with 'origin/develop'.
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 | 483 +++++++++++++++
cmake/std/PullRequestLinuxPython2.cmake | 9 +
cmake/std/PullRequestLinuxPython3.cmake | 9 +
.../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
.../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
commonTools/framework/CMakeLists.txt | 24 +-
10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3
/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3/Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2@3/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_python_2 # 377 (click to expand)

BUILD_ID=377
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_python_2
GIT_PREVIOUS_SUCCESSFUL_COMMIT=cad553ce6806e1fe7498815d955c9a45b3202591
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=18
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 38670 192.168.0.3 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-4-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=377
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_2/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=dc1c89ce-9a7c-4617-b6f8-f13c6745f3cb
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=false
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

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

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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_python_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 develop -> FETCH_HEAD
    HEAD detached at cad553c
    nothing to commit, working tree clean
    HEAD is now at cad553c Merge pull request #5717 from rppawlo/panzer-pamgen-sidesets-to-exodus
    HEAD detached at cad553c
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_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_python_3 # 377 (click to expand)

BUILD_ID=377
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_python_3
GIT_PREVIOUS_SUCCESSFUL_COMMIT=cad553ce6806e1fe7498815d955c9a45b3202591
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=5
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 38670 192.168.0.3 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-4-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=377
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_3/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=62ddc6da-6cc6-4f28-b04b-01651e9e6b25
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=false
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

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

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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_python_3/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 develop -> FETCH_HEAD
    HEAD detached at cad553c
    nothing to commit, working tree clean
    HEAD is now at cad553c Merge pull request #5717 from rppawlo/panzer-pamgen-sidesets-to-exodus
    HEAD detached at cad553c
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/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# 5668.


Wiki: How to Reproduce PR Testing Builds and Errors.

mhoemmen
mhoemmen previously approved these changes Aug 15, 2019
@prwolfe
Copy link
Contributor Author

prwolfe commented Aug 15, 2019

Hey guys,

As expected this failed in a regular merge request since I am re-writing the main script. You can see the full run of testing at prwolfe#12 and results at https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercombine=and&filtercombine=and&filtercombine=and&filtercombine=and&filtercombine=and&filtercombine=and&filtercount=2&showfilters=1&filtercombine=and&field1=buildname&compare1=63&value1=PR-12-test&field2=buildstarttime&compare2=84&value2=NOW (yes I ran it many times to clean up all the module loading issues.) I want more than just one review before I merge this one since I will have to force it, so please take a look.

Paul

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4254
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4075
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2515
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2339
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1916
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 382
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 382
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Using Repos:

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

Pull Request Author: prwolfe

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 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: 4254
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
COMPILER_MODULE sems-gcc/4.8.4
JENKINS_BUILD_TYPE Release
JENKINS_COMM_TYPE MPI
JENKINS_DO_COMPLEX OFF
JENKINS_JOB_TYPE Experimental
MPI_MODULE sems-openmpi/1.8.7
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4075
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2515
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2339
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1916
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 382
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 382
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA bd52c6a
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 4254 (click to expand)

TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
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=97809caf282ca2b7b9b4d7a9588bf87280e454a7
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=14
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=4254
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=d38115ca-c4bb-498f-97e8-2f6c8916483b
[email protected],[email protected]
[email protected],[email protected]
JENKINS_COMM_TYPE=MPI
COMPILER_MODULE=sems-gcc/4.8.4
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    HEAD is now at 5650eea Merge Pull Request #5719 from lucbv/Trilinos/MueLu_region_performance
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    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 # 4075 (click to expand)

SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
no_proxy=localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov
EXECUTOR_NUMBER=7
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 57352 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=4075
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=42d1a992-fd5e-4e80-b528-a7ba0907e994
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    HEAD is now at 5650eea Merge Pull Request #5719 from lucbv/Trilinos/MueLu_region_performance
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    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 # 2515 (click to expand)

TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.9.3_SERIAL
GIT_PREVIOUS_SUCCESSFUL_COMMIT=97809caf282ca2b7b9b4d7a9588bf87280e454a7
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=64
JOB_OWNER=wcmclen
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=wcmclen,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=2515
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=1e57f566-8bc4-418a-b27f-6ae1e17870fd
[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=false
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 develop -> FETCH_HEAD
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    HEAD is now at 5650eea Merge Pull Request #5719 from lucbv/Trilinos/MueLu_region_performance
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    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 # 2339 (click to expand)

TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_7.2.0
GIT_PREVIOUS_SUCCESSFUL_COMMIT=97809caf282ca2b7b9b4d7a9588bf87280e454a7
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=68
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 57352 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=2339
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=a31b7f5b-6a28-4fe7-a764-5203972a7dff
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    HEAD is now at 5650eea Merge Pull Request #5719 from lucbv/Trilinos/MueLu_region_performance
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    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 # 1916 (click to expand)

GIT_URL=https://github.com/trilinos/Trilinos
LSB_OUTDIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2
LSB_QUEUE=rhel7F
LSB_MCPU_HOSTS=ride10 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=1916
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=9a1422ab-cb58-4ae2-a5c5-8fc2d1fc84bb
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/1565897864.859209.hostfile
LSB_SHMODE=y
FORCE_CLEAN=false
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/Trilinos
TRILINOS_DRIVER_SRC_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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/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.06 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 5650eea Merge Pull Request #5719 from lucbv/Trilinos/MueLu_region_performance
HEAD detached at 5650eea
nothing to commit, working tree clean
Switched to and reset branch 'develop'
Branch develop set up to track remote branch develop from origin.
Your branch is up-to-date with 'origin/develop'.
On branch develop
Your branch is up-to-date with 'origin/develop'.
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 | 483 +++++++++++++++
cmake/std/PullRequestLinuxPython2.cmake | 9 +
cmake/std/PullRequestLinuxPython3.cmake | 9 +
.../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
.../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
commonTools/framework/CMakeLists.txt | 24 +-
10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
Set CWD = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2
/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.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_python_2 # 382 (click to expand)

BUILD_ID=382
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_python_2
GIT_PREVIOUS_SUCCESSFUL_COMMIT=97809caf282ca2b7b9b4d7a9588bf87280e454a7
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=5
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 38670 192.168.0.3 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-4-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=382
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_2/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=06d41d4d-1baf-4115-80e4-2177b1d9ad0d
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=false
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

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

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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_python_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 develop -> FETCH_HEAD
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    HEAD is now at 5650eea Merge Pull Request #5719 from lucbv/Trilinos/MueLu_region_performance
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_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_python_3 # 382 (click to expand)

BUILD_ID=382
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_python_3
GIT_PREVIOUS_SUCCESSFUL_COMMIT=97809caf282ca2b7b9b4d7a9588bf87280e454a7
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=24
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 38670 192.168.0.3 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-4-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=382
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_3/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=cd11ecf6-0539-4c8a-be05-ed470f1787a5
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=false
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

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

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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_python_3/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 develop -> FETCH_HEAD
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    HEAD is now at 5650eea Merge Pull Request #5719 from lucbv/Trilinos/MueLu_region_performance
    HEAD detached at 5650eea
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 | 483 +++++++++++++++
    cmake/std/PullRequestLinuxPython2.cmake | 9 +
    cmake/std/PullRequestLinuxPython3.cmake | 9 +
    .../unittests/TestPullRequestLinuxDriverMerge.py | 382 ++++++++++++
    .../unittests/TestPullRequestLinuxDriverTest.py | 647 +++++++++++++++++++++
    commonTools/framework/CMakeLists.txt | 24 +-
    10 files changed, 1763 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: bd52c6a99f42d7c387b22366c0e68712a71294cf
    Set CWD = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/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# 5668.


Wiki: How to Reproduce PR Testing Builds and Errors.

jwillenbring
jwillenbring previously approved these changes Aug 22, 2019
Copy link
Member

@jwillenbring jwillenbring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prwolfe Please see a couple comments I made. I think this look ok to merge. Let's do so when you can keep an eye on the testing afterward.

@prwolfe
Copy link
Contributor Author

prwolfe commented Aug 22, 2019

Sounds good - I am working on the fixes for your comments now.

@prwolfe prwolfe dismissed stale reviews from jwillenbring and mhoemmen via 89a6820 August 22, 2019 18:21
@prwolfe
Copy link
Contributor Author

prwolfe commented Aug 22, 2019

I plan to merge this tomorrow so I can watch Fridays PR runs and I will add a few of my own just to be sure.

Thanks!

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4331
  • Status: STARTED

Jenkins Parameters

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

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4153
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2592
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2416
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1993
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 448
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 448
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Using Repos:

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

Pull Request Author: prwolfe

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 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: 4331
  • Status: FAILED

Jenkins Parameters

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

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4153
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2592
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2416
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1993
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 448
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 448
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 4331 (click to expand)

TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
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=1412c6ae458499a8394bd7363f197c1779f3a73e
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=4
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=4331
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=05d04d0d-21a7-4aae-8138-ae939f7ed0d7
[email protected],[email protected]
[email protected],[email protected]
JENKINS_COMM_TYPE=MPI
COMPILER_MODULE=sems-gcc/4.8.4
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    HEAD is now at b2ad344 Merge Pull Request #5777 from trilinos/Trilinos/csiefer-geminga
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 # 4153 (click to expand)

SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
no_proxy=localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov
EXECUTOR_NUMBER=58
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=4153
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=d9dfb4d4-4d78-422b-97f8-83cd1d39b2bb
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    HEAD is now at b2ad344 Merge Pull Request #5777 from trilinos/Trilinos/csiefer-geminga
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 # 2592 (click to expand)

BUILD_DISPLAY_NAME=#2592
BUILD_CAUSE=MANUALTRIGGER
BUILD_ID=2592
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.9.3_SERIAL
GIT_PREVIOUS_SUCCESSFUL_COMMIT=b2ad344452131c8b3fa6e2867cb905644f5b907c
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=5
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=2592
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=b23e6a66-ab47-495c-995c-eac0ef95e9ba
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=false
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 develop -> FETCH_HEAD
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    HEAD is now at b2ad344 Merge Pull Request #5777 from trilinos/Trilinos/csiefer-geminga
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 # 2416 (click to expand)

TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_7.2.0
GIT_PREVIOUS_SUCCESSFUL_COMMIT=1412c6ae458499a8394bd7363f197c1779f3a73e
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=17
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=2416
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=32db5b5b-db31-46d9-a68c-b64877b8e041
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    HEAD is now at b2ad344 Merge Pull Request #5777 from trilinos/Trilinos/csiefer-geminga
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 # 1993 (click to expand)

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=1993
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=8e8c4568-7b90-40da-920d-71a12acc5eeb
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/1566498986.859337.hostfile
LSB_SHMODE=y
FORCE_CLEAN=false
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
pull_request_test
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.00 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 b2ad344 Merge Pull Request #5777 from trilinos/Trilinos/csiefer-geminga
HEAD detached at b2ad344
nothing to commit, working tree clean
Switched to and reset branch 'develop'
Branch develop set up to track remote branch develop from origin.
Your branch is up-to-date with 'origin/develop'.
On branch develop
Your branch is up-to-date with 'origin/develop'.
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

Console Output (last 100 lines) : Trilinos_pullrequest_python_2 # 448 (click to expand)

BUILD_ID=448
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_python_2
GIT_PREVIOUS_SUCCESSFUL_COMMIT=b2ad344452131c8b3fa6e2867cb905644f5b907c
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=1
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 38670 192.168.0.3 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-4-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=448
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_2/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=e89fada7-7b05-493b-bb3f-ff8fa84878f5
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=false
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

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

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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_python_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 develop -> FETCH_HEAD
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    HEAD is now at b2ad344 Merge Pull Request #5777 from trilinos/Trilinos/csiefer-geminga
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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_python_2
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_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_python_3 # 448 (click to expand)

BUILD_ID=448
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_python_3
GIT_PREVIOUS_SUCCESSFUL_COMMIT=b2ad344452131c8b3fa6e2867cb905644f5b907c
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=1
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 38670 192.168.0.3 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-4-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=448
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_3/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=957f4780-36d6-4128-978b-7be0e1f572c0
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=false
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

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

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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_python_3/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 develop -> FETCH_HEAD
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    HEAD is now at b2ad344 Merge Pull Request #5777 from trilinos/Trilinos/csiefer-geminga
    HEAD detached at b2ad344
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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_python_3
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/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# 5668.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_4.8.4

  • Build Num: 4333
  • Status: STARTED

Jenkins Parameters

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

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4155
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2594
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2418
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1995
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 450
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 450
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Using Repos:

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

Pull Request Author: prwolfe

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 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: 4333
  • Status: FAILED

Jenkins Parameters

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

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 4155
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL

  • Build Num: 2594
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0

  • Build Num: 2418
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_cuda_9.2

  • Build Num: 1995
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
JENKINS_JOB_TYPE Experimental
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_2

  • Build Num: 450
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 450
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PULLREQUESTNUM 5668
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH pythonDrivers
TRILINOS_SOURCE_REPO https://github.com/prwolfe/Trilinos
TRILINOS_SOURCE_SHA 89a6820
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA faceb69
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 4333 (click to expand)

TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
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=449fddc14195fc74fdb3105ca8625b2d344c2259
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=22
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=4333
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=2f459dbe-4a72-463f-8459-e37c8d6bd814
[email protected],[email protected]
[email protected],[email protected]
JENKINS_COMM_TYPE=MPI
COMPILER_MODULE=sems-gcc/4.8.4
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    HEAD is now at 449fddc Merge Pull Request #5778 from rppawlo/Trilinos/phalanx-fix-debug-build
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 # 4155 (click to expand)

SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
no_proxy=localhost,localnets,.sandia.gov,127.0.0.1,169.254.0.0/16,forge.sandia.gov
EXECUTOR_NUMBER=49
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=4155
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=4bbab739-a682-4ff8-9a8b-de4e5641f6fc
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    HEAD is now at 449fddc Merge Pull Request #5778 from rppawlo/Trilinos/phalanx-fix-debug-build
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 # 2594 (click to expand)

TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_4.9.3_SERIAL
GIT_PREVIOUS_SUCCESSFUL_COMMIT=449fddc14195fc74fdb3105ca8625b2d344c2259
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=74
JOB_OWNER=wcmclen
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=wcmclen,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=2594
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=65a358d1-766d-4133-9690-0e150a2f1f4a
[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=false
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 develop -> FETCH_HEAD
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    HEAD is now at 449fddc Merge Pull Request #5778 from rppawlo/Trilinos/phalanx-fix-debug-build
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 # 2418 (click to expand)

TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_gcc_7.2.0
GIT_PREVIOUS_SUCCESSFUL_COMMIT=449fddc14195fc74fdb3105ca8625b2d344c2259
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=78
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=2418
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=ad0c1e15-0f06-4189-b30f-aed467f44fa8
[email protected],[email protected]
[email protected],[email protected]
G_BROKEN_FILENAMES=1
FORCE_CLEAN=false
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
pull_request_test
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 develop -> FETCH_HEAD
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    HEAD is now at 449fddc Merge Pull Request #5778 from rppawlo/Trilinos/phalanx-fix-debug-build
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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 # 1995 (click to expand)

GIT_URL=https://github.com/trilinos/Trilinos
LSB_OUTDIR=/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.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=1995
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=61a1f91c-a1ec-4f16-b24e-4b1135b51454
[email protected],[email protected]
LSF_ENVDIR=/opt/lsf/conf
LSB_DJOB_RANKFILE=/ascldap/users/trilinos/.lsbatch/1566517249.859340.hostfile
LSB_SHMODE=y
FORCE_CLEAN=false
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/Trilinos
TRILINOS_DRIVER_SRC_DIR = /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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/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.55 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 449fddc Merge Pull Request #5778 from rppawlo/Trilinos/phalanx-fix-debug-build
HEAD detached at 449fddc
nothing to commit, working tree clean
Switched to and reset branch 'develop'
Branch develop set up to track remote branch develop from origin.
Your branch is up-to-date with 'origin/develop'.
On branch develop
Your branch is up-to-date with 'origin/develop'.
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
/home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.2/Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /home/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_cuda_9.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_python_2 # 450 (click to expand)

BUILD_ID=450
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_python_2
GIT_PREVIOUS_SUCCESSFUL_COMMIT=449fddc14195fc74fdb3105ca8625b2d344c2259
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=22
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 38670 192.168.0.3 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-4-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=450
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_2/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=f88a7680-a633-4070-8e40-f9717f45f235
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=false
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

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

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_2/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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_python_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 develop -> FETCH_HEAD
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    HEAD is now at 449fddc Merge Pull Request #5778 from rppawlo/Trilinos/phalanx-fix-debug-build
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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_python_2
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_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_python_3 # 450 (click to expand)

BUILD_ID=450
JENKINS_URL=https://ascic-jenkins.sandia.gov/
TRILINOS_SOURCE_REPO=https://github.com/prwolfe/Trilinos
TRILINOS_TARGET_SHA=faceb69b7d58711d67866c8f6a6f564acb9e179e
https_proxy=http://wwwproxy.sandia.gov:80
HISTCONTROL=ignoredups
JOB_BASE_NAME=Trilinos_pullrequest_python_3
GIT_PREVIOUS_SUCCESSFUL_COMMIT=449fddc14195fc74fdb3105ca8625b2d344c2259
HOME=/ascldap/users/trilinos
SHLVL=4
GIT_BRANCH=origin/develop
EXECUTOR_NUMBER=8
JOB_OWNER=prwolfe
JENKINS_SERVER_COOKIE=248910a9cd8de38c
GIT_URL=https://github.com/trilinos/Trilinos
NODE_LABELS=tr-test-4-trilinos trilinos-32 trilinos-any trilinos-cloud-32 trilinos_cloud_32_node_4
JOB_COOWNERS=prwolfe,trilinos
LOGNAME=trilinos
QTLIB=/usr/lib64/qt-3.3/lib
CVS_RSH=ssh
SSH_CONNECTION=205.137.81.17 38670 192.168.0.3 22
HUDSON_HOME=/var/lib/jenkins
MODULESHOME=/usr/share/Modules
NODE_NAME=tr-test-4-trilinos
LESSOPEN=||/usr/bin/lesspipe.sh %s
BUILD_NUMBER=450
JOB_DISPLAY_URL=https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_3/display/redirect
TRILINOS_SOURCE_BRANCH=pythonDrivers
XDG_RUNTIME_DIR=/run/user/91724
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
HUDSON_COOKIE=c951af85-19a8-4c03-bb83-87aca76d0237
[email protected],[email protected]
[email protected],[email protected]
FORCE_CLEAN=false
BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`
}
_=/usr/bin/env

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

PR_TRILINOS_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos
TRILINOS_DRIVER_SRC_DIR = /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/../..
changed-files.txt
lastCleanDate
packageEnables.cmake
pull_request_test
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_python_3/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 develop -> FETCH_HEAD
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    HEAD is now at 449fddc Merge Pull Request #5778 from rppawlo/Trilinos/phalanx-fix-debug-build
    HEAD detached at 449fddc
    nothing to commit, working tree clean
    Switched to and reset branch 'develop'
    Branch develop set up to track remote branch develop from origin.
    Your branch is up-to-date with 'origin/develop'.
    On branch develop
    Your branch is up-to-date with 'origin/develop'.
    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_python_3
    ./Trilinos/cmake/std/PullRequestLinuxDriver.sh: line 20: /scratch/trilinos/workspace/trilinos-folder/Trilinos_pullrequest_python_3/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# 5668.


Wiki: How to Reproduce PR Testing Builds and Errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants