Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

envoy 1.17.0 osx build failure #14690

Closed
chenrui333 opened this issue Jan 13, 2021 · 5 comments
Closed

envoy 1.17.0 osx build failure #14690

chenrui333 opened this issue Jan 13, 2021 · 5 comments

Comments

@chenrui333
Copy link

👋 trying to build the latest release, but run into some build issue. The error log is as below:

build failure
ninja -v
ninja -v install
copy_dir_contents_to_dir $BUILD_TMPDIR/$INSTALL_PREFIX $INSTALLDIR
replace_in_files $INSTALLDIR $BUILD_TMPDIR \${EXT_BUILD_DEPS}
replace_in_files $INSTALLDIR $EXT_BUILD_DEPS \${EXT_BUILD_DEPS}
mkdir -p $EXT_BUILD_ROOT/bazel-out/darwin-fastbuild/bin/bazel/foreign_cc/copy_curl/curl
copy_dir_contents_to_dir $INSTALLDIR $EXT_BUILD_ROOT/bazel-out/darwin-fastbuild/bin/bazel/foreign_cc/copy_curl/curl
touch $EXT_BUILD_ROOT/bazel-out/darwin-fastbuild/bin/bazel/foreign_cc/empty_curl.txt
cd $EXT_BUILD_ROOT
_____ END BUILD SCRIPT _____
rules_foreign_cc: Build script location: bazel-out/darwin-fastbuild/bin/bazel/foreign_cc/curl/logs/CMake_script.sh
rules_foreign_cc: Build log location: bazel-out/darwin-fastbuild/bin/bazel/foreign_cc/curl/logs/CMake.log

Target //source/exe:envoy-static failed to build
INFO: Elapsed time: 979.353s, Critical Path: 257.58s
INFO: 3677 processes: 1249 internal, 2427 processwrapper-sandbox, 1 worker.
FAILED: Build did NOT complete successfully
FAILED: Build did NOT complete successfully

Full build log is in here, https://github.com/Homebrew/homebrew-core/runs/1685628642
relates to Homebrew/homebrew-core#68841

@chenrui333 chenrui333 added bug triage Issue requires triage labels Jan 13, 2021
@htuch
Copy link
Member

htuch commented Jan 13, 2021

Looking at the full build log, google_com_proxy.v2.yaml no longer exists, do you have some scripts wrapped around this that are causing an issue? I can't tell anything from the inline fragment provided in the bug. Mac OS 1.17 builds fine in Envoy's CI, see https://dev.azure.com/cncf/envoy/_build?definitionId=3

@htuch htuch added area/build and removed triage Issue requires triage labels Jan 13, 2021
@chenrui333
Copy link
Author

Cool, what is the replacement for that config file?

@chenrui333
Copy link
Author

chenrui333 commented Jan 13, 2021

Mac OS 1.17 builds fine in Envoy's CI, see https://dev.azure.com/cncf/envoy/_build?definitionId=3

the build works fine, it is just the example test failed (to verify if envoy functions correctly)

@htuch
Copy link
Member

htuch commented Jan 13, 2021

configs/envoyproxy_io_proxy.yaml. Sounds like I can close this out.

@htuch htuch closed this as completed Jan 13, 2021
@chenrui333
Copy link
Author

thanks! I will give that config a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants