Types of detected workflow failures | Multivac
Gathering workflow data Types of detected workflow failures

Types of detected workflow failures

changelog_error

Error in changelog syntax

Regular expressions:

r'.*Unable to parse.*changelogs.*'

Log example:

Run ./tools/gen-release-notes
  ./tools/gen-release-notes
  shell: /usr/bin/bash -e {0}
  env:
    CI_MAKE: make -f .travis.mk
Unable to parse /home/ubuntu/actions-runner/_work/tarantool/tarantool/changelogs/unreleased/gh-6548-luajit-fixes.md: The first line should be a header, got 'Backported patches from vanilla LuaJIT trunk (gh-6548). In the scope of this'
Error: Process completed with exit code 1.

checkpatch

Checkpatch is a linter that checks commits have proper descriptions, and code changes have changelogs and documentation drafts.

Regular expressions:

r'.*total: [1-9][\d+]* errors, \d+ lines checked.*'

Log example:

ERROR:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

ERROR:NO_DOC: Please add doc or NO_DOC=<reason> tag
ERROR:NO_CHANGELOG: Please add changelog or NO_CHANGELOG=<reason> tag
ERROR:NO_TEST: Please add test or NO_TEST=<reason> tag
total: 4 errors, 72 lines checked
Commit 4a1714faf0c7 ("test flavor 8-16") has style problems, please review.

could_not_find_readline

Regular expressions:

r'.*Could NOT find Readline.*'

coveralls_io_unreachable

Failed to connect to coveralls.io.

Regular expressions:

r'.*##\[error\]Bad response: 4\d\d.*'

Log example:

Run coverallsapp/github-action@v1.1.2
  with:
    github-token: ***
    path-to-lcov: ./coverage.info
    coveralls-endpoint: https://coveralls.io
  env:
    VARDIR: /tmp/t
    TEST_RUN_RETRIES: 3
    SERVER_START_TIMEOUT: 290
    REPLICATION_SYNC_TIMEOUT: 300
    TEST_TIMEOUT: 310
    NO_OUTPUT_TIMEOUT: 320
    PRESERVE_ENVVARS: VARDIR,TEST_RUN_RETRIES,SERVER_START_TIMEOUT,REPLICATION_SYNC_TIMEOUT,TEST_TIMEOUT,NO_OUTPUT_TIMEOUT,GC64
    AWS_DEFAULT_REGION: MS
Using lcov file: ./coverage.info
Error: Bad response: 405 <html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx</center>
</body>
</html>

ctest_error

Regular expressions:

r'.*The following tests FAILED:.*'

Log example:

Errors while running CTest
Output from these tests are in: /Users/tntmac04.tarantool.i/actions-runner/_work/tarantool/tarantool/static-build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
make: *** [build] Error 8
4/4 Test #4: check-luarocks ...................   Passed    0.05 sec

75% tests passed, 1 tests failed out of 4

Total Test time (real) =   0.55 sec

The following tests FAILED:
	  1 - check-dependencies (Failed)

curl_error

Generic error when trying to fetch network resource with curl.

Regular expressions:

r'.*curl: \(22\) The requested URL returned error:.*'

database_error

Regular expressions:

r'.*tarantool.error.DatabaseError.*'

dependency_autoreconf

Dependency error: autoreconf not found.

Regular expressions:

r'.*exec: autoreconf: not found.*'

Log example:

 make[4]: Entering directory '/opt/actions-runner/_work/tarantool/tarantool'
[  3%] Creating directories for 'bundled-libcurl-project'
[  3%] No download step for 'bundled-libcurl-project'
[  3%] No patch step for 'bundled-libcurl-project'
[  4%] No update step for 'bundled-libcurl-project'
[  4%] Performing configure step for 'bundled-libcurl-project'
*** Do not use buildconf. Instead, just use: autoreconf -fi
./buildconf: 4: exec: autoreconf: not found
make[4]: *** [CMakeFiles/bundled-libcurl-project.dir/build.make:107: build/curl/work/stamp/bundled-libcurl-project-configure] Error 127
make[4]: Leaving directory '/opt/actions-runner/_work/tarantool/tarantool'
make[3]: *** [CMakeFiles/Makefile2:1288: CMakeFiles/bundled-libcurl-project.dir/all] Error 2

dir_not_empty

Regular expressions:

r'.*rm: cannot remove \'.*\': Directory not empty.*'

docker_hub_unreachable

Regular expressions:

r'.*Error response from daemon: Head .* EOF.*'
r'.*Error response from daemon: Head .* request canceled.*'
r'.*error parsing HTTP 408 response body: invalid character.*'

Log example:

+ docker pull packpack/packpack:fedora-36
Error response from daemon: Head "https://registry-1.docker.io/v2/packpack/packpack/manifests/fedora-36": Get "https://auth.docker.io/token?scope=repository%3Apackpack%2Fpackpack%3Apull&service=registry.docker.io": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
make: *** [.pack.mk:29: package] Error 1
Error: Process completed with exit code 2.

docker_rate_limit

Regular expressions:

r'.*Error response from daemon: toomanyrequests.*'

Log example:

docker pull packpack/packpack:opensuse-leap-15.2
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
make: *** [.gitlab.mk:112: package] Error 1
Error: Process completed with exit code 2.

dpkg_buildpackage_error

Regular expressions:

r'.*dpkg-buildpackage: error: debian/rules build.*'

Log example:

make[4]: Leaving directory '/build/tarantool-2.11.0~entrypoint.201.dev/obj-x86_64-linux-gnu/build/curl/work/curl'
cd "/build/tarantool-2.11.0~entrypoint.201.dev/obj-x86_64-linux-gnu/build/curl/work/curl" && /usr/bin/cmake -E touch "/build/tarantool-2.11.0~entrypoint.201.dev/obj-x86_64-linux-gnu/build/curl/work/stamp/bundled-libcurl-project-install"
[ 52%] Completed 'bundled-libcurl-project'
/usr/bin/cmake -E make_directory "/build/tarantool-2.11.0~entrypoint.201.dev/obj-x86_64-linux-gnu/CMakeFiles"
/usr/bin/cmake -E touch "/build/tarantool-2.11.0~entrypoint.201.dev/obj-x86_64-linux-gnu/CMakeFiles/bundled-libcurl-project-complete"
/usr/bin/cmake -E touch "/build/tarantool-2.11.0~entrypoint.201.dev/obj-x86_64-linux-gnu/build/curl/work/stamp/bundled-libcurl-project-done"
make[3]: Leaving directory '/build/tarantool-2.11.0~entrypoint.201.dev/obj-x86_64-linux-gnu'
[ 52%] Built target bundled-libcurl-project
make[2]: Leaving directory '/build/tarantool-2.11.0~entrypoint.201.dev/obj-x86_64-linux-gnu'
Makefile:152: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/build/tarantool-2.11.0~entrypoint.201.dev/obj-x86_64-linux-gnu'
/usr/share/cdbs/1/class/makefile.mk:47: recipe for target 'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc -Zxz -j4 failed
/pack//deb.mk:124: recipe for target '/build/tarantool_2.11.0~entrypoint.201.dev-1_amd64.changes' failed
make: *** [/build/tarantool_2.11.0~entrypoint.201.dev-1_amd64.changes] Error 29
rm /build/ls-lR.txt /build/VERSION
make: Leaving directory '/source'
make: *** [.gitlab.mk:112: package] Error 2
Error: Process completed with exit code 2.

git_repo_access_error

Regular expressions:

r'.*fatal: unable to access \'https://github.com.*'
r'.* fatal: the remote end hung up unexpectedly.*'

Log example:

fatal: unable to access 'https://github.com/tarantool/tarantool/': GnuTLS recv error (-54): Error in the pull function.
Error: Process completed with exit code 128.

Log example:

git clone https://github.com/packpack/packpack.git
Cloning into 'packpack'...
error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
make: *** [.pack.mk:26: prepare] Error 128
Error: Process completed with exit code 2.

git_submodule_error

Regular expressions:

r'.*fatal: Needed a single revision.*'

git_unsafe_error

Regular expressions:

r'.*fatal: unsafe repository.*'

Log example:

Initializing the repository
  /usr/bin/git init /home/ubuntu/actions-runner/_work/tarantool/tarantool
  hint: Using 'master' as the name for the initial branch. This default branch name
  hint: is subject to change. To configure the initial branch name to use in all
  hint: of your new repositories, which will suppress this warning, call:
  hint:
  hint: 	git config --global init.defaultBranch <name>
  hint:
  hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
  hint: 'development'. The just-created branch can be renamed via this command:
  hint:
  hint: 	git branch -m <name>
  Initialized empty Git repository in /home/ubuntu/actions-runner/_work/tarantool/tarantool/.git/
  /usr/bin/git remote add origin https://github.com/tarantool/tarantool
  Error: fatal: unsafe repository ('/home/ubuntu/actions-runner/_work/tarantool/tarantool' is owned by someone else)
  To add an exception for this directory, call:

  	git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tarantool/tarantool
  Error: The process '/usr/bin/git' failed with exit code 128

go_tarantool_error

Regular expressions:

r'.*FAIL\s+github.com/tarantool/go-tarantool.*'

integration_tests_failed

Tests failed in an integration workflow between tarantool and one of its modules

Regular expressions:

r'.*Captured stderr:.*'
r'.*mFailed tests:.*'

Log example:

Captured stderr:
{"etcdserver":"2.3.8","etcdcluster":"2.3.0"}
{"etcdserver":"2.3.8","etcdcluster":"2.3.0"}


Ran 411 tests in 548.437 seconds, 408 succeeded, 2 xfailed, 1 failed, 2 skipped

=========================================================
Failed tests:

integration.etcd2_client.test_longpolling

Log example:

Ran 411 tests in 565.815 seconds, 408 succeeded, 2 xfailed, 1 failed, 3 skipped

=========================================================
Failed tests:

integration.raft.test_promote_errors

Error: Process completed with exit code 1.

integration_vshard_test_failed

Typical test failure.

Regular expressions:

r'.*===== \d+ tests failed:.*'

Log example:

 ================================================================================
TEST                                            PARAMS          RESULT
---------------------------------------------------------------------------
failover/cluster_changes.test.lua                               [ pass ]
failover/failover.test.lua                                      [ fail ]

...

 ===== 1 tests failed:
----- ('failover/failover.test.lua', None)
make[3]: *** [test/CMakeFiles/test-force.dir/build.make:70: test/CMakeFiles/test-force] Error 255
make[2]: *** [CMakeFiles/Makefile2:176: test/CMakeFiles/test-force.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:183: test/CMakeFiles/test-force.dir/rule] Error 2
make: *** [Makefile:182: test-force] Error 2
Error: Process completed with exit code 2.

jepsen_error

Regular expressions:

r'.*make\[\d+]: \*\*\* \[.*run-jepsen] Error.*'

Log example:

make[4]: *** [run-jepsen] Error 255
CMakeFiles/run-jepsen.dir/build.make:61: recipe for target 'run-jepsen' failed
make[3]: *** [CMakeFiles/run-jepsen.dir/all] Error 2
make[4]: Leaving directory '/__w/tarantool/tarantool'
make[2]: *** [CMakeFiles/run-jepsen.dir/rule] Error 2
CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/run-jepsen.dir/all' failed
make[3]: Leaving directory '/__w/tarantool/tarantool'
CMakeFiles/Makefile2:148: recipe for target 'CMakeFiles/run-jepsen.dir/rule' failed
make[2]: Leaving directory '/__w/tarantool/tarantool'
make[1]: *** [run-jepsen] Error 2
Makefile:210: recipe for target 'run-jepsen' failed
make[1]: Leaving directory '/__w/tarantool/tarantool'
make: *** [test_jepsen] Error 2
.travis.mk:478: recipe for target 'test_jepsen' failed

linker_command_failed

Regular expressions:

r'.*error: linker command failed.*'

Log example:

[100%] Linking CXX executable watcher.test
ld: error: undefined symbol: set_sigint_cb
>>> referenced by console.c:261 (lua/console.c:261)
>>>               console.c.o:(lbox_console_readline) in archive ../../src/box/libbox.a
>>> referenced by console.c:342 (lua/console.c:342)
>>>               console.c.o:(lbox_console_readline) in archive ../../src/box/libbox.a
>>> referenced by console.c:352 (lua/console.c:352)
>>>               console.c.o:(lbox_console_readline) in archive ../../src/box/libbox.a
>>> referenced 1 more times
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [test/unit/CMakeFiles/watcher.test.dir/build.make:152: test/unit/watcher.test] Error 1
gmake[3]: Leaving directory '/home/freebsd/.cache/act/2e58a162-8d47-4f5d-af53-51eff0852429/hostexecutor'
gmake[2]: *** [CMakeFiles/Makefile2:10295: test/unit/CMakeFiles/watcher.test.dir/all] Error 2
gmake[2]: Leaving directory '/home/freebsd/.cache/act/2e58a162-8d47-4f5d-af53-51eff0852429/hostexecutor'
gmake[1]: *** [Makefile:156: all] Error 2
gmake[1]: Leaving directory '/home/freebsd/.cache/act/2e58a162-8d47-4f5d-af53-51eff0852429/hostexecutor'
*** Error code 2

linker_error

Regular expressions:

r'.*clang-14: error: linker.*'

lto_error

Regular expressions:

r'.*lto-wrapper: fatal error:.*'

luajit_error

Regular expressions:

r'.*fatal error, exiting the event loop.*'
r'.*PANIC: unprotected error.*'

Log example:

2022-04-21T17:48:22.1684535Z Running LuaJIT-tests
2022-04-21T17:48:22.1885692Z PANIC: unprotected error in call to Lua API (builtin/utils.symtab.lua:9: module 'utils.avl' not found:
2022-04-21T17:48:22.1886360Z 	no field package.preload['utils.avl']

Log example:

Running Tarantool tests
/home/ubuntu/actions-runner/_work/tarantool/tarantool/third_party/luajit/test/tarantool-tests/gh-4773-tonumber-fail-on-NUL-char.test.lua ........... ok
/home/ubuntu/actions-runner/_work/tarantool/tarantool/third_party/luajit/test/tarantool-tests/gh-6065-jit-library-smoke-tests.test.lua ............. ok
/home/ubuntu/actions-runner/_work/tarantool/tarantool/third_party/luajit/test/tarantool-tests/lj-505-fold-no-strref-for-ptrdiff.test.lua ........... ok
/home/ubuntu/actions-runner/_work/tarantool/tarantool/third_party/luajit/test/tarantool-tests/gh-6189-cur_L.test.lua ............................... ok
/home/ubuntu/actions-runner/_work/tarantool/tarantool/third_party/luajit/test/tarantool-tests/gh-4427-ffi-sandwich.test.lua ........................ ok
/home/ubuntu/actions-runner/_work/tarantool/tarantool/third_party/luajit/test/tarantool-tests/misclib-getmetrics-capi.test.lua ..................... ok
LuajitError: not enough memory
fatal error, exiting the event loop
/home/ubuntu/actions-runner/_work/tarantool/tarantool/third_party/luajit/test/tarantool-tests/misclib-sysprof-lapi.test.lua ........................
Dubious, test returned 1 (wstat 256, 0x100)
All 14 subtests passed

luatest_failed

Regular expressions:

r'.*Test failed!.*'
r'.*Tests with errors:.*'

ninja_build_error

Regular expressions:

r'.*ninja: error: build.ninja:\d*: multiple rules generate.*'

package_building_error

Regular expressions:

r'.*make\[3\]: \*\*\* .*c.o] Error 1.*'
r'.*make\[\d\]: \*\*\* read jobs pipe: Resource temporarily unavailable.*'

Log example:

Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /Users/tntmac07.tarantool.i/actions-runner/_work/tarantool/tarantool/build/curl/dest/lib/libcurl.a
...
-- Installing: /Users/tntmac07.tarantool.i/actions-runner/_work/tarantool/tarantool/build/curl/dest/lib/cmake/CURL/CURLConfig.cmake
[ 63%] Completed 'bundled-libcurl-project'
[ 63%] Built target bundled-libcurl-project
[ 63%] Built target build_bundled_libs
make[3]: *** read jobs pipe: Resource temporarily unavailable.  Stop.
make[3]: *** Waiting for unfinished jobs....
[ 63%] Generating ../third_party/luajit/tools/utils/symtab.lua.c
[ 63%] Generating lua/clock.lua.c
[ 63%] Generating lua/buffer.lua.c
[ 63%] Generating lua/csv.lua.c
[ 63%] Generating lua/argparse.lua.c
[ 65%] Generating lua/debug.lua.c
[ 65%] Generating lua/datetime.lua.c
[ 65%] Generating lua/crypto.lua.c
make[2]: *** [src/CMakeFiles/server.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [build_osx] Error 2
Error: Process completed with exit code 2.

Log example:

/build/usr/src/debug/tarantool-2.11.0~entrypoint.201.dev/src/lib/core/datetime.c: At top level:
cc1: error: unrecognized command line option '-Wno-cast-function-type' [-Werror]
cc1: error: unrecognized command line option '-Wno-gnu-alignof-expression' [-Werror]
cc1: all warnings being treated as errors
make[3]: *** [src/lib/core/CMakeFiles/core.dir/build.make:834: src/lib/core/CMakeFiles/core.dir/datetime.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....

python_not_found

Regular expressions:

r'.*python3.\d+: not found.*'

repo_certificate_expired

Regular expressions:

r'.*Certificate verification failed: The certificate is NOT trusted.*'

Log example:

sudo apt-get update  && \
	sudo apt-get install -y -f libreadline-dev libunwind-dev
Hit:1 http://ms1.clouds.archive.ubuntu.com/ubuntu focal InRelease
Get:2 http://ms1.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Hit:3 https://download.docker.com/linux/ubuntu focal InRelease
Get:4 http://ms1.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Ign:5 https://repo.zabbix.com/zabbix-agent2-plugins/1/ubuntu focal InRelease
Get:6 http://ms1.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1935 kB]
Get:7 http://ms1.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [15.6 kB]
Get:8 http://ms1.clouds.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1119 kB]
Get:9 http://ms1.clouds.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [592 B]
Get:10 http://ms1.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [924 kB]
Ign:11 https://repo.zabbix.com/zabbix/6.0/ubuntu focal InRelease
Err:12 https://repo.zabbix.com/zabbix-agent2-plugins/1/ubuntu focal Release
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 178.128.6.101 443]
Err:13 https://repo.zabbix.com/zabbix/6.0/ubuntu focal Release
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 178.128.6.101 443]
Reading package lists...
E: The repository 'https://repo.zabbix.com/zabbix-agent2-plugins/1/ubuntu focal Release' does not have a Release file.
E: The repository 'https://repo.zabbix.com/zabbix/6.0/ubuntu focal Release' does not have a Release file.
make: *** [.travis.mk:89: deps_ubuntu_ghactions] Error 100
Error: Process completed with exit code 2.

ssl_certificate_problem

Regular expressions:

r'.*curl: \(60\) SSL certificate problem:.*'

tap_test_failed

Failure of a TAP test.

Regular expressions:

r'.*failed subtest: \d+.*'

Log example:

not ok - failed subtests
  ---
  filename: ./test.lua
  trace:
  - line: 245
    source: '@builtin/tap.lua'
    filename: builtin/tap.lua
    what: Lua
    namewhat: method
    name: test
    src: builtin/tap.lua
  - line: 0
    source: '@./test.lua'
    filename: ./test.lua
    what: main
    namewhat:
    src: ./test.lua
  planned: 4
  failed: 1
  line: 0
  ...
    # execution error test
    1..2
    ok - checking restart count
    ok - Error task executed
    # execution error test: end

telegram_bot_error

Telegram bot failed to process commit message.

Regular expressions:

r'.*SyntaxError: EOL while scanning string literal.*'

Log example:

 Sending commit message part as a single line: build: fix check-dependencies test on OS XTELEGRAMNEWLINETELEGRAMNEWLINECommit ed16c1e5780cf355ab9bf923ee6f9daf5b6363f8 (build: fix ...
  File "<string>", line 1
    import markdown ;   from bs4 import BeautifulSoup ;   md = markdown.markdown("build: fix check-dependencies test on OS XTELEGRAMNEWLINETELEGRAMNEWLINECommit ed16c1e5780cf355ab9bf923ee6f9daf5b6363f8 (build:
                                                                                                                                                                                                                 ^
SyntaxError: EOL while scanning string literal
Error: Process completed with exit code 1.

testrun_address_already_in_use

Test-run error with managing sockets. See tarantool/test-run#141

Regular expressions:

r'.*Address already in use.*'

Log example:

2022-08-25T11:18:47.3246765Z [051] box-py/bootstrap.test.py
2022-08-25T11:18:47.3247301Z [051] [Instance "box"] Failed to start
2022-08-25T11:18:47.3247697Z [051]
2022-08-25T11:18:47.3248302Z [051] Last 15 lines of Tarantool Log file [Instance "box"][/tmp/t/051_box-py/box.log]:
2022-08-25T11:18:47.3248946Z [051] Run console at unix/:/tmp/t/051_box-py/box.control
2022-08-25T11:18:47.3249565Z [051] tcp_server: remove dead UNIX socket: /tmp/t/051_box-py/box.control
2022-08-25T11:18:47.3250131Z [051] started
2022-08-25T11:18:47.3250774Z [051] 2022-08-25 11:18:47.236 [44218] main/103/box I> Tarantool 2.11.0-entrypoint-404-gfbfa5aaf1
2022-08-25T11:18:47.3251377Z [051] 2022-08-25 11:18:47.236 [44218] main/103/box I> log level 5
2022-08-25T11:18:47.3265325Z [051] 2022-08-25 11:18:47.236 [44218] main/103/box I> wal/engine cleanup is paused
2022-08-25T11:18:47.3266562Z [051] 2022-08-25 11:18:47.236 [44218] main/103/box I> mapping 117440512 bytes for memtx tuple arena...
2022-08-25T11:18:47.3267565Z [051] 2022-08-25 11:18:47.236 [44218] main/103/box I> Actual slab_alloc_factor calculated on the basis of desired slab_alloc_factor = 1.044274
2022-08-25T11:18:47.3268475Z [051] 2022-08-25 11:18:47.236 [44218] main/103/box I> mapping 134217728 bytes for vinyl tuple arena...
2022-08-25T11:18:47.3269236Z [051] 2022-08-25 11:18:47.271 [44218] main/103/box I> update replication_synchro_quorum = 1
2022-08-25T11:18:47.3270172Z [051] 2022-08-25 11:18:47.271 [44218] main/103/box I> instance uuid 7af31831-16cc-48fe-ae08-cf3cbaa20f5b
2022-08-25T11:18:47.3271127Z [051] 2022-08-25 11:18:47.272 [44218] main/103/box evio.c:369 E> tx_binary: failed to bind on 127.0.0.1:41608: bind, called on fd 22, aka 0.0.0.0:0: Address already in use
2022-08-25T11:18:47.3272079Z [051] 2022-08-25 11:18:47.273 [44218] main/103/box evio.c:375 E> SocketError: tx_binary: failed to bind, called on fd -1: Address already in use
2022-08-25T11:18:47.3273095Z [051] 2022-08-25 11:18:47.273 [44218] main/103/box F> can't initialize storage: tx_binary: failed to bind, called on fd -1: Address already in use
2022-08-25T11:18:47.3274062Z [051] 2022-08-25 11:18:47.273 [44218] main/103/box F> can't initialize storage: tx_binary: failed to bind, called on fd -1: Address already in use
2022-08-25T11:18:47.3274563Z [051] [ fail ]

testrun_internal

Regular expressions:

r'.*\[Internal test-run error].*'

Log example:

Statistics:
* pass: 1365
* disabled: 159
* skip: 4
[Internal test-run error] The following tasks were dispatched to some worker task queue, but were not reported as done (does not matters success or fail):
- [replication/replica_rejoin.test.lua, memtx]
- [replication/gh-5426-election-on-off.test.lua, null]
- [replication/gh-3711-misc-no-restart-on-same-configuration.test.lua, null]
- [replication/skip_conflict_row.test.lua, memtx]
- [replication/election_qsync.test.lua, vinyl]
- [replication/box_set_replication_stress.test.lua, vinyl]
- [replication/gc.test.lua, vinyl]
- [replication/gh-5287-boot-anon.test.lua, memtx]
- [replication/qsync_advanced.test.lua, vinyl]
- [replication/qsync_basic.test.lua, vinyl]
- [replication/gh-5445-leader-inconsistency.test.lua, null]
- [replication/sync.test.lua, vinyl]
- [replication/replica_rejoin.test.lua, vinyl]
- [replication/replicaset_ro_mostly.test.lua, vinyl]
- [replication/gc.test.lua, memtx]
make: *** [run-test] Error 4
Error: Process completed with exit code 2.

testrun_test_failed

Typical test failure.

Regular expressions:

r'.*\* fail: \d+.*'

Log example:

---------------------------------------------------------------------------------
Statistics:
* disabled: 162
* pass: 1369
* fail: 2
Failed tasks:
- [vinyl-luatest/gh_6568_replica_initial_join_removal_of_compacted_run_files_test.lua,
  null]
# logfile:        /tmp/t/log/001_vinyl-luatest.log
# reproduce file: /tmp/t/reproduce/001_vinyl-luatest.list.yaml
---

testrun_test_hung

Test had started but did not return results.

Regular expressions:

r'.*Test hung!.*'

Log example:

[052] vinyl/errinj_gc.test.lua                                        [ pass ]
No output during 60 seconds. Will abort after 320 seconds without output. List of workers not reporting the status:
- 019_replication-luatest [replication-luatest/gh_6842_qsync_applier_order_test.lua, None] at /tmp/t/019_replication-luatest/gh_6842_qsync_applier_order.result:0
No output during 120 seconds. Will abort after 320 seconds without output. List of workers not reporting the status:
- 019_replication-luatest [replication-luatest/gh_6842_qsync_applier_order_test.lua, None] at /tmp/t/019_replication-luatest/gh_6842_qsync_applier_order.result:0
No output during 180 seconds. Will abort after 320 seconds without output. List of workers not reporting the status:
- 019_replication-luatest [replication-luatest/gh_6842_qsync_applier_order_test.lua, None] at /tmp/t/019_replication-luatest/gh_6842_qsync_applier_order.result:0
No output during 240 seconds. Will abort after 320 seconds without output. List of workers not reporting the status:
- 019_replication-luatest [replication-luatest/gh_6842_qsync_applier_order_test.lua, None] at /tmp/t/019_replication-luatest/gh_6842_qsync_applier_order.result:0
No output during 300 seconds. Will abort after 320 seconds without output. List of workers not reporting the status:
- 019_replication-luatest [replication-luatest/gh_6842_qsync_applier_order_test.lua, None] at /tmp/t/019_replication-luatest/gh_6842_qsync_applier_order.result:0
No output during 360 seconds. Will abort after 320 seconds without output. List of workers not reporting the status:
- 019_replication-luatest [replication-luatest/gh_6842_qsync_applier_order_test.lua, None] at /tmp/t/019_replication-luatest/gh_6842_qsync_applier_order.result:0
Test hung! Result content mismatch:
[File does not exist: replication-luatest/gh_6842_qsync_applier_order.result]

[Main process] No output from workers. It seems that we hang. Send SIGKILL to workers; exiting...

...

---------------------------------------------------------------------------------
Statistics:
* pass: 1438
* disabled: 53
* undone: 38
make: *** [.travis.mk:185: test_coverage_debian_no_deps] Error 1
Error: Process completed with exit code 2.

vshard_error

Regular expressions:

r'.*E> Error.*'

yum_repo_certificate_error

https://stackoverflow.com/questions/26734777/

Regular expressions:

r'.*Cannot retrieve metalink for repository: .*'

yum_repo_error

Regular expressions:

r'.*- Status code: (404|503) for.*'
Found what you were looking for?
Feedback