Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 370401 - tycho-extras: build with profile "its" fails
Summary: tycho-extras: build with profile "its" fails
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Tycho (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Igor Fedorenko CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-02 03:03 EST by Jan Sievers CLA
Modified: 2021-04-28 16:55 EDT (History)
1 user (show)

See Also:


Attachments
IT build log (66.71 KB, application/octet-stream)
2012-02-02 03:03 EST, Jan Sievers CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Sievers CLA 2012-02-02 03:03:35 EST
Created attachment 210427 [details]
IT build log

it seems there is a hardcoded p2 repo URL file:/tmp/junit in the tests.
See log attached.

[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ tycho-source-feature-plugin ---
[INFO] Building jar: C:\git\eclipse\org.eclipse.tycho.extras\tycho-source-feature-plugin\target\tycho-source-feature-plugin-0.14.0-SNAPSHOT.
jar
[INFO]
[INFO] --- maven-plugin-plugin:2.7:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-source-feature-plugin ---
[INFO]
[INFO] --- maven-source-plugin:2.1:jar-no-fork (default) @ tycho-source-feature-plugin ---
[INFO] Building jar: C:\git\eclipse\org.eclipse.tycho.extras\tycho-source-feature-plugin\target\tycho-source-feature-plugin-0.14.0-SNAPSHOT-
sources.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.5:install (integration-test) @ tycho-source-feature-plugin ---
[INFO] Installing c:\git\eclipse\org.eclipse.tycho.extras\pom.xml to C:\git\eclipse\org.eclipse.tycho.extras\tycho-source-feature-plugin\tar
get\local-repo\org\eclipse\tycho\extras\tycho-extras\0.14.0-SNAPSHOT\tycho-extras-0.14.0-SNAPSHOT.pom
[INFO] Installing C:\git\eclipse\org.eclipse.tycho.extras\tycho-source-feature-plugin\pom.xml to C:\git\eclipse\org.eclipse.tycho.extras\tyc
ho-source-feature-plugin\target\local-repo\org\eclipse\tycho\extras\tycho-source-feature-plugin\0.14.0-SNAPSHOT\tycho-source-feature-plugin-
0.14.0-SNAPSHOT.pom
[INFO] Installing C:\git\eclipse\org.eclipse.tycho.extras\tycho-source-feature-plugin\target\tycho-source-feature-plugin-0.14.0-SNAPSHOT.jar
 to C:\git\eclipse\org.eclipse.tycho.extras\tycho-source-feature-plugin\target\local-repo\org\eclipse\tycho\extras\tycho-source-feature-plug
in\0.14.0-SNAPSHOT\tycho-source-feature-plugin-0.14.0-SNAPSHOT.jar
[INFO] Installing C:\git\eclipse\org.eclipse.tycho.extras\tycho-source-feature-plugin\target\tycho-source-feature-plugin-0.14.0-SNAPSHOT-sou
rces.jar to C:\git\eclipse\org.eclipse.tycho.extras\tycho-source-feature-plugin\target\local-repo\org\eclipse\tycho\extras\tycho-source-feat
ure-plugin\0.14.0-SNAPSHOT\tycho-source-feature-plugin-0.14.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.5:run (integration-test) @ tycho-source-feature-plugin ---
[INFO] Building: basic\pom.xml
[INFO] ..SUCCESS (136.9 s)
[INFO] Building: remote-source-bundles\pom.xml
[INFO] ..FAILED (4.1 s)
[INFO]   The build exited with code 1. See C:\git\eclipse\org.eclipse.tycho.extras\tycho-source-feature-plugin\target\it\remote-source-bundl
es\build.log for details.
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 1, Failed: 1, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] *  remote-source-bundles\pom.xml
[INFO] -------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Tycho Extras (Incubation) ......................... SUCCESS [0.636s]
[INFO] Tycho Version Bump Plugin (Incubation) ............ SUCCESS [3.197s]
[INFO] Tycho p2 Extras Plugin (Incubation) ............... SUCCESS [1:25.456s]
[INFO] tycho-custom-bundle-plugin ........................ SUCCESS [1:44.018s]
[INFO] Tycho Eclipse Run Plugin (Incubation) ............. SUCCESS [1.144s]
[INFO] tycho-source-feature-plugin ....................... FAILURE [2:23.262s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:37.961s
[INFO] Finished at: Thu Feb 02 09:02:15 CET 2012
[INFO] Final Memory: 33M/243M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:1.5:run (integration-test) on project tycho-source-feature-plug
in: 1 build failed. -> [Help 1]
Comment 1 Igor Fedorenko CLA 2012-02-02 06:33:51 EST
Can you try maven 3.0.4?
Comment 2 Jan Sievers CLA 2012-02-02 07:00:05 EST
(In reply to comment #1)
> Can you try maven 3.0.4?

tried with maven 3.0.4; same result.