syndesisio / syndesis

This project is archived. A flexible, customizable, open source platform that provides core integration capabilities as a service.
https://syndesis.io/
Apache License 2.0
597 stars 204 forks source link

Unable to build master with clean maven repo and flash profile #4590

Closed avano closed 5 years ago

avano commented 5 years ago

This is a...


[ ] Feature request
[X] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Documentation issue or request

Description

./tools/bin/syndesis build --backend --flash

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Connector .......................................... SUCCESS [  5.160 s]
[INFO] Connector :: Support :: Util ....................... SUCCESS [  1.908 s]
[INFO] Connector :: Support :: Verifier ................... SUCCESS [  1.437 s]
[INFO] Connector :: Support :: Maven Plugin ............... SUCCESS [ 11.115 s]
[INFO] Connector :: Twitter ............................... SUCCESS [  1.271 s]
[INFO] Connector :: FTP ................................... SUCCESS [  0.362 s]
[INFO] Connector :: SFTP .................................. SUCCESS [  0.319 s]
[INFO] Connector :: Dropbox ............................... SUCCESS [  4.144 s]
[INFO] Connector :: Support :: Test ....................... SUCCESS [  0.481 s]
[INFO] Connector :: AWS S3 ................................ SUCCESS [01:12 min]
[INFO] Connector :: ActiveMQ .............................. SUCCESS [ 13.917 s]
[INFO] Connector :: AMQP .................................. SUCCESS [ 16.412 s]
[INFO] Connector :: SQL ................................... SUCCESS [  6.795 s]
[INFO] Connector :: MQTT .................................. SUCCESS [  2.786 s]
[INFO] Connector :: Support :: Processor .................. SUCCESS [  0.827 s]
[INFO] Connector :: HTTP .................................. SUCCESS [  3.435 s]
[INFO] Connector :: Salesforce ............................ SUCCESS [ 11.603 s]
[INFO] Connector :: Slack ................................. SUCCESS [  1.683 s]
[INFO] Connector :: Gmail ................................. SUCCESS [  8.550 s]
[INFO] Connector :: Timer ................................. SUCCESS [  3.892 s]
[INFO] Connector :: ServiceNow ............................ SUCCESS [  9.216 s]
[INFO] Connector :: Concur ................................ SUCCESS [  0.361 s]
[INFO] Connector :: Kafka ................................. SUCCESS [  3.315 s]
[INFO] Connector :: FHIR .................................. SUCCESS [ 25.019 s]
[INFO] Connector :: Webhook ............................... SUCCESS [  0.884 s]
[INFO] Connector :: Log ................................... SUCCESS [  0.050 s]
[INFO] Connector :: Telegram .............................. SUCCESS [  2.910 s]
[INFO] Connector :: IRC ................................... SUCCESS [  2.940 s]
[INFO] Connector :: API Provider .......................... SUCCESS [  2.404 s]
[INFO] Connector :: Google Calendar ....................... SUCCESS [  2.323 s]
[INFO] Connector :: Google Sheets ......................... SUCCESS [ 47.796 s]
[INFO] Connector :: Apache Kudu ........................... SUCCESS [ 16.847 s]
[INFO] Connector :: OData ................................. FAILURE [  2.294 s]
[INFO] Connector :: Support :: Catalog .................... SKIPPED
[INFO] Connector :: REST Swagger .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:46 min
[INFO] Finished at: 2019-02-15T09:46:53-05:00
[INFO] Final Memory: 175M/584M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project connector-odata: Could not resolve dependencies for project io.syndesis.connector:connector-odata:jar:1.6-SNAPSHOT: Could not find artifact io.syndesis.integration:integration-runtime:jar:tests:1.6-SNAPSHOT in jboss-fuse (https://origin-repository.jboss.org/nexus/content/groups/ea) -> [Help 1]
avano commented 5 years ago

it can be built with 1.6.1-20190213 tag, but not on master

gashcrumb commented 5 years ago

Yeah, I'm hitting this too this morning on a machine I haven't built stuff on as recently.

heiko-braun commented 5 years ago

@phantomjinx Looks like the OData module fails

phantomjinx commented 5 years ago

Looking at it now.

avano commented 5 years ago

looks ok now