Syndesis: Local build failure

Created on 15 Aug 2019  路  7Comments  路  Source: syndesisio/syndesis

This is a...


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

Description

Trying to build latest master branch with syndesis build --clean --flash brings me to the following error;

Screen Shot 2019-08-15 at 8 43 35 AM

Is there a better command to use when building? If there's anything else I can provide to help diagnose please let me know!

Running macOS: 10.14.6

cabug cabuild ignorqe prip0

All 7 comments

FWIW I ran the same build on Linux 4.20.0-arch1-1-ARCH x86_64 and the build succeeded. Seems to be a mac only issue. Might that sed script be dropping the ball in some way?

It seems a regression introduced by the new local S2I caching. I'll have a look asap and ask @seanforyou23 help for testing on mac.

@seanforyou23 can you please edit your local copy of this file https://github.com/syndesisio/syndesis/blob/277fd5f3470035084f331f53208db7fa25505819/app/s2i/copy_mvn_repo.sh#L2
adding a new line with set -x and execute syndesis build -f -c -i -m s2i? I'd like to see the entire sed statement executed.

Thanks for the feedback. It seems the issue is the different behavior of sed command between linux and macos. Before submitting the PR I need you to please use this script locally and confirm it works correctly also on mac now: https://github.com/squakez/syndesis/blob/fix/6384_sed_regression/app/s2i/copy_mvn_repo.sh

In order to speed up the test you can simply build the s2i module without image push: syndesis build -f -c -m s2i

@squakez that seems to work just fine. https://gist.github.com/seanforyou23/822e712e2811e7f413341c48c8604b7a

Anything else I can help test?

Thanks! yeah, please just approve the PR #6421 so it can be merged and working for any Mac user too!

Was this page helpful?
0 / 5 - 0 ratings