We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build 'browsermt-marian-dev-cuda-10.2' is failing!
Last 50 lines of build output:
Started by upstream project "marian-dev-cuda-10.0" build number 188 originally caused by: Started by upstream project "marian-dev-cuda-10.1" build number 179 originally caused by: Started by GitHub push by qianqianzhu Started by GitHub push by qianqianzhu Running as SYSTEM Building on master in workspace /var/lib/jenkins/workspace/browsermt-marian-dev-cuda-10.2 The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/browsermt-marian-dev-cuda-10.2/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/browsermt/marian-dev # timeout=10 Fetching upstream changes from https://github.com/browsermt/marian-dev > git --version # timeout=10 > git --version # 'git version 2.7.4' > git fetch --tags --progress https://github.com/browsermt/marian-dev +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 548a1ed2cda7d80b08852f72a65e2b02aa69cbc6 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 548a1ed2cda7d80b08852f72a65e2b02aa69cbc6 # timeout=10 Commit message: "Merge pull request #34 from browsermt/cmake-upgrade" > git rev-list --no-walk cd41f7e1c3230679556f1637f057b0eeadf6ff8b # timeout=10 [browsermt-marian-dev-cuda-10.2] $ /bin/sh -xe /tmp/jenkins804140882289464717.sh + . /etc/environment + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + rm -rf build + mkdir -p build + cd build + cat /var/lib/jenkins/cuda-10.2/version.txt CUDA Version 10.2.89 + CC=/usr/bin/gcc-8 CXX=/usr/bin/g++-8 CUDAHOSTCXX=/usr/bin/g++-8 cmake -DCOMPILE_TESTS=ON -DCOMPILE_EXAMPLES=ON -DCUDA_TOOLKIT_ROOT_DIR=/var/lib/jenkins/cuda-10.2 -DUSE_SENTENCEPIECE=ON -DCOMPILE_SERVER=ON .. CMake Error at CMakeLists.txt:1 (cmake_minimum_required): CMake 3.12.4 or higher is required. You are running version 3.5.1 -- Configuring incomplete, errors occurred! Build step 'Execute shell' marked build as failure Skipped archiving because build is not successful
Changes since last successful build:
[qianqian.zhu] af67906 - some code refactoring and add binary shortlist
[qianqian.zhu] 0a9f49f - update marian decoder with option of loading binary shortlist
[qianqian.zhu] 3a2ad4a - update hash.h for binary shortlist
[qianqian.zhu] 5aa07b5 - add binary shortlist converter
[qianqian.zhu] 20e42c9 - small fixes on option message
[github] 40423d6 - Update GitHub workflows with Ubuntu+CUDA
[qianqian.zhu] e9226e3 - address review comments
[qianqian.zhu] d1e9149 - fix blob naming
[qianqian.zhu] 62f1537 - fix rebase mistakes in translator.h
[qianqian.zhu] 8762daa - fix CI broken and update CHANGELOG
[qianqian.zhu] 7121dd4 - add binary shortlist contructor directly from buffer
[github] 9337105 - Port marian to WASM for inference (Port marian to WASM for inference #24)
[qianqian.zhu] 55babfc - add logger info and address jerin's comment
[66322306+abhi-agg] bbde958 - Enable loading binary files, against master
[66322306+abhi-agg] 984ca20 - Added USE_WASM_COMPATIBLE_MARIAN cmake option
[66322306+abhi-agg] 42b297d - Added workflow for compiling wasm compatible sources natively
[66322306+abhi-agg] c24d0fd - Added wasm compile workflow for ubuntu
[github] cdf02dc - Update intgemm
[66322306+abhi-agg] 130902c - Replaced compile definition WASM with WASM_COMPATIBLE_SOURCE
[66322306+abhi-agg] 0f0bcf9 - Replaced cmake option USE_WASM_COMPATIBLE_MARIAN with USE_WASM_COMPATIBLE_SOURCE
[66322306+abhi-agg] b77d728 - Fixing Mac and Ubuntu CI failures
[aaggarwal] a37b0c8 - Upgraded cmake_minimum_required to 3.12.4
View full output
The text was updated successfully, but these errors were encountered:
Build was fixed!
Sorry, something went wrong.
No branches or pull requests
Build 'browsermt-marian-dev-cuda-10.2' is failing!
Last 50 lines of build output:
Changes since last successful build:
[qianqian.zhu] af67906 - some code refactoring and add binary shortlist
[qianqian.zhu] 0a9f49f - update marian decoder with option of loading binary shortlist
[qianqian.zhu] 3a2ad4a - update hash.h for binary shortlist
[qianqian.zhu] 5aa07b5 - add binary shortlist converter
[qianqian.zhu] 20e42c9 - small fixes on option message
[github] 40423d6 - Update GitHub workflows with Ubuntu+CUDA
[qianqian.zhu] e9226e3 - address review comments
[qianqian.zhu] d1e9149 - fix blob naming
[qianqian.zhu] 62f1537 - fix rebase mistakes in translator.h
[qianqian.zhu] 8762daa - fix CI broken and update CHANGELOG
[qianqian.zhu] 7121dd4 - add binary shortlist contructor directly from buffer
[github] 9337105 - Port marian to WASM for inference (Port marian to WASM for inference #24)
[qianqian.zhu] 55babfc - add logger info and address jerin's comment
[66322306+abhi-agg] bbde958 - Enable loading binary files, against master
[66322306+abhi-agg] 984ca20 - Added USE_WASM_COMPATIBLE_MARIAN cmake option
[66322306+abhi-agg] 42b297d - Added workflow for compiling wasm compatible sources natively
[66322306+abhi-agg] c24d0fd - Added wasm compile workflow for ubuntu
[github] cdf02dc - Update intgemm
[66322306+abhi-agg] 130902c - Replaced compile definition WASM with WASM_COMPATIBLE_SOURCE
[66322306+abhi-agg] 0f0bcf9 - Replaced cmake option USE_WASM_COMPATIBLE_MARIAN with USE_WASM_COMPATIBLE_SOURCE
[66322306+abhi-agg] b77d728 - Fixing Mac and Ubuntu CI failures
[aaggarwal] a37b0c8 - Upgraded cmake_minimum_required to 3.12.4
View full output
The text was updated successfully, but these errors were encountered: