marian-nmt / marian-dev

Fast Neural Machine Translation in C++ - development repository

Home Page:https://marian-nmt.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins marian-dev-cuda-11.4 #199 failed

marianminion opened this issue · comments

Build 'marian-dev-cuda-11.4' is failing!

Last 50 lines of build output:

Started by user Roman Grundkiewicz
Running as SYSTEM
Building on master in workspace /var/lib/jenkins/workspace/marian-dev-cuda-11.4
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/marian-nmt/marian-dev
 > git init /var/lib/jenkins/workspace/marian-dev-cuda-11.4 # timeout=10
Fetching upstream changes from https://github.com/marian-nmt/marian-dev
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
 > git fetch --tags --force --progress -- https://github.com/marian-nmt/marian-dev +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/marian-nmt/marian-dev # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 12a1bfaf6fc1a4e1011727413b8c04e816a73d43 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 12a1bfaf6fc1a4e1011727413b8c04e816a73d43 # timeout=10
Commit message: "Remove Ubuntu 16.04 from GitHub workflows (#879)"
 > git rev-list --no-walk 42f0b8b74bba16fed646c8af7b2f75e02af7a85c # timeout=10
[marian-dev-cuda-11.4] $ /bin/sh -xe /tmp/jenkins7599366516297359144.sh
+ . /etc/environment
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
+ rm -rf build
+ mkdir -p build
+ cd build
+ cat /urs/local/cuda-11/version.json
cat: /urs/local/cuda-11/version.json: No such file or directory
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful

Changes since last successful build:

  • [Marcin.JunczysDowmunt] 8e88071 - Merged PR 19842: Adapt LSH to work with Leaf

  • [Marcin.JunczysDowmunt] 056c4be - Merged PR 19860: Case augmented data, if not using factored vocab must not set guided alignments

  • [Marcin.JunczysDowmunt] f6cb1b5 - Merged PR 19864: add bias if it exists

  • [Roman Grundkiewicz] b83b06f - Merged PR 19914: Fix Windows Azure Pipelines

  • [Roman Grundkiewicz] 6b568f4 - Merged PR 19904: Update instructions for building on Windows

  • [Marcin.JunczysDowmunt] b653db0 - Merged PR 19910: Fix training/scoring error with FSM

  • [Marcin Junczys-Dowmunt] 4ff2ef1 - Merged PR 19761: Expose SPM Interface from Marian

  • [Marcin Junczys-Dowmunt] d124ca9 - allow float32 conversion in QS interface

  • [Roman Grundkiewicz] e025bfb - Merged PR 20070: Run regression tests in Azure Pipelines

  • [Marcin Junczys-Dowmunt] 6652b31 - Merged PR 20560: Update SPM in Marian

  • [github] 8d0a3c0 - Add --allow-unauthenticated when installing CUDA (#878)

  • [github] 4dd30b5 - Factor concatenation improvements and documentation (#748)

  • [github] 12a1bfa - Remove Ubuntu 16.04 from GitHub workflows (#879)

View full output

Build was fixed!