Created
March 10, 2020 19:04
-
-
Save niklasad1/d2888830bfe7f985c261d0c2da6de5e6 to your computer and use it in GitHub Desktop.
OpenEthereum CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running `/Users/runner/runners/2.165.2/work/openethereum/openethereum/target/release/build/parity-snappy-sys-1cd8cb56dfd03300/build-script-build` | |
error: failed to run custom build command for `parity-snappy-sys v0.1.2` | |
##[error]failed to run custom build command for `parity-snappy-sys v0.1.2` | |
Caused by: | |
process didn't exit successfully: `/Users/runner/runners/2.165.2/work/openethereum/openethereum/target/release/build/parity-snappy-sys-1cd8cb56dfd03300/build-script-build` (exit code: 101) | |
--- stdout | |
running: "cmake" "/Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/parity-snappy-sys-0.1.2/snappy" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DCMAKE_INSTALL_PREFIX=/Users/runner/runners/2.165.2/work/openethereum/openethereum/target/release/build/parity-snappy-sys-a52e155243d24918/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Release" | |
-- Configuring incomplete, errors occurred! | |
See also "/Users/runner/runners/2.165.2/work/openethereum/openethereum/target/release/build/parity-snappy-sys-a52e155243d24918/out/build/CMakeFiles/CMakeOutput.log". | |
See also "/Users/runner/runners/2.165.2/work/openethereum/openethereum/target/release/build/parity-snappy-sys-a52e155243d24918/out/build/CMakeFiles/CMakeError.log". | |
--- stderr | |
CMake Error: The current CMakeCache.txt directory /Users/runner/runners/2.165.2/work/openethereum/openethereum/target/release/build/parity-snappy-sys-a52e155243d24918/out/build/CMakeCache.txt is different than the directory /Users/runner/runners/2.165.2/work/open-ethereum/open-ethereum/target/release/build/parity-snappy-sys-a52e155243d24918/out/build where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt | |
thread 'main' panicked at ' | |
command did not execute successfully, got: exit code: 1 | |
build script failed, must exit now', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.42/src/lib.rs:861:5 | |
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. | |
warning: build failed, waiting for other jobs to finish... | |
##[warning]error: build failed | |
##[error]The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment