You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/05/09 21:06:36 UTC

Build failed in Jenkins: trafficcontrol-PR-rat #2893

See <https://builds.apache.org/job/trafficcontrol-PR-rat/2893/display/redirect>

------------------------------------------
Started by upstream project "trafficcontrol-PR" build number 3649
originally caused by:
 GitHub pull request #3561 of commit 744e3946b1dad2c08ef612af0ca19e3733b62f0f, no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H37 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins6740562182913651253.sh
+ rm -rf <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0.tar.gz> '<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/.??*'>
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-3.0.0.tar.gz
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins1357150833041023986.sh
+ set -exu
++ ls apache-trafficcontrol-3.0.0.tar.gz
++ grep -v docs
+ tarball=apache-trafficcontrol-3.0.0.tar.gz
+ tar xzf apache-trafficcontrol-3.0.0.tar.gz
++ pwd
++ basename apache-trafficcontrol-3.0.0.tar.gz .tar.gz
+ tcdir=<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ cd <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
++ date +%Y
+ egrep 'Copyright .*-?2019 The Apache Software Foundation' NOTICE
Copyright 2016-2019 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/ -sN
++ grep jar
++ grep -ve md5 -e sha1
++ awk -F '"' '{print $2}'
++ sort -r
++ head -n 1
++ cut -d / -f 12
+ ratver=apache-rat-0.14-20190320.202128-10.jar
++ mktemp -d
+ ratdir=/tmp/tmp.VfJrZrDLQd
+ ratjar=/tmp/tmp.VfJrZrDLQd/apache-rat-0.14.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.VfJrZrDLQd/apache-rat-0.14.SNAPSHOT.jar https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0 1587k    0  8192    0     0  14306      0  0:01:53 --:--:--  0:01:53 14296100 1587k  100 1587k    0     0  1654k      0 --:--:-- --:--:-- --:--:-- 1653k
+ curl -L -o /tmp/tmp.VfJrZrDLQd/apache-rat-0.14.SNAPSHOT.jar.sha1 https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar.sha1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100    40  100    40    0     0     83      0 --:--:-- --:--:-- --:--:--    83
++ sha1sum /tmp/tmp.VfJrZrDLQd/apache-rat-0.14.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.VfJrZrDLQd/apache-rat-0.14.SNAPSHOT.jar.sha1
+ [[ 91757fc73e0c2e0caec857324e890f462ffb3cc1 == 91757fc73e0c2e0caec857324e890f462ffb3cc1 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.VfJrZrDLQd/apache-rat-0.14.SNAPSHOT.jar -E <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0/.rat-excludes> -d <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ rm -rf /tmp/tmp.VfJrZrDLQd
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=3
+ [[ 3 != 0 ]]
+ echo '3 Unknown Licenses'
3 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' ratreport.txt
+ sed s:<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>::
Files with unapproved licenses:

  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/css/jsonformatter.min_0.6.0.css
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/fast-json-patch_v2.1.0.js
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/jsonformatter.min_0.6.0.js

*****************************************************
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 452.97 KB of artifacts by 49.5% relative to #2892

Jenkins build is back to normal : trafficcontrol-PR-rat #2902

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR-rat/2902/display/redirect>


Build failed in Jenkins: trafficcontrol-PR-rat #2901

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR-rat/2901/display/redirect>

------------------------------------------
Started by upstream project "trafficcontrol-PR" build number 3659
originally caused by:
 GitHub pull request #3567 of commit 74467d14c2a9c2e19ef5258353c986c18b646254, no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H37 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins6080197782242097991.sh
+ rm -rf <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0-docs.tar.gz> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0.tar.gz> '<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/.??*'>
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR
[operations-center-context] Copied 2 artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-3.0.0-docs.tar.gz
[operations-center-context]   apache-trafficcontrol-3.0.0.tar.gz
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins7059520280828852772.sh
+ set -exu
++ grep -v docs
++ ls apache-trafficcontrol-3.0.0-docs.tar.gz apache-trafficcontrol-3.0.0.tar.gz
+ tarball=apache-trafficcontrol-3.0.0.tar.gz
+ tar xzf apache-trafficcontrol-3.0.0.tar.gz
++ pwd
++ basename apache-trafficcontrol-3.0.0.tar.gz .tar.gz
+ tcdir=<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ cd <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
++ date +%Y
+ egrep 'Copyright .*-?2019 The Apache Software Foundation' NOTICE
Copyright 2016-2019 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/ -sN
++ grep jar
++ grep -ve md5 -e sha1
++ sort -r
++ awk -F '"' '{print $2}'
++ cut -d / -f 12
++ head -n 1
+ ratver=apache-rat-0.14-20190320.202128-10.jar
++ mktemp -d
+ ratdir=/tmp/tmp.Lk354QzHm5
+ ratjar=/tmp/tmp.Lk354QzHm5/apache-rat-0.14.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.Lk354QzHm5/apache-rat-0.14.SNAPSHOT.jar https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 13 1587k   13  208k    0     0   257k      0  0:00:06 --:--:--  0:00:06  256k100 1587k  100 1587k    0     0  1661k      0 --:--:-- --:--:-- --:--:-- 1660k
+ curl -L -o /tmp/tmp.Lk354QzHm5/apache-rat-0.14.SNAPSHOT.jar.sha1 https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar.sha1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100    40  100    40    0     0     80      0 --:--:-- --:--:-- --:--:--    80
++ sha1sum /tmp/tmp.Lk354QzHm5/apache-rat-0.14.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.Lk354QzHm5/apache-rat-0.14.SNAPSHOT.jar.sha1
+ [[ 91757fc73e0c2e0caec857324e890f462ffb3cc1 == 91757fc73e0c2e0caec857324e890f462ffb3cc1 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.Lk354QzHm5/apache-rat-0.14.SNAPSHOT.jar -E <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0/.rat-excludes> -d <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ rm -rf /tmp/tmp.Lk354QzHm5
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=3
+ [[ 3 != 0 ]]
+ echo '3 Unknown Licenses'
3 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' ratreport.txt
+ sed s:<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>::
Files with unapproved licenses:

  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/css/jsonformatter.min_0.6.0.css
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/fast-json-patch_v2.1.0.js
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/jsonformatter.min_0.6.0.js

*****************************************************
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 454.65 KB of artifacts by 35.2% relative to #2892

Build failed in Jenkins: trafficcontrol-PR-rat #2900

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR-rat/2900/display/redirect>

------------------------------------------
Started by upstream project "trafficcontrol-PR" build number 3657
originally caused by:
 GitHub pull request #3545 of commit 44aaeeabae2e4a02126ce5deba7116c6cc3e561f, no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H37 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins5708742727089214367.sh
+ rm -rf <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0.tar.gz> '<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/.??*'>
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR
[operations-center-context] Copied 2 artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-3.0.0-docs.tar.gz
[operations-center-context]   apache-trafficcontrol-3.0.0.tar.gz
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins7153078591464799331.sh
+ set -exu
++ ls apache-trafficcontrol-3.0.0-docs.tar.gz apache-trafficcontrol-3.0.0.tar.gz
++ grep -v docs
+ tarball=apache-trafficcontrol-3.0.0.tar.gz
+ tar xzf apache-trafficcontrol-3.0.0.tar.gz
++ pwd
++ basename apache-trafficcontrol-3.0.0.tar.gz .tar.gz
+ tcdir=<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ cd <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
++ date +%Y
+ egrep 'Copyright .*-?2019 The Apache Software Foundation' NOTICE
Copyright 2016-2019 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/ -sN
++ grep jar
++ grep -ve md5 -e sha1
++ awk -F '"' '{print $2}'
++ sort -r
++ head -n 1
++ cut -d / -f 12
+ ratver=apache-rat-0.14-20190320.202128-10.jar
++ mktemp -d
+ ratdir=/tmp/tmp.DwwhzGPqnv
+ ratjar=/tmp/tmp.DwwhzGPqnv/apache-rat-0.14.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.DwwhzGPqnv/apache-rat-0.14.SNAPSHOT.jar https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 1587k  100 1587k    0     0  1723k      0 --:--:-- --:--:-- --:--:-- 1721k
+ curl -L -o /tmp/tmp.DwwhzGPqnv/apache-rat-0.14.SNAPSHOT.jar.sha1 https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar.sha1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0    40    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100    40  100    40    0     0     81      0 --:--:-- --:--:-- --:--:--    81
++ sha1sum /tmp/tmp.DwwhzGPqnv/apache-rat-0.14.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.DwwhzGPqnv/apache-rat-0.14.SNAPSHOT.jar.sha1
+ [[ 91757fc73e0c2e0caec857324e890f462ffb3cc1 == 91757fc73e0c2e0caec857324e890f462ffb3cc1 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.DwwhzGPqnv/apache-rat-0.14.SNAPSHOT.jar -E <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0/.rat-excludes> -d <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ rm -rf /tmp/tmp.DwwhzGPqnv
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=3
+ [[ 3 != 0 ]]
+ echo '3 Unknown Licenses'
3 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' ratreport.txt
+ sed s:<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>::
Files with unapproved licenses:

  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/css/jsonformatter.min_0.6.0.css
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/fast-json-patch_v2.1.0.js
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/jsonformatter.min_0.6.0.js

*****************************************************
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 453.23 KB of artifacts by 49.4% relative to #2892

Build failed in Jenkins: trafficcontrol-PR-rat #2899

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR-rat/2899/display/redirect>

------------------------------------------
Started by upstream project "trafficcontrol-PR" build number 3656
originally caused by:
 GitHub pull request #3545 of commit 188de5d0e8a26052c60030590957b85f4b380070, no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins6376435829094736833.sh
+ rm -rf <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0.tar.gz> '<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/.??*'>
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR
[operations-center-context] Copied 2 artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-3.0.0-docs.tar.gz
[operations-center-context]   apache-trafficcontrol-3.0.0.tar.gz
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins2751130361706815689.sh
+ set -exu
++ grep -v docs
++ ls apache-trafficcontrol-3.0.0-docs.tar.gz apache-trafficcontrol-3.0.0.tar.gz
+ tarball=apache-trafficcontrol-3.0.0.tar.gz
+ tar xzf apache-trafficcontrol-3.0.0.tar.gz
++ pwd
++ basename apache-trafficcontrol-3.0.0.tar.gz .tar.gz
+ tcdir=<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ cd <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
++ date +%Y
+ egrep 'Copyright .*-?2019 The Apache Software Foundation' NOTICE
Copyright 2016-2019 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/ -sN
++ grep jar
++ grep -ve md5 -e sha1
++ awk -F '"' '{print $2}'
++ sort -r
++ head -n 1
++ cut -d / -f 12
+ ratver=apache-rat-0.14-20190320.202128-10.jar
++ mktemp -d
+ ratdir=/tmp/tmp.FwghQICy14
+ ratjar=/tmp/tmp.FwghQICy14/apache-rat-0.14.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.FwghQICy14/apache-rat-0.14.SNAPSHOT.jar https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 26 1587k   26  424k    0     0   502k      0  0:00:03 --:--:--  0:00:03  502k100 1587k  100 1587k    0     0  1724k      0 --:--:-- --:--:-- --:--:-- 1723k
+ curl -L -o /tmp/tmp.FwghQICy14/apache-rat-0.14.SNAPSHOT.jar.sha1 https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar.sha1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100    40  100    40    0     0     84      0 --:--:-- --:--:-- --:--:--    84
++ sha1sum /tmp/tmp.FwghQICy14/apache-rat-0.14.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.FwghQICy14/apache-rat-0.14.SNAPSHOT.jar.sha1
+ [[ 91757fc73e0c2e0caec857324e890f462ffb3cc1 == 91757fc73e0c2e0caec857324e890f462ffb3cc1 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.FwghQICy14/apache-rat-0.14.SNAPSHOT.jar -E <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0/.rat-excludes> -d <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ rm -rf /tmp/tmp.FwghQICy14
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=3
+ [[ 3 != 0 ]]
+ echo '3 Unknown Licenses'
3 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' ratreport.txt
+ sed s:<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>::
Files with unapproved licenses:

  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/css/jsonformatter.min_0.6.0.css
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/fast-json-patch_v2.1.0.js
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/jsonformatter.min_0.6.0.js

*****************************************************
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 453.23 KB of artifacts by 49.4% relative to #2892

Build failed in Jenkins: trafficcontrol-PR-rat #2898

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR-rat/2898/display/redirect>

------------------------------------------
Started by upstream project "trafficcontrol-PR" build number 3655
originally caused by:
 GitHub pull request #3565 of commit ade06a081112495fc6bd847651db6d0a1c3d9391, no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H38 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins8290733931326623637.sh
+ rm -rf <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0-docs.tar.gz> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0.tar.gz> '<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/.??*'>
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR
[operations-center-context] Copied 2 artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-3.0.0-docs.tar.gz
[operations-center-context]   apache-trafficcontrol-3.0.0.tar.gz
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins652928037294724540.sh
+ set -exu
++ grep -v docs
++ ls apache-trafficcontrol-3.0.0-docs.tar.gz apache-trafficcontrol-3.0.0.tar.gz
+ tarball=apache-trafficcontrol-3.0.0.tar.gz
+ tar xzf apache-trafficcontrol-3.0.0.tar.gz
++ pwd
++ basename apache-trafficcontrol-3.0.0.tar.gz .tar.gz
+ tcdir=<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ cd <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
++ date +%Y
+ egrep 'Copyright .*-?2019 The Apache Software Foundation' NOTICE
Copyright 2016-2019 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/ -sN
++ grep jar
++ grep -ve md5 -e sha1
++ awk -F '"' '{print $2}'
++ sort -r
++ head -n 1
++ cut -d / -f 12
+ ratver=apache-rat-0.14-20190320.202128-10.jar
++ mktemp -d
+ ratdir=/tmp/tmp.geEziRuYSW
+ ratjar=/tmp/tmp.geEziRuYSW/apache-rat-0.14.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.geEziRuYSW/apache-rat-0.14.SNAPSHOT.jar https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  2 1587k    2 40960    0     0  63727      0  0:00:25 --:--:--  0:00:25 63701100 1587k  100 1587k    0     0  1705k      0 --:--:-- --:--:-- --:--:-- 1704k
+ curl -L -o /tmp/tmp.geEziRuYSW/apache-rat-0.14.SNAPSHOT.jar.sha1 https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar.sha1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100    40  100    40    0     0     82      0 --:--:-- --:--:-- --:--:--    83
++ sha1sum /tmp/tmp.geEziRuYSW/apache-rat-0.14.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.geEziRuYSW/apache-rat-0.14.SNAPSHOT.jar.sha1
+ [[ 91757fc73e0c2e0caec857324e890f462ffb3cc1 == 91757fc73e0c2e0caec857324e890f462ffb3cc1 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.geEziRuYSW/apache-rat-0.14.SNAPSHOT.jar -E <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0/.rat-excludes> -d <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ rm -rf /tmp/tmp.geEziRuYSW
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=3
+ [[ 3 != 0 ]]
+ echo '3 Unknown Licenses'
3 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' ratreport.txt
+ sed s:<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>::
Files with unapproved licenses:

  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/css/jsonformatter.min_0.6.0.css
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/fast-json-patch_v2.1.0.js
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/jsonformatter.min_0.6.0.js

*****************************************************
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 452.97 KB of artifacts by 49.5% relative to #2892

Build failed in Jenkins: trafficcontrol-PR-rat #2897

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR-rat/2897/display/redirect>

------------------------------------------
Started by upstream project "trafficcontrol-PR" build number 3653
originally caused by:
 GitHub pull request #3564 of commit d600b5eed8c6b959672e182faa1fa54500858400, no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H37 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins7623520034929290378.sh
+ rm -rf <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0-docs.tar.gz> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0.tar.gz> '<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/.??*'>
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-3.0.0.tar.gz
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins5805643514789245826.sh
+ set -exu
++ ls apache-trafficcontrol-3.0.0.tar.gz
++ grep -v docs
+ tarball=apache-trafficcontrol-3.0.0.tar.gz
+ tar xzf apache-trafficcontrol-3.0.0.tar.gz
++ pwd
++ basename apache-trafficcontrol-3.0.0.tar.gz .tar.gz
+ tcdir=<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ cd <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
++ date +%Y
+ egrep 'Copyright .*-?2019 The Apache Software Foundation' NOTICE
Copyright 2016-2019 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/ -sN
++ grep jar
++ grep -ve md5 -e sha1
++ awk -F '"' '{print $2}'
++ head -n 1
++ cut -d / -f 12
++ sort -r
+ ratver=apache-rat-0.14-20190320.202128-10.jar
++ mktemp -d
+ ratdir=/tmp/tmp.iMrx6AsKOd
+ ratjar=/tmp/tmp.iMrx6AsKOd/apache-rat-0.14.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.iMrx6AsKOd/apache-rat-0.14.SNAPSHOT.jar https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 1587k  100 1587k    0     0  1687k      0 --:--:-- --:--:-- --:--:-- 1686k
+ curl -L -o /tmp/tmp.iMrx6AsKOd/apache-rat-0.14.SNAPSHOT.jar.sha1 https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar.sha1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100    40  100    40    0     0     81      0 --:--:-- --:--:-- --:--:--    81
++ sha1sum /tmp/tmp.iMrx6AsKOd/apache-rat-0.14.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.iMrx6AsKOd/apache-rat-0.14.SNAPSHOT.jar.sha1
+ [[ 91757fc73e0c2e0caec857324e890f462ffb3cc1 == 91757fc73e0c2e0caec857324e890f462ffb3cc1 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.iMrx6AsKOd/apache-rat-0.14.SNAPSHOT.jar -E <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0/.rat-excludes> -d <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ rm -rf /tmp/tmp.iMrx6AsKOd
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=3
+ [[ 3 != 0 ]]
+ echo '3 Unknown Licenses'
3 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' ratreport.txt
+ sed s:<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>::
Files with unapproved licenses:

  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/css/jsonformatter.min_0.6.0.css
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/fast-json-patch_v2.1.0.js
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/jsonformatter.min_0.6.0.js

*****************************************************
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 452.97 KB of artifacts by 49.5% relative to #2892

Build failed in Jenkins: trafficcontrol-PR-rat #2896

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR-rat/2896/display/redirect>

------------------------------------------
Started by upstream project "trafficcontrol-PR" build number 3652
originally caused by:
 GitHub pull request #3563 of commit e9778efb6f4db7f7949ed8eb1404bd8771fe4a79, no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H29 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins3830776750807780806.sh
+ rm -rf <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0.tar.gz> '<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/.??*'>
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-3.0.0.tar.gz
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins8497418266056772492.sh
+ set -exu
++ grep -v docs
++ ls apache-trafficcontrol-3.0.0.tar.gz
+ tarball=apache-trafficcontrol-3.0.0.tar.gz
+ tar xzf apache-trafficcontrol-3.0.0.tar.gz
++ pwd
++ basename apache-trafficcontrol-3.0.0.tar.gz .tar.gz
+ tcdir=<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ cd <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
++ date +%Y
+ egrep 'Copyright .*-?2019 The Apache Software Foundation' NOTICE
Copyright 2016-2019 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/ -sN
++ grep jar
++ grep -ve md5 -e sha1
++ awk -F '"' '{print $2}'
++ sort -r
++ head -n 1
++ cut -d / -f 12
+ ratver=apache-rat-0.14-20190320.202128-10.jar
++ mktemp -d
+ ratdir=/tmp/tmp.xBzxuUf82E
+ ratjar=/tmp/tmp.xBzxuUf82E/apache-rat-0.14.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.xBzxuUf82E/apache-rat-0.14.SNAPSHOT.jar https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 1587k  100 1587k    0     0  1689k      0 --:--:-- --:--:-- --:--:-- 1688k
+ curl -L -o /tmp/tmp.xBzxuUf82E/apache-rat-0.14.SNAPSHOT.jar.sha1 https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar.sha1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100    40  100    40    0     0     74      0 --:--:-- --:--:-- --:--:--    74
++ sha1sum /tmp/tmp.xBzxuUf82E/apache-rat-0.14.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.xBzxuUf82E/apache-rat-0.14.SNAPSHOT.jar.sha1
+ [[ 91757fc73e0c2e0caec857324e890f462ffb3cc1 == 91757fc73e0c2e0caec857324e890f462ffb3cc1 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.xBzxuUf82E/apache-rat-0.14.SNAPSHOT.jar -E <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0/.rat-excludes> -d <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ rm -rf /tmp/tmp.xBzxuUf82E
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=3
+ [[ 3 != 0 ]]
+ echo '3 Unknown Licenses'
3 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' ratreport.txt
+ sed s:<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>::
Files with unapproved licenses:

  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/css/jsonformatter.min_0.6.0.css
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/fast-json-patch_v2.1.0.js
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/jsonformatter.min_0.6.0.js

*****************************************************
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 452.97 KB of artifacts by 49.5% relative to #2892

Build failed in Jenkins: trafficcontrol-PR-rat #2895

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR-rat/2895/display/redirect>

------------------------------------------
Started by upstream project "trafficcontrol-PR" build number 3651
originally caused by:
 GitHub pull request #3563 of commit f4cf6409195954d888564b5896b17ba69cd43ba6, no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H37 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins8502552079482437227.sh
+ rm -rf <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0.tar.gz> '<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/.??*'>
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR
[operations-center-context] Copied 2 artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-3.0.0-docs.tar.gz
[operations-center-context]   apache-trafficcontrol-3.0.0.tar.gz
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins353270212833761734.sh
+ set -exu
++ ls apache-trafficcontrol-3.0.0-docs.tar.gz apache-trafficcontrol-3.0.0.tar.gz
++ grep -v docs
+ tarball=apache-trafficcontrol-3.0.0.tar.gz
+ tar xzf apache-trafficcontrol-3.0.0.tar.gz
++ pwd
++ basename apache-trafficcontrol-3.0.0.tar.gz .tar.gz
+ tcdir=<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ cd <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
++ date +%Y
+ egrep 'Copyright .*-?2019 The Apache Software Foundation' NOTICE
Copyright 2016-2019 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/ -sN
++ grep jar
++ grep -ve md5 -e sha1
++ awk -F '"' '{print $2}'
++ sort -r
++ head -n 1
++ cut -d / -f 12
+ ratver=apache-rat-0.14-20190320.202128-10.jar
++ mktemp -d
+ ratdir=/tmp/tmp.E4s4dAVA7c
+ ratjar=/tmp/tmp.E4s4dAVA7c/apache-rat-0.14.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.E4s4dAVA7c/apache-rat-0.14.SNAPSHOT.jar https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 1587k  100 1587k    0     0  1685k      0 --:--:-- --:--:-- --:--:-- 1684k
+ curl -L -o /tmp/tmp.E4s4dAVA7c/apache-rat-0.14.SNAPSHOT.jar.sha1 https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar.sha1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100    40  100    40    0     0     81      0 --:--:-- --:--:-- --:--:--    81
++ sha1sum /tmp/tmp.E4s4dAVA7c/apache-rat-0.14.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.E4s4dAVA7c/apache-rat-0.14.SNAPSHOT.jar.sha1
+ [[ 91757fc73e0c2e0caec857324e890f462ffb3cc1 == 91757fc73e0c2e0caec857324e890f462ffb3cc1 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.E4s4dAVA7c/apache-rat-0.14.SNAPSHOT.jar -E <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0/.rat-excludes> -d <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ rm -rf /tmp/tmp.E4s4dAVA7c
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=3
+ [[ 3 != 0 ]]
+ echo '3 Unknown Licenses'
3 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' ratreport.txt
+ sed s:<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>::
Files with unapproved licenses:

  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/css/jsonformatter.min_0.6.0.css
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/fast-json-patch_v2.1.0.js
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/jsonformatter.min_0.6.0.js

*****************************************************
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 452.97 KB of artifacts by 49.5% relative to #2892

Build failed in Jenkins: trafficcontrol-PR-rat #2894

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR-rat/2894/display/redirect>

------------------------------------------
Started by upstream project "trafficcontrol-PR" build number 3650
originally caused by:
 GitHub pull request #3450 of commit 6cb8e0f5a3fc15715f0425b8deaa3c7f4f0d1be8, no merge conflicts.
[EnvInject] - Loading node environment variables.
Building remotely on H37 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins619425441767400705.sh
+ rm -rf <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0> <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0.tar.gz> '<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/.??*'>
[operations-center-context] Requesting copy of artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR
[operations-center-context] Copied 1 artifacts matching '**/*.tar.gz' from 'Last successful build (either stable or unstable)' of trafficcontrol-PR:
[operations-center-context]   apache-trafficcontrol-3.0.0.tar.gz
[trafficcontrol-PR-rat] $ /bin/bash -xe /tmp/jenkins8748767673740535361.sh
+ set -exu
++ ls apache-trafficcontrol-3.0.0.tar.gz
++ grep -v docs
+ tarball=apache-trafficcontrol-3.0.0.tar.gz
+ tar xzf apache-trafficcontrol-3.0.0.tar.gz
++ pwd
++ basename apache-trafficcontrol-3.0.0.tar.gz .tar.gz
+ tcdir=<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ cd <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
++ date +%Y
+ egrep 'Copyright .*-?2019 The Apache Software Foundation' NOTICE
Copyright 2016-2019 The Apache Software Foundation
+ set +x
Searching for class files:
PASSED: No class files found.
Searching for jar files:
PASSED: No jar files found.
Searching for tar files:
PASSED: No tar files found.
Searching for tgz files:
PASSED: No tgz files found.
Searching for zip files:
PASSED: No zip files found.
++ curl https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/ -sN
++ grep jar
++ awk -F '"' '{print $2}'
++ sort -r
++ head -n 1
++ cut -d / -f 12
++ grep -ve md5 -e sha1
+ ratver=apache-rat-0.14-20190320.202128-10.jar
++ mktemp -d
+ ratdir=/tmp/tmp.tex2aZGjmc
+ ratjar=/tmp/tmp.tex2aZGjmc/apache-rat-0.14.SNAPSHOT.jar
+ curl -L -o /tmp/tmp.tex2aZGjmc/apache-rat-0.14.SNAPSHOT.jar https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  2 1587k    2 40960    0     0  64255      0  0:00:25 --:--:--  0:00:25 64200100 1587k  100 1587k    0     0  1717k      0 --:--:-- --:--:-- --:--:-- 1717k
+ curl -L -o /tmp/tmp.tex2aZGjmc/apache-rat-0.14.SNAPSHOT.jar.sha1 https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat/0.14-SNAPSHOT/apache-rat-0.14-20190320.202128-10.jar.sha1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100    40  100    40    0     0     83      0 --:--:-- --:--:-- --:--:--    83
++ sha1sum /tmp/tmp.tex2aZGjmc/apache-rat-0.14.SNAPSHOT.jar
++ awk '{print $1}'
++ cat /tmp/tmp.tex2aZGjmc/apache-rat-0.14.SNAPSHOT.jar.sha1
+ [[ 91757fc73e0c2e0caec857324e890f462ffb3cc1 == 91757fc73e0c2e0caec857324e890f462ffb3cc1 ]]
++ pwd
++ pwd
+ java -jar /tmp/tmp.tex2aZGjmc/apache-rat-0.14.SNAPSHOT.jar -E <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0/.rat-excludes> -d <https://builds.apache.org/job/trafficcontrol-PR-rat/ws/apache-trafficcontrol-3.0.0>
+ rm -rf /tmp/tmp.tex2aZGjmc
++ perl -lne 'print $1 if /(\d+) Unknown Licenses/' ratreport.txt
+ unknown=3
+ [[ 3 != 0 ]]
+ echo '3 Unknown Licenses'
3 Unknown Licenses
+ perl -lne 'print if /Files with unapproved licenses:/ .. /^\*\*\*/' ratreport.txt
+ sed s:<https://builds.apache.org/job/trafficcontrol-PR-rat/ws/>::
Files with unapproved licenses:

  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/css/jsonformatter.min_0.6.0.css
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/fast-json-patch_v2.1.0.js
  apache-trafficcontrol-3.0.0/traffic_portal/app/src/assets/js/jsonformatter.min_0.6.0.js

*****************************************************
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 452.97 KB of artifacts by 49.5% relative to #2892