-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Build 'marian-dev-cpu-avx2' is failing!
Last 50 lines of build output:
[...truncated 54.99 KB...]
[04/15/2021 12:17:37] Test took 00:00:12.452s
[04/15/2021 12:17:37] Checking directory: tests/decoder/wmt16
[04/15/2021 12:17:37] Running setup script
[04/15/2021 12:17:37] Running tests/decoder/wmt16/test_ende_cpu.sh ... OK
[04/15/2021 12:19:07] Test took 00:01:29.822s
[04/15/2021 12:19:07] Checking directory: tests/models/transformer
[04/15/2021 12:19:07] Running setup script
[04/15/2021 12:19:07] Running tests/models/transformer/test_hard_aligns_cpu.sh ... OK
[04/15/2021 12:19:22] Test took 00:00:15.329s
[04/15/2021 12:19:22] Checking directory: tests/models/wngt19
[04/15/2021 12:19:22] Running setup script
[04/15/2021 12:19:22] Running tests/models/wngt19/test_model_base_fbgemm_packed16.sh ... OK
[04/15/2021 12:19:38] Test took 00:00:15.878s
[04/15/2021 12:19:38] Running tests/models/wngt19/test_model_base_fbgemm_packed8.sh ... OK
[04/15/2021 12:19:51] Test took 00:00:13.285s
[04/15/2021 12:19:51] Checking directory: tests/models/wnmt18
[04/15/2021 12:19:51] Running setup script
[04/15/2021 12:19:51] Running tests/models/wnmt18/test_student_small.sh ... OK
[04/15/2021 12:20:05] Test took 00:00:13.191s
[04/15/2021 12:20:05] Running tests/models/wnmt18/test_student_small_aan.sh ... failed
[04/15/2021 12:20:13] Test took 00:00:8.156s
[04/15/2021 12:20:13] Running tests/models/wnmt18/test_student_small_aan_intgemm16.sh ... failed
[04/15/2021 12:20:20] Test took 00:00:7.590s
[04/15/2021 12:20:20] Running tests/models/wnmt18/test_student_small_aan_intgemm8.sh ... failed
[04/15/2021 12:20:28] Test took 00:00:7.505s
[04/15/2021 12:20:28] Checking directory: tests/scorer/scores
[04/15/2021 12:20:28] Running setup script
[04/15/2021 12:20:28] Running tests/scorer/scores/test_scores_cpu.sh ... OK
[04/15/2021 12:20:59] Test took 00:00:31.569s
[04/15/2021 12:20:59] Checking directory: tests/server
[04/15/2021 12:20:59] Running setup script
[04/15/2021 12:21:01] Running tests/server/test_ende_cpu.sh ... OK
[04/15/2021 12:21:43] Test took 00:00:41.427s
[04/15/2021 12:21:43] Checking directory: tests/training/restoring/multi-gpu
[04/15/2021 12:21:43] Running setup script
[04/15/2021 12:21:43] Running tests/training/restoring/multi-gpu/test_adam_sync_cpu.sh ... OK
[04/15/2021 12:22:17] Test took 00:00:33.964s
---------------------
Failed:
- tests/models/wnmt18/test_student_small_aan.sh
- tests/models/wnmt18/test_student_small_aan_intgemm16.sh
- tests/models/wnmt18/test_student_small_aan_intgemm8.sh
Logs:
- /var/lib/jenkins/workspace/marian-dev-cpu-avx2/regression-tests/tests/models/wnmt18/test_student_small_aan.sh.log
- /var/lib/jenkins/workspace/marian-dev-cpu-avx2/regression-tests/tests/models/wnmt18/test_student_small_aan_intgemm16.sh.log
- /var/lib/jenkins/workspace/marian-dev-cpu-avx2/regression-tests/tests/models/wnmt18/test_student_small_aan_intgemm8.sh.log
---------------------
Ran 19 tests in 00:05:58.049s, 16 passed, 0 skipped, 3 failed
Build step 'Execute shell' marked build as failure
Changes since last successful build:
-
[hihoan] 96ed0ba - chmod -x
-
[hihoan] 0d8372c - move embedding to its own file
-
[hihoan] ca47eab - move output to its own file
-
[hihoan] f726688 - move logits to its own file
-
[hihoan] 42406cc - move logits to its own file
-
[hihoan] b88c3fc - costs.cpp
-
[hihoan] 085c8a7 - more code from .h -> .cpp
-
[hihoan] 7c1cb84 - add logits.cpp
-
[hihoan] 55f4216 - add .h
-
[hihoan] ba19663 - clang-format -i
-
[Roman Grundkiewicz] cd018e8 - Update formatting
-
[github] 77c3e35 - Install Boost in GitHub workflows (Install Boost in GitHub workflows #834)
-
[Roman Grundkiewicz] a1aaa32 - Merged PR 18201: Install Boost in Azure pipelines
-
[Marcin.JunczysDowmunt] e08c52a - Merged PR 18185: Support for Microsoft legacy binary shortlist
-
[Marcin Junczys-Dowmunt] 8f73923 - increase version and update changelog
-
[github] 571634a - Update GitHub workflows with Ubuntu+CUDA (Update GitHub workflows with Ubuntu+CUDA #837)
-
[Roman Grundkiewicz] 326b940 - Merged PR 18232: Update VS CMake builds and scripts
-
[github] db2a5e4 - Fix broken links to MNIST data sets (Fix broken links to MNIST data sets #838)
-
[github] a11418c - Add simple unit tests for binary files (Add simple unit tests for binary files #826)
-
[github] c724837 - Update VERSION
-
[github] d780082 - Fix model loading on architectures where size_t is 32bits (fix model loading on architectures where size_t is 32bits #825)
-
[github] c89efbe - Update VERSION
-
[github] 096c48e - remove TC_MALLOC from optional dependencies (remove TC_MALLOC from optional dependencies #840)
-
[github] 0394d2c - Display decoder speed statistics with --stat-freq N (Display decoder speed statistics with --stat-freq N #841)
-
[github] b36d0bb - Fix FBGEMM build with gcc 9.3+ (Fix FBGEMM build with gcc 9.3+ #836)
-
[hihoan] 415769f - start lsh shortlist
-
[hihoan] 64707fa - Revert "start lsh shortlist"
-
[github] ffd997e - Properly copy the entire vector in the int16_t case (Properly copy the entire vector in the int16_t case #845)
-
[Marcin.JunczysDowmunt] 7d1f941 - Merged PR 18309: Cleaner suppression of unwanted output words
-
[Roman Grundkiewicz] c29cc83 - Update submodule examples
-
[Marcin.JunczysDowmunt] 4408e88 - Merged PR 18366: Fix generation of special control characters for default vocabulary
-
[Marcin Junczys-Dowmunt] bfa6180 - Revert "remove TC_MALLOC from optional dependencies (remove TC_MALLOC from optional dependencies #840)"
-
[github] 0223ce9 - Fix Ubuntu GitHub checks (Fix Ubuntu GitHub checks #848)
-
[github] fddd0e0 - Adds better Affine support for GPUs when using CUDA 11. Introduces a new bias addition kernel for CUDA < 11 (Adds better Affine support for GPUs when using CUDA 11. Introduces a new bias addition kernel for CUDA < 11 #778)
-
[github] a17ee30 - Create VERSION
-
[github] be65065 - Allow to choose fine-grained CPU intrinsics on as CMake options (Allow to choose fine-grained CPU intrinsics on as CMake options #849)
-
[github] fdf9fe7 - Update VERSION
-
[Marcin.JunczysDowmunt] a051241 - Merged PR 18531: Install GCC in Azure pipelines
-
[Marcin.JunczysDowmunt] caddad9 - Merged PR 18505: RMSNorm on GPU
-
[github] a7c3a0b - fix beam_search ABORT when enable openmp and OMP_NUM_THREADS > 1 (fix beam_search ABORT when enable openmp and OMP_NUM_THREADS > 1 #767)
-
[Marcin Junczys-Dowmunt] 8a53b76 - update version
-
[github] bb6092d - Compute tensor size using integers (Compute tensor size using integers #851)