Build failed in Jenkins: streams-project-site #357

2018-10-10 Thread Apache Jenkins Server
See 

--
Started by upstream project "Creadur-Rat" build number 420
originally caused by:
 Started by upstream project "Creadur-Rat-ParentPom" build number 219
 originally caused by:
  Started by user pottlinger
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites svn-websites) in workspace 

[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/streams.git
 > git init  # 
 > timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/streams.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/streams.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/streams.git 
 > # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/streams.git 
 > # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/streams.git
using GIT_SSH to set credentials 
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/streams.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cd85b5497340eba804a2520644be94ed53e7dd0b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cd85b5497340eba804a2520644be94ed53e7dd0b
Commit message: "Merge pull request #459 from steveblackmon/STREAMS-614"
 > git rev-list --no-walk cd85b5497340eba804a2520644be94ed53e7dd0b # timeout=10
Parsing POMs
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Modules changed, recalculating dependency graph
Established TCP socket on 35379
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[streams-project-site] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx2g 
-Xms256m -XX:MaxPermSize=512m -Dfile.encoding=UTF-8 -cp 
/home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/conf/logging
 jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/apache-maven-3.5.0 
/home/jenkins/agent.jar /home/jenkins/jenkins-slave/maven35-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 35379
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===>   channel started
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Executing Maven:  -B -f 
 
-Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -s 
/tmp/settings397332153572101904.xml -q -U -Pcheck -DskipTests -DskipITs clean 
generate-sources site:site site:stage
[WARNING] The project org.apache.streams:apache-streams:pom:0.6.1-SNAPSHOT uses 
prerequisites which is only intended for maven-plugin projects but not for non 
maven-plugin projects. For such purposes you should use the 
maven-enforcer-plugin. See 
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
Saving to 
outputFile=
Processed 0 file(s)
Found 0 errors
Found 0 warnings
Found 0 infos
Finished in 216 ms
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.maven.reporters.MavenSiteArchiver$1; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[JENKINS] Archiving site from 
 to 
/x1/jenkins/jenkins-home/jobs/streams-project-site/site
[WARNING] Attempt to (de-)serialize anonymous class hudson.FilePath$32; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.maven.reporters.MavenArtifactArchiver$2; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.maven.reporters.MavenFingerprinter$1; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
Saving to 

[jira] [Commented] (STREAMS-611) Failing integration tests in streams-provider-google-gplus

2018-10-10 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/STREAMS-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16645274#comment-16645274
 ] 

ASF GitHub Bot commented on STREAMS-611:


steveblackmon opened a new pull request #460: STREAMS-611: Failing integration 
tests in streams-provider-google-gplus
URL: https://github.com/apache/streams/pull/460
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Failing integration tests in streams-provider-google-gplus
> --
>
> Key: STREAMS-611
> URL: https://issues.apache.org/jira/browse/STREAMS-611
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.1
>
>
> I encountered failing integration tests in streams-provider-google-gplus 
> building apache-streams-0.6.0-rc2.
> On debugging, the cause seems to be certain fields that were previously 
> consistently present:
> actor.displayName
> activity.title
> plus.content
> Are not present 100% of the time in files pulled from this execution, causing 
> null pointer exceptions.
> Proposed fix is to add if conditionals prior to accessing those fields, and 
> remove title from assertions in the integration tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-610) Upgrade failsafe plugin

2018-10-10 Thread Steve Blackmon (JIRA)


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

Steve Blackmon resolved STREAMS-610.

Resolution: Fixed

> Upgrade failsafe plugin
> ---
>
> Key: STREAMS-610
> URL: https://issues.apache.org/jira/browse/STREAMS-610
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.1
>
> Attachments: STREAMS-610.txt
>
>
> When running integration tests on apache-streams-0.6.0 rc2 I got the attached 
> error.
> Upgrading failsafe to the newest version fixed it.
> Environment at the time of error:
> steves-mac-pro:streams steve$ mvn -v
> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 
> 2015-11-10T10:41:47-06:00)
> Maven home: /Users/Shared/apache-maven-3.3.9
> Java version: 1.8.0_172, vendor: Oracle Corporation
> Java home: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.13.5", arch: "x86_64", family: "mac"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-611) Failing integration tests in streams-provider-google-gplus

2018-10-10 Thread Steve Blackmon (JIRA)


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

Steve Blackmon updated STREAMS-611:
---
   Sprint: 0.6.1
Fix Version/s: 0.6.1

> Failing integration tests in streams-provider-google-gplus
> --
>
> Key: STREAMS-611
> URL: https://issues.apache.org/jira/browse/STREAMS-611
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.1
>
>
> I encountered failing integration tests in streams-provider-google-gplus 
> building apache-streams-0.6.0-rc2.
> On debugging, the cause seems to be certain fields that were previously 
> consistently present:
> actor.displayName
> activity.title
> plus.content
> Are not present 100% of the time in files pulled from this execution, causing 
> null pointer exceptions.
> Proposed fix is to add if conditionals prior to accessing those fields, and 
> remove title from assertions in the integration tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-610) Upgrade failsafe plugin

2018-10-10 Thread Steve Blackmon (JIRA)


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

Steve Blackmon updated STREAMS-610:
---
   Sprint: 0.6.1
Fix Version/s: 0.6.1

> Upgrade failsafe plugin
> ---
>
> Key: STREAMS-610
> URL: https://issues.apache.org/jira/browse/STREAMS-610
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.1
>
> Attachments: STREAMS-610.txt
>
>
> When running integration tests on apache-streams-0.6.0 rc2 I got the attached 
> error.
> Upgrading failsafe to the newest version fixed it.
> Environment at the time of error:
> steves-mac-pro:streams steve$ mvn -v
> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 
> 2015-11-10T10:41:47-06:00)
> Maven home: /Users/Shared/apache-maven-3.3.9
> Java version: 1.8.0_172, vendor: Oracle Corporation
> Java home: 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.13.5", arch: "x86_64", family: "mac"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-614) Process some social media exported archives into Activity Streams 2.0 RDF

2018-10-10 Thread Steve Blackmon (JIRA)


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

Steve Blackmon resolved STREAMS-614.

Resolution: Fixed

> Process some social media exported archives into Activity Streams 2.0 RDF
> -
>
> Key: STREAMS-614
> URL: https://issues.apache.org/jira/browse/STREAMS-614
> Project: Streams
>  Issue Type: New Feature
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (STREAMS-615) Upgrade Juneau to 7.2.0

2018-10-10 Thread Steve Blackmon (JIRA)
Steve Blackmon created STREAMS-615:
--

 Summary: Upgrade Juneau to 7.2.0
 Key: STREAMS-615
 URL: https://issues.apache.org/jira/browse/STREAMS-615
 Project: Streams
  Issue Type: Task
Reporter: Steve Blackmon


Upgrade Juneau to 7.2.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (STREAMS-513) Utilize new third-party rest proxy capability in provider-instagram

2018-10-10 Thread Steve Blackmon (JIRA)


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

Steve Blackmon closed STREAMS-513.
--
Resolution: Won't Fix

IMO instagram's API has been crippled so much that it's not worth investing 
additional time in improving the SDK.

> Utilize new third-party rest proxy capability in provider-instagram
> ---
>
> Key: STREAMS-513
> URL: https://issues.apache.org/jira/browse/STREAMS-513
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Requires upgrade juneau dependency to 6.2.1 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)