-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Build 'marian-dev-cpu-avx512' is failing!
Last 50 lines of build output:
[...truncated 50.13 KB...]
[04/15/2021 10:37:57] Test took 00:00:12.867s
[04/15/2021 10:37:57] Checking directory: tests/decoder/wmt16
[04/15/2021 10:37:57] Running setup script
[04/15/2021 10:37:57] Running tests/decoder/wmt16/test_ende_cpu.sh ... OK
[04/15/2021 10:39:29] Test took 00:01:31.971s
[04/15/2021 10:39:29] Checking directory: tests/models/transformer
[04/15/2021 10:39:29] Running setup script
[04/15/2021 10:39:29] Running tests/models/transformer/test_hard_aligns_cpu.sh ... OK
[04/15/2021 10:39:48] Test took 00:00:19.138s
[04/15/2021 10:39:48] Checking directory: tests/models/wngt19
[04/15/2021 10:39:48] Running setup script
[04/15/2021 10:39:48] Running tests/models/wngt19/test_model_base_fbgemm_packed16.sh ... OK
[04/15/2021 10:40:07] Test took 00:00:18.348s
[04/15/2021 10:40:07] Running tests/models/wngt19/test_model_base_fbgemm_packed8.sh ... OK
[04/15/2021 10:40:22] Test took 00:00:15.321s
[04/15/2021 10:40:22] Checking directory: tests/models/wnmt18
[04/15/2021 10:40:22] Running setup script
[04/15/2021 10:40:22] Running tests/models/wnmt18/test_student_small.sh ... OK
[04/15/2021 10:40:39] Test took 00:00:16.557s
[04/15/2021 10:40:39] Running tests/models/wnmt18/test_student_small_aan.sh ... failed
[04/15/2021 10:40:47] Test took 00:00:8.220s
[04/15/2021 10:40:47] Running tests/models/wnmt18/test_student_small_aan_intgemm16.sh ... failed
[04/15/2021 10:40:55] Test took 00:00:8.073s
[04/15/2021 10:40:55] Running tests/models/wnmt18/test_student_small_aan_intgemm8.sh ... failed
[04/15/2021 10:41:03] Test took 00:00:7.900s
[04/15/2021 10:41:03] Checking directory: tests/scorer/scores
[04/15/2021 10:41:03] Running setup script
[04/15/2021 10:41:03] Running tests/scorer/scores/test_scores_cpu.sh ... OK
[04/15/2021 10:41:41] Test took 00:00:37.485s
[04/15/2021 10:41:41] Checking directory: tests/server
[04/15/2021 10:41:41] Running setup script
[04/15/2021 10:41:42] Running tests/server/test_ende_cpu.sh ... OK
[04/15/2021 10:42:23] Test took 00:00:41.247s
[04/15/2021 10:42:23] Checking directory: tests/training/restoring/multi-gpu
[04/15/2021 10:42:23] Running setup script
[04/15/2021 10:42:23] Running tests/training/restoring/multi-gpu/test_adam_sync_cpu.sh ... OK
[04/15/2021 10:43:06] Test took 00:00:42.293s
---------------------
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-avx512/regression-tests/tests/models/wnmt18/test_student_small_aan.sh.log
- /var/lib/jenkins/workspace/marian-dev-cpu-avx512/regression-tests/tests/models/wnmt18/test_student_small_aan_intgemm16.sh.log
- /var/lib/jenkins/workspace/marian-dev-cpu-avx512/regression-tests/tests/models/wnmt18/test_student_small_aan_intgemm8.sh.log
---------------------
Ran 19 tests in 00:06:31.118s, 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)