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-regression-tests #649 failed

marianminion opened this issue · comments

Build 'marian-regression-tests' is failing!

Last 50 lines of build output:

[...truncated 51.45 KB...]
[11/22/2021 21:07:45] Running tests/scorer/align/test_scorer_soft_align.sh ... OK
[11/22/2021 21:07:50] Test took 00:00:4.409s
[11/22/2021 21:07:50] Checking directory: tests/scorer/scores
[11/22/2021 21:07:50] Running setup script
[11/22/2021 21:07:50] Running tests/scorer/scores/test_compare_with_decoder_scores.sh ... OK
[11/22/2021 21:08:05] Test took 00:00:15.359s
[11/22/2021 21:08:05] Running tests/scorer/scores/test_scores.sh ... OK
[11/22/2021 21:08:11] Test took 00:00:5.415s
[11/22/2021 21:08:11] Running tests/scorer/scores/test_scores_cpu.sh ... OK
[11/22/2021 21:08:44] Test took 00:00:33.258s
[11/22/2021 21:08:44] Running tests/scorer/scores/test_scores_normalized.sh ... OK
[11/22/2021 21:08:50] Test took 00:00:5.673s
[11/22/2021 21:08:50] Running tests/scorer/scores/test_summary.sh ... OK
[11/22/2021 21:08:55] Test took 00:00:5.654s
[11/22/2021 21:08:55] Running tests/scorer/scores/test_summary_perplexity.sh ... OK
[11/22/2021 21:09:01] Test took 00:00:5.420s
[11/22/2021 21:09:01] Running tests/scorer/scores/test_word_scores.sh ... OK
[11/22/2021 21:09:05] Test took 00:00:4.551s
[11/22/2021 21:09:05] Running tests/scorer/scores/test_word_scores_mini_batch_1.sh ... OK
[11/22/2021 21:09:11] Test took 00:00:5.483s
[11/22/2021 21:09:11] Running tests/scorer/scores/test_word_scores_nbest.sh ... OK
[11/22/2021 21:09:16] Test took 00:00:4.765s
[11/22/2021 21:09:16] Running tests/scorer/scores/test_word_scores_normalized.sh ... OK
[11/22/2021 21:09:21] Test took 00:00:4.981s
[11/22/2021 21:09:21] Checking directory: tests/scorer/lm
[11/22/2021 21:09:21] Running setup script
[11/22/2021 21:09:21] Running tests/scorer/lm/test_lm_scores.sh ... OK
[11/22/2021 21:09:23] Test took 00:00:2.359s
[11/22/2021 21:09:23] Checking directory: tests/scorer/nbest
[11/22/2021 21:09:23] Running setup script
[11/22/2021 21:09:23] Running tests/scorer/nbest/test_compare_parallel_and_nbest.sh ... OK
[11/22/2021 21:09:32] Test took 00:00:8.506s
[11/22/2021 21:09:32] Running tests/scorer/nbest/test_custom_feature_name.sh ... OK
[11/22/2021 21:09:36] Test took 00:00:4.290s
[11/22/2021 21:09:36] Running tests/scorer/nbest/test_score_nbest_list.sh ... OK
[11/22/2021 21:09:40] Test took 00:00:4.468s
---------------------
Skipped:
  - tests/decoder/intgemm/test_intgemm_16bit_avx2.sh
  - tests/decoder/intgemm/test_intgemm_8bit_avx2.sh
  - tests/models/wngt19/test_model_base_fbgemm_packed16.sh
  - tests/models/wngt19/test_model_base_fbgemm_packed8.sh
Failed:
  - tests/interface/config/test_alias_with_unknown_value.sh
Logs:
  - /var/lib/jenkins/workspace/marian-regression-tests/tests/interface/config/test_alias_with_unknown_value.sh.log
---------------------
Ran 294 tests in 00:49:37.885s, 289 passed, 4 skipped, 1 failed
Build step 'Execute shell' marked build as failure

Changes since last successful build:

  • [Roman Grundkiewicz] 731936ec1f932ec6ad891b0d07f255ce2b24ac4a - Add test checking if --task fails if it got an unknown value

View full output

Build was fixed!