|
Started by upstream project "developer-run-tests" build number 3457
|
|
originally caused by:
|
|
Started by user Brett Smith
|
|
Running as SYSTEM
|
|
[EnvInject] - Loading node environment variables.
|
|
Building remotely on test-ibmb1b (tests) in workspace /tmp/workspace/developer-run-tests-apps-workbench-integration
|
|
The recommended git tool is: NONE
|
|
using credential c9bcf704-d840-44fe-928e-2eecd48c3006
|
|
Cloning the remote Git repository
|
|
Cloning repository git://git.arvados.org/arvados.git
|
|
> git init /tmp/workspace/developer-run-tests-apps-workbench-integration # timeout=10
|
|
Fetching upstream changes from git://git.arvados.org/arvados.git
|
|
> git --version # timeout=10
|
|
> git --version # 'git version 2.20.1'
|
|
using GIT_SSH to set credentials
|
|
> git fetch --tags --force --progress -- git://git.arvados.org/arvados.git +refs/heads/*:refs/remotes/origin/* # timeout=10
|
|
> git config remote.origin.url git://git.arvados.org/arvados.git # timeout=10
|
|
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
|
|
Avoid second fetch
|
|
> git rev-parse 7ef0ede6b0e235685013e54fa7ef8d1eb4da345e^{commit} # timeout=10
|
|
Checking out Revision 7ef0ede6b0e235685013e54fa7ef8d1eb4da345e (detached)
|
|
> git config core.sparsecheckout # timeout=10
|
|
> git checkout -f 7ef0ede6b0e235685013e54fa7ef8d1eb4da345e # timeout=10
|
|
Commit message: "WIP: Run tests with a strict vocabulary"
|
|
> git rev-list --no-walk c573a0ad8fa7d8fe8f5ccc058ecd14fd852deadc # timeout=10
|
|
[developer-run-tests-apps-workbench-integration] $ /bin/bash /tmp/jenkins18133710741599104574.sh
|
|
R SDK not needed, it will not be installed.
|
|
Checking dependencies:
|
|
locale: en_US.UTF-8
|
|
ruby: ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x86_64-linux]
|
|
go: go version go1.18.8 linux/amd64
|
|
gcc: gcc (Debian 8.3.0-6) 8.3.0
|
|
fuse.h: /usr/include/fuse/fuse.h
|
|
gnutls.h: /usr/include/gnutls/gnutls.h
|
|
virtualenv: usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
|
|
Python3 pyconfig.h: /usr/include/python3.7m/pyconfig.h
|
|
/usr/bin/netstat
|
|
nginx: nginx version: nginx/1.14.2
|
|
gitolite: /usr/bin/gitolite
|
|
npm: 6.14.16
|
|
cadaver: cadaver 0.23.3
|
|
libattr1 xattr.h: /usr/include/attr/xattr.h
|
|
libcurl curl.h: /usr/include/x86_64-linux-gnu/curl/curl.h
|
|
libpq libpq-fe.h: /usr/include/postgresql/libpq-fe.h
|
|
libpam pam_appl.h: /usr/include/security/pam_appl.h
|
|
postgresql: psql (PostgreSQL) 11.18 (Debian 11.18-0+deb10u1)
|
|
phantomjs: 1.9.8
|
|
xvfb: /usr/bin/Xvfb
|
|
graphviz: dot - graphviz version 2.40.1 (20161225.0304)
|
|
geckodriver: geckodriver 0.24.0 ( 2019-01-28)
|
|
singularity: singularity-ce version 3.9.9
|
|
docker client: Docker version 18.09.1, build 4c52b90
|
|
docker server: 18.09.1
|
|
procs with /dev/fuse open:
|
|
grep fuse /proc/self/mountinfo:
|
|
WORKSPACE=/tmp/workspace/developer-run-tests-apps-workbench-integration
|
|
Will install dependencies to /home/jenkins/.gem/ruby/2.7.0
|
|
Will install bundler and arvados gems to /home/jenkins/tmp/GEMHOME/.gem/ruby/2.7.0
|
|
Gem search path is GEM_PATH=/home/jenkins/tmp/GEMHOME/.gem/ruby/2.7.0:/home/jenkins/.gem/ruby/2.7.0:/var/lib/arvados/lib/ruby/gems/2.7.0
|
|
Bundler version 2.3.25 (2022-11-02 commit 6b0b87b1ed)
|
|
PATH is /home/jenkins/tmp/GEMHOME/.gem/ruby/2.7.0/bin:/home/jenkins/.gem/ruby/2.7.0/bin:/home/jenkins/tmp/GOPATH/bin:/var/lib/arvados/bin:/usr/local/bin:/usr/bin:/bin:/usr/games
|
|
======= install env
|
|
Requirement already satisfied: setuptools>=18.5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (40.8.0)
|
|
Requirement already satisfied: pip>=7 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (18.1)
|
|
Requirement already satisfied: wheel in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (0.38.4)
|
|
Requirement already satisfied: PyYAML in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (6.0)
|
|
Requirement already satisfied: httplib2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (0.20.1)
|
|
Requirement already satisfied: pyparsing<3,>=2.4.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from httplib2) (2.4.7)
|
|
Requirement already satisfied: future in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (0.18.2)
|
|
Requirement already satisfied: google-api-python-client in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (1.12.11)
|
|
Requirement already satisfied: google-auth<3dev,>=1.16.0; python_version >= "3" in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client) (1.35.0)
|
|
Requirement already satisfied: uritemplate<4dev,>=3.0.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client) (3.0.1)
|
|
Requirement already satisfied: google-api-core<3dev,>=1.21.0; python_version >= "3" in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client) (2.10.2)
|
|
Requirement already satisfied: httplib2<1dev,>=0.15.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client) (0.20.1)
|
|
Requirement already satisfied: google-auth-httplib2>=0.0.3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client) (0.1.0)
|
|
Requirement already satisfied: six<2dev,>=1.13.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client) (1.16.0)
|
|
Requirement already satisfied: cachetools<5.0,>=2.0.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<3dev,>=1.16.0; python_version >= "3"->google-api-python-client) (4.2.4)
|
|
Requirement already satisfied: rsa<5,>=3.1.4; python_version >= "3.6" in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<3dev,>=1.16.0; python_version >= "3"->google-api-python-client) (4.9)
|
|
Requirement already satisfied: setuptools>=40.3.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<3dev,>=1.16.0; python_version >= "3"->google-api-python-client) (40.8.0)
|
|
Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<3dev,>=1.16.0; python_version >= "3"->google-api-python-client) (0.2.8)
|
|
Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.56.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-core<3dev,>=1.21.0; python_version >= "3"->google-api-python-client) (1.57.0)
|
|
Requirement already satisfied: requests<3.0.0dev,>=2.18.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-core<3dev,>=1.21.0; python_version >= "3"->google-api-python-client) (2.28.1)
|
|
Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-core<3dev,>=1.21.0; python_version >= "3"->google-api-python-client) (3.20.3)
|
|
Requirement already satisfied: pyparsing<3,>=2.4.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from httplib2<1dev,>=0.15.0->google-api-python-client) (2.4.7)
|
|
Requirement already satisfied: pyasn1>=0.1.3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from rsa<5,>=3.1.4; python_version >= "3.6"->google-auth<3dev,>=1.16.0; python_version >= "3"->google-api-python-client) (0.4.8)
|
|
Requirement already satisfied: idna<4,>=2.5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<3dev,>=1.21.0; python_version >= "3"->google-api-python-client) (3.4)
|
|
Requirement already satisfied: charset-normalizer<3,>=2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<3dev,>=1.21.0; python_version >= "3"->google-api-python-client) (2.1.1)
|
|
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<3dev,>=1.21.0; python_version >= "3"->google-api-python-client) (1.26.12)
|
|
Requirement already satisfied: certifi>=2017.4.17 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<3dev,>=1.21.0; python_version >= "3"->google-api-python-client) (2022.9.24)
|
|
Requirement already satisfied: ciso8601 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (2.2.0)
|
|
Requirement already satisfied: pycurl in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (7.44.1)
|
|
Requirement already satisfied: ws4py in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (0.5.1)
|
|
Requirement already satisfied: pdoc3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (0.10.0)
|
|
Requirement already satisfied: markdown>=3.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from pdoc3) (3.4.1)
|
|
Requirement already satisfied: mako in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from pdoc3) (1.2.4)
|
|
Requirement already satisfied: importlib-metadata>=4.4; python_version < "3.10" in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from markdown>=3.0->pdoc3) (4.13.0)
|
|
Requirement already satisfied: MarkupSafe>=0.9.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from mako->pdoc3) (2.1.1)
|
|
Requirement already satisfied: typing-extensions>=3.6.4; python_version < "3.8" in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from importlib-metadata>=4.4; python_version < "3.10"->markdown>=3.0->pdoc3) (4.4.0)
|
|
Requirement already satisfied: zipp>=0.5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from importlib-metadata>=4.4; python_version < "3.10"->markdown>=3.0->pdoc3) (3.10.0)
|
|
running install
|
|
running bdist_egg
|
|
running egg_info
|
|
creating arvados_python_client.egg-info
|
|
writing arvados_python_client.egg-info/PKG-INFO
|
|
writing dependency_links to arvados_python_client.egg-info/dependency_links.txt
|
|
writing requirements to arvados_python_client.egg-info/requires.txt
|
|
writing top-level names to arvados_python_client.egg-info/top_level.txt
|
|
writing manifest file 'arvados_python_client.egg-info/SOURCES.txt'
|
|
reading manifest file 'arvados_python_client.egg-info/SOURCES.txt'
|
|
reading manifest template 'MANIFEST.in'
|
|
writing manifest file 'arvados_python_client.egg-info/SOURCES.txt'
|
|
installing library code to build/bdist.linux-x86_64/egg
|
|
running install_lib
|
|
running build_py
|
|
creating build
|
|
creating build/lib
|
|
creating build/lib/tests
|
|
copying tests/test_collections.py -> build/lib/tests
|
|
copying tests/test_safeapi.py -> build/lib/tests
|
|
copying tests/run_test_server.py -> build/lib/tests
|
|
copying tests/keepstub.py -> build/lib/tests
|
|
copying tests/arvados_testutil.py -> build/lib/tests
|
|
copying tests/slow_test.py -> build/lib/tests
|
|
copying tests/test_api.py -> build/lib/tests
|
|
copying tests/test_arv_put.py -> build/lib/tests
|
|
copying tests/test_stream.py -> build/lib/tests
|
|
copying tests/manifest_examples.py -> build/lib/tests
|
|
copying tests/test_retry_job_helpers.py -> build/lib/tests
|
|
copying tests/test_arv_get.py -> build/lib/tests
|
|
copying tests/test_arvfile.py -> build/lib/tests
|
|
copying tests/test_vocabulary.py -> build/lib/tests
|
|
copying tests/test_events.py -> build/lib/tests
|
|
copying tests/test_arv_ls.py -> build/lib/tests
|
|
copying tests/test_crunch.py -> build/lib/tests
|
|
copying tests/test_arv_normalize.py -> build/lib/tests
|
|
copying tests/test_benchmark_collections.py -> build/lib/tests
|
|
copying tests/test_arv_keepdocker.py -> build/lib/tests
|
|
copying tests/__init__.py -> build/lib/tests
|
|
copying tests/test_cache.py -> build/lib/tests
|
|
copying tests/test_arv_ws.py -> build/lib/tests
|
|
copying tests/test_arv_copy.py -> build/lib/tests
|
|
copying tests/test_errors.py -> build/lib/tests
|
|
copying tests/test_util.py -> build/lib/tests
|
|
copying tests/test_retry.py -> build/lib/tests
|
|
copying tests/test_sdk.py -> build/lib/tests
|
|
copying tests/test_keep_locator.py -> build/lib/tests
|
|
copying tests/test_keep_client.py -> build/lib/tests
|
|
creating build/lib/arvados
|
|
copying arvados/timer.py -> build/lib/arvados
|
|
copying arvados/crunch.py -> build/lib/arvados
|
|
copying arvados/retry.py -> build/lib/arvados
|
|
copying arvados/events.py -> build/lib/arvados
|
|
copying arvados/diskcache.py -> build/lib/arvados
|
|
copying arvados/config.py -> build/lib/arvados
|
|
copying arvados/util.py -> build/lib/arvados
|
|
copying arvados/api.py -> build/lib/arvados
|
|
copying arvados/safeapi.py -> build/lib/arvados
|
|
copying arvados/__init__.py -> build/lib/arvados
|
|
copying arvados/stream.py -> build/lib/arvados
|
|
copying arvados/_ranges.py -> build/lib/arvados
|
|
copying arvados/arvfile.py -> build/lib/arvados
|
|
copying arvados/keep.py -> build/lib/arvados
|
|
copying arvados/cache.py -> build/lib/arvados
|
|
copying arvados/vocabulary.py -> build/lib/arvados
|
|
copying arvados/errors.py -> build/lib/arvados
|
|
copying arvados/_version.py -> build/lib/arvados
|
|
copying arvados/collection.py -> build/lib/arvados
|
|
copying arvados/_normalize_stream.py -> build/lib/arvados
|
|
creating build/lib/tests/performance
|
|
copying tests/performance/test_a_sample.py -> build/lib/tests/performance
|
|
copying tests/performance/__init__.py -> build/lib/tests/performance
|
|
copying tests/performance/performance_profiler.py -> build/lib/tests/performance
|
|
creating build/lib/arvados/commands
|
|
copying arvados/commands/ws.py -> build/lib/arvados/commands
|
|
copying arvados/commands/arv_copy.py -> build/lib/arvados/commands
|
|
copying arvados/commands/run.py -> build/lib/arvados/commands
|
|
copying arvados/commands/get.py -> build/lib/arvados/commands
|
|
copying arvados/commands/migrate19.py -> build/lib/arvados/commands
|
|
copying arvados/commands/__init__.py -> build/lib/arvados/commands
|
|
copying arvados/commands/ls.py -> build/lib/arvados/commands
|
|
copying arvados/commands/federation_migrate.py -> build/lib/arvados/commands
|
|
copying arvados/commands/_util.py -> build/lib/arvados/commands
|
|
copying arvados/commands/put.py -> build/lib/arvados/commands
|
|
copying arvados/commands/keepdocker.py -> build/lib/arvados/commands
|
|
creating build/bdist.linux-x86_64
|
|
creating build/bdist.linux-x86_64/egg
|
|
creating build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_collections.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_safeapi.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/run_test_server.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/keepstub.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/arvados_testutil.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/slow_test.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_api.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_arv_put.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_stream.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/manifest_examples.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_retry_job_helpers.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_arv_get.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_arvfile.py -> build/bdist.linux-x86_64/egg/tests
|
|
creating build/bdist.linux-x86_64/egg/tests/performance
|
|
copying build/lib/tests/performance/test_a_sample.py -> build/bdist.linux-x86_64/egg/tests/performance
|
|
copying build/lib/tests/performance/__init__.py -> build/bdist.linux-x86_64/egg/tests/performance
|
|
copying build/lib/tests/performance/performance_profiler.py -> build/bdist.linux-x86_64/egg/tests/performance
|
|
copying build/lib/tests/test_vocabulary.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_events.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_arv_ls.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_crunch.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_arv_normalize.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_benchmark_collections.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_arv_keepdocker.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_cache.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_arv_ws.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_arv_copy.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_errors.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_util.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_retry.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_sdk.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_keep_locator.py -> build/bdist.linux-x86_64/egg/tests
|
|
copying build/lib/tests/test_keep_client.py -> build/bdist.linux-x86_64/egg/tests
|
|
creating build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/timer.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/crunch.py -> build/bdist.linux-x86_64/egg/arvados
|
|
creating build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/ws.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/arv_copy.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/run.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/get.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/migrate19.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/__init__.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/ls.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/federation_migrate.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/_util.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/put.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/commands/keepdocker.py -> build/bdist.linux-x86_64/egg/arvados/commands
|
|
copying build/lib/arvados/retry.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/events.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/diskcache.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/config.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/util.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/api.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/safeapi.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/__init__.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/stream.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/_ranges.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/arvfile.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/keep.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/cache.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/vocabulary.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/errors.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/_version.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/collection.py -> build/bdist.linux-x86_64/egg/arvados
|
|
copying build/lib/arvados/_normalize_stream.py -> build/bdist.linux-x86_64/egg/arvados
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_collections.py to test_collections.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_safeapi.py to test_safeapi.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/run_test_server.py to run_test_server.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/keepstub.py to keepstub.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/arvados_testutil.py to arvados_testutil.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/slow_test.py to slow_test.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_api.py to test_api.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_arv_put.py to test_arv_put.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_stream.py to test_stream.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/manifest_examples.py to manifest_examples.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_retry_job_helpers.py to test_retry_job_helpers.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_arv_get.py to test_arv_get.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_arvfile.py to test_arvfile.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/performance/test_a_sample.py to test_a_sample.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/performance/__init__.py to __init__.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/performance/performance_profiler.py to performance_profiler.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_vocabulary.py to test_vocabulary.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_events.py to test_events.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_arv_ls.py to test_arv_ls.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_crunch.py to test_crunch.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_arv_normalize.py to test_arv_normalize.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_benchmark_collections.py to test_benchmark_collections.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_arv_keepdocker.py to test_arv_keepdocker.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/__init__.py to __init__.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_cache.py to test_cache.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_arv_ws.py to test_arv_ws.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_arv_copy.py to test_arv_copy.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_errors.py to test_errors.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_util.py to test_util.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_retry.py to test_retry.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_sdk.py to test_sdk.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_keep_locator.py to test_keep_locator.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/tests/test_keep_client.py to test_keep_client.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/timer.py to timer.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/crunch.py to crunch.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/ws.py to ws.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/arv_copy.py to arv_copy.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/run.py to run.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/get.py to get.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/migrate19.py to migrate19.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/__init__.py to __init__.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/ls.py to ls.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/federation_migrate.py to federation_migrate.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/_util.py to _util.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/put.py to put.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/commands/keepdocker.py to keepdocker.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/retry.py to retry.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/events.py to events.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/diskcache.py to diskcache.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/config.py to config.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/util.py to util.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/api.py to api.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/safeapi.py to safeapi.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/__init__.py to __init__.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/stream.py to stream.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/_ranges.py to _ranges.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/arvfile.py to arvfile.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/keep.py to keep.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/cache.py to cache.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/vocabulary.py to vocabulary.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/errors.py to errors.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/_version.py to _version.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/collection.py to collection.cpython-37.pyc
|
|
byte-compiling build/bdist.linux-x86_64/egg/arvados/_normalize_stream.py to _normalize_stream.cpython-37.pyc
|
|
installing package data to build/bdist.linux-x86_64/egg
|
|
running install_data
|
|
creating build/bdist.linux-x86_64/egg/share
|
|
creating build/bdist.linux-x86_64/egg/share/doc
|
|
creating build/bdist.linux-x86_64/egg/share/doc/arvados-python-client
|
|
copying LICENSE-2.0.txt -> build/bdist.linux-x86_64/egg/share/doc/arvados-python-client
|
|
copying README.rst -> build/bdist.linux-x86_64/egg/share/doc/arvados-python-client
|
|
creating build/bdist.linux-x86_64/egg/EGG-INFO
|
|
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
running install_scripts
|
|
running build_scripts
|
|
creating build/scripts-3.7
|
|
copying and adjusting bin/arv-copy -> build/scripts-3.7
|
|
copying and adjusting bin/arv-get -> build/scripts-3.7
|
|
copying and adjusting bin/arv-keepdocker -> build/scripts-3.7
|
|
copying and adjusting bin/arv-ls -> build/scripts-3.7
|
|
copying and adjusting bin/arv-migrate-docker19 -> build/scripts-3.7
|
|
copying and adjusting bin/arv-federation-migrate -> build/scripts-3.7
|
|
copying and adjusting bin/arv-normalize -> build/scripts-3.7
|
|
copying and adjusting bin/arv-put -> build/scripts-3.7
|
|
copying and adjusting bin/arv-ws -> build/scripts-3.7
|
|
changing mode of build/scripts-3.7/arv-copy from 644 to 755
|
|
changing mode of build/scripts-3.7/arv-get from 644 to 755
|
|
changing mode of build/scripts-3.7/arv-keepdocker from 644 to 755
|
|
changing mode of build/scripts-3.7/arv-ls from 644 to 755
|
|
changing mode of build/scripts-3.7/arv-migrate-docker19 from 644 to 755
|
|
changing mode of build/scripts-3.7/arv-federation-migrate from 644 to 755
|
|
changing mode of build/scripts-3.7/arv-normalize from 644 to 755
|
|
changing mode of build/scripts-3.7/arv-put from 644 to 755
|
|
changing mode of build/scripts-3.7/arv-ws from 644 to 755
|
|
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
copying build/scripts-3.7/arv-federation-migrate -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
copying build/scripts-3.7/arv-ls -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
copying build/scripts-3.7/arv-normalize -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
copying build/scripts-3.7/arv-put -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
copying build/scripts-3.7/arv-get -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
copying build/scripts-3.7/arv-migrate-docker19 -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
copying build/scripts-3.7/arv-ws -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
copying build/scripts-3.7/arv-keepdocker -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
copying build/scripts-3.7/arv-copy -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
|
|
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/arv-federation-migrate to 755
|
|
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/arv-ls to 755
|
|
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/arv-normalize to 755
|
|
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/arv-put to 755
|
|
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/arv-get to 755
|
|
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/arv-migrate-docker19 to 755
|
|
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/arv-ws to 755
|
|
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/arv-keepdocker to 755
|
|
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/arv-copy to 755
|
|
copying arvados_python_client.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
|
|
copying arvados_python_client.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
|
|
copying arvados_python_client.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
|
|
copying arvados_python_client.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
|
|
copying arvados_python_client.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
|
|
copying arvados_python_client.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
|
|
creating dist
|
|
creating 'dist/arvados_python_client-2.6.0.dev20230124193727-py3.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
|
|
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
|
|
Processing arvados_python_client-2.6.0.dev20230124193727-py3.7.egg
|
|
creating /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/arvados_python_client-2.6.0.dev20230124193727-py3.7.egg
|
|
Extracting arvados_python_client-2.6.0.dev20230124193727-py3.7.egg to /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Adding arvados-python-client 2.6.0.dev20230124193727 to easy-install.pth file
|
|
Installing arv-federation-migrate script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing arv-ls script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing arv-normalize script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing arv-put script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing arv-get script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing arv-migrate-docker19 script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing arv-ws script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing arv-keepdocker script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing arv-copy script to /home/jenkins/tmp/VENV3DIR/bin
|
|
|
|
Installed /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/arvados_python_client-2.6.0.dev20230124193727-py3.7.egg
|
|
Processing dependencies for arvados-python-client==2.6.0.dev20230124193727
|
|
Searching for google-api-python-client>=2.1.0
|
|
Reading https://pypi.org/simple/google-api-python-client/
|
|
Downloading https://files.pythonhosted.org/packages/27/26/f322cd09866538d3e400f8680ff24aceec41d5c8fc2b118d39e538963686/google_api_python_client-2.74.0-py2.py3-none-any.whl#sha256=679669b709450a12dacf28612adf0538afc858566b6ee01628e4013a2073dffc
|
|
Best match: google-api-python-client 2.74.0
|
|
Processing google_api_python_client-2.74.0-py2.py3-none-any.whl
|
|
Installing google_api_python_client-2.74.0-py2.py3-none-any.whl to /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
writing requirements to /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/google_api_python_client-2.74.0-py3.7.egg/EGG-INFO/requires.txt
|
|
Removing google-api-python-client 1.12.11 from easy-install.pth file
|
|
Adding google-api-python-client 2.74.0 to easy-install.pth file
|
|
|
|
Installed /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/google_api_python_client-2.74.0-py3.7.egg
|
|
Searching for ws4py==0.5.1
|
|
Best match: ws4py 0.5.1
|
|
Adding ws4py 0.5.1 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for setuptools==40.8.0
|
|
Best match: setuptools 40.8.0
|
|
Adding setuptools 40.8.0 to easy-install.pth file
|
|
Installing easy_install script to /home/jenkins/tmp/VENV3DIR/bin
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for ruamel.yaml==0.17.21
|
|
Best match: ruamel.yaml 0.17.21
|
|
Processing ruamel.yaml-0.17.21-py3.7.egg
|
|
ruamel.yaml 0.17.21 is already the active version in easy-install.pth
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/ruamel.yaml-0.17.21-py3.7.egg
|
|
Searching for pyparsing==2.4.7
|
|
Best match: pyparsing 2.4.7
|
|
Processing pyparsing-2.4.7-py3.7.egg
|
|
pyparsing 2.4.7 is already the active version in easy-install.pth
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/pyparsing-2.4.7-py3.7.egg
|
|
Searching for pycurl==7.44.1
|
|
Best match: pycurl 7.44.1
|
|
Processing pycurl-7.44.1-py3.7-linux-x86_64.egg
|
|
pycurl 7.44.1 is already the active version in easy-install.pth
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/pycurl-7.44.1-py3.7-linux-x86_64.egg
|
|
Searching for protobuf==3.20.3
|
|
Best match: protobuf 3.20.3
|
|
Processing protobuf-3.20.3-py3.7.egg
|
|
protobuf 3.20.3 is already the active version in easy-install.pth
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/protobuf-3.20.3-py3.7.egg
|
|
Searching for httplib2==0.20.1
|
|
Best match: httplib2 0.20.1
|
|
Processing httplib2-0.20.1-py3.7.egg
|
|
httplib2 0.20.1 is already the active version in easy-install.pth
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/httplib2-0.20.1-py3.7.egg
|
|
Searching for google-auth==1.35.0
|
|
Best match: google-auth 1.35.0
|
|
Processing google_auth-1.35.0-py3.7.egg
|
|
google-auth 1.35.0 is already the active version in easy-install.pth
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/google_auth-1.35.0-py3.7.egg
|
|
Searching for google-api-core==2.10.2
|
|
Best match: google-api-core 2.10.2
|
|
Adding google-api-core 2.10.2 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for future==0.18.2
|
|
Best match: future 0.18.2
|
|
Adding future 0.18.2 to easy-install.pth file
|
|
Installing futurize script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing pasteurize script to /home/jenkins/tmp/VENV3DIR/bin
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for ciso8601==2.2.0
|
|
Best match: ciso8601 2.2.0
|
|
Adding ciso8601 2.2.0 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for ruamel.yaml.clib==0.2.7
|
|
Best match: ruamel.yaml.clib 0.2.7
|
|
Processing ruamel.yaml.clib-0.2.7-py3.7-linux-x86_64.egg
|
|
ruamel.yaml.clib 0.2.7 is already the active version in easy-install.pth
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/ruamel.yaml.clib-0.2.7-py3.7-linux-x86_64.egg
|
|
Searching for six==1.16.0
|
|
Best match: six 1.16.0
|
|
Adding six 1.16.0 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for rsa==4.9
|
|
Best match: rsa 4.9
|
|
Adding rsa 4.9 to easy-install.pth file
|
|
Installing pyrsa-decrypt script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing pyrsa-encrypt script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing pyrsa-keygen script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing pyrsa-priv2pub script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing pyrsa-sign script to /home/jenkins/tmp/VENV3DIR/bin
|
|
Installing pyrsa-verify script to /home/jenkins/tmp/VENV3DIR/bin
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for pyasn1-modules==0.2.8
|
|
Best match: pyasn1-modules 0.2.8
|
|
Adding pyasn1-modules 0.2.8 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for cachetools==4.2.4
|
|
Best match: cachetools 4.2.4
|
|
Processing cachetools-4.2.4-py3.7.egg
|
|
cachetools 4.2.4 is already the active version in easy-install.pth
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/cachetools-4.2.4-py3.7.egg
|
|
Searching for uritemplate==3.0.1
|
|
Best match: uritemplate 3.0.1
|
|
Processing uritemplate-3.0.1-py3.7.egg
|
|
uritemplate 3.0.1 is already the active version in easy-install.pth
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/uritemplate-3.0.1-py3.7.egg
|
|
Searching for google-auth-httplib2==0.1.0
|
|
Best match: google-auth-httplib2 0.1.0
|
|
Adding google-auth-httplib2 0.1.0 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for requests==2.28.1
|
|
Best match: requests 2.28.1
|
|
Adding requests 2.28.1 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for googleapis-common-protos==1.57.0
|
|
Best match: googleapis-common-protos 1.57.0
|
|
Adding googleapis-common-protos 1.57.0 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for pyasn1==0.4.8
|
|
Best match: pyasn1 0.4.8
|
|
Adding pyasn1 0.4.8 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for idna==3.4
|
|
Best match: idna 3.4
|
|
Adding idna 3.4 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for urllib3==1.26.12
|
|
Best match: urllib3 1.26.12
|
|
Adding urllib3 1.26.12 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for charset-normalizer==2.1.1
|
|
Best match: charset-normalizer 2.1.1
|
|
Adding charset-normalizer 2.1.1 to easy-install.pth file
|
|
Installing normalizer script to /home/jenkins/tmp/VENV3DIR/bin
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Searching for certifi==2022.9.24
|
|
Best match: certifi 2022.9.24
|
|
Adding certifi 2022.9.24 to easy-install.pth file
|
|
|
|
Using /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages
|
|
Finished processing dependencies for arvados-python-client==2.6.0.dev20230124193727
|
|
Using /tmp/workspace/developer-run-tests-apps-workbench-integration/sdk/python for version number calculation of /tmp/workspace/developer-run-tests-apps-workbench-integration/sdk/python
|
|
======= install env -- 18s
|
|
======= install doc
|
|
(Running bundle install --local. 'could not find package' messages are OK.)
|
|
Using rake 13.0.1
|
|
Using RedCloth 4.3.2
|
|
Using bundler 2.1.4
|
|
Using coderay 1.1.3
|
|
Using colorize 0.8.1
|
|
Using commonjs 0.2.7
|
|
Using kramdown 1.17.0
|
|
Using less 2.6.0
|
|
Using liquid 4.0.3
|
|
Using makerakeworkwell 1.0.4
|
|
Using zenweb 3.10.4
|
|
Bundle complete! 4 Gemfile dependencies, 11 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Using rake 13.0.1
|
|
Using RedCloth 4.3.2
|
|
Using bundler 2.1.4
|
|
Using coderay 1.1.3
|
|
Using colorize 0.8.1
|
|
Using commonjs 0.2.7
|
|
Using kramdown 1.17.0
|
|
Using less 2.6.0
|
|
Using liquid 4.0.3
|
|
Using makerakeworkwell 1.0.4
|
|
Using zenweb 3.10.4
|
|
Bundle complete! 4 Gemfile dependencies, 11 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Updating files in vendor/cache
|
|
* rake-13.0.1.gem
|
|
* RedCloth-4.3.2.gem
|
|
* coderay-1.1.3.gem
|
|
* colorize-0.8.1.gem
|
|
* commonjs-0.2.7.gem
|
|
* kramdown-1.17.0.gem
|
|
* less-2.6.0.gem
|
|
* liquid-4.0.3.gem
|
|
* makerakeworkwell-1.0.4.gem
|
|
* zenweb-3.10.4.gem
|
|
======= install doc -- 1s
|
|
======= install sdk/ruby
|
|
arvados (2.5.0.dev20221108154043)
|
|
Successfully uninstalled arvados-2.5.0.dev20221108154043
|
|
(Running bundle install --local. 'could not find package' messages are OK.)
|
|
[DEPRECATED] The `--no-deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'false'`, and stop using this flag
|
|
Resolving dependencies...
|
|
Using rake 13.0.6
|
|
Using concurrent-ruby 1.1.10
|
|
Using public_suffix 5.0.0
|
|
Using andand 1.3.3
|
|
Using minitest 5.16.3
|
|
Using thread_safe 0.3.6
|
|
Using extlib 0.9.16
|
|
Using multipart-post 2.2.3
|
|
Using multi_json 1.15.0
|
|
Using jwt 1.5.6
|
|
Using memoist 0.16.2
|
|
Using os 1.1.4
|
|
Using retriable 1.4.1
|
|
Using bundler 2.3.25
|
|
Using json 2.6.2
|
|
Using tzinfo 1.2.10
|
|
Using faraday 0.17.6
|
|
Using ruby2_keywords 0.0.5
|
|
Using i18n 0.9.5
|
|
Using addressable 2.8.1
|
|
Using mocha 2.0.2
|
|
Using activesupport 5.2.8.1
|
|
Using autoparse 0.3.3
|
|
Using signet 0.11.0
|
|
Using launchy 2.5.0
|
|
Using googleauth 0.9.0
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using arvados 2.5.0.dev20221108154043 from source at `.`
|
|
Bundle complete! 5 Gemfile dependencies, 28 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Using rake 13.0.6
|
|
Using concurrent-ruby 1.1.10
|
|
Using i18n 0.9.5
|
|
Using minitest 5.16.3
|
|
Using thread_safe 0.3.6
|
|
Using tzinfo 1.2.10
|
|
Using activesupport 5.2.8.1
|
|
Using public_suffix 5.0.0
|
|
Using addressable 2.8.1
|
|
Using andand 1.3.3
|
|
Using extlib 0.9.16
|
|
Using multi_json 1.15.0
|
|
Using autoparse 0.3.3
|
|
Using multipart-post 2.2.3
|
|
Using faraday 0.17.6
|
|
Using jwt 1.5.6
|
|
Using memoist 0.16.2
|
|
Using os 1.1.4
|
|
Using signet 0.11.0
|
|
Using googleauth 0.9.0
|
|
Using launchy 2.5.0
|
|
Using retriable 1.4.1
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using json 2.6.2
|
|
Using arvados 2.5.0.dev20221108154043 from source at `.`
|
|
Using bundler 2.3.25
|
|
Using ruby2_keywords 0.0.5
|
|
Using mocha 2.0.2
|
|
Bundle complete! 5 Gemfile dependencies, 28 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Updating files in vendor/cache
|
|
* rake-13.0.6.gem
|
|
* concurrent-ruby-1.1.10.gem
|
|
* i18n-0.9.5.gem
|
|
* minitest-5.16.3.gem
|
|
* thread_safe-0.3.6.gem
|
|
* tzinfo-1.2.10.gem
|
|
* activesupport-5.2.8.1.gem
|
|
* public_suffix-5.0.0.gem
|
|
* addressable-2.8.1.gem
|
|
* andand-1.3.3.gem
|
|
* extlib-0.9.16.gem
|
|
* multi_json-1.15.0.gem
|
|
* autoparse-0.3.3.gem
|
|
* multipart-post-2.2.3.gem
|
|
* faraday-0.17.6.gem
|
|
* jwt-1.5.6.gem
|
|
* memoist-0.16.2.gem
|
|
* os-1.1.4.gem
|
|
* signet-0.11.0.gem
|
|
* googleauth-0.9.0.gem
|
|
* launchy-2.5.0.gem
|
|
* retriable-1.4.1.gem
|
|
* arvados-google-api-client-0.8.7.4.gem
|
|
* json-2.6.2.gem
|
|
* ruby2_keywords-0.0.5.gem
|
|
* mocha-2.0.2.gem
|
|
WARNING: open-ended dependency on activesupport (>= 3) is not recommended
|
|
if activesupport is semantically versioned, use:
|
|
add_runtime_dependency 'activesupport', '~> 3'
|
|
WARNING: open-ended dependency on faraday (>= 0.17.4) is not recommended
|
|
if faraday is semantically versioned, use:
|
|
add_runtime_dependency 'faraday', '~> 0.17', '>= 0.17.4'
|
|
WARNING: See https://guides.rubygems.org/specification-reference/ for help
|
|
Successfully built RubyGem
|
|
Name: arvados
|
|
Version: 2.5.0.dev20221108154043
|
|
File: arvados-2.5.0.dev20221108154043.gem
|
|
Successfully installed arvados-2.5.0.dev20221108154043
|
|
1 gem installed
|
|
======= install sdk/ruby -- 3s
|
|
======= install sdk/R
|
|
======= install sdk/R -- 0s
|
|
======= install sdk/cli
|
|
arvados-cli (2.5.0.dev20220804173347)
|
|
Removing arv
|
|
Removing arv-tag
|
|
Successfully uninstalled arvados-cli-2.5.0.dev20220804173347
|
|
(Running bundle install --local. 'could not find package' messages are OK.)
|
|
[DEPRECATED] The `--no-deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'false'`, and stop using this flag
|
|
Resolving dependencies...
|
|
Using rake 13.0.6
|
|
Using concurrent-ruby 1.1.10
|
|
Using minitest 5.16.3
|
|
Using thread_safe 0.3.6
|
|
Using andand 1.3.3
|
|
Using public_suffix 5.0.0
|
|
Using extlib 0.9.16
|
|
Using multi_json 1.15.0
|
|
Using multipart-post 2.2.3
|
|
Using jwt 1.5.6
|
|
Using retriable 1.4.1
|
|
Using json 2.6.2
|
|
Using curb 0.9.11
|
|
Using oj 3.10.8
|
|
Using optimist 3.0.1
|
|
Using bundler 2.3.25
|
|
Using i18n 0.9.5
|
|
Using addressable 2.8.1
|
|
Using memoist 0.16.2
|
|
Using os 1.1.4
|
|
Using autoparse 0.3.3
|
|
Using faraday 0.17.6
|
|
Using launchy 2.4.3
|
|
Using tzinfo 1.2.10
|
|
Using signet 0.11.0
|
|
Using activesupport 5.2.8.1
|
|
Using googleauth 0.9.0
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using arvados 2.4.3
|
|
Using arvados-cli 2.5.0.dev20220804173347 from source at `.` and installing its executables
|
|
Bundle complete! 4 Gemfile dependencies, 30 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Using rake 13.0.6
|
|
Using concurrent-ruby 1.1.10
|
|
Using i18n 0.9.5
|
|
Using minitest 5.16.3
|
|
Using thread_safe 0.3.6
|
|
Using tzinfo 1.2.10
|
|
Using activesupport 5.2.8.1
|
|
Using public_suffix 5.0.0
|
|
Using addressable 2.8.1
|
|
Using andand 1.3.3
|
|
Using extlib 0.9.16
|
|
Using multi_json 1.15.0
|
|
Using autoparse 0.3.3
|
|
Using multipart-post 2.2.3
|
|
Using faraday 0.17.6
|
|
Using jwt 1.5.6
|
|
Using memoist 0.16.2
|
|
Using os 1.1.4
|
|
Using signet 0.11.0
|
|
Using googleauth 0.9.0
|
|
Using launchy 2.4.3
|
|
Using retriable 1.4.1
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using json 2.6.2
|
|
Using arvados 2.4.3
|
|
Using curb 0.9.11
|
|
Using oj 3.10.8
|
|
Using optimist 3.0.1
|
|
Using arvados-cli 2.5.0.dev20220804173347 from source at `.` and installing its executables
|
|
Using bundler 2.3.25
|
|
Bundle complete! 4 Gemfile dependencies, 30 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Updating files in vendor/cache
|
|
* rake-13.0.6.gem
|
|
* concurrent-ruby-1.1.10.gem
|
|
* i18n-0.9.5.gem
|
|
* minitest-5.16.3.gem
|
|
* thread_safe-0.3.6.gem
|
|
* tzinfo-1.2.10.gem
|
|
* activesupport-5.2.8.1.gem
|
|
* public_suffix-5.0.0.gem
|
|
* addressable-2.8.1.gem
|
|
* andand-1.3.3.gem
|
|
* extlib-0.9.16.gem
|
|
* multi_json-1.15.0.gem
|
|
* autoparse-0.3.3.gem
|
|
* multipart-post-2.2.3.gem
|
|
* faraday-0.17.6.gem
|
|
* jwt-1.5.6.gem
|
|
* memoist-0.16.2.gem
|
|
* os-1.1.4.gem
|
|
* signet-0.11.0.gem
|
|
* googleauth-0.9.0.gem
|
|
* launchy-2.4.3.gem
|
|
* retriable-1.4.1.gem
|
|
* arvados-google-api-client-0.8.7.4.gem
|
|
* json-2.6.2.gem
|
|
* arvados-2.4.3.gem
|
|
* curb-0.9.11.gem
|
|
* oj-3.10.8.gem
|
|
* optimist-3.0.1.gem
|
|
WARNING: open-ended dependency on arvados (>= 1.4.1.20190320201707) is not recommended
|
|
if arvados is semantically versioned, use:
|
|
add_runtime_dependency 'arvados', '~> 1.4', '>= 1.4.1.20190320201707'
|
|
WARNING: See https://guides.rubygems.org/specification-reference/ for help
|
|
Successfully built RubyGem
|
|
Name: arvados-cli
|
|
Version: 2.5.0.dev20220804173347
|
|
File: arvados-cli-2.5.0.dev20220804173347.gem
|
|
Successfully installed arvados-2.5.0
|
|
Successfully installed arvados-cli-2.5.0.dev20220804173347
|
|
2 gems installed
|
|
======= install sdk/cli -- 4s
|
|
======= install services/login-sync
|
|
arvados (2.5.0, 2.5.0.dev20221108154043)
|
|
Successfully uninstalled arvados-2.5.0.dev20221108154043
|
|
Successfully uninstalled arvados-2.5.0
|
|
(Running bundle install --local. 'could not find package' messages are OK.)
|
|
[DEPRECATED] The `--no-deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'false'`, and stop using this flag
|
|
Using rake 13.0.6
|
|
Using concurrent-ruby 1.1.10
|
|
Using i18n 0.9.5
|
|
Using minitest 5.16.3
|
|
Using thread_safe 0.3.6
|
|
Using tzinfo 1.2.10
|
|
Using activesupport 5.2.8.1
|
|
Using public_suffix 5.0.0
|
|
Using addressable 2.8.1
|
|
Using andand 1.3.3
|
|
Using extlib 0.9.16
|
|
Using multi_json 1.15.0
|
|
Using autoparse 0.3.3
|
|
Using multipart-post 2.2.3
|
|
Using faraday 0.17.6
|
|
Using jwt 1.5.6
|
|
Using memoist 0.16.2
|
|
Using os 1.1.4
|
|
Using signet 0.11.0
|
|
Using googleauth 0.9.0
|
|
Using launchy 2.5.0
|
|
Using retriable 1.4.1
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using json 2.6.2
|
|
Using arvados 2.5.0.dev20221108154043 from source at `.`
|
|
Using bundler 2.3.25
|
|
Using ruby2_keywords 0.0.5
|
|
Using mocha 2.0.2
|
|
Updating files in vendor/cache
|
|
Bundle complete! 5 Gemfile dependencies, 28 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Using rake 13.0.6
|
|
Using concurrent-ruby 1.1.10
|
|
Using i18n 0.9.5
|
|
Using minitest 5.16.3
|
|
Using thread_safe 0.3.6
|
|
Using tzinfo 1.2.10
|
|
Using activesupport 5.2.8.1
|
|
Using public_suffix 5.0.0
|
|
Using addressable 2.8.1
|
|
Using andand 1.3.3
|
|
Using extlib 0.9.16
|
|
Using multi_json 1.15.0
|
|
Using autoparse 0.3.3
|
|
Using multipart-post 2.2.3
|
|
Using faraday 0.17.6
|
|
Using jwt 1.5.6
|
|
Using memoist 0.16.2
|
|
Using os 1.1.4
|
|
Using signet 0.11.0
|
|
Using googleauth 0.9.0
|
|
Using launchy 2.5.0
|
|
Using retriable 1.4.1
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using json 2.6.2
|
|
Using arvados 2.5.0.dev20221108154043 from source at `.`
|
|
Using bundler 2.3.25
|
|
Using ruby2_keywords 0.0.5
|
|
Using mocha 2.0.2
|
|
Bundle complete! 5 Gemfile dependencies, 28 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Updating files in vendor/cache
|
|
WARNING: open-ended dependency on activesupport (>= 3) is not recommended
|
|
if activesupport is semantically versioned, use:
|
|
add_runtime_dependency 'activesupport', '~> 3'
|
|
WARNING: open-ended dependency on faraday (>= 0.17.4) is not recommended
|
|
if faraday is semantically versioned, use:
|
|
add_runtime_dependency 'faraday', '~> 0.17', '>= 0.17.4'
|
|
WARNING: See https://guides.rubygems.org/specification-reference/ for help
|
|
Successfully built RubyGem
|
|
Name: arvados
|
|
Version: 2.5.0.dev20221108154043
|
|
File: arvados-2.5.0.dev20221108154043.gem
|
|
Successfully installed arvados-2.5.0.dev20221108154043
|
|
1 gem installed
|
|
arvados-login-sync (2.5.0.dev20221013155415)
|
|
Removing arvados-login-sync
|
|
Successfully uninstalled arvados-login-sync-2.5.0.dev20221013155415
|
|
(Running bundle install --local. 'could not find package' messages are OK.)
|
|
[DEPRECATED] The `--no-deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'false'`, and stop using this flag
|
|
Resolving dependencies...
|
|
Using rake 13.0.6
|
|
Using concurrent-ruby 1.1.10
|
|
Using minitest 5.16.3
|
|
Using thread_safe 0.3.6
|
|
Using andand 1.3.3
|
|
Using public_suffix 5.0.0
|
|
Using multi_json 1.15.0
|
|
Using jwt 1.5.6
|
|
Using extlib 0.9.16
|
|
Using multipart-post 2.2.3
|
|
Using memoist 0.16.2
|
|
Using os 1.1.4
|
|
Using retriable 1.4.1
|
|
Using json 2.6.2
|
|
Using bundler 2.3.25
|
|
Using ruby2_keywords 0.0.5
|
|
Using i18n 0.9.5
|
|
Using tzinfo 1.2.10
|
|
Using addressable 2.8.1
|
|
Using faraday 0.17.6
|
|
Using mocha 2.0.2
|
|
Using activesupport 5.2.8.1
|
|
Using autoparse 0.3.3
|
|
Using launchy 2.4.3
|
|
Using signet 0.11.0
|
|
Using googleauth 0.9.0
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using arvados 2.5.0.dev20221108154043
|
|
Using arvados-login-sync 2.5.0.dev20221013155415 from source at `.` and installing its executables
|
|
Bundle complete! 4 Gemfile dependencies, 29 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Using rake 13.0.6
|
|
Using concurrent-ruby 1.1.10
|
|
Using i18n 0.9.5
|
|
Using minitest 5.16.3
|
|
Using thread_safe 0.3.6
|
|
Using tzinfo 1.2.10
|
|
Using activesupport 5.2.8.1
|
|
Using public_suffix 5.0.0
|
|
Using addressable 2.8.1
|
|
Using andand 1.3.3
|
|
Using extlib 0.9.16
|
|
Using multi_json 1.15.0
|
|
Using autoparse 0.3.3
|
|
Using multipart-post 2.2.3
|
|
Using faraday 0.17.6
|
|
Using jwt 1.5.6
|
|
Using memoist 0.16.2
|
|
Using os 1.1.4
|
|
Using signet 0.11.0
|
|
Using googleauth 0.9.0
|
|
Using launchy 2.4.3
|
|
Using retriable 1.4.1
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using json 2.6.2
|
|
Using arvados 2.5.0.dev20221108154043
|
|
Using arvados-login-sync 2.5.0.dev20221013155415 from source at `.` and installing its executables
|
|
Using bundler 2.3.25
|
|
Using ruby2_keywords 0.0.5
|
|
Using mocha 2.0.2
|
|
Bundle complete! 4 Gemfile dependencies, 29 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Updating files in vendor/cache
|
|
* rake-13.0.6.gem
|
|
* concurrent-ruby-1.1.10.gem
|
|
* i18n-0.9.5.gem
|
|
* minitest-5.16.3.gem
|
|
* thread_safe-0.3.6.gem
|
|
* tzinfo-1.2.10.gem
|
|
* activesupport-5.2.8.1.gem
|
|
* public_suffix-5.0.0.gem
|
|
* addressable-2.8.1.gem
|
|
* andand-1.3.3.gem
|
|
* extlib-0.9.16.gem
|
|
* multi_json-1.15.0.gem
|
|
* autoparse-0.3.3.gem
|
|
* multipart-post-2.2.3.gem
|
|
* faraday-0.17.6.gem
|
|
* jwt-1.5.6.gem
|
|
* memoist-0.16.2.gem
|
|
* os-1.1.4.gem
|
|
* signet-0.11.0.gem
|
|
* googleauth-0.9.0.gem
|
|
* launchy-2.4.3.gem
|
|
* retriable-1.4.1.gem
|
|
* arvados-google-api-client-0.8.7.4.gem
|
|
* json-2.6.2.gem
|
|
* arvados-2.5.0.dev20221108154043.gem
|
|
* ruby2_keywords-0.0.5.gem
|
|
* mocha-2.0.2.gem
|
|
Successfully built RubyGem
|
|
Name: arvados-login-sync
|
|
Version: 2.5.0.dev20221013155415
|
|
File: arvados-login-sync-2.5.0.dev20221013155415.gem
|
|
Successfully installed arvados-login-sync-2.5.0.dev20221013155415
|
|
1 gem installed
|
|
======= install services/login-sync -- 7s
|
|
======= install sdk/python
|
|
running sdist
|
|
running egg_info
|
|
writing arvados_python_client.egg-info/PKG-INFO
|
|
writing dependency_links to arvados_python_client.egg-info/dependency_links.txt
|
|
writing requirements to arvados_python_client.egg-info/requires.txt
|
|
writing top-level names to arvados_python_client.egg-info/top_level.txt
|
|
reading manifest file 'arvados_python_client.egg-info/SOURCES.txt'
|
|
reading manifest template 'MANIFEST.in'
|
|
writing manifest file 'arvados_python_client.egg-info/SOURCES.txt'
|
|
running check
|
|
creating arvados-python-client-2.6.0.dev20230124193727
|
|
creating arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
creating arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
creating arvados-python-client-2.6.0.dev20230124193727/arvados_python_client.egg-info
|
|
creating arvados-python-client-2.6.0.dev20230124193727/bin
|
|
creating arvados-python-client-2.6.0.dev20230124193727/tests
|
|
creating arvados-python-client-2.6.0.dev20230124193727/tests/performance
|
|
copying files to arvados-python-client-2.6.0.dev20230124193727...
|
|
copying LICENSE-2.0.txt -> arvados-python-client-2.6.0.dev20230124193727
|
|
copying MANIFEST.in -> arvados-python-client-2.6.0.dev20230124193727
|
|
copying README.rst -> arvados-python-client-2.6.0.dev20230124193727
|
|
copying arvados_version.py -> arvados-python-client-2.6.0.dev20230124193727
|
|
copying setup.py -> arvados-python-client-2.6.0.dev20230124193727
|
|
copying arvados/__init__.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/_normalize_stream.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/_ranges.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/_version.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/api.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/arvfile.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/cache.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/collection.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/config.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/crunch.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/diskcache.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/errors.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/events.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/keep.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/retry.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/safeapi.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/stream.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/timer.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/util.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/vocabulary.py -> arvados-python-client-2.6.0.dev20230124193727/arvados
|
|
copying arvados/commands/__init__.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados/commands/_util.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados/commands/arv_copy.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados/commands/federation_migrate.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados/commands/get.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados/commands/keepdocker.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados/commands/ls.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados/commands/migrate19.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados/commands/put.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados/commands/run.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados/commands/ws.py -> arvados-python-client-2.6.0.dev20230124193727/arvados/commands
|
|
copying arvados_python_client.egg-info/PKG-INFO -> arvados-python-client-2.6.0.dev20230124193727/arvados_python_client.egg-info
|
|
copying arvados_python_client.egg-info/SOURCES.txt -> arvados-python-client-2.6.0.dev20230124193727/arvados_python_client.egg-info
|
|
copying arvados_python_client.egg-info/dependency_links.txt -> arvados-python-client-2.6.0.dev20230124193727/arvados_python_client.egg-info
|
|
copying arvados_python_client.egg-info/not-zip-safe -> arvados-python-client-2.6.0.dev20230124193727/arvados_python_client.egg-info
|
|
copying arvados_python_client.egg-info/requires.txt -> arvados-python-client-2.6.0.dev20230124193727/arvados_python_client.egg-info
|
|
copying arvados_python_client.egg-info/top_level.txt -> arvados-python-client-2.6.0.dev20230124193727/arvados_python_client.egg-info
|
|
copying bin/arv-copy -> arvados-python-client-2.6.0.dev20230124193727/bin
|
|
copying bin/arv-federation-migrate -> arvados-python-client-2.6.0.dev20230124193727/bin
|
|
copying bin/arv-get -> arvados-python-client-2.6.0.dev20230124193727/bin
|
|
copying bin/arv-keepdocker -> arvados-python-client-2.6.0.dev20230124193727/bin
|
|
copying bin/arv-ls -> arvados-python-client-2.6.0.dev20230124193727/bin
|
|
copying bin/arv-migrate-docker19 -> arvados-python-client-2.6.0.dev20230124193727/bin
|
|
copying bin/arv-normalize -> arvados-python-client-2.6.0.dev20230124193727/bin
|
|
copying bin/arv-put -> arvados-python-client-2.6.0.dev20230124193727/bin
|
|
copying bin/arv-ws -> arvados-python-client-2.6.0.dev20230124193727/bin
|
|
copying tests/__init__.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/arvados_testutil.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/keepstub.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/manifest_examples.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/run_test_server.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/slow_test.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_api.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_arv_copy.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_arv_get.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_arv_keepdocker.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_arv_ls.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_arv_normalize.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_arv_put.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_arv_ws.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_arvfile.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_benchmark_collections.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_cache.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_collections.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_crunch.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_errors.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_events.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_keep_client.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_keep_locator.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_retry.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_retry_job_helpers.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_safeapi.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_sdk.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_stream.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_util.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/test_vocabulary.py -> arvados-python-client-2.6.0.dev20230124193727/tests
|
|
copying tests/performance/__init__.py -> arvados-python-client-2.6.0.dev20230124193727/tests/performance
|
|
copying tests/performance/performance_profiler.py -> arvados-python-client-2.6.0.dev20230124193727/tests/performance
|
|
copying tests/performance/test_a_sample.py -> arvados-python-client-2.6.0.dev20230124193727/tests/performance
|
|
Writing arvados-python-client-2.6.0.dev20230124193727/setup.cfg
|
|
Creating tar archive
|
|
removing 'arvados-python-client-2.6.0.dev20230124193727' (and everything under it)
|
|
running rotate
|
|
1 file(s) matching arvados-python-client*.tar.gz
|
|
Using /tmp/workspace/developer-run-tests-apps-workbench-integration/sdk/python for version number calculation of /tmp/workspace/developer-run-tests-apps-workbench-integration/sdk/python
|
|
Processing ./sdk/python/dist/arvados-python-client-2.6.0.dev20230124193727.tar.gz
|
|
Requirement already satisfied: ciso8601>=2.0.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client==2.6.0.dev20230124193727) (2.2.0)
|
|
Requirement already satisfied: future in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client==2.6.0.dev20230124193727) (0.18.2)
|
|
Requirement already satisfied: google-api-core<2.11.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client==2.6.0.dev20230124193727) (2.10.2)
|
|
Collecting google-api-python-client>=2.1.0 (from arvados-python-client==2.6.0.dev20230124193727)
|
|
Downloading https://files.pythonhosted.org/packages/27/26/f322cd09866538d3e400f8680ff24aceec41d5c8fc2b118d39e538963686/google_api_python_client-2.74.0-py2.py3-none-any.whl (10.9MB)
|
|
Requirement already satisfied: google-auth<2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client==2.6.0.dev20230124193727) (1.35.0)
|
|
Requirement already satisfied: httplib2<0.20.2,>=0.9.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client==2.6.0.dev20230124193727) (0.20.1)
|
|
Requirement already satisfied: protobuf<4.0.0dev in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client==2.6.0.dev20230124193727) (3.20.3)
|
|
Requirement already satisfied: pycurl<7.45.0,>=7.19.5.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client==2.6.0.dev20230124193727) (7.44.1)
|
|
Requirement already satisfied: pyparsing<3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client==2.6.0.dev20230124193727) (2.4.7)
|
|
Requirement already satisfied: ruamel.yaml<0.17.22,>=0.15.54 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/ruamel.yaml-0.17.21-py3.7.egg (from arvados-python-client==2.6.0.dev20230124193727) (0.17.21)
|
|
Requirement already satisfied: setuptools in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client==2.6.0.dev20230124193727) (40.8.0)
|
|
Requirement already satisfied: ws4py>=0.4.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client==2.6.0.dev20230124193727) (0.5.1)
|
|
Requirement already satisfied: requests<3.0.0dev,>=2.18.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-core<2.11.0->arvados-python-client==2.6.0.dev20230124193727) (2.28.1)
|
|
Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.56.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-core<2.11.0->arvados-python-client==2.6.0.dev20230124193727) (1.57.0)
|
|
Requirement already satisfied: uritemplate<5,>=3.0.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client>=2.1.0->arvados-python-client==2.6.0.dev20230124193727) (3.0.1)
|
|
Requirement already satisfied: google-auth-httplib2>=0.1.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client>=2.1.0->arvados-python-client==2.6.0.dev20230124193727) (0.1.0)
|
|
Requirement already satisfied: rsa<5,>=3.1.4; python_version >= "3.6" in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client==2.6.0.dev20230124193727) (4.9)
|
|
Requirement already satisfied: six>=1.9.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client==2.6.0.dev20230124193727) (1.16.0)
|
|
Requirement already satisfied: cachetools<5.0,>=2.0.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client==2.6.0.dev20230124193727) (4.2.4)
|
|
Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client==2.6.0.dev20230124193727) (0.2.8)
|
|
Requirement already satisfied: ruamel.yaml.clib>=0.2.6 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/ruamel.yaml.clib-0.2.7-py3.7-linux-x86_64.egg (from ruamel.yaml<0.17.22,>=0.15.54->arvados-python-client==2.6.0.dev20230124193727) (0.2.7)
|
|
Requirement already satisfied: certifi>=2017.4.17 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client==2.6.0.dev20230124193727) (2022.9.24)
|
|
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client==2.6.0.dev20230124193727) (1.26.12)
|
|
Requirement already satisfied: idna<4,>=2.5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client==2.6.0.dev20230124193727) (3.4)
|
|
Requirement already satisfied: charset-normalizer<3,>=2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client==2.6.0.dev20230124193727) (2.1.1)
|
|
Requirement already satisfied: pyasn1>=0.1.3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from rsa<5,>=3.1.4; python_version >= "3.6"->google-auth<2->arvados-python-client==2.6.0.dev20230124193727) (0.4.8)
|
|
crunchstat-summary 2.5.0.dev20221116141533 has requirement arvados-python-client<=2.5.0.dev20221116141533, but you'll have arvados-python-client 2.6.0.dev20230124193727 which is incompatible.
|
|
arvados-fuse 2.5.0.dev20221116141533 has requirement arvados-python-client<=2.5.0.dev20221116141533, but you'll have arvados-python-client 2.6.0.dev20230124193727 which is incompatible.
|
|
arvados-cwl-runner 2.5.0.dev20221116141533 has requirement arvados-python-client<=2.5.0.dev20221116141533, but you'll have arvados-python-client 2.6.0.dev20230124193727 which is incompatible.
|
|
Installing collected packages: google-api-python-client, arvados-python-client
|
|
Found existing installation: google-api-python-client 1.12.11
|
|
Uninstalling google-api-python-client-1.12.11:
|
|
Successfully uninstalled google-api-python-client-1.12.11
|
|
Found existing installation: arvados-python-client 2.5.0.dev20221116141533
|
|
Uninstalling arvados-python-client-2.5.0.dev20221116141533:
|
|
Successfully uninstalled arvados-python-client-2.5.0.dev20221116141533
|
|
Running setup.py install for arvados-python-client: started
|
|
Running setup.py install for arvados-python-client: finished with status 'done'
|
|
Successfully installed arvados-python-client-2.6.0.dev20230124193727 google-api-python-client-2.74.0
|
|
Processing ./sdk/python/dist/arvados-python-client-2.6.0.dev20230124193727.tar.gz
|
|
Installing collected packages: arvados-python-client
|
|
Running setup.py install for arvados-python-client: started
|
|
Running setup.py install for arvados-python-client: finished with status 'done'
|
|
Successfully installed arvados-python-client-2.6.0.dev20230124193727
|
|
======= install sdk/python -- 5s
|
|
======= install sdk/cwl
|
|
running sdist
|
|
running egg_info
|
|
creating arvados_cwl_runner.egg-info
|
|
writing arvados_cwl_runner.egg-info/PKG-INFO
|
|
writing dependency_links to arvados_cwl_runner.egg-info/dependency_links.txt
|
|
writing entry points to arvados_cwl_runner.egg-info/entry_points.txt
|
|
writing requirements to arvados_cwl_runner.egg-info/requires.txt
|
|
writing top-level names to arvados_cwl_runner.egg-info/top_level.txt
|
|
writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt'
|
|
reading manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt'
|
|
reading manifest template 'MANIFEST.in'
|
|
writing manifest file 'arvados_cwl_runner.egg-info/SOURCES.txt'
|
|
running check
|
|
creating arvados-cwl-runner-2.6.0.dev20230124193727
|
|
creating arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
creating arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl_runner.egg-info
|
|
creating arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying files to arvados-cwl-runner-2.6.0.dev20230124193727...
|
|
copying LICENSE-2.0.txt -> arvados-cwl-runner-2.6.0.dev20230124193727
|
|
copying MANIFEST.in -> arvados-cwl-runner-2.6.0.dev20230124193727
|
|
copying README.rst -> arvados-cwl-runner-2.6.0.dev20230124193727
|
|
copying arvados_version.py -> arvados-cwl-runner-2.6.0.dev20230124193727
|
|
copying setup.py -> arvados-cwl-runner-2.6.0.dev20230124193727
|
|
copying arvados_cwl/__init__.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/_version.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/arv-cwl-schema-v1.0.yml -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/arv-cwl-schema-v1.1.yml -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/arv-cwl-schema-v1.2.yml -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/arvcontainer.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/arvdocker.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/arvtool.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/arvworkflow.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/context.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/done.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/executor.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/fsaccess.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/http.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/pathmapper.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/perf.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/runner.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl/util.py -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl
|
|
copying arvados_cwl_runner.egg-info/PKG-INFO -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl_runner.egg-info
|
|
copying arvados_cwl_runner.egg-info/SOURCES.txt -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl_runner.egg-info
|
|
copying arvados_cwl_runner.egg-info/dependency_links.txt -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl_runner.egg-info
|
|
copying arvados_cwl_runner.egg-info/entry_points.txt -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl_runner.egg-info
|
|
copying arvados_cwl_runner.egg-info/requires.txt -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl_runner.egg-info
|
|
copying arvados_cwl_runner.egg-info/top_level.txt -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl_runner.egg-info
|
|
copying arvados_cwl_runner.egg-info/zip-safe -> arvados-cwl-runner-2.6.0.dev20230124193727/arvados_cwl_runner.egg-info
|
|
copying tests/__init__.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/hw.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/matcher.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/mock_discovery.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_container.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_copy_deps.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_fsaccess.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_http.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_make_output.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_pathmapper.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_set_output_prop.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_submit.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_tq.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_urljoin.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
copying tests/test_util.py -> arvados-cwl-runner-2.6.0.dev20230124193727/tests
|
|
Writing arvados-cwl-runner-2.6.0.dev20230124193727/setup.cfg
|
|
creating dist
|
|
Creating tar archive
|
|
removing 'arvados-cwl-runner-2.6.0.dev20230124193727' (and everything under it)
|
|
running rotate
|
|
1 file(s) matching arvados-cwl-runner*.tar.gz
|
|
Using /tmp/workspace/developer-run-tests-apps-workbench-integration/sdk/python for version number calculation of /tmp/workspace/developer-run-tests-apps-workbench-integration/sdk/cwl
|
|
Processing ./sdk/cwl/dist/arvados-cwl-runner-2.6.0.dev20230124193727.tar.gz
|
|
Requirement already satisfied: arvados-python-client<=2.6.0.dev20230124193727 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-cwl-runner==2.6.0.dev20230124193727) (2.6.0.dev20230124193727)
|
|
Requirement already satisfied: ciso8601>=2.0.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-cwl-runner==2.6.0.dev20230124193727) (2.2.0)
|
|
Requirement already satisfied: cwltool==3.1.20220907141119 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-cwl-runner==2.6.0.dev20230124193727) (3.1.20220907141119)
|
|
Requirement already satisfied: importlib-metadata<5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-cwl-runner==2.6.0.dev20230124193727) (4.13.0)
|
|
Requirement already satisfied: msgpack==1.0.3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-cwl-runner==2.6.0.dev20230124193727) (1.0.3)
|
|
Requirement already satisfied: networkx<2.6 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-cwl-runner==2.6.0.dev20230124193727) (2.5.1)
|
|
Requirement already satisfied: schema-salad==8.3.20220913105718 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-cwl-runner==2.6.0.dev20230124193727) (8.3.20220913105718)
|
|
Requirement already satisfied: setuptools>=40.3.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-cwl-runner==2.6.0.dev20230124193727) (40.8.0)
|
|
Requirement already satisfied: future in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (0.18.2)
|
|
Requirement already satisfied: google-api-core<2.11.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (2.10.2)
|
|
Requirement already satisfied: google-api-python-client>=2.1.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (2.74.0)
|
|
Requirement already satisfied: google-auth<2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (1.35.0)
|
|
Requirement already satisfied: httplib2<0.20.2,>=0.9.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (0.20.1)
|
|
Requirement already satisfied: protobuf<4.0.0dev in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (3.20.3)
|
|
Requirement already satisfied: pycurl<7.45.0,>=7.19.5.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (7.44.1)
|
|
Requirement already satisfied: pyparsing<3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (2.4.7)
|
|
Requirement already satisfied: ruamel.yaml<0.17.22,>=0.15.54 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/ruamel.yaml-0.17.21-py3.7.egg (from arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (0.17.21)
|
|
Requirement already satisfied: ws4py>=0.4.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (0.5.1)
|
|
Requirement already satisfied: rdflib<6.3.0,>=4.2.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (6.2.0)
|
|
Requirement already satisfied: cwl-utils>=0.15 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (0.20)
|
|
Requirement already satisfied: shellescape<3.9,>=3.4.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (3.8.1)
|
|
Requirement already satisfied: requests>=2.6.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (2.28.1)
|
|
Requirement already satisfied: typing-extensions in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (4.4.0)
|
|
Requirement already satisfied: mypy-extensions in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (0.4.3)
|
|
Requirement already satisfied: argcomplete in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (2.0.0)
|
|
Requirement already satisfied: psutil>=5.6.6 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (5.9.4)
|
|
Requirement already satisfied: coloredlogs in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (15.0.1)
|
|
Requirement already satisfied: pydot>=1.4.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (1.4.2)
|
|
Requirement already satisfied: bagit>=1.6.4 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (1.8.1)
|
|
Requirement already satisfied: prov==1.5.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (1.5.1)
|
|
Requirement already satisfied: zipp>=0.5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from importlib-metadata<5->arvados-cwl-runner==2.6.0.dev20230124193727) (3.10.0)
|
|
Requirement already satisfied: decorator<5,>=4.3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from networkx<2.6->arvados-cwl-runner==2.6.0.dev20230124193727) (4.4.2)
|
|
Requirement already satisfied: mistune<0.9,>=0.8.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from schema-salad==8.3.20220913105718->arvados-cwl-runner==2.6.0.dev20230124193727) (0.8.4)
|
|
Requirement already satisfied: CacheControl[filecache]<0.13,>=0.11.7 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from schema-salad==8.3.20220913105718->arvados-cwl-runner==2.6.0.dev20230124193727) (0.12.12)
|
|
Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.56.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (1.57.0)
|
|
Requirement already satisfied: google-auth-httplib2>=0.1.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client>=2.1.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (0.1.0)
|
|
Requirement already satisfied: uritemplate<5,>=3.0.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client>=2.1.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (3.0.1)
|
|
Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (0.2.8)
|
|
Requirement already satisfied: six>=1.9.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (1.16.0)
|
|
Requirement already satisfied: cachetools<5.0,>=2.0.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (4.2.4)
|
|
Requirement already satisfied: rsa<5,>=3.1.4; python_version >= "3.6" in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (4.9)
|
|
Requirement already satisfied: ruamel.yaml.clib>=0.2.6 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/ruamel.yaml.clib-0.2.7-py3.7-linux-x86_64.egg (from ruamel.yaml<0.17.22,>=0.15.54->arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (0.2.7)
|
|
Requirement already satisfied: isodate in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from rdflib<6.3.0,>=4.2.2->cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (0.6.1)
|
|
Requirement already satisfied: cwl-upgrader>=1.2.3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwl-utils>=0.15->cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (1.2.4)
|
|
Requirement already satisfied: packaging in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from cwl-utils>=0.15->cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (21.3)
|
|
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests>=2.6.1->cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (1.26.12)
|
|
Requirement already satisfied: certifi>=2017.4.17 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests>=2.6.1->cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (2022.9.24)
|
|
Requirement already satisfied: charset-normalizer<3,>=2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests>=2.6.1->cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (2.1.1)
|
|
Requirement already satisfied: idna<4,>=2.5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests>=2.6.1->cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (3.4)
|
|
Requirement already satisfied: humanfriendly>=9.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from coloredlogs->cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (10.0)
|
|
Requirement already satisfied: lxml in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from prov==1.5.1->cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (4.9.1)
|
|
Requirement already satisfied: python-dateutil in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from prov==1.5.1->cwltool==3.1.20220907141119->arvados-cwl-runner==2.6.0.dev20230124193727) (2.8.2)
|
|
Requirement already satisfied: filelock>=3.8.0; extra == "filecache" in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from CacheControl[filecache]<0.13,>=0.11.7->schema-salad==8.3.20220913105718->arvados-cwl-runner==2.6.0.dev20230124193727) (3.8.0)
|
|
Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from pyasn1-modules>=0.2.1->google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->arvados-cwl-runner==2.6.0.dev20230124193727) (0.4.8)
|
|
Installing collected packages: arvados-cwl-runner
|
|
Found existing installation: arvados-cwl-runner 2.5.0.dev20221116141533
|
|
Uninstalling arvados-cwl-runner-2.5.0.dev20221116141533:
|
|
Successfully uninstalled arvados-cwl-runner-2.5.0.dev20221116141533
|
|
Running setup.py install for arvados-cwl-runner: started
|
|
Running setup.py install for arvados-cwl-runner: finished with status 'done'
|
|
Successfully installed arvados-cwl-runner-2.6.0.dev20230124193727
|
|
Processing ./sdk/cwl/dist/arvados-cwl-runner-2.6.0.dev20230124193727.tar.gz
|
|
Installing collected packages: arvados-cwl-runner
|
|
Running setup.py install for arvados-cwl-runner: started
|
|
Running setup.py install for arvados-cwl-runner: finished with status 'done'
|
|
Successfully installed arvados-cwl-runner-2.6.0.dev20230124193727
|
|
======= install sdk/cwl -- 4s
|
|
======= install services/dockercleaner
|
|
running sdist
|
|
running egg_info
|
|
creating arvados_docker_cleaner.egg-info
|
|
writing arvados_docker_cleaner.egg-info/PKG-INFO
|
|
writing dependency_links to arvados_docker_cleaner.egg-info/dependency_links.txt
|
|
writing entry points to arvados_docker_cleaner.egg-info/entry_points.txt
|
|
writing requirements to arvados_docker_cleaner.egg-info/requires.txt
|
|
writing top-level names to arvados_docker_cleaner.egg-info/top_level.txt
|
|
writing manifest file 'arvados_docker_cleaner.egg-info/SOURCES.txt'
|
|
reading manifest file 'arvados_docker_cleaner.egg-info/SOURCES.txt'
|
|
reading manifest template 'MANIFEST.in'
|
|
writing manifest file 'arvados_docker_cleaner.egg-info/SOURCES.txt'
|
|
running check
|
|
creating arvados-docker-cleaner-2.3.0.dev20210729201354
|
|
creating arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker
|
|
creating arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker_cleaner.egg-info
|
|
creating arvados-docker-cleaner-2.3.0.dev20210729201354/tests
|
|
copying files to arvados-docker-cleaner-2.3.0.dev20210729201354...
|
|
copying MANIFEST.in -> arvados-docker-cleaner-2.3.0.dev20210729201354
|
|
copying README.rst -> arvados-docker-cleaner-2.3.0.dev20210729201354
|
|
copying agpl-3.0.txt -> arvados-docker-cleaner-2.3.0.dev20210729201354
|
|
copying arvados-docker-cleaner.service -> arvados-docker-cleaner-2.3.0.dev20210729201354
|
|
copying arvados_version.py -> arvados-docker-cleaner-2.3.0.dev20210729201354
|
|
copying setup.py -> arvados-docker-cleaner-2.3.0.dev20210729201354
|
|
copying arvados_docker/__init__.py -> arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker
|
|
copying arvados_docker/_version.py -> arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker
|
|
copying arvados_docker/cleaner.py -> arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker
|
|
copying arvados_docker_cleaner.egg-info/PKG-INFO -> arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker_cleaner.egg-info
|
|
copying arvados_docker_cleaner.egg-info/SOURCES.txt -> arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker_cleaner.egg-info
|
|
copying arvados_docker_cleaner.egg-info/dependency_links.txt -> arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker_cleaner.egg-info
|
|
copying arvados_docker_cleaner.egg-info/entry_points.txt -> arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker_cleaner.egg-info
|
|
copying arvados_docker_cleaner.egg-info/not-zip-safe -> arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker_cleaner.egg-info
|
|
copying arvados_docker_cleaner.egg-info/requires.txt -> arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker_cleaner.egg-info
|
|
copying arvados_docker_cleaner.egg-info/top_level.txt -> arvados-docker-cleaner-2.3.0.dev20210729201354/arvados_docker_cleaner.egg-info
|
|
copying tests/__init__.py -> arvados-docker-cleaner-2.3.0.dev20210729201354/tests
|
|
copying tests/test_cleaner.py -> arvados-docker-cleaner-2.3.0.dev20210729201354/tests
|
|
Writing arvados-docker-cleaner-2.3.0.dev20210729201354/setup.cfg
|
|
creating dist
|
|
Creating tar archive
|
|
removing 'arvados-docker-cleaner-2.3.0.dev20210729201354' (and everything under it)
|
|
running rotate
|
|
1 file(s) matching arvados-docker-cleaner*.tar.gz
|
|
Using /tmp/workspace/developer-run-tests-apps-workbench-integration/services/dockercleaner for version number calculation of /tmp/workspace/developer-run-tests-apps-workbench-integration/services/dockercleaner
|
|
Processing ./services/dockercleaner/dist/arvados-docker-cleaner-2.3.0.dev20210729201354.tar.gz
|
|
Requirement already satisfied: docker-py==1.7.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-docker-cleaner==2.3.0.dev20210729201354) (1.7.2)
|
|
Requirement already satisfied: setuptools in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-docker-cleaner==2.3.0.dev20210729201354) (40.8.0)
|
|
Requirement already satisfied: requests>=2.5.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from docker-py==1.7.2->arvados-docker-cleaner==2.3.0.dev20210729201354) (2.28.1)
|
|
Requirement already satisfied: six>=1.4.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from docker-py==1.7.2->arvados-docker-cleaner==2.3.0.dev20210729201354) (1.16.0)
|
|
Requirement already satisfied: websocket-client>=0.32.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from docker-py==1.7.2->arvados-docker-cleaner==2.3.0.dev20210729201354) (1.4.2)
|
|
Requirement already satisfied: certifi>=2017.4.17 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests>=2.5.2->docker-py==1.7.2->arvados-docker-cleaner==2.3.0.dev20210729201354) (2022.9.24)
|
|
Requirement already satisfied: charset-normalizer<3,>=2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests>=2.5.2->docker-py==1.7.2->arvados-docker-cleaner==2.3.0.dev20210729201354) (2.1.1)
|
|
Requirement already satisfied: idna<4,>=2.5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests>=2.5.2->docker-py==1.7.2->arvados-docker-cleaner==2.3.0.dev20210729201354) (3.4)
|
|
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests>=2.5.2->docker-py==1.7.2->arvados-docker-cleaner==2.3.0.dev20210729201354) (1.26.12)
|
|
Installing collected packages: arvados-docker-cleaner
|
|
Found existing installation: arvados-docker-cleaner 2.3.0.dev20210729201354
|
|
Uninstalling arvados-docker-cleaner-2.3.0.dev20210729201354:
|
|
Successfully uninstalled arvados-docker-cleaner-2.3.0.dev20210729201354
|
|
Running setup.py install for arvados-docker-cleaner: started
|
|
Running setup.py install for arvados-docker-cleaner: finished with status 'done'
|
|
Successfully installed arvados-docker-cleaner-2.3.0.dev20210729201354
|
|
Processing ./services/dockercleaner/dist/arvados-docker-cleaner-2.3.0.dev20210729201354.tar.gz
|
|
Installing collected packages: arvados-docker-cleaner
|
|
Running setup.py install for arvados-docker-cleaner: started
|
|
Running setup.py install for arvados-docker-cleaner: finished with status 'done'
|
|
Successfully installed arvados-docker-cleaner-2.3.0.dev20210729201354
|
|
======= install services/dockercleaner -- 4s
|
|
======= install services/fuse
|
|
running sdist
|
|
running egg_info
|
|
creating arvados_fuse.egg-info
|
|
writing arvados_fuse.egg-info/PKG-INFO
|
|
writing dependency_links to arvados_fuse.egg-info/dependency_links.txt
|
|
writing requirements to arvados_fuse.egg-info/requires.txt
|
|
writing top-level names to arvados_fuse.egg-info/top_level.txt
|
|
writing manifest file 'arvados_fuse.egg-info/SOURCES.txt'
|
|
reading manifest file 'arvados_fuse.egg-info/SOURCES.txt'
|
|
reading manifest template 'MANIFEST.in'
|
|
writing manifest file 'arvados_fuse.egg-info/SOURCES.txt'
|
|
running check
|
|
creating arvados_fuse-2.6.0.dev20230124193727
|
|
creating arvados_fuse-2.6.0.dev20230124193727/arvados_fuse
|
|
creating arvados_fuse-2.6.0.dev20230124193727/arvados_fuse.egg-info
|
|
creating arvados_fuse-2.6.0.dev20230124193727/bin
|
|
copying files to arvados_fuse-2.6.0.dev20230124193727...
|
|
copying MANIFEST.in -> arvados_fuse-2.6.0.dev20230124193727
|
|
copying README.rst -> arvados_fuse-2.6.0.dev20230124193727
|
|
copying agpl-3.0.txt -> arvados_fuse-2.6.0.dev20230124193727
|
|
copying arvados_version.py -> arvados_fuse-2.6.0.dev20230124193727
|
|
copying setup.py -> arvados_fuse-2.6.0.dev20230124193727
|
|
copying arvados_fuse/__init__.py -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse
|
|
copying arvados_fuse/_version.py -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse
|
|
copying arvados_fuse/command.py -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse
|
|
copying arvados_fuse/crunchstat.py -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse
|
|
copying arvados_fuse/fresh.py -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse
|
|
copying arvados_fuse/fusedir.py -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse
|
|
copying arvados_fuse/fusefile.py -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse
|
|
copying arvados_fuse/unmount.py -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse
|
|
copying arvados_fuse.egg-info/PKG-INFO -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse.egg-info
|
|
copying arvados_fuse.egg-info/SOURCES.txt -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse.egg-info
|
|
copying arvados_fuse.egg-info/dependency_links.txt -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse.egg-info
|
|
copying arvados_fuse.egg-info/not-zip-safe -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse.egg-info
|
|
copying arvados_fuse.egg-info/requires.txt -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse.egg-info
|
|
copying arvados_fuse.egg-info/top_level.txt -> arvados_fuse-2.6.0.dev20230124193727/arvados_fuse.egg-info
|
|
copying bin/arv-mount -> arvados_fuse-2.6.0.dev20230124193727/bin
|
|
Writing arvados_fuse-2.6.0.dev20230124193727/setup.cfg
|
|
creating dist
|
|
Creating tar archive
|
|
removing 'arvados_fuse-2.6.0.dev20230124193727' (and everything under it)
|
|
running rotate
|
|
1 file(s) matching arvados_fuse*.tar.gz
|
|
Using /tmp/workspace/developer-run-tests-apps-workbench-integration/sdk/python for version number calculation of /tmp/workspace/developer-run-tests-apps-workbench-integration/services/fuse
|
|
Processing ./services/fuse/dist/arvados_fuse-2.6.0.dev20230124193727.tar.gz
|
|
Requirement already satisfied: arvados-python-client<=2.6.0.dev20230124193727 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-fuse==2.6.0.dev20230124193727) (2.6.0.dev20230124193727)
|
|
Requirement already satisfied: ciso8601>=2.0.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-fuse==2.6.0.dev20230124193727) (2.2.0)
|
|
Requirement already satisfied: future in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-fuse==2.6.0.dev20230124193727) (0.18.2)
|
|
Requirement already satisfied: llfuse>=1.3.6 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-fuse==2.6.0.dev20230124193727) (1.4.2)
|
|
Requirement already satisfied: prometheus_client in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-fuse==2.6.0.dev20230124193727) (0.15.0)
|
|
Requirement already satisfied: python-daemon in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-fuse==2.6.0.dev20230124193727) (2.3.2)
|
|
Requirement already satisfied: setuptools in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-fuse==2.6.0.dev20230124193727) (40.8.0)
|
|
Requirement already satisfied: google-api-core<2.11.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (2.10.2)
|
|
Requirement already satisfied: google-api-python-client>=2.1.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (2.74.0)
|
|
Requirement already satisfied: google-auth<2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (1.35.0)
|
|
Requirement already satisfied: httplib2<0.20.2,>=0.9.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (0.20.1)
|
|
Requirement already satisfied: protobuf<4.0.0dev in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (3.20.3)
|
|
Requirement already satisfied: pycurl<7.45.0,>=7.19.5.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (7.44.1)
|
|
Requirement already satisfied: pyparsing<3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (2.4.7)
|
|
Requirement already satisfied: ruamel.yaml<0.17.22,>=0.15.54 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/ruamel.yaml-0.17.21-py3.7.egg (from arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (0.17.21)
|
|
Requirement already satisfied: ws4py>=0.4.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (0.5.1)
|
|
Requirement already satisfied: lockfile>=0.10 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from python-daemon->arvados-fuse==2.6.0.dev20230124193727) (0.12.2)
|
|
Requirement already satisfied: docutils in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from python-daemon->arvados-fuse==2.6.0.dev20230124193727) (0.19)
|
|
Requirement already satisfied: requests<3.0.0dev,>=2.18.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (2.28.1)
|
|
Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.56.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (1.57.0)
|
|
Requirement already satisfied: google-auth-httplib2>=0.1.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client>=2.1.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (0.1.0)
|
|
Requirement already satisfied: uritemplate<5,>=3.0.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client>=2.1.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (3.0.1)
|
|
Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (0.2.8)
|
|
Requirement already satisfied: six>=1.9.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (1.16.0)
|
|
Requirement already satisfied: cachetools<5.0,>=2.0.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (4.2.4)
|
|
Requirement already satisfied: rsa<5,>=3.1.4; python_version >= "3.6" in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (4.9)
|
|
Requirement already satisfied: ruamel.yaml.clib>=0.2.6 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/ruamel.yaml.clib-0.2.7-py3.7-linux-x86_64.egg (from ruamel.yaml<0.17.22,>=0.15.54->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (0.2.7)
|
|
Requirement already satisfied: idna<4,>=2.5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (3.4)
|
|
Requirement already satisfied: charset-normalizer<3,>=2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (2.1.1)
|
|
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (1.26.12)
|
|
Requirement already satisfied: certifi>=2017.4.17 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (2022.9.24)
|
|
Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from pyasn1-modules>=0.2.1->google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->arvados-fuse==2.6.0.dev20230124193727) (0.4.8)
|
|
Installing collected packages: arvados-fuse
|
|
Found existing installation: arvados-fuse 2.5.0.dev20221116141533
|
|
Uninstalling arvados-fuse-2.5.0.dev20221116141533:
|
|
Successfully uninstalled arvados-fuse-2.5.0.dev20221116141533
|
|
Running setup.py install for arvados-fuse: started
|
|
Running setup.py install for arvados-fuse: finished with status 'done'
|
|
Successfully installed arvados-fuse-2.6.0.dev20230124193727
|
|
Processing ./services/fuse/dist/arvados_fuse-2.6.0.dev20230124193727.tar.gz
|
|
Installing collected packages: arvados-fuse
|
|
Running setup.py install for arvados-fuse: started
|
|
Running setup.py install for arvados-fuse: finished with status 'done'
|
|
Successfully installed arvados-fuse-2.6.0.dev20230124193727
|
|
======= install services/fuse -- 4s
|
|
======= install tools/crunchstat-summary
|
|
running sdist
|
|
running egg_info
|
|
creating crunchstat_summary.egg-info
|
|
writing crunchstat_summary.egg-info/PKG-INFO
|
|
writing dependency_links to crunchstat_summary.egg-info/dependency_links.txt
|
|
writing requirements to crunchstat_summary.egg-info/requires.txt
|
|
writing top-level names to crunchstat_summary.egg-info/top_level.txt
|
|
writing manifest file 'crunchstat_summary.egg-info/SOURCES.txt'
|
|
reading manifest file 'crunchstat_summary.egg-info/SOURCES.txt'
|
|
reading manifest template 'MANIFEST.in'
|
|
writing manifest file 'crunchstat_summary.egg-info/SOURCES.txt'
|
|
running check
|
|
creating crunchstat_summary-2.6.0.dev20230124193727
|
|
creating crunchstat_summary-2.6.0.dev20230124193727/bin
|
|
creating crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary
|
|
creating crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary.egg-info
|
|
copying files to crunchstat_summary-2.6.0.dev20230124193727...
|
|
copying MANIFEST.in -> crunchstat_summary-2.6.0.dev20230124193727
|
|
copying README.rst -> crunchstat_summary-2.6.0.dev20230124193727
|
|
copying agpl-3.0.txt -> crunchstat_summary-2.6.0.dev20230124193727
|
|
copying arvados_version.py -> crunchstat_summary-2.6.0.dev20230124193727
|
|
copying setup.py -> crunchstat_summary-2.6.0.dev20230124193727
|
|
copying bin/crunchstat-summary -> crunchstat_summary-2.6.0.dev20230124193727/bin
|
|
copying crunchstat_summary/__init__.py -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary
|
|
copying crunchstat_summary/_version.py -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary
|
|
copying crunchstat_summary/command.py -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary
|
|
copying crunchstat_summary/dygraphs.js -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary
|
|
copying crunchstat_summary/dygraphs.py -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary
|
|
copying crunchstat_summary/reader.py -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary
|
|
copying crunchstat_summary/summarizer.py -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary
|
|
copying crunchstat_summary/synchronizer.js -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary
|
|
copying crunchstat_summary/webchart.py -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary
|
|
copying crunchstat_summary.egg-info/PKG-INFO -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary.egg-info
|
|
copying crunchstat_summary.egg-info/SOURCES.txt -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary.egg-info
|
|
copying crunchstat_summary.egg-info/dependency_links.txt -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary.egg-info
|
|
copying crunchstat_summary.egg-info/not-zip-safe -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary.egg-info
|
|
copying crunchstat_summary.egg-info/requires.txt -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary.egg-info
|
|
copying crunchstat_summary.egg-info/top_level.txt -> crunchstat_summary-2.6.0.dev20230124193727/crunchstat_summary.egg-info
|
|
Writing crunchstat_summary-2.6.0.dev20230124193727/setup.cfg
|
|
creating dist
|
|
Creating tar archive
|
|
removing 'crunchstat_summary-2.6.0.dev20230124193727' (and everything under it)
|
|
running rotate
|
|
1 file(s) matching crunchstat_summary*.tar.gz
|
|
Using /tmp/workspace/developer-run-tests-apps-workbench-integration/sdk/python for version number calculation of /tmp/workspace/developer-run-tests-apps-workbench-integration/tools/crunchstat-summary
|
|
Processing ./tools/crunchstat-summary/dist/crunchstat_summary-2.6.0.dev20230124193727.tar.gz
|
|
Requirement already satisfied: arvados-python-client<=2.6.0.dev20230124193727 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from crunchstat-summary==2.6.0.dev20230124193727) (2.6.0.dev20230124193727)
|
|
Requirement already satisfied: ciso8601>=2.0.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (2.2.0)
|
|
Requirement already satisfied: future in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (0.18.2)
|
|
Requirement already satisfied: google-api-core<2.11.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (2.10.2)
|
|
Requirement already satisfied: google-api-python-client>=2.1.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (2.74.0)
|
|
Requirement already satisfied: google-auth<2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (1.35.0)
|
|
Requirement already satisfied: httplib2<0.20.2,>=0.9.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (0.20.1)
|
|
Requirement already satisfied: protobuf<4.0.0dev in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (3.20.3)
|
|
Requirement already satisfied: pycurl<7.45.0,>=7.19.5.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (7.44.1)
|
|
Requirement already satisfied: pyparsing<3 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (2.4.7)
|
|
Requirement already satisfied: ruamel.yaml<0.17.22,>=0.15.54 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/ruamel.yaml-0.17.21-py3.7.egg (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (0.17.21)
|
|
Requirement already satisfied: setuptools in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (40.8.0)
|
|
Requirement already satisfied: ws4py>=0.4.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (0.5.1)
|
|
Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.56.2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (1.57.0)
|
|
Requirement already satisfied: requests<3.0.0dev,>=2.18.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (2.28.1)
|
|
Requirement already satisfied: uritemplate<5,>=3.0.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client>=2.1.0->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (3.0.1)
|
|
Requirement already satisfied: google-auth-httplib2>=0.1.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-api-python-client>=2.1.0->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (0.1.0)
|
|
Requirement already satisfied: cachetools<5.0,>=2.0.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (4.2.4)
|
|
Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (0.2.8)
|
|
Requirement already satisfied: six>=1.9.0 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (1.16.0)
|
|
Requirement already satisfied: rsa<5,>=3.1.4; python_version >= "3.6" in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (4.9)
|
|
Requirement already satisfied: ruamel.yaml.clib>=0.2.6 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages/ruamel.yaml.clib-0.2.7-py3.7-linux-x86_64.egg (from ruamel.yaml<0.17.22,>=0.15.54->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (0.2.7)
|
|
Requirement already satisfied: certifi>=2017.4.17 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (2022.9.24)
|
|
Requirement already satisfied: charset-normalizer<3,>=2 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (2.1.1)
|
|
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (1.26.12)
|
|
Requirement already satisfied: idna<4,>=2.5 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2.11.0->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (3.4)
|
|
Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /home/jenkins/tmp/VENV3DIR/lib/python3.7/site-packages (from pyasn1-modules>=0.2.1->google-auth<2->arvados-python-client<=2.6.0.dev20230124193727->crunchstat-summary==2.6.0.dev20230124193727) (0.4.8)
|
|
Installing collected packages: crunchstat-summary
|
|
Found existing installation: crunchstat-summary 2.5.0.dev20221116141533
|
|
Uninstalling crunchstat-summary-2.5.0.dev20221116141533:
|
|
Successfully uninstalled crunchstat-summary-2.5.0.dev20221116141533
|
|
Running setup.py install for crunchstat-summary: started
|
|
Running setup.py install for crunchstat-summary: finished with status 'done'
|
|
Successfully installed crunchstat-summary-2.6.0.dev20230124193727
|
|
Processing ./tools/crunchstat-summary/dist/crunchstat_summary-2.6.0.dev20230124193727.tar.gz
|
|
Installing collected packages: crunchstat-summary
|
|
Running setup.py install for crunchstat-summary: started
|
|
Running setup.py install for crunchstat-summary: finished with status 'done'
|
|
Successfully installed crunchstat-summary-2.6.0.dev20230124193727
|
|
======= install tools/crunchstat-summary -- 4s
|
|
======= install cmd/arvados-client
|
|
======= install cmd/arvados-client -- 4s
|
|
======= install cmd/arvados-package
|
|
======= install cmd/arvados-package -- 6s
|
|
======= install cmd/arvados-server
|
|
======= install cmd/arvados-server -- 31s
|
|
======= install lib/boot
|
|
======= install lib/boot -- 0s
|
|
======= install lib/cli
|
|
======= install lib/cli -- 0s
|
|
======= install lib/cloud
|
|
======= install lib/cloud -- 0s
|
|
======= install lib/cloud/azure
|
|
======= install lib/cloud/azure -- 1s
|
|
======= install lib/cloud/cloudtest
|
|
======= install lib/cloud/cloudtest -- 0s
|
|
======= install lib/cloud/ec2
|
|
======= install lib/cloud/ec2 -- 0s
|
|
======= install lib/cloud/loopback
|
|
======= install lib/cloud/loopback -- 0s
|
|
======= install lib/cmd
|
|
======= install lib/cmd -- 1s
|
|
======= install lib/cmdtest
|
|
======= install lib/cmdtest -- 0s
|
|
======= install lib/config
|
|
======= install lib/config -- 0s
|
|
======= install lib/controller
|
|
======= install lib/controller -- 0s
|
|
======= install lib/controller/api
|
|
======= install lib/controller/api -- 0s
|
|
======= install lib/controller/dblock
|
|
======= install lib/controller/dblock -- 0s
|
|
======= install lib/controller/federation
|
|
======= install lib/controller/federation -- 1s
|
|
======= install lib/controller/localdb
|
|
======= install lib/controller/localdb -- 0s
|
|
======= install lib/controller/railsproxy
|
|
======= install lib/controller/railsproxy -- 0s
|
|
======= install lib/controller/router
|
|
======= install lib/controller/router -- 0s
|
|
======= install lib/controller/rpc
|
|
======= install lib/controller/rpc -- 0s
|
|
======= install lib/costanalyzer
|
|
======= install lib/costanalyzer -- 1s
|
|
======= install lib/crunchrun
|
|
======= install lib/crunchrun -- 0s
|
|
======= install lib/crunchstat
|
|
======= install lib/crunchstat -- 0s
|
|
======= install lib/ctrlctx
|
|
======= install lib/ctrlctx -- 0s
|
|
======= install lib/deduplicationreport
|
|
======= install lib/deduplicationreport -- 0s
|
|
======= install lib/diagnostics
|
|
======= install lib/diagnostics -- 1s
|
|
======= install lib/dispatchcloud
|
|
======= install lib/dispatchcloud -- 0s
|
|
======= install lib/dispatchcloud/container
|
|
======= install lib/dispatchcloud/container -- 0s
|
|
======= install lib/dispatchcloud/scheduler
|
|
======= install lib/dispatchcloud/scheduler -- 0s
|
|
======= install lib/dispatchcloud/sshexecutor
|
|
======= install lib/dispatchcloud/sshexecutor -- 1s
|
|
======= install lib/dispatchcloud/test
|
|
======= install lib/dispatchcloud/test -- 0s
|
|
======= install lib/dispatchcloud/worker
|
|
======= install lib/dispatchcloud/worker -- 0s
|
|
======= install lib/install
|
|
======= install lib/install -- 0s
|
|
======= install lib/lsf
|
|
======= install lib/lsf -- 1s
|
|
======= install lib/mount
|
|
======= install lib/mount -- 0s
|
|
======= install lib/pam
|
|
======= install lib/pam -- 1s
|
|
======= install lib/recovercollection
|
|
======= install lib/recovercollection -- 0s
|
|
======= install lib/selfsigned
|
|
======= install lib/selfsigned -- 0s
|
|
======= install lib/service
|
|
======= install lib/service -- 1s
|
|
======= install sdk/go/arvados
|
|
======= install sdk/go/arvados -- 0s
|
|
======= install sdk/go/arvadosclient
|
|
======= install sdk/go/arvadosclient -- 0s
|
|
======= install sdk/go/arvadostest
|
|
======= install sdk/go/arvadostest -- 0s
|
|
======= install sdk/go/asyncbuf
|
|
======= install sdk/go/asyncbuf -- 0s
|
|
======= install sdk/go/auth
|
|
======= install sdk/go/auth -- 1s
|
|
======= install sdk/go/blockdigest
|
|
======= install sdk/go/blockdigest -- 0s
|
|
======= install sdk/go/config
|
|
======= install sdk/go/config -- 0s
|
|
======= install sdk/go/ctxlog
|
|
======= install sdk/go/ctxlog -- 0s
|
|
======= install sdk/go/dispatch
|
|
======= install sdk/go/dispatch -- 0s
|
|
======= install sdk/go/health
|
|
======= install sdk/go/health -- 0s
|
|
======= install sdk/go/httpserver
|
|
======= install sdk/go/httpserver -- 1s
|
|
======= install sdk/go/keepclient
|
|
======= install sdk/go/keepclient -- 0s
|
|
======= install sdk/go/manifest
|
|
======= install sdk/go/manifest -- 0s
|
|
======= install sdk/go/stats
|
|
======= install sdk/go/stats -- 0s
|
|
======= install services/crunch-dispatch-local
|
|
======= install services/crunch-dispatch-local -- 1s
|
|
======= install services/crunch-dispatch-slurm
|
|
======= install services/crunch-dispatch-slurm -- 1s
|
|
======= install services/crunchstat
|
|
======= install services/crunchstat -- 0s
|
|
======= install services/githttpd
|
|
======= install services/githttpd -- 0s
|
|
======= install services/keep-balance
|
|
======= install services/keep-balance -- 0s
|
|
======= install services/keepproxy
|
|
======= install services/keepproxy -- 1s
|
|
======= install services/keepstore
|
|
======= install services/keepstore -- 0s
|
|
======= install services/keep-web
|
|
======= install services/keep-web -- 0s
|
|
======= install services/ws
|
|
======= install services/ws -- 0s
|
|
======= install tools/keep-block-check
|
|
======= install tools/keep-block-check -- 1s
|
|
======= install tools/keep-exercise
|
|
======= install tools/keep-exercise -- 1s
|
|
======= install tools/keep-rsync
|
|
======= install tools/keep-rsync -- 0s
|
|
======= install tools/sync-groups
|
|
======= install tools/sync-groups -- 1s
|
|
======= install tools/sync-users
|
|
======= install tools/sync-users -- 0s
|
|
======= install services/api
|
|
(Running bundle install --local. 'could not find package' messages are OK.)
|
|
[DEPRECATED] The `--no-deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'false'`, and stop using this flag
|
|
Could not find racc-1.6.1 in any of the sources
|
|
(Running bundle install again, without --local.)
|
|
[DEPRECATED] The `--no-deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'false'`, and stop using this flag
|
|
Fetching gem metadata from https://rubygems.org/
|
|
Fetching gem metadata from https://rubygems.org/.........
|
|
Using rake 13.0.6
|
|
Using concurrent-ruby 1.1.10
|
|
Using minitest 5.10.3
|
|
Using thread_safe 0.3.6
|
|
Using builder 3.2.4
|
|
Using erubi 1.10.0
|
|
Using mini_portile2 2.8.0
|
|
Using crass 1.0.6
|
|
Using rack 2.2.4
|
|
Using nio4r 2.5.8
|
|
Using websocket-extensions 0.1.5
|
|
Using mini_mime 1.1.2
|
|
Using arel 9.0.0
|
|
Using marcel 1.0.2
|
|
Using public_suffix 4.0.6
|
|
Using andand 1.3.3
|
|
Using extlib 0.9.16
|
|
Using multi_json 1.15.0
|
|
Using multipart-post 2.1.1
|
|
Fetching racc 1.6.1
|
|
Using jwt 1.5.6
|
|
Using memoist 0.16.2
|
|
Using os 1.1.1
|
|
Using retriable 1.4.1
|
|
Using json 2.5.1
|
|
Using bundler 2.2.19
|
|
Using byebug 11.0.1
|
|
Using method_source 1.0.0
|
|
Using thor 1.2.1
|
|
Using ffi 1.9.25
|
|
Using httpclient 2.8.3
|
|
Using rb-fsevent 0.10.3
|
|
Using logstash-event 1.2.02
|
|
Using metaclass 0.0.4
|
|
Using oj 3.9.2
|
|
Using optimist 3.0.0
|
|
Using pg 1.1.4
|
|
Using power_assert 1.1.4
|
|
Using rails-perftest 0.0.7
|
|
Using ruby-prof 0.15.9
|
|
Using safe_yaml 1.0.5
|
|
Using simplecov-html 0.7.1
|
|
Using sshkey 2.0.0
|
|
Using i18n 0.9.5
|
|
Using tzinfo 1.2.10
|
|
Using rack-test 2.0.2
|
|
Using websocket-driver 0.7.5
|
|
Using mail 2.7.1
|
|
Using addressable 2.8.0
|
|
Using request_store 1.4.1
|
|
Using passenger 6.0.15
|
|
Using sprockets 3.7.2
|
|
Using faraday 0.15.4
|
|
Using activesupport 5.2.8.1
|
|
Using autoparse 0.3.3
|
|
Using signet 0.11.0
|
|
Using launchy 2.5.0
|
|
Using rb-inotify 0.9.10
|
|
Using mocha 1.8.0
|
|
Using simplecov 0.7.1
|
|
Using test-unit 3.3.1
|
|
Using globalid 1.0.0
|
|
Using activemodel 5.2.8.1
|
|
Using googleauth 0.9.0
|
|
Using factory_bot 5.0.2
|
|
Using listen 3.2.1
|
|
Using activerecord 5.2.8.1
|
|
Using acts_as_api 1.0.1
|
|
Using rails-observers 0.1.5
|
|
Using simplecov-rcov 0.2.3
|
|
Using activejob 5.2.8.1
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using arvados 2.1.5
|
|
Installing racc 1.6.1 with native extensions
|
|
Fetching nokogiri 1.13.10 (x86_64-linux)
|
|
Installing nokogiri 1.13.10 (x86_64-linux)
|
|
Using rails-dom-testing 2.0.3
|
|
Fetching loofah 2.19.1
|
|
Installing loofah 2.19.1
|
|
Fetching rails-html-sanitizer 1.4.4
|
|
Installing rails-html-sanitizer 1.4.4
|
|
Using actionview 5.2.8.1
|
|
Using actionpack 5.2.8.1
|
|
Using actioncable 5.2.8.1
|
|
Using actionmailer 5.2.8.1
|
|
Using activestorage 5.2.8.1
|
|
Using railties 5.2.8.1
|
|
Using sprockets-rails 3.4.2
|
|
Using rails-controller-testing 1.0.4
|
|
Using factory_bot_rails 5.0.1
|
|
Using jquery-rails 4.3.3
|
|
Using lograge 0.10.0
|
|
Using rails 5.2.8.1
|
|
Using responders 2.4.1
|
|
Using themes_for_rails 0.5.1 from https://github.com/arvados/themes_for_rails (at master@ddf6e59)
|
|
Bundle complete! 31 Gemfile dependencies, 91 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Using rake 13.0.6
|
|
Using concurrent-ruby 1.1.10
|
|
Using i18n 0.9.5
|
|
Using minitest 5.10.3
|
|
Using thread_safe 0.3.6
|
|
Using tzinfo 1.2.10
|
|
Using activesupport 5.2.8.1
|
|
Using builder 3.2.4
|
|
Using erubi 1.10.0
|
|
Using mini_portile2 2.8.0
|
|
Using racc 1.6.1
|
|
Using nokogiri 1.13.10 (x86_64-linux)
|
|
Using rails-dom-testing 2.0.3
|
|
Using crass 1.0.6
|
|
Using loofah 2.19.1
|
|
Using rails-html-sanitizer 1.4.4
|
|
Using actionview 5.2.8.1
|
|
Using rack 2.2.4
|
|
Using rack-test 2.0.2
|
|
Using actionpack 5.2.8.1
|
|
Using nio4r 2.5.8
|
|
Using websocket-extensions 0.1.5
|
|
Using websocket-driver 0.7.5
|
|
Using actioncable 5.2.8.1
|
|
Using globalid 1.0.0
|
|
Using activejob 5.2.8.1
|
|
Using mini_mime 1.1.2
|
|
Using mail 2.7.1
|
|
Using actionmailer 5.2.8.1
|
|
Using activemodel 5.2.8.1
|
|
Using arel 9.0.0
|
|
Using activerecord 5.2.8.1
|
|
Using marcel 1.0.2
|
|
Using activestorage 5.2.8.1
|
|
Using acts_as_api 1.0.1
|
|
Using public_suffix 4.0.6
|
|
Using addressable 2.8.0
|
|
Using andand 1.3.3
|
|
Using extlib 0.9.16
|
|
Using multi_json 1.15.0
|
|
Using autoparse 0.3.3
|
|
Using multipart-post 2.1.1
|
|
Using faraday 0.15.4
|
|
Using jwt 1.5.6
|
|
Using memoist 0.16.2
|
|
Using os 1.1.1
|
|
Using signet 0.11.0
|
|
Using googleauth 0.9.0
|
|
Using launchy 2.5.0
|
|
Using retriable 1.4.1
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using json 2.5.1
|
|
Using arvados 2.1.5
|
|
Using bundler 2.2.19
|
|
Using byebug 11.0.1
|
|
Using factory_bot 5.0.2
|
|
Using method_source 1.0.0
|
|
Using thor 1.2.1
|
|
Using railties 5.2.8.1
|
|
Using factory_bot_rails 5.0.1
|
|
Using ffi 1.9.25
|
|
Using httpclient 2.8.3
|
|
Using jquery-rails 4.3.3
|
|
Using rb-fsevent 0.10.3
|
|
Using rb-inotify 0.9.10
|
|
Using listen 3.2.1
|
|
Using request_store 1.4.1
|
|
Using lograge 0.10.0
|
|
Using logstash-event 1.2.02
|
|
Using metaclass 0.0.4
|
|
Using mocha 1.8.0
|
|
Using oj 3.9.2
|
|
Using optimist 3.0.0
|
|
Using passenger 6.0.15
|
|
Using pg 1.1.4
|
|
Using power_assert 1.1.4
|
|
Using sprockets 3.7.2
|
|
Using sprockets-rails 3.4.2
|
|
Using rails 5.2.8.1
|
|
Using rails-controller-testing 1.0.4
|
|
Using rails-observers 0.1.5
|
|
Using rails-perftest 0.0.7
|
|
Using responders 2.4.1
|
|
Using ruby-prof 0.15.9
|
|
Using safe_yaml 1.0.5
|
|
Using simplecov-html 0.7.1
|
|
Using simplecov 0.7.1
|
|
Using simplecov-rcov 0.2.3
|
|
Using sshkey 2.0.0
|
|
Using test-unit 3.3.1
|
|
Using themes_for_rails 0.5.1 from https://github.com/arvados/themes_for_rails
|
|
Bundle complete! 31 Gemfile dependencies, 91 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Updating files in vendor/cache
|
|
* rake-13.0.6.gem
|
|
* concurrent-ruby-1.1.10.gem
|
|
* i18n-0.9.5.gem
|
|
* minitest-5.10.3.gem
|
|
* thread_safe-0.3.6.gem
|
|
* tzinfo-1.2.10.gem
|
|
* activesupport-5.2.8.1.gem
|
|
* builder-3.2.4.gem
|
|
* erubi-1.10.0.gem
|
|
* mini_portile2-2.8.0.gem
|
|
* racc-1.6.1.gem
|
|
* nokogiri-1.13.10-x86_64-linux.gem
|
|
* rails-dom-testing-2.0.3.gem
|
|
* crass-1.0.6.gem
|
|
* loofah-2.19.1.gem
|
|
* rails-html-sanitizer-1.4.4.gem
|
|
* actionview-5.2.8.1.gem
|
|
* rack-2.2.4.gem
|
|
* rack-test-2.0.2.gem
|
|
* actionpack-5.2.8.1.gem
|
|
* nio4r-2.5.8.gem
|
|
* websocket-extensions-0.1.5.gem
|
|
* websocket-driver-0.7.5.gem
|
|
* actioncable-5.2.8.1.gem
|
|
* globalid-1.0.0.gem
|
|
* activejob-5.2.8.1.gem
|
|
* mini_mime-1.1.2.gem
|
|
* mail-2.7.1.gem
|
|
* actionmailer-5.2.8.1.gem
|
|
* activemodel-5.2.8.1.gem
|
|
* arel-9.0.0.gem
|
|
* activerecord-5.2.8.1.gem
|
|
* marcel-1.0.2.gem
|
|
* activestorage-5.2.8.1.gem
|
|
* acts_as_api-1.0.1.gem
|
|
* public_suffix-4.0.6.gem
|
|
* addressable-2.8.0.gem
|
|
* andand-1.3.3.gem
|
|
* extlib-0.9.16.gem
|
|
* multi_json-1.15.0.gem
|
|
* autoparse-0.3.3.gem
|
|
* multipart-post-2.1.1.gem
|
|
* faraday-0.15.4.gem
|
|
* jwt-1.5.6.gem
|
|
* memoist-0.16.2.gem
|
|
* os-1.1.1.gem
|
|
* signet-0.11.0.gem
|
|
* googleauth-0.9.0.gem
|
|
* launchy-2.5.0.gem
|
|
* retriable-1.4.1.gem
|
|
* arvados-google-api-client-0.8.7.4.gem
|
|
* json-2.5.1.gem
|
|
* arvados-2.1.5.gem
|
|
* byebug-11.0.1.gem
|
|
* factory_bot-5.0.2.gem
|
|
* method_source-1.0.0.gem
|
|
* thor-1.2.1.gem
|
|
* railties-5.2.8.1.gem
|
|
* factory_bot_rails-5.0.1.gem
|
|
* ffi-1.9.25.gem
|
|
* httpclient-2.8.3.gem
|
|
* jquery-rails-4.3.3.gem
|
|
* rb-fsevent-0.10.3.gem
|
|
* rb-inotify-0.9.10.gem
|
|
* listen-3.2.1.gem
|
|
* request_store-1.4.1.gem
|
|
* lograge-0.10.0.gem
|
|
* logstash-event-1.2.02.gem
|
|
* metaclass-0.0.4.gem
|
|
* mocha-1.8.0.gem
|
|
* oj-3.9.2.gem
|
|
* optimist-3.0.0.gem
|
|
* passenger-6.0.15.gem
|
|
* pg-1.1.4.gem
|
|
* power_assert-1.1.4.gem
|
|
* sprockets-3.7.2.gem
|
|
* sprockets-rails-3.4.2.gem
|
|
* rails-5.2.8.1.gem
|
|
* rails-controller-testing-1.0.4.gem
|
|
* rails-observers-0.1.5.gem
|
|
* rails-perftest-0.0.7.gem
|
|
* responders-2.4.1.gem
|
|
* ruby-prof-0.15.9.gem
|
|
* safe_yaml-1.0.5.gem
|
|
* simplecov-html-0.7.1.gem
|
|
* simplecov-0.7.1.gem
|
|
* simplecov-rcov-0.2.3.gem
|
|
* sshkey-2.0.0.gem
|
|
* test-unit-3.3.1.gem
|
|
Generating a RSA private key
|
|
.............................+++++
|
|
..........................................................................................................+++++
|
|
writing new private key to '/tmp/workspace/developer-run-tests-apps-workbench-integration/services/api/tmp/self-signed.key'
|
|
-----
|
|
Signature ok
|
|
subject=C = US, ST = State, L = City, CN = localhost
|
|
Getting Private key
|
|
Initialized empty Git repository in /tmp/workspace/developer-run-tests-apps-workbench-integration/services/api/tmp/git/internal.git/
|
|
+ cd /tmp/workspace/developer-run-tests-apps-workbench-integration/services/api
|
|
+ export RAILS_ENV=test
|
|
+ RAILS_ENV=test
|
|
+ bin/rails db:environment:set
|
|
Defaulting to memory cache, because /tmp/workspace/developer-run-tests-apps-workbench-integration/services/api/tmp/cache does not exist
|
|
+ bin/rake db:drop
|
|
Defaulting to memory cache, because /tmp/workspace/developer-run-tests-apps-workbench-integration/services/api/tmp/cache does not exist
|
|
Dropped database 'arvados_test'
|
|
+ bin/rake db:setup
|
|
Defaulting to memory cache, because /tmp/workspace/developer-run-tests-apps-workbench-integration/services/api/tmp/cache does not exist
|
|
Created database 'arvados_test'
|
|
set_config
|
|
------------
|
|
|
|
(1 row)
|
|
|
|
+ bin/rake db:fixtures:load
|
|
Defaulting to memory cache, because /tmp/workspace/developer-run-tests-apps-workbench-integration/services/api/tmp/cache does not exist
|
|
======= install services/api -- 21s
|
|
======= install apps/workbench
|
|
(Running bundle install --local. 'could not find package' messages are OK.)
|
|
[DEPRECATED] The `--no-deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'false'`, and stop using this flag
|
|
Using rake 13.0.6
|
|
Using RedCloth 4.3.2
|
|
Using concurrent-ruby 1.1.10
|
|
Using i18n 0.9.5
|
|
Using minitest 5.10.3
|
|
Using thread_safe 0.3.6
|
|
Using tzinfo 1.2.10
|
|
Using activesupport 5.2.8.1
|
|
Using builder 3.2.4
|
|
Using erubi 1.10.0
|
|
Using mini_portile2 2.8.0
|
|
Using racc 1.6.1
|
|
Using nokogiri 1.13.10 (x86_64-linux)
|
|
Using rails-dom-testing 2.0.3
|
|
Using crass 1.0.6
|
|
Using loofah 2.19.1
|
|
Using rails-html-sanitizer 1.4.4
|
|
Using actionview 5.2.8.1
|
|
Using rack 2.2.4
|
|
Using rack-test 2.0.2
|
|
Using actionpack 5.2.8.1
|
|
Using nio4r 2.5.8
|
|
Using websocket-extensions 0.1.5
|
|
Using websocket-driver 0.7.5
|
|
Using actioncable 5.2.8.1
|
|
Using globalid 1.0.0
|
|
Using activejob 5.2.8.1
|
|
Using mini_mime 1.1.2
|
|
Using mail 2.7.1
|
|
Using actionmailer 5.2.8.1
|
|
Using activemodel 5.2.8.1
|
|
Using arel 9.0.0
|
|
Using activerecord 5.2.8.1
|
|
Using activerecord-nulldb-adapter 0.3.9 from https://github.com/arvados/nulldb
|
|
Using marcel 1.0.2
|
|
Using activestorage 5.2.8.1
|
|
Using public_suffix 4.0.6
|
|
Using addressable 2.8.0
|
|
Using andand 1.3.3
|
|
Using angularjs-rails 1.3.15
|
|
Using extlib 0.9.16
|
|
Using multi_json 1.15.0
|
|
Using autoparse 0.3.3
|
|
Using multipart-post 2.1.1
|
|
Using faraday 0.15.4
|
|
Using jwt 1.5.6
|
|
Using memoist 0.16.2
|
|
Using os 1.1.1
|
|
Using signet 0.11.0
|
|
Using googleauth 0.9.0
|
|
Using launchy 2.4.3
|
|
Using retriable 1.4.1
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using json 2.5.1
|
|
Using arvados 2.1.5
|
|
Using execjs 2.7.0
|
|
Using autoprefixer-rails 9.5.1.1
|
|
Using ffi 1.10.0
|
|
Using sassc 2.0.1
|
|
Using bootstrap-sass 3.4.1
|
|
Using method_source 1.0.0
|
|
Using thor 1.2.1
|
|
Using railties 5.2.8.1
|
|
Using bootstrap-tab-history-rails 0.1.0
|
|
Using bootstrap-x-editable-rails 1.5.1.1
|
|
Using bundler 2.2.19
|
|
Using byebug 11.0.1
|
|
Using highline 2.0.2
|
|
Using net-ssh 5.2.0
|
|
Using net-scp 2.0.0
|
|
Using net-sftp 2.1.2
|
|
Using net-ssh-gateway 2.0.0
|
|
Using capistrano 2.15.9
|
|
Using mime-types-data 3.2019.0331
|
|
Using mime-types 3.2.2
|
|
Using xpath 2.1.0
|
|
Using capybara 2.5.0
|
|
Using childprocess 0.9.0
|
|
Using cliver 0.3.2
|
|
Using deep_merge 1.2.1
|
|
Using docile 1.3.1
|
|
Using flamegraph 0.9.5
|
|
Using headless 1.0.2
|
|
Using httpclient 2.8.3
|
|
Using jquery-rails 4.3.3
|
|
Using request_store 1.4.1
|
|
Using lograge 0.10.0
|
|
Using logstash-event 1.2.02
|
|
Using metaclass 0.0.4
|
|
Using mocha 1.8.0
|
|
Using morrisjs-rails 0.5.1.2
|
|
Using sprockets 3.7.2
|
|
Using sprockets-rails 3.4.2
|
|
Using rails 5.2.8.1
|
|
Using npm-rails 0.2.1
|
|
Using oj 3.7.12
|
|
Using passenger 6.0.15
|
|
Using piwik_analytics 1.0.2
|
|
Using poltergeist 1.5.1
|
|
Using rack-mini-profiler 1.0.2
|
|
Using rails-controller-testing 1.0.4
|
|
Using rails-perftest 0.0.7
|
|
Using raphael-rails 2.1.2
|
|
Using rb-fsevent 0.10.3
|
|
Using rb-inotify 0.10.0
|
|
Using responders 2.4.1
|
|
Using ruby-debug-passenger 0.2.0
|
|
Using ruby-prof 0.17.0
|
|
Using rubyzip 1.3.0
|
|
Using rvm-capistrano 1.5.6
|
|
Using safe_yaml 1.0.5
|
|
Using sass-listen 4.0.0
|
|
Using sass 3.7.4
|
|
Using tilt 2.0.9
|
|
Using sassc-rails 2.1.0
|
|
Using selenium-webdriver 3.141.0
|
|
Using simplecov-html 0.10.2
|
|
Using simplecov 0.16.1
|
|
Using simplecov-rcov 0.2.3
|
|
Using sshkey 2.0.0
|
|
Using themes_for_rails 0.5.1 from https://github.com/arvados/themes_for_rails
|
|
Using uglifier 2.7.2
|
|
Bundle complete! 48 Gemfile dependencies, 122 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Using rake 13.0.6
|
|
Using RedCloth 4.3.2
|
|
Using concurrent-ruby 1.1.10
|
|
Using i18n 0.9.5
|
|
Using minitest 5.10.3
|
|
Using thread_safe 0.3.6
|
|
Using tzinfo 1.2.10
|
|
Using activesupport 5.2.8.1
|
|
Using builder 3.2.4
|
|
Using erubi 1.10.0
|
|
Using mini_portile2 2.8.0
|
|
Using racc 1.6.1
|
|
Using nokogiri 1.13.10 (x86_64-linux)
|
|
Using rails-dom-testing 2.0.3
|
|
Using crass 1.0.6
|
|
Using loofah 2.19.1
|
|
Using rails-html-sanitizer 1.4.4
|
|
Using actionview 5.2.8.1
|
|
Using rack 2.2.4
|
|
Using rack-test 2.0.2
|
|
Using actionpack 5.2.8.1
|
|
Using nio4r 2.5.8
|
|
Using websocket-extensions 0.1.5
|
|
Using websocket-driver 0.7.5
|
|
Using actioncable 5.2.8.1
|
|
Using globalid 1.0.0
|
|
Using activejob 5.2.8.1
|
|
Using mini_mime 1.1.2
|
|
Using mail 2.7.1
|
|
Using actionmailer 5.2.8.1
|
|
Using activemodel 5.2.8.1
|
|
Using arel 9.0.0
|
|
Using activerecord 5.2.8.1
|
|
Using activerecord-nulldb-adapter 0.3.9 from https://github.com/arvados/nulldb
|
|
Using marcel 1.0.2
|
|
Using activestorage 5.2.8.1
|
|
Using public_suffix 4.0.6
|
|
Using addressable 2.8.0
|
|
Using andand 1.3.3
|
|
Using angularjs-rails 1.3.15
|
|
Using extlib 0.9.16
|
|
Using multi_json 1.15.0
|
|
Using autoparse 0.3.3
|
|
Using multipart-post 2.1.1
|
|
Using faraday 0.15.4
|
|
Using jwt 1.5.6
|
|
Using memoist 0.16.2
|
|
Using os 1.1.1
|
|
Using signet 0.11.0
|
|
Using googleauth 0.9.0
|
|
Using launchy 2.4.3
|
|
Using retriable 1.4.1
|
|
Using arvados-google-api-client 0.8.7.4
|
|
Using json 2.5.1
|
|
Using arvados 2.1.5
|
|
Using execjs 2.7.0
|
|
Using autoprefixer-rails 9.5.1.1
|
|
Using ffi 1.10.0
|
|
Using sassc 2.0.1
|
|
Using bootstrap-sass 3.4.1
|
|
Using method_source 1.0.0
|
|
Using thor 1.2.1
|
|
Using railties 5.2.8.1
|
|
Using bootstrap-tab-history-rails 0.1.0
|
|
Using bootstrap-x-editable-rails 1.5.1.1
|
|
Using bundler 2.2.19
|
|
Using byebug 11.0.1
|
|
Using highline 2.0.2
|
|
Using net-ssh 5.2.0
|
|
Using net-scp 2.0.0
|
|
Using net-sftp 2.1.2
|
|
Using net-ssh-gateway 2.0.0
|
|
Using capistrano 2.15.9
|
|
Using mime-types-data 3.2019.0331
|
|
Using mime-types 3.2.2
|
|
Using xpath 2.1.0
|
|
Using capybara 2.5.0
|
|
Using childprocess 0.9.0
|
|
Using cliver 0.3.2
|
|
Using deep_merge 1.2.1
|
|
Using docile 1.3.1
|
|
Using flamegraph 0.9.5
|
|
Using headless 1.0.2
|
|
Using httpclient 2.8.3
|
|
Using jquery-rails 4.3.3
|
|
Using request_store 1.4.1
|
|
Using lograge 0.10.0
|
|
Using logstash-event 1.2.02
|
|
Using metaclass 0.0.4
|
|
Using mocha 1.8.0
|
|
Using morrisjs-rails 0.5.1.2
|
|
Using sprockets 3.7.2
|
|
Using sprockets-rails 3.4.2
|
|
Using rails 5.2.8.1
|
|
Using npm-rails 0.2.1
|
|
Using oj 3.7.12
|
|
Using passenger 6.0.15
|
|
Using piwik_analytics 1.0.2
|
|
Using poltergeist 1.5.1
|
|
Using rack-mini-profiler 1.0.2
|
|
Using rails-controller-testing 1.0.4
|
|
Using rails-perftest 0.0.7
|
|
Using raphael-rails 2.1.2
|
|
Using rb-fsevent 0.10.3
|
|
Using rb-inotify 0.10.0
|
|
Using responders 2.4.1
|
|
Using ruby-debug-passenger 0.2.0
|
|
Using ruby-prof 0.17.0
|
|
Using rubyzip 1.3.0
|
|
Using rvm-capistrano 1.5.6
|
|
Using safe_yaml 1.0.5
|
|
Using sass-listen 4.0.0
|
|
Using sass 3.7.4
|
|
Using tilt 2.0.9
|
|
Using sassc-rails 2.1.0
|
|
Using selenium-webdriver 3.141.0
|
|
Using simplecov-html 0.10.2
|
|
Using simplecov 0.16.1
|
|
Using simplecov-rcov 0.2.3
|
|
Using sshkey 2.0.0
|
|
Using themes_for_rails 0.5.1 from https://github.com/arvados/themes_for_rails
|
|
Using uglifier 2.7.2
|
|
Bundle complete! 48 Gemfile dependencies, 122 gems now installed.
|
|
Use `bundle info [gemname]` to see where a bundled gem is installed.
|
|
Updating files in vendor/cache
|
|
* rake-13.0.6.gem
|
|
* RedCloth-4.3.2.gem
|
|
* concurrent-ruby-1.1.10.gem
|
|
* i18n-0.9.5.gem
|
|
* minitest-5.10.3.gem
|
|
* thread_safe-0.3.6.gem
|
|
* tzinfo-1.2.10.gem
|
|
* activesupport-5.2.8.1.gem
|
|
* builder-3.2.4.gem
|
|
* erubi-1.10.0.gem
|
|
* mini_portile2-2.8.0.gem
|
|
* racc-1.6.1.gem
|
|
* nokogiri-1.13.10-x86_64-linux.gem
|
|
* rails-dom-testing-2.0.3.gem
|
|
* crass-1.0.6.gem
|
|
* loofah-2.19.1.gem
|
|
* rails-html-sanitizer-1.4.4.gem
|
|
* actionview-5.2.8.1.gem
|
|
* rack-2.2.4.gem
|
|
* rack-test-2.0.2.gem
|
|
* actionpack-5.2.8.1.gem
|
|
* nio4r-2.5.8.gem
|
|
* websocket-extensions-0.1.5.gem
|
|
* websocket-driver-0.7.5.gem
|
|
* actioncable-5.2.8.1.gem
|
|
* globalid-1.0.0.gem
|
|
* activejob-5.2.8.1.gem
|
|
* mini_mime-1.1.2.gem
|
|
* mail-2.7.1.gem
|
|
* actionmailer-5.2.8.1.gem
|
|
* activemodel-5.2.8.1.gem
|
|
* arel-9.0.0.gem
|
|
* activerecord-5.2.8.1.gem
|
|
* marcel-1.0.2.gem
|
|
* activestorage-5.2.8.1.gem
|
|
* public_suffix-4.0.6.gem
|
|
* addressable-2.8.0.gem
|
|
* andand-1.3.3.gem
|
|
* angularjs-rails-1.3.15.gem
|
|
* extlib-0.9.16.gem
|
|
* multi_json-1.15.0.gem
|
|
* autoparse-0.3.3.gem
|
|
* multipart-post-2.1.1.gem
|
|
* faraday-0.15.4.gem
|
|
* jwt-1.5.6.gem
|
|
* memoist-0.16.2.gem
|
|
* os-1.1.1.gem
|
|
* signet-0.11.0.gem
|
|
* googleauth-0.9.0.gem
|
|
* launchy-2.4.3.gem
|
|
* retriable-1.4.1.gem
|
|
* arvados-google-api-client-0.8.7.4.gem
|
|
* json-2.5.1.gem
|
|
* arvados-2.1.5.gem
|
|
* execjs-2.7.0.gem
|
|
* autoprefixer-rails-9.5.1.1.gem
|
|
* ffi-1.10.0.gem
|
|
* sassc-2.0.1.gem
|
|
* bootstrap-sass-3.4.1.gem
|
|
* method_source-1.0.0.gem
|
|
* thor-1.2.1.gem
|
|
* railties-5.2.8.1.gem
|
|
* bootstrap-tab-history-rails-0.1.0.gem
|
|
* bootstrap-x-editable-rails-1.5.1.1.gem
|
|
* byebug-11.0.1.gem
|
|
* highline-2.0.2.gem
|
|
* net-ssh-5.2.0.gem
|
|
* net-scp-2.0.0.gem
|
|
* net-sftp-2.1.2.gem
|
|
* net-ssh-gateway-2.0.0.gem
|
|
* capistrano-2.15.9.gem
|
|
* mime-types-data-3.2019.0331.gem
|
|
* mime-types-3.2.2.gem
|
|
* xpath-2.1.0.gem
|
|
* capybara-2.5.0.gem
|
|
* childprocess-0.9.0.gem
|
|
* cliver-0.3.2.gem
|
|
* deep_merge-1.2.1.gem
|
|
* docile-1.3.1.gem
|
|
* flamegraph-0.9.5.gem
|
|
* headless-1.0.2.gem
|
|
* httpclient-2.8.3.gem
|
|
* jquery-rails-4.3.3.gem
|
|
* request_store-1.4.1.gem
|
|
* lograge-0.10.0.gem
|
|
* logstash-event-1.2.02.gem
|
|
* metaclass-0.0.4.gem
|
|
* mocha-1.8.0.gem
|
|
* morrisjs-rails-0.5.1.2.gem
|
|
* sprockets-3.7.2.gem
|
|
* sprockets-rails-3.4.2.gem
|
|
* rails-5.2.8.1.gem
|
|
* npm-rails-0.2.1.gem
|
|
* oj-3.7.12.gem
|
|
* passenger-6.0.15.gem
|
|
* piwik_analytics-1.0.2.gem
|
|
* poltergeist-1.5.1.gem
|
|
* rack-mini-profiler-1.0.2.gem
|
|
* rails-controller-testing-1.0.4.gem
|
|
* rails-perftest-0.0.7.gem
|
|
* raphael-rails-2.1.2.gem
|
|
* rb-fsevent-0.10.3.gem
|
|
* rb-inotify-0.10.0.gem
|
|
* responders-2.4.1.gem
|
|
* ruby-debug-passenger-0.2.0.gem
|
|
* ruby-prof-0.17.0.gem
|
|
* rubyzip-1.3.0.gem
|
|
* rvm-capistrano-1.5.6.gem
|
|
* safe_yaml-1.0.5.gem
|
|
* sass-listen-4.0.0.gem
|
|
* sass-3.7.4.gem
|
|
* tilt-2.0.9.gem
|
|
* sassc-rails-2.1.0.gem
|
|
* selenium-webdriver-3.141.0.gem
|
|
* simplecov-html-0.10.2.gem
|
|
* simplecov-0.16.1.gem
|
|
* simplecov-rcov-0.2.3.gem
|
|
* sshkey-2.0.0.gem
|
|
* uglifier-2.7.2.gem
|
|
/home/jenkins/.gem/ruby/2.7.0/gems/mime-types-3.2.2/lib/mime/types/logger.rb:30: warning: `_1' is reserved for numbered parameter; consider another name
|
|
/home/jenkins/.gem/ruby/2.7.0/gems/mime-types-3.2.2/lib/mime/types/logger.rb:30: warning: `_2' is reserved for numbered parameter; consider another name
|
|
/home/jenkins/.gem/ruby/2.7.0/gems/mime-types-3.2.2/lib/mime/types/logger.rb:30: warning: `_3' is reserved for numbered parameter; consider another name
|
|
npm install --prefix /tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench --loglevel error browserify@"latest" jquery@"latest" awesomplete@"latest" jssha@"2.4.2" mithril@"1.1.7" es6-object-assign@"latest"
|
|
+ es6-object-assign@1.1.0
|
|
+ browserify@17.0.0
|
|
+ jquery@3.6.3
|
|
+ awesomplete@1.1.5
|
|
+ jssha@2.4.2
|
|
+ mithril@1.1.7
|
|
added 161 packages from 123 contributors and audited 161 packages in 6.113s
|
|
|
|
22 packages are looking for funding
|
|
run `npm fund` for details
|
|
|
|
found 0 vulnerabilities
|
|
|
|
/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/node_modules/.bin/browserify /tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/tmp/npm-rails/bundle.js > /tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/vendor/assets/javascripts/npm-rails/development/npm-dependencies.js
|
|
======= install apps/workbench -- 12s
|
|
Starting API, controller, keepproxy, keep-web, githttpd, ws, and nginx ssl proxy...
|
|
api pid 9300 ok
|
|
https://127.0.0.1:45773/discovery/v1/apis/arvados/v1/rest ok
|
|
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)
|
|
2023/01/24 19:42:54 [notice] 9427#9427: using the "epoll" event method
|
|
2023/01/24 19:42:54 [notice] 9427#9427: nginx/1.14.2
|
|
2023/01/24 19:42:54 [notice] 9427#9427: OS: Linux 4.19.0-20-cloud-amd64
|
|
2023/01/24 19:42:54 [notice] 9427#9427: getrlimit(RLIMIT_NOFILE): 1048576:1048576
|
|
2023/01/24 19:42:54 [notice] 9427#9427: start worker processes
|
|
2023/01/24 19:42:54 [notice] 9427#9427: start worker process 9430
|
|
nginx pid 9427 ok
|
|
controller pid 9436 ok
|
|
{"health":"OK"}
|
|
{"health":"OK"}
|
|
2023/01/24 19:42:55 [info] 9430#9430: *1 client 127.0.0.1 closed keepalive connection
|
|
https://0.0.0.0:47075/discovery/v1/apis/arvados/v1/rest ok
|
|
2023/01/24 19:42:55 [info] 9430#9430: *3 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:42:55 [info] 9430#9430: *5 client 127.0.0.1 closed keepalive connection
|
|
Using API 0.0.0.0:47075 token 4axaw8zxe0qm22wa6urpp5nskcne8z88cvbupv653y1njyi05h
|
|
2023/01/24 19:42:56 [info] 9430#9430: *9 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:42:56 [info] 9430#9430: *11 client 127.0.0.1 closed keepalive connection
|
|
keepproxy pid 9456 ok
|
|
keep-web pid 9471 ok
|
|
{"health":"OK"}
|
|
{"health":"OK"}
|
|
githttpd pid 9489 ok
|
|
{"health":"OK"}
|
|
{"health":"OK"}
|
|
ws pid 9505 ok
|
|
ARVADOS_TEST_PROXY_SERVICES=1
|
|
ARVADOS_API_TOKEN=4axaw8zxe0qm22wa6urpp5nskcne8z88cvbupv653y1njyi05h
|
|
ARVADOS_CONFIG=/tmp/workspace/developer-run-tests-apps-workbench-integration/tmp/arvados.yml
|
|
ARVADOS_API_HOST=0.0.0.0:47075
|
|
ARVADOS_TEST_API_INSTALLED=1695
|
|
ARVADOS_TEST_API_HOST=127.0.0.1:45773
|
|
ARVADOS_API_HOST_INSECURE=true
|
|
======= test apps/workbench_integration
|
|
/home/jenkins/.gem/ruby/2.7.0/gems/mime-types-3.2.2/lib/mime/types/logger.rb:30: warning: `_1' is reserved for numbered parameter; consider another name
|
|
/home/jenkins/.gem/ruby/2.7.0/gems/mime-types-3.2.2/lib/mime/types/logger.rb:30: warning: `_2' is reserved for numbered parameter; consider another name
|
|
/home/jenkins/.gem/ruby/2.7.0/gems/mime-types-3.2.2/lib/mime/types/logger.rb:30: warning: `_3' is reserved for numbered parameter; consider another name
|
|
/home/jenkins/.gem/ruby/2.7.0/gems/mime-types-3.2.2/lib/mime/types/logger.rb:30: warning: `_1' is reserved for numbered parameter; consider another name
|
|
/home/jenkins/.gem/ruby/2.7.0/gems/mime-types-3.2.2/lib/mime/types/logger.rb:30: warning: `_2' is reserved for numbered parameter; consider another name
|
|
/home/jenkins/.gem/ruby/2.7.0/gems/mime-types-3.2.2/lib/mime/types/logger.rb:30: warning: `_3' is reserved for numbered parameter; consider another name
|
|
[DEPRECATED] `Bundler.with_clean_env` has been deprecated in favor of `Bundler.with_unbundled_env`. If you instead want the environment before bundler was originally loaded, use `Bundler.with_original_env` (called at /tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/test/test_helper.rb:175)
|
|
child.pid is 9567
|
|
child.pid is 9579
|
|
2023/01/24 19:43:03 [info] 9430#9430: *16 client 127.0.0.1 closed keepalive connection
|
|
Using display :428 for headless tests
|
|
2023/01/24 19:43:04 [info] 9430#9430: *30 client 127.0.0.1 closed keepalive connection
|
|
Run options: -v -d --seed 1259
|
|
|
|
# Running:
|
|
|
|
Using port 41797 for selenium
|
|
AjaxErrorsTest#test_load_pane_with_deleted_session = 4.92 s = S
|
|
AjaxErrorsTest#test_load_pane_with_expired_token = 0.94 s = S
|
|
Using port 33591 for poltergeist
|
|
2023/01/24 19:43:11 [info] 9430#9430: *32 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:11 [info] 9430#9430: *34 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:16 [info] 9430#9430: *61 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:16 [info] 9430#9430: *62 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_getting_started_help_menu_item_false = 16.33 s = .
|
|
2023/01/24 19:43:27 [info] 9430#9430: *87 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:27 [info] 9430#9430: *88 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_getting_started_help_menu_item_true = 11.24 s = .
|
|
2023/01/24 19:43:38 [info] 9430#9430: *103 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:38 [info] 9430#9430: *104 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_no_SSH_public_key_notification_when_shell_in_a_box_url_is_configured = 0.62 s = .
|
|
2023/01/24 19:43:39 [info] 9430#9430: *129 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:39 [info] 9430#9430: *130 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
ApplicationLayoutTest#test_test_arvados_public_data_doc_url_config_unset = 0.98 s = .
|
|
2023/01/24 19:43:40 [info] 9430#9430: *89 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:40 [info] 9430#9430: *154 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:40 [info] 9430#9430: *155 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:41 [info] 9430#9430: *172 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:41 [info] 9430#9430: *173 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_test_system_menu_Groups_link = 1.50 s = .
|
|
2023/01/24 19:43:42 [info] 9430#9430: *197 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:42 [info] 9430#9430: *198 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:43:42 [info] 9430#9430: *209 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:42 [info] 9430#9430: *210 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_test_system_menu_Keep_services_link = 1.37 s = .
|
|
2023/01/24 19:43:43 [info] 9430#9430: *234 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:43 [info] 9430#9430: *235 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:43:43 [info] 9430#9430: *131 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:45 [info] 9430#9430: *63 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:45 [info] 9430#9430: *105 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:46 [info] 9430#9430: *343 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:46 [info] 9430#9430: *344 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_test_system_menu_Links_link = 3.84 s = .
|
|
2023/01/24 19:43:46 [info] 9430#9430: *36 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:47 [info] 9430#9430: *368 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:47 [info] 9430#9430: *369 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:47 [info] 9430#9430: *379 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:47 [info] 9430#9430: *380 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_test_system_menu_Repositories_link = 1.51 s = .
|
|
2023/01/24 19:43:48 [info] 9430#9430: *411 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:48 [info] 9430#9430: *412 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:49 [info] 9430#9430: *427 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:49 [info] 9430#9430: *428 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_test_system_menu_SSH_keys_link = 1.48 s = .
|
|
2023/01/24 19:43:50 [info] 9430#9430: *452 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:50 [info] 9430#9430: *453 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:50 [info] 9430#9430: *466 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:50 [info] 9430#9430: *467 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_test_system_menu_Virtual_machines_link = 1.35 s = .
|
|
2023/01/24 19:43:51 [info] 9430#9430: *492 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:51 [info] 9430#9430: *493 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
ApplicationLayoutTest#test_visit_dashboard_as_active = 0.99 s = .
|
|
2023/01/24 19:43:52 [info] 9430#9430: *388 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:52 [info] 9430#9430: *517 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:52 [info] 9430#9430: *518 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
ApplicationLayoutTest#test_visit_dashboard_as_admin = 0.87 s = .
|
|
ApplicationLayoutTest#test_visit_home_page_for_user_ = 0.38 s = .
|
|
2023/01/24 19:43:53 [info] 9430#9430: *429 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:53 [info] 9430#9430: *543 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:53 [info] 9430#9430: *544 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
ApplicationLayoutTest#test_visit_home_page_for_user_active = 1.10 s = .
|
|
2023/01/24 19:43:54 [info] 9430#9430: *557 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_visit_home_page_for_user_active_no_prefs = 0.67 s = .
|
|
2023/01/24 19:43:55 [info] 9430#9430: *570 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_visit_home_page_for_user_active_no_prefs_profile_no_getting_started_shown = 0.67 s = .
|
|
2023/01/24 19:43:56 [info] 9430#9430: *494 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:56 [info] 9430#9430: *594 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:56 [info] 9430#9430: *595 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:56 [info] 9430#9430: *606 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:43:56 [info] 9430#9430: *607 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_visit_home_page_for_user_admin = 1.60 s = .
|
|
2023/01/24 19:43:57 [info] 9430#9430: *519 client 127.0.0.1 closed keepalive connection
|
|
ApplicationLayoutTest#test_visit_home_page_for_user_inactive = 0.62 s = .
|
|
ApplicationLayoutTest#test_visit_home_page_for_user_inactive_uninvited = 0.50 s = .
|
|
2023/01/24 19:43:58 [info] 9430#9430: *545 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:43:59 [info] 9430#9430: *646 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:43:59 [info] 9430#9430: *647 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:44:02 [info] 9430#9430: *558 client 127.0.0.1 closed keepalive connection
|
|
ApplicationLayoutTest#test_workbench2_url=_should_not_show_WB2_menu = 11.05 s = .
|
|
2023/01/24 19:44:10 [info] 9430#9430: *672 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:10 [info] 9430#9430: *673 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_workbench2_url=ftp://wb2.example.org_should_not_show_WB2_menu = 11.04 s = .
|
|
2023/01/24 19:44:20 [info] 9430#9430: *608 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:20 [info] 9430#9430: *618 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:20 [info] 9430#9430: *622 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:21 [info] 9430#9430: *698 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:21 [info] 9430#9430: *699 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_workbench2_url=http://wb2.example.org//_should_not_show_WB2_menu = 11.02 s = .
|
|
2023/01/24 19:44:32 [info] 9430#9430: *724 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:32 [info] 9430#9430: *725 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_workbench2_url=http://wb2.example.org/_should_show_WB2_menu = 0.98 s = .
|
|
2023/01/24 19:44:33 [info] 9430#9430: *750 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:33 [info] 9430#9430: *751 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_workbench2_url=http://wb2.example.org_should_show_WB2_menu = 0.96 s = .
|
|
2023/01/24 19:44:33 [info] 9430#9430: *674 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:34 [info] 9430#9430: *776 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:34 [info] 9430#9430: *777 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
ApplicationLayoutTest#test_workbench2_url=https://wb2.example.org/_should_show_WB2_menu = 1.04 s = .
|
|
2023/01/24 19:44:35 [info] 9430#9430: *802 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:35 [info] 9430#9430: *803 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_workbench2_url=https://wb2.example.org_should_show_WB2_menu = 1.00 s = .
|
|
2023/01/24 19:44:35 [info] 9430#9430: *700 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:36 [info] 9430#9430: *828 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:36 [info] 9430#9430: *829 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ApplicationLayoutTest#test_workbench2_url=wb2.example.org_should_not_show_WB2_menu = 10.98 s = .
|
|
2023/01/24 19:44:47 [info] 9430#9430: *752 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:47 [info] 9430#9430: *855 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:47 [info] 9430#9430: *856 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:47 [info] 9430#9430: *778 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:48 [info] 9430#9430: *867 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:48 [info] 9430#9430: *868 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:49 [info] 9430#9430: *894 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:49 [info] 9430#9430: *895 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:50 [info] 9430#9430: *912 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:50 [info] 9430#9430: *913 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:50 [info] 9430#9430: *830 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:50 [info] 9430#9430: *832 client 127.0.0.1 closed keepalive connection
|
|
UsersTest#test_create_a_new_user = 4.53 s = .
|
|
2023/01/24 19:44:52 [info] 9430#9430: *952 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:52 [info] 9430#9430: *953 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UsersTest#test_login_as_active_user_but_not_admin = 1.76 s = .
|
|
2023/01/24 19:44:54 [info] 9430#9430: *979 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:54 [info] 9430#9430: *980 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:44:54 [info] 9430#9430: *804 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:54 [info] 9430#9430: *991 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:54 [info] 9430#9430: *992 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:55 [info] 9430#9430: *1009 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:55 [info] 9430#9430: *1010 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UsersTest#test_login_as_admin_user_and_verify_active_user_data = 2.96 s = .
|
|
2023/01/24 19:44:56 [info] 9430#9430: *926 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:56 [info] 9430#9430: *928 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:56 [info] 9430#9430: *1038 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:57 [info] 9430#9430: *1039 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:57 [info] 9430#9430: *1050 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:57 [info] 9430#9430: *1051 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:57 [info] 9430#9430: *954 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:57 [info] 9430#9430: *956 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:44:58 [info] 9430#9430: *1068 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:58 [info] 9430#9430: *1069 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:59 [info] 9430#9430: *1104 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:44:59 [info] 9430#9430: *1105 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:44:59 [info] 9430#9430: *1013 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:01 [info] 9430#9430: *1163 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:01 [info] 9430#9430: *1164 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UsersTest#test_setup_the_active_user = 6.58 s = .
|
|
2023/01/24 19:45:03 [info] 9430#9430: *1209 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:03 [info] 9430#9430: *1210 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:45:04 [info] 9430#9430: *1229 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:04 [info] 9430#9430: *1230 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UsersTest#test_test_add_group_button = 2.56 s = .
|
|
2023/01/24 19:45:05 [info] 9430#9430: *1143 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:06 [info] 9430#9430: *1256 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:45:06 [info] 9430#9430: *1257 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:45:06 [info] 9430#9430: *1268 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:06 [info] 9430#9430: *1269 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:45:07 [info] 9430#9430: *1286 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:07 [info] 9430#9430: *1287 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:45:08 [info] 9430#9430: *1189 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:08 [info] 9430#9430: *1191 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:08 [info] 9430#9430: *1309 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:08 [info] 9430#9430: *1310 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:45:09 [info] 9430#9430: *1231 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:10 [info] 9430#9430: *1353 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:10 [info] 9430#9430: *1354 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UsersTest#test_unsetup_active_user = 6.21 s = .
|
|
UserAgreementsTest#test_cannot_click_continue_without_ticking_checkbox = 1.38 s = .
|
|
UserAgreementsTest#test_continue_button_is_enabled_after_ticking_checkbox = 1.36 s = .
|
|
2023/01/24 19:45:15 [info] 9430#9430: *1416 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:15 [info] 9430#9430: *1417 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
PipelineInstancesTest#test_JSON_popup_available_for_strange_components = 1.56 s = .
|
|
2023/01/24 19:45:16 [info] 9430#9430: *1438 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:16 [info] 9430#9430: *1439 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
PipelineInstancesTest#test_job_logs_linked_for_complete_pipeline = 1.71 s = .
|
|
2023/01/24 19:45:18 [info] 9430#9430: *1462 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:18 [info] 9430#9430: *1463 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
PipelineInstancesTest#test_job_logs_linked_for_failed_pipeline = 1.67 s = .
|
|
2023/01/24 19:45:19 [info] 9430#9430: *1486 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:19 [info] 9430#9430: *1487 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
PipelineInstancesTest#test_job_logs_linked_for_running_pipeline = 1.77 s = .
|
|
2023/01/24 19:45:21 [info] 9430#9430: *1372 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:21 [info] 9430#9430: *1374 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:21 [info] 9430#9430: *1384 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:21 [info] 9430#9430: *1386 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:22 [info] 9430#9430: *1396 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:22 [info] 9430#9430: *1398 client 127.0.0.1 closed keepalive connection
|
|
PipelineInstancesTest#test_pipeline_start_and_finish_time_display_for_zzzzz-d1hrv-10pipelines0001 = 2.37 s = .
|
|
2023/01/24 19:45:23 [info] 9430#9430: *1418 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:23 [info] 9430#9430: *1420 client 127.0.0.1 closed keepalive connection
|
|
PipelineInstancesTest#test_pipeline_start_and_finish_time_display_for_zzzzz-d1hrv-10pipelines0010 = 2.33 s = .
|
|
2023/01/24 19:45:25 [info] 9430#9430: *1442 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:25 [info] 9430#9430: *1444 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:27 [info] 9430#9430: *1466 client 127.0.0.1 closed keepalive connection
|
|
PipelineInstancesTest#test_pipeline_start_and_finish_time_display_for_zzzzz-d1hrv-runningpipeline = 2.16 s = .
|
|
2023/01/24 19:45:28 [info] 9430#9430: *1570 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:28 [info] 9430#9430: *1571 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
PipelineInstancesTest#test_render_job_run_time_when_job_record_is_inaccessible = 1.50 s = .
|
|
2023/01/24 19:45:29 [info] 9430#9430: *1587 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:30 [info] 9430#9430: *1588 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
PipelineInstancesTest#test_scroll_pipeline_instances_page_for_active_with_search_filter_no_such_match_and_expect_0_<=_found_items_<=_0 = 2.28 s = .
|
|
2023/01/24 19:45:32 [info] 9430#9430: *1611 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:32 [info] 9430#9430: *1612 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:45:32 [info] 9430#9430: *1492 client 127.0.0.1 closed keepalive connection
|
|
PipelineInstancesTest#test_scroll_pipeline_instances_page_for_admin_with_search_filter_pipeline_20_and_expect_1_<=_found_items_<=_1 = 2.18 s = .
|
|
2023/01/24 19:45:34 [info] 9430#9430: *1638 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:34 [info] 9430#9430: *1639 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
PipelineInstancesTest#test_scroll_pipeline_instances_page_for_fuse_with_search_filter_and_expect_2_<=_found_items_<=_20 = 1.64 s = .
|
|
2023/01/24 19:45:35 [info] 9430#9430: *1598 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:35 [info] 9430#9430: *1512 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:35 [info] 9430#9430: *1660 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:36 [info] 9430#9430: *1661 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:45:36 [info] 9430#9430: *874 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:36 [info] 9430#9430: *1084 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:36 [info] 9430#9430: *1530 client 127.0.0.1 closed keepalive connection
|
|
PipelineInstancesTest#test_scroll_pipeline_instances_page_for_user1_with_load_with_search_filter_000025pipelines_and_expect_25_<=_found_items_<=_25 = 2.42 s = .
|
|
2023/01/24 19:45:38 [info] 9430#9430: *1572 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:38 [info] 9430#9430: *1690 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:38 [info] 9430#9430: *1691 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:45:38 [info] 9430#9430: *1333 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:38 [info] 9430#9430: *1468 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:38 [info] 9430#9430: *1551 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:38 [info] 9430#9430: *726 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:39 [info] 9430#9430: *1015 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:39 [info] 9430#9430: *1233 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:39 [info] 9430#9430: *1712 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:39 [info] 9430#9430: *1713 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
PipelineInstancesTest#test_view_pipeline_with_job_and_see_graph = 2.60 s = .
|
|
2023/01/24 19:45:40 [info] 9430#9430: *1626 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:40 [info] 9430#9430: *1628 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:41 [info] 9430#9430: *1740 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:41 [info] 9430#9430: *1741 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:45:41 [info] 9430#9430: *1648 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:41 [info] 9430#9430: *1650 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:42 [info] 9430#9430: *1783 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:42 [info] 9430#9430: *1784 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionUploadTest#test_Create_new_collection_using_upload_button = 3.43 s = .
|
|
CollectionUploadTest#test_Report_mixed-content_error = 1.01 s = S
|
|
2023/01/24 19:45:45 [info] 9430#9430: *1514 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:45 [info] 9430#9430: *1675 client 127.0.0.1 closed keepalive connection
|
|
CollectionUploadTest#test_Report_network_error = 3.56 s = .
|
|
2023/01/24 19:45:50 [info] 9430#9430: *1718 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:50 [info] 9430#9430: *1722 client 127.0.0.1 closed keepalive connection
|
|
CollectionUploadTest#test_Upload_non-empty_files = 4.22 s = .
|
|
2023/01/24 19:45:56 [info] 9430#9430: *1798 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:45:56 [info] 9430#9430: *1807 client 127.0.0.1 closed keepalive connection
|
|
CollectionUploadTest#test_Upload_two_empty_files_with_the_same_name = 5.27 s = .
|
|
2023/01/24 19:45:58 [info] 9430#9430: *1999 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:45:58 [info] 9430#9430: *2000 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
PipelineTemplatesTest#test_JSON_popup_available_for_strange_components = 1.67 s = .
|
|
2023/01/24 19:45:59 [info] 9430#9430: *1859 client 127.0.0.1 closed keepalive connection
|
|
WebsocketTest#test_job_graph_appears_when_first_data_point_arrives_by_websocket = 2.39 s = .
|
|
2023/01/24 19:46:03 [info] 9430#9430: *1922 client 127.0.0.1 closed keepalive connection
|
|
WebsocketTest#test_job_graph_appears_when_first_data_point_is_already_in_logs_table = 2.50 s = .
|
|
Defaulting to memory cache, because /tmp/workspace/developer-run-tests-apps-workbench-integration/services/api/tmp/cache does not exist
|
|
WebsocketTest#test_live_log_charting_from_replayed_log = 4.98 s = .
|
|
2023/01/24 19:46:10 [info] 9430#9430: *1981 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:10 [info] 9430#9430: *1983 client 127.0.0.1 closed keepalive connection
|
|
WebsocketTest#test_test_live_logging_and_scrolling_for_container_requests = 3.17 s = .
|
|
2023/01/24 19:46:13 [info] 9430#9430: *2001 client 127.0.0.1 closed keepalive connection
|
|
WebsocketTest#test_test_live_logging_and_scrolling_for_containers = 3.23 s = .
|
|
2023/01/24 19:46:16 [info] 9430#9430: *2034 client 127.0.0.1 closed keepalive connection
|
|
WebsocketTest#test_test_live_logging_and_scrolling_for_jobs = 3.14 s = .
|
|
2023/01/24 19:46:19 [info] 9430#9430: *2064 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:19 [info] 9430#9430: *2067 client 127.0.0.1 closed keepalive connection
|
|
WebsocketTest#test_test_live_logging_and_scrolling_for_pipeline_instances = 2.74 s = .
|
|
2023/01/24 19:46:21 [info] 9430#9430: *2098 client 127.0.0.1 closed keepalive connection
|
|
WebsocketTest#test_test_page = 2.21 s = .
|
|
2023/01/24 19:46:24 [info] 9430#9430: *2129 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:25 [info] 9430#9430: *2134 client 127.0.0.1 closed keepalive connection
|
|
WebsocketTest#test_test_running_job_with_just_a_few_previous_log_records = 2.60 s = .
|
|
2023/01/24 19:46:27 [info] 9430#9430: *2163 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:28 [info] 9430#9430: *2168 client 127.0.0.1 closed keepalive connection
|
|
WebsocketTest#test_test_running_job_with_too_many_previous_log_records = 3.65 s = .
|
|
SearchBoxTest#test_test_search_box_for_user_ = 1.21 s = .
|
|
2023/01/24 19:46:31 [info] 9430#9430: *2203 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:32 [info] 9430#9430: *2349 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:32 [info] 9430#9430: *2350 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:46:32 [info] 9430#9430: *2228 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:33 [info] 9430#9430: *2369 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:33 [info] 9430#9430: *2370 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:46:33 [info] 9430#9430: *2233 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:33 [info] 9430#9430: *2249 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:33 [info] 9430#9430: *2251 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:33 [info] 9430#9430: *2393 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:46:34 [info] 9430#9430: *2321 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:34 [info] 9430#9430: *2286 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:34 [info] 9430#9430: *2284 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:34 [info] 9430#9430: *2323 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:34 [info] 9430#9430: *2325 client 127.0.0.1 closed keepalive connection
|
|
Cancelled.
|
|
2023/01/24 19:46:36 [info] 9430#9430: *2428 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:36 [info] 9430#9430: *2429 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
SearchBoxTest#test_test_search_box_for_user_active = 5.81 s = .
|
|
2023/01/24 19:46:38 [info] 9430#9430: *2031 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:38 [info] 9430#9430: *2463 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:38 [info] 9430#9430: *2464 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:46:38 [info] 9430#9430: *2481 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:38 [info] 9430#9430: *2482 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:46:39 [info] 9430#9430: *2198 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:39 [info] 9430#9430: *2503 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:46:39 [info] 9430#9430: *1600 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:40 [info] 9430#9430: *2434 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:40 [info] 9430#9430: *1677 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:40 [info] 9430#9430: *1574 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:40 [info] 9430#9430: *1553 client 127.0.0.1 closed keepalive connection
|
|
Cancelled.
|
|
2023/01/24 19:46:41 [info] 9430#9430: *2534 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:41 [info] 9430#9430: *2535 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
SearchBoxTest#test_test_search_box_for_user_admin = 5.16 s = .
|
|
SearchBoxTest#test_test_search_box_for_user_inactive = 1.46 s = .
|
|
SearchBoxTest#test_test_search_box_for_user_inactive_uninvited = 1.25 s = .
|
|
AnonymousAccessTest#test_access_completed_job_in_publicly_accessible_project_in_public_project_with_objects_readable=true_with_user_ = 0.51 s = .
|
|
AnonymousAccessTest#test_access_job_in_publicly_accessible_project_but_other_objects_elsewhere_in_public_project_with_objects_readable=false_with_user_ = 0.50 s = .
|
|
AnonymousAccessTest#test_access_new_pipeline_in_publicly_accessible_project_but_other_objects_elsewhere_in_public_project_with_objects_readable=false_with_user_ = 0.51 s = .
|
|
2023/01/24 19:46:47 [info] 9430#9430: *2613 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:47 [info] 9430#9430: *2614 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
AnonymousAccessTest#test_access_new_pipeline_in_publicly_accessible_project_but_other_objects_elsewhere_in_public_project_with_objects_readable=false_with_user_spectator = 0.80 s = .
|
|
2023/01/24 19:46:48 [info] 9430#9430: *2636 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:46:48 [info] 9430#9430: *2637 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
AnonymousAccessTest#test_access_new_pipeline_in_publicly_accessible_project_but_other_objects_elsewhere_in_public_project_with_objects_readable=true_with_user_admin = 0.91 s = .
|
|
2023/01/24 19:46:48 [info] 9430#9430: *2540 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:48 [info] 9430#9430: *2517 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_access_new_pipeline_in_publicly_accessible_project_in_public_project_with_objects_readable=true_with_user_ = 0.57 s = .
|
|
2023/01/24 19:46:49 [info] 9430#9430: *2556 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:49 [info] 9430#9430: *2558 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:49 [info] 9430#9430: *2562 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:49 [info] 9430#9430: *2564 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:49 [info] 9430#9430: *2672 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:49 [info] 9430#9430: *2673 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:46:49 [info] 9430#9430: *2577 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_access_new_pipeline_in_publicly_accessible_project_in_public_project_with_objects_readable=true_with_user_spectator = 0.96 s = .
|
|
2023/01/24 19:46:50 [info] 9430#9430: *2589 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:50 [info] 9430#9430: *2596 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:50 [info] 9430#9430: *2599 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_access_new_pipeline_in_publicly_accessible_project_with_dataclass_file_and_other_objects_elsewhere_in_public_project_with_objects_readable=false_with_user_ = 0.52 s = .
|
|
2023/01/24 19:46:50 [info] 9430#9430: *2619 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:51 [info] 9430#9430: *2704 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:51 [info] 9430#9430: *2705 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:46:51 [info] 9430#9430: *2642 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_access_new_pipeline_in_publicly_accessible_project_with_dataclass_file_and_other_objects_elsewhere_in_public_project_with_objects_readable=false_with_user_spectator = 0.80 s = .
|
|
2023/01/24 19:46:51 [info] 9430#9430: *2651 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:51 [info] 9430#9430: *2727 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:51 [info] 9430#9430: *2728 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
AnonymousAccessTest#test_access_new_pipeline_in_publicly_accessible_project_with_dataclass_file_and_other_objects_elsewhere_in_public_project_with_objects_readable=true_with_user_admin = 0.86 s = .
|
|
AnonymousAccessTest#test_access_pipeline_in_publicly_accessible_project_but_other_objects_elsewhere_in_public_project_with_objects_readable=false_with_user_ = 0.72 s = .
|
|
2023/01/24 19:46:53 [info] 9430#9430: *2767 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:53 [info] 9430#9430: *2768 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
AnonymousAccessTest#test_access_pipeline_in_publicly_accessible_project_but_other_objects_elsewhere_in_public_project_with_objects_readable=false_with_user_spectator = 1.04 s = .
|
|
2023/01/24 19:46:54 [info] 9430#9430: *2794 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:46:54 [info] 9430#9430: *2795 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
AnonymousAccessTest#test_access_pipeline_in_publicly_accessible_project_but_other_objects_elsewhere_in_public_project_with_objects_readable=true_with_user_admin = 1.25 s = .
|
|
2023/01/24 19:46:55 [info] 9430#9430: *2494 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_access_pipeline_in_publicly_accessible_project_in_public_project_with_objects_readable=true_with_user_ = 0.84 s = .
|
|
AnonymousAccessTest#test_access_running_job_in_publicly_accessible_project_in_public_project_with_objects_readable=true_with_user_ = 0.43 s = .
|
|
2023/01/24 19:46:56 [info] 9430#9430: *2680 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:57 [info] 9430#9430: *2687 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:57 [info] 9430#9430: *2438 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:57 [info] 9430#9430: *2381 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:46:57 [info] 9430#9430: *2690 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_anonymous_user_accesses_data_collections_tab_in_shared_project = 1.20 s = .
|
|
Cancelled.
|
|
AnonymousAccessTest#test_anonymous_user_accesses_pipeline_templates_tab_in_shared_project_and_click_on_pipelineTemplate = 1.49 s = .
|
|
2023/01/24 19:46:59 [info] 9430#9430: *2409 client 127.0.0.1 closed keepalive connection
|
|
Cancelled.
|
|
2023/01/24 19:47:00 [info] 9430#9430: *2656 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_anonymous_user_accesses_pipeline_templates_tab_in_shared_project_and_click_on_workflow = 1.49 s = .
|
|
2023/01/24 19:47:00 [info] 9430#9430: *2544 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:01 [info] 9430#9430: *2807 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:01 [info] 9430#9430: *2816 client 127.0.0.1 closed keepalive connection
|
|
Cancelled.
|
|
2023/01/24 19:47:02 [info] 9430#9430: *2827 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_anonymous_user_accesses_pipelines_and_processes_tab_in_shared_project_and_clicks_on_'pipelineInstance' = 1.76 s = .
|
|
2023/01/24 19:47:02 [info] 9430#9430: *2836 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:03 [info] 9430#9430: *2858 client 127.0.0.1 closed keepalive connection
|
|
Cancelled.
|
|
AnonymousAccessTest#test_anonymous_user_accesses_pipelines_and_processes_tab_in_shared_project_and_clicks_on_'running_anonymously_accessible_cr' = 1.77 s = .
|
|
2023/01/24 19:47:04 [info] 9430#9430: *2887 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:04 [info] 9430#9430: *2892 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:05 [info] 9430#9430: *2710 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_anonymous_user_accesses_subprojects_tab_in_shared_project = 1.08 s = .
|
|
AnonymousAccessTest#test_selection_actions_when_anonymous_user_accesses_shared_project = 0.86 s = .
|
|
2023/01/24 19:47:06 [info] 9430#9430: *2921 client 127.0.0.1 closed keepalive connection
|
|
2023-01-24 19:47:06 arvados.arv_put[11388] INFO: No cache usage requested for this run.
|
|
2023/01/24 19:47:06 [info] 9430#9430: *3074 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:06 [info] 9430#9430: *1720 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:06 [info] 9430#9430: *2729 client 127.0.0.1 closed keepalive connection
|
|
/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/app/controllers/collections_controller.rb:379: warning: URI.escape is obsolete
|
|
2023/01/24 19:47:07 [info] 9430#9430: *3088 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:07 [info] 9430#9430: *3090 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_view_file = 1.79 s = .
|
|
2023/01/24 19:47:08 [info] 9430#9430: *3119 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:47:08 [info] 9430#9430: *3120 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:47:08 [info] 9430#9430: *2965 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_visit_public_project_as_user_"active"_when_anonymous_browsing_is_enabled = 1.30 s = .
|
|
2023/01/24 19:47:09 [info] 9430#9430: *2975 client 127.0.0.1 closed keepalive connection
|
|
AnonymousAccessTest#test_visit_public_project_as_user_"inactive"_when_anonymous_browsing_is_enabled = 0.57 s = .
|
|
AnonymousAccessTest#test_visit_public_project_as_user_nil_when_anonymous_browsing_is_enabled = 0.63 s = .
|
|
2023-01-24 19:47:11 arvados.arv_put[11512] INFO: No cache usage requested for this run.
|
|
2023/01/24 19:47:11 [info] 9430#9430: *3153 client 127.0.0.1 closed keepalive connection
|
|
2023-01-24 19:47:11 arvados.arv_put[11520] INFO: No cache usage requested for this run.
|
|
2023/01/24 19:47:11 [info] 9430#9430: *3157 client 127.0.0.1 closed keepalive connection
|
|
2023-01-24 19:47:11 arvados.arv_put[11528] INFO: No cache usage requested for this run.
|
|
2023/01/24 19:47:11 [info] 9430#9430: *3161 client 127.0.0.1 closed keepalive connection
|
|
Using port 46845 for selenium
|
|
2023-01-24 19:47:12 WARN Selenium [DEPRECATION] :profile is deprecated. Use Selenium::WebDriver::Firefox::Options#profile= instead.
|
|
/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/app/controllers/collections_controller.rb:379: warning: URI.escape is obsolete
|
|
DownloadTest#test_download_anonymous_content_from_keep-web_by_portable_data_hash = 10.21 s = .
|
|
2023/01/24 19:47:21 [info] 9430#9430: *3014 client 127.0.0.1 closed keepalive connection
|
|
/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/app/controllers/collections_controller.rb:379: warning: URI.escape is obsolete
|
|
DownloadTest#test_download_anonymous_content_from_keep-web_by_uuid = 6.79 s = .
|
|
2023/01/24 19:47:28 [info] 9430#9430: *3026 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:28 [info] 9430#9430: *3032 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:29 [info] 9430#9430: *3205 epoll_wait() reported that client prematurely closed connection, so upstream connection is closed too while sending request to upstream, client: 127.0.0.1, server: controller, request: "GET /discovery/v1/apis/arvados/v1/rest HTTP/1.1", upstream: "http://127.0.0.1:43911/discovery/v1/apis/arvados/v1/rest", host: "0.0.0.0:47075", referrer: "http://127.0.0.1:33355/"
|
|
/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/app/controllers/collections_controller.rb:379: warning: URI.escape is obsolete
|
|
2023/01/24 19:47:29 [info] 9430#9430: *3214 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:29 [info] 9430#9430: *3216 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:29 [info] 9430#9430: *3221 client 127.0.0.1 closed keepalive connection
|
|
DownloadTest#test_download_from_keep-web_using_a_session_token = 7.28 s = .
|
|
/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/app/controllers/collections_controller.rb:379: warning: URI.escape is obsolete
|
|
2023/01/24 19:47:36 [info] 9430#9430: *3056 client 127.0.0.1 closed keepalive connection
|
|
DownloadTest#test_preview_anonymous_content_from_keep-web_by_portable_data_hash = 1.60 s = .
|
|
/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/app/controllers/collections_controller.rb:379: warning: URI.escape is obsolete
|
|
2023/01/24 19:47:37 [info] 9430#9430: *3097 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:37 [info] 9430#9430: *3096 client 127.0.0.1 closed keepalive connection
|
|
DownloadTest#test_preview_anonymous_content_from_keep-web_by_uuid = 1.97 s = .
|
|
2023/01/24 19:47:39 [info] 9430#9430: *3246 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:39 [info] 9430#9430: *3248 client 127.0.0.1 closed keepalive connection
|
|
DownloadTest#test_preview_from_keep-web_by_portable_data_hash_using_a_reader_token = 1.91 s = .
|
|
DownloadTest#test_preview_from_keep-web_by_uuid_using_a_reader_token = 1.66 s = .
|
|
2023/01/24 19:47:42 [info] 9430#9430: *3101 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:43 [info] 9430#9430: *3290 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:47:43 [info] 9430#9430: *3291 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:47:44 [info] 9430#9430: *3129 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:44 [info] 9430#9430: *3139 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:44 [info] 9430#9430: *3314 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:47:44 [info] 9430#9430: *3315 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:47:44 [info] 9430#9430: *3151 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:45 [info] 9430#9430: *3328 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:47:45 [info] 9430#9430: *3329 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:47:45 [info] 9430#9430: *3173 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:45 [info] 9430#9430: *3182 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:45 [info] 9430#9430: *3223 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:45 [info] 9430#9430: *3231 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:45 [info] 9430#9430: *3241 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:45 [info] 9430#9430: *3256 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:45 [info] 9430#9430: *3264 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:45 [info] 9430#9430: *3080 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:46 [info] 9430#9430: *3359 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:47:47 [info] 9430#9430: *3371 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:47:47 [info] 9430#9430: *3372 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:47:47 [info] 9430#9430: *3398 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:47:48 [info] 9430#9430: *3414 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:47:48 [info] 9430#9430: *3165 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:48 [info] 9430#9430: *3426 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:47:49 [info] 9430#9430: *3440 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:47:49 [info] 9430#9430: *3441 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
SmokeTest#test_all_first-level_links_succeed = 7.91 s = .
|
|
2023/01/24 19:47:50 [info] 9430#9430: *3457 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
SmokeTest#test_mithril_test_page = 1.51 s = .
|
|
ReportIssueTest#test_check_version_info_and_report_issue_for_user_ = 1.43 s = .
|
|
2023/01/24 19:47:54 [info] 9430#9430: *3486 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:47:54 [info] 9430#9430: *3487 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ReportIssueTest#test_check_version_info_and_report_issue_for_user_active = 2.32 s = .
|
|
2023/01/24 19:47:56 [info] 9430#9430: *3505 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
ReportIssueTest#test_check_version_info_and_report_issue_for_user_active_no_prefs = 1.86 s = .
|
|
2023/01/24 19:47:58 [info] 9430#9430: *3523 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
ReportIssueTest#test_check_version_info_and_report_issue_for_user_active_no_prefs_profile_no_getting_started_shown = 1.84 s = .
|
|
2023/01/24 19:47:59 [info] 9430#9430: *3442 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:47:59 [info] 9430#9430: *3444 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:00 [info] 9430#9430: *3552 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:00 [info] 9430#9430: *3553 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:00 [info] 9430#9430: *3458 client 127.0.0.1 closed keepalive connection
|
|
ReportIssueTest#test_check_version_info_and_report_issue_for_user_admin = 2.18 s = .
|
|
2023/01/24 19:48:01 [info] 9430#9430: *3460 client 127.0.0.1 closed keepalive connection
|
|
ReportIssueTest#test_check_version_info_and_report_issue_for_user_inactive = 1.88 s = .
|
|
ReportIssueTest#test_check_version_info_and_report_issue_for_user_inactive_uninvited = 1.64 s = .
|
|
2023/01/24 19:48:05 [info] 9430#9430: *3491 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:05 [info] 9430#9430: *3493 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:05 [info] 9430#9430: *3605 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:05 [info] 9430#9430: *3606 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:06 [info] 9430#9430: *3509 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:06 [info] 9430#9430: *3511 client 127.0.0.1 closed keepalive connection
|
|
ProjectsTest#test_'share_with_group'_listing_does_not_offer_projects = 2.54 s = .
|
|
2023/01/24 19:48:08 [info] 9430#9430: *3527 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:08 [info] 9430#9430: *3529 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:08 [info] 9430#9430: *3644 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:08 [info] 9430#9430: *3645 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_Check_collection_count_for_A_Project_in_the_tab_pane_titles = 2.50 s = .
|
|
2023/01/24 19:48:10 [info] 9430#9430: *3557 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:10 [info] 9430#9430: *3559 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:10 [info] 9430#9430: *3689 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:11 [info] 9430#9430: *3690 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:11 [info] 9430#9430: *3572 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:11 [info] 9430#9430: *3703 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:11 [info] 9430#9430: *3704 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:11 [info] 9430#9430: *3583 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:11 [info] 9430#9430: *3585 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:11 [info] 9430#9430: *3624 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:11 [info] 9430#9430: *3626 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:12 [info] 9430#9430: *3663 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:13 [info] 9430#9430: *3736 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:13 [info] 9430#9430: *3737 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:14 [info] 9430#9430: *3771 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:14 [info] 9430#9430: *3772 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:15 [info] 9430#9430: *3786 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:15 [info] 9430#9430: *3787 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:16 [info] 9430#9430: *3818 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:16 [info] 9430#9430: *3819 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:18 [info] 9430#9430: *3861 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:18 [info] 9430#9430: *3862 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_Create_a_project_and_move_it_into_a_different_project = 9.49 s = .
|
|
2023/01/24 19:48:20 [info] 9430#9430: *3909 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:20 [info] 9430#9430: *3910 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:21 [info] 9430#9430: *3927 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:21 [info] 9430#9430: *3928 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:22 [info] 9430#9430: *3956 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:22 [info] 9430#9430: *3957 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_Find_a_project_and_edit_its_description = 4.38 s = .
|
|
2023/01/24 19:48:24 [info] 9430#9430: *3706 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:24 [info] 9430#9430: *3992 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:24 [info] 9430#9430: *3993 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:25 [info] 9430#9430: *3873 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:25 [info] 9430#9430: *3878 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:25 [info] 9430#9430: *4014 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:25 [info] 9430#9430: *4015 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_add_new_project_using_projects_dropdown = 2.97 s = .
|
|
2023/01/24 19:48:27 [info] 9430#9430: *4044 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:27 [info] 9430#9430: *4045 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:29 [info] 9430#9430: *4091 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:29 [info] 9430#9430: *4092 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_combine_selected_collections_into_new_collection_active_true = 3.37 s = .
|
|
2023/01/24 19:48:30 [info] 9430#9430: *3966 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:31 [info] 9430#9430: *4111 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:31 [info] 9430#9430: *4112 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:32 [info] 9430#9430: *4155 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:32 [info] 9430#9430: *4156 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_combine_selected_collections_into_new_collection_project_viewer_false = 3.12 s = .
|
|
2023/01/24 19:48:33 [info] 9430#9430: *4024 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:33 [info] 9430#9430: *4026 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:34 [info] 9430#9430: *4183 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:34 [info] 9430#9430: *4184 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:35 [info] 9430#9430: *4201 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:35 [info] 9430#9430: *4202 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
Cancelled.
|
|
2023/01/24 19:48:35 [info] 9430#9430: *4093 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:36 [info] 9430#9430: *4244 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:36 [info] 9430#9430: *4245 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:37 [info] 9430#9430: *4262 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:37 [info] 9430#9430: *4263 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:37 [info] 9430#9430: *4157 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:37 [info] 9430#9430: *4159 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:38 [info] 9430#9430: *4304 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:38 [info] 9430#9430: *4305 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:39 [info] 9430#9430: *4322 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:39 [info] 9430#9430: *4323 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:41 [info] 9430#9430: *4365 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:41 [info] 9430#9430: *4366 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:48:41 [info] 9430#9430: *4383 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:41 [info] 9430#9430: *4384 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_copy_action_is_disabled_when_a_subproject_is_selected = 10.53 s = .
|
|
2023/01/24 19:48:44 [info] 9430#9430: *4431 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:44 [info] 9430#9430: *4432 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_error_while_loading_tab = 2.56 s = .
|
|
2023/01/24 19:48:48 [info] 9430#9430: *4411 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:48 [info] 9430#9430: *4413 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:48:49 [info] 9430#9430: *4455 client 127.0.0.1 closed keepalive connection
|
|
ProjectsTest#test_first_tab_loads_data_when_visiting_other_tab_directly = 5.96 s = .
|
|
2023/01/24 19:48:52 [info] 9430#9430: *4475 client closed connection while waiting for request, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:53 [info] 9430#9430: *4561 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:53 [info] 9430#9430: *4562 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_move_selected_and_remove_selected_actions_not_available_when_current_user_cannot_write_to_project = 2.13 s = .
|
|
2023/01/24 19:48:55 [info] 9430#9430: *4601 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:48:55 [info] 9430#9430: *4602 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:49:04 [info] 9430#9430: *4541 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:49:04 [info] 9430#9430: *4543 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:49:11 [info] 9430#9430: *4579 client 127.0.0.1 closed keepalive connection
|
|
ProjectsTest#test_project_owner_can_manage_sharing_for_another_group = 18.74 s = .
|
|
2023/01/24 19:49:14 [info] 9430#9430: *4666 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:14 [info] 9430#9430: *4667 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:49:30 [info] 9430#9430: *4644 client 127.0.0.1 closed keepalive connection
|
|
ProjectsTest#test_project_owner_can_manage_sharing_for_another_user = 18.67 s = .
|
|
2023/01/24 19:49:32 [info] 9430#9430: *4729 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:32 [info] 9430#9430: *4730 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_projects_not_publicly_sharable_when_anonymous_browsing_disabled = 2.46 s = .
|
|
2023/01/24 19:49:35 [info] 9430#9430: *4768 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:35 [info] 9430#9430: *4769 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_projects_publicly_sharable_when_anonymous_browsing_enabled = 2.46 s = .
|
|
2023/01/24 19:49:37 [info] 9430#9430: *4807 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:37 [info] 9430#9430: *4808 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:49:38 [info] 9430#9430: *4709 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:49:38 [info] 9430#9430: *4711 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:49:39 [info] 9430#9430: *4850 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:39 [info] 9430#9430: *4851 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_run_a_process_using_template_Workflow_with_input_specifications_in_a_project = 3.41 s = .
|
|
2023/01/24 19:49:40 [info] 9430#9430: *4869 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:40 [info] 9430#9430: *4870 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:49:41 [info] 9430#9430: *4748 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:49:41 [info] 9430#9430: *4750 client 127.0.0.1 closed keepalive connection
|
|
ProjectsTest#test_scroll_collections_tab_for_project_with_10_collections_with_10_objects = 2.29 s = .
|
|
2023/01/24 19:49:43 [info] 9430#9430: *4904 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:43 [info] 9430#9430: *4905 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:49:43 [info] 9430#9430: *4787 client 127.0.0.1 closed keepalive connection
|
|
ProjectsTest#test_scroll_collections_tab_for_project_with_10_collections_with_10_objects_with_ascending_sort_(case_insensitive) = 2.52 s = .
|
|
2023/01/24 19:49:45 [info] 9430#9430: *4944 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:45 [info] 9430#9430: *4945 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:49:46 [info] 9430#9430: *4852 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:49:46 [info] 9430#9430: *4854 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:49:46 [info] 9430#9430: *4887 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:49:46 [info] 9430#9430: *4889 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:49:47 [info] 9430#9430: *4927 client 127.0.0.1 closed keepalive connection
|
|
ProjectsTest#test_scroll_collections_tab_for_project_with_201_collections_with_201_objects = 4.61 s = .
|
|
2023/01/24 19:49:50 [info] 9430#9430: *4984 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:50 [info] 9430#9430: *4985 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:49:51 [info] 9430#9430: *4967 client 127.0.0.1 closed keepalive connection
|
|
ProjectsTest#test_scroll_collections_tab_for_project_with_201_collections_with_201_objects_with_ascending_sort_(case_insensitive) = 6.45 s = .
|
|
2023/01/24 19:49:56 [info] 9430#9430: *5029 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:56 [info] 9430#9430: *5030 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_scroll_pipeline_instances_tab_for_project_with_10_pipelines_with_10_pipelines_and_0_container_requests = 2.63 s = .
|
|
2023/01/24 19:49:59 [info] 9430#9430: *5080 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:49:59 [info] 9430#9430: *5081 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:00 [info] 9430#9430: *5012 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:00 [info] 9430#9430: *5014 client 127.0.0.1 closed keepalive connection
|
|
ProjectsTest#test_scroll_pipeline_instances_tab_for_project_with_25_pipelines_with_25_pipelines_and_0_container_requests = 3.11 s = .
|
|
2023/01/24 19:50:02 [info] 9430#9430: *5146 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:02 [info] 9430#9430: *5147 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:02 [info] 9430#9430: *5063 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:04 [info] 9430#9430: *5129 client 127.0.0.1 closed keepalive connection
|
|
ProjectsTest#test_scroll_pipeline_instances_tab_for_project_with_2_pipelines_and_60_crs_with_2_pipelines_and_60_container_requests = 3.31 s = .
|
|
2023/01/24 19:50:11 [info] 9430#9430: *5193 client closed connection while waiting for request, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
ProjectsTest#test_select_all_and_unselect_all_actions = 8.56 s = .
|
|
2023/01/24 19:50:13 [info] 9430#9430: *5173 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:14 [info] 9430#9430: *5256 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:14 [info] 9430#9430: *5257 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:50:15 [info] 9430#9430: *5274 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:15 [info] 9430#9430: *5275 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:17 [info] 9430#9430: *5230 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:17 [info] 9430#9430: *5348 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:17 [info] 9430#9430: *5349 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:18 [info] 9430#9430: *5366 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:18 [info] 9430#9430: *5367 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_selection_Copy_->_nil_for_project = 6.08 s = .
|
|
2023/01/24 19:50:20 [info] 9430#9430: *5310 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:20 [info] 9430#9430: *5410 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:20 [info] 9430#9430: *5411 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:50:21 [info] 9430#9430: *5428 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:21 [info] 9430#9430: *5429 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:23 [info] 9430#9430: *5477 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:23 [info] 9430#9430: *5478 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:23 [info] 9430#9430: *5384 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:24 [info] 9430#9430: *5507 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:24 [info] 9430#9430: *5508 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_selection_Move_->_nil_for_project = 5.97 s = .
|
|
2023/01/24 19:50:26 [info] 9430#9430: *5551 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:26 [info] 9430#9430: *5552 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:50:27 [info] 9430#9430: *5569 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:27 [info] 9430#9430: *5570 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_selection_Remove_->_nil_for_project = 3.91 s = .
|
|
2023/01/24 19:50:30 [info] 9430#9430: *5525 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:30 [info] 9430#9430: *5627 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:30 [info] 9430#9430: *5628 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:31 [info] 9430#9430: *5645 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:31 [info] 9430#9430: *5646 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_selection_Remove_->_true_for_project = 4.03 s = .
|
|
2023/01/24 19:50:33 [info] 9430#9430: *5175 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:34 [info] 9430#9430: *5601 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:34 [info] 9430#9430: *5603 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:35 [info] 9430#9430: *5527 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:35 [info] 9430#9430: *5205 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:39 [info] 9430#9430: *5703 client closed connection while waiting for request, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
ProjectsTest#test_test_search_all_projects_menu_item_in_projects_menu = 6.10 s = .
|
|
2023/01/24 19:50:39 [info] 9430#9430: *5677 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:40 [info] 9430#9430: *5770 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:40 [info] 9430#9430: *5771 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_test_star_and_unstar_project = 3.00 s = .
|
|
2023/01/24 19:50:43 [info] 9430#9430: *5833 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:43 [info] 9430#9430: *5834 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:44 [info] 9430#9430: *5750 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:44 [info] 9430#9430: *5851 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:44 [info] 9430#9430: *5852 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ProjectsTest#test_verify_selection_options_when_tabs_are_switched = 3.74 s = .
|
|
2023/01/24 19:50:47 [info] 9430#9430: *5807 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:47 [info] 9430#9430: *5904 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:47 [info] 9430#9430: *5905 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
JobsTest#test_view_job_with_components_as_active_user = 2.61 s = .
|
|
2023/01/24 19:50:49 [info] 9430#9430: *5959 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:49 [info] 9430#9430: *5960 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
JobsTest#test_view_job_with_components_as_job_reader2_user = 2.14 s = .
|
|
2023/01/24 19:50:51 [info] 9430#9430: *5879 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:51 [info] 9430#9430: *5881 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:52 [info] 9430#9430: *6005 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:52 [info] 9430#9430: *6006 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserProfileTest#test_visit_active_home_page_when_profile_is_configured = 1.79 s = .
|
|
2023/01/24 19:50:53 [info] 9430#9430: *5935 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:54 [info] 9430#9430: *6033 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:54 [info] 9430#9430: *6034 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserProfileTest#test_visit_active_home_page_when_profile_is_not_configured = 1.81 s = .
|
|
2023/01/24 19:50:55 [info] 9430#9430: *6049 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:55 [info] 9430#9430: *5979 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:55 [info] 9430#9430: *5981 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:56 [info] 9430#9430: *6062 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:56 [info] 9430#9430: *6075 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:50:57 [info] 9430#9430: *6098 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:57 [info] 9430#9430: *6099 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserProfileTest#test_visit_active_no_prefs_home_page_when_profile_is_configured = 3.23 s = .
|
|
2023/01/24 19:50:58 [info] 9430#9430: *6007 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:58 [info] 9430#9430: *6009 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:50:59 [info] 9430#9430: *6126 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:50:59 [info] 9430#9430: *6127 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserProfileTest#test_visit_active_no_prefs_home_page_when_profile_is_not_configured = 1.79 s = .
|
|
2023/01/24 19:51:00 [info] 9430#9430: *6142 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:00 [info] 9430#9430: *6035 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:01 [info] 9430#9430: *6155 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:01 [info] 9430#9430: *6168 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:02 [info] 9430#9430: *6191 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:02 [info] 9430#9430: *6192 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserProfileTest#test_visit_active_no_prefs_profile_no_getting_started_shown_home_page_when_profile_is_configured = 3.21 s = .
|
|
2023/01/24 19:51:04 [info] 9430#9430: *6219 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:04 [info] 9430#9430: *6220 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:04 [info] 9430#9430: *6100 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:04 [info] 9430#9430: *6102 client 127.0.0.1 closed keepalive connection
|
|
UserProfileTest#test_visit_active_no_prefs_profile_no_getting_started_shown_home_page_when_profile_is_not_configured = 1.81 s = .
|
|
2023/01/24 19:51:05 [info] 9430#9430: *6235 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:05 [info] 9430#9430: *6128 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:06 [info] 9430#9430: *6248 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:06 [info] 9430#9430: *6261 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:07 [info] 9430#9430: *6283 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:07 [info] 9430#9430: *6284 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserProfileTest#test_visit_active_no_prefs_profile_with_getting_started_shown_home_page_when_profile_is_configured = 3.05 s = .
|
|
2023/01/24 19:51:08 [info] 9430#9430: *6310 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:08 [info] 9430#9430: *6311 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:08 [info] 9430#9430: *6193 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:09 [info] 9430#9430: *6195 client 127.0.0.1 closed keepalive connection
|
|
UserProfileTest#test_visit_active_no_prefs_profile_with_getting_started_shown_home_page_when_profile_is_not_configured = 1.66 s = .
|
|
2023/01/24 19:51:10 [info] 9430#9430: *6221 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:10 [info] 9430#9430: *6223 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:10 [info] 9430#9430: *6337 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:10 [info] 9430#9430: *6338 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserProfileTest#test_visit_admin_home_page_when_profile_is_configured = 1.76 s = .
|
|
2023/01/24 19:51:12 [info] 9430#9430: *6364 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:12 [info] 9430#9430: *6365 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserProfileTest#test_visit_admin_home_page_when_profile_is_not_configured = 1.85 s = .
|
|
2023/01/24 19:51:13 [info] 9430#9430: *6285 client 127.0.0.1 closed keepalive connection
|
|
UserProfileTest#test_visit_home_page_when_profile_is_configured = 1.09 s = .
|
|
UserProfileTest#test_visit_home_page_when_profile_is_not_configured = 1.13 s = .
|
|
UserProfileTest#test_visit_inactive_home_page_when_profile_is_configured = 1.38 s = .
|
|
2023/01/24 19:51:17 [info] 9430#9430: *6312 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:17 [info] 9430#9430: *6314 client 127.0.0.1 closed keepalive connection
|
|
UserProfileTest#test_visit_inactive_home_page_when_profile_is_not_configured = 1.43 s = .
|
|
UserProfileTest#test_visit_inactive_uninvited_home_page_when_profile_is_configured = 1.27 s = .
|
|
UserProfileTest#test_visit_inactive_uninvited_home_page_when_profile_is_not_configured = 1.19 s = .
|
|
2023/01/24 19:51:21 [info] 9430#9430: *6339 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:21 [info] 9430#9430: *6341 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:21 [info] 9430#9430: *6419 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:21 [info] 9430#9430: *6420 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:22 [info] 9430#9430: *6441 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:22 [info] 9430#9430: *6442 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:22 [info] 9430#9430: *6366 client 127.0.0.1 closed keepalive connection
|
|
FilterableInfiniteScrollTest#test_no_double-load_if_text_input_has_a_value_at_page_load_time = 2.35 s = .
|
|
2023/01/24 19:51:23 [info] 9430#9430: *6368 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:23 [info] 9430#9430: *6370 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:23 [info] 9430#9430: *6372 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:23 [info] 9430#9430: *6382 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:23 [info] 9430#9430: *6384 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:23 [info] 9430#9430: *6394 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:23 [info] 9430#9430: *6396 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:23 [info] 9430#9430: *6467 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:23 [info] 9430#9430: *6468 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:24 [info] 9430#9430: *6400 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:24 [info] 9430#9430: *6402 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:24 [info] 9430#9430: *6406 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:24 [info] 9430#9430: *6408 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:27 [info] 9430#9430: *6446 client 127.0.0.1 closed keepalive connection
|
|
RepositoriesTest#test_active_can_manage_sharing_for_another_group = 13.04 s = .
|
|
2023/01/24 19:51:36 [info] 9430#9430: *6507 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:37 [info] 9430#9430: *6508 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:39 [info] 9430#9430: *5809 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:40 [info] 9430#9430: *5715 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:45 [info] 9430#9430: *6130 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:47 [info] 9430#9430: *5937 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:49 [info] 9430#9430: *6037 client 127.0.0.1 closed keepalive connection
|
|
RepositoriesTest#test_active_can_manage_sharing_for_another_user = 13.18 s = .
|
|
2023/01/24 19:51:49 [info] 9430#9430: *5752 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:49 [info] 9430#9430: *5679 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:50 [info] 9430#9430: *6543 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:51:50 [info] 9430#9430: *6544 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:51:50 [info] 9430#9430: *6287 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:51:51 [info] 9430#9430: *6488 client 127.0.0.1 closed keepalive connection
|
|
RepositoriesTest#test_admin_can_manage_sharing_for_another_group = 17.50 s = .
|
|
2023/01/24 19:52:07 [info] 9430#9430: *6585 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:07 [info] 9430#9430: *6586 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
RepositoriesTest#test_admin_can_manage_sharing_for_another_user = 17.52 s = .
|
|
Initialized empty Git repository in /tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/tmp/git/zzzzz-s0uqq-382brsig8rp3666.git/
|
|
2023/01/24 19:52:24 [info] 9430#9430: *6619 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:25 [info] 9430#9430: *6637 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:25 [info] 9430#9430: *6642 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:25 [info] 9430#9430: *6657 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
RepositoriesTest#test_browse_using_arv-git-http = 1.61 s = .
|
|
2023/01/24 19:52:26 [info] 9430#9430: *6672 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:26 [info] 9430#9430: *6673 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
RepositoriesTest#test_spectator_does_not_see_repository_sharing_tab = 0.63 s = .
|
|
2023/01/24 19:52:27 [info] 9430#9430: *6687 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:27 [info] 9430#9430: *6688 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:28 [info] 9430#9430: *6713 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:29 [info] 9430#9430: *6737 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:29 [info] 9430#9430: *6738 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:30 [info] 9430#9430: *6614 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:30 [info] 9430#9430: *6570 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:30 [info] 9430#9430: *6754 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:30 [info] 9430#9430: *6755 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
TrashTest#test_trash_page = 4.94 s = .
|
|
2023/01/24 19:52:31 [info] 9430#9430: *6658 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:32 [info] 9430#9430: *6771 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:32 [info] 9430#9430: *6772 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
TrashTest#test_trash_page_with_search = 2.86 s = .
|
|
2023/01/24 19:52:35 [info] 9430#9430: *6819 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:35 [info] 9430#9430: *6820 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:36 [info] 9430#9430: *6756 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:36 [info] 9430#9430: *6758 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:36 [info] 9430#9430: *6845 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:36 [info] 9430#9430: *6846 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Cancelled.
|
|
2023/01/24 19:52:37 [info] 9430#9430: *6880 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:37 [info] 9430#9430: *6805 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:38 [info] 9430#9430: *6902 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:38 [info] 9430#9430: *6903 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:39 [info] 9430#9430: *6925 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:39 [info] 9430#9430: *6926 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:40 [info] 9430#9430: *6803 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:41 [info] 9430#9430: *6964 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:41 [info] 9430#9430: *6965 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:42 [info] 9430#9430: *6989 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:42 [info] 9430#9430: *6990 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
TrashTest#test_trashed_projects_using_button = 9.75 s = .
|
|
2023/01/24 19:52:44 [info] 9430#9430: *7040 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:44 [info] 9430#9430: *7041 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:46 [info] 9430#9430: *7066 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:46 [info] 9430#9430: *7067 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:47 [info] 9430#9430: *7015 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:47 [info] 9430#9430: *7109 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:47 [info] 9430#9430: *7110 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:47 [info] 9430#9430: *6928 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:52:50 [info] 9430#9430: *7147 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:50 [info] 9430#9430: *7148 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:51 [info] 9430#9430: *7172 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:51 [info] 9430#9430: *7173 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
TrashTest#test_trashed_projects_using_selection = 8.70 s = .
|
|
2023/01/24 19:52:53 [info] 9430#9430: *7226 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:53 [info] 9430#9430: *7227 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:54 [info] 9430#9430: *7254 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:54 [info] 9430#9430: *7255 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
WorkUnitsTest#test_Run_from_workflows_index_page = 2.67 s = .
|
|
2023/01/24 19:52:56 [info] 9430#9430: *7274 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:56 [info] 9430#9430: *7275 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:52:57 [info] 9430#9430: *7302 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:52:57 [info] 9430#9430: *7303 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
WorkUnitsTest#test_Run_workflow_from_show_page = 2.65 s = .
|
|
2023/01/24 19:53:00 [info] 9430#9430: *7198 client 127.0.0.1 closed keepalive connection
|
|
WorkUnitsTest#test_cancel_button_for_container_requests/running = 4.10 s = .
|
|
2023/01/24 19:53:03 [info] 9430#9430: *7374 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:53:03 [info] 9430#9430: *7375 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
WorkUnitsTest#test_cancel_button_for_containers/running = 1.63 s = .
|
|
2023/01/24 19:53:04 [info] 9430#9430: *7256 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:04 [info] 9430#9430: *7258 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:04 [info] 9430#9430: *7396 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:53:04 [info] 9430#9430: *7397 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:53:05 [info] 9430#9430: *7329 client closed connection while waiting for request, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:53:05 [info] 9430#9430: *7424 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:53:05 [info] 9430#9430: *7425 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
WorkUnitsTest#test_create_workflow_with_WorkflowRunnerResources = 2.85 s = .
|
|
Using port 44161 for poltergeist
|
|
2023/01/24 19:53:07 [info] 9430#9430: *7304 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:07 [info] 9430#9430: *7454 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
WorkUnitsTest#test_display_container_state_changes_in_Container_Request_live_log = 2.04 s = .
|
|
2023/01/24 19:53:09 [info] 9430#9430: *7488 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:53:09 [info] 9430#9430: *7489 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:53:09 [info] 9430#9430: *7349 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:09 [info] 9430#9430: *7351 client 127.0.0.1 closed keepalive connection
|
|
WorkUnitsTest#test_edit_description_for_container_requests/completed = 2.03 s = .
|
|
2023/01/24 19:53:11 [info] 9430#9430: *7376 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:11 [info] 9430#9430: *7380 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:11 [info] 9430#9430: *7518 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:53:11 [info] 9430#9430: *7519 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
WorkUnitsTest#test_edit_description_for_container_requests/running = 1.96 s = .
|
|
2023/01/24 19:53:13 [info] 9430#9430: *7548 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:53:13 [info] 9430#9430: *7549 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:53:14 [info] 9430#9430: *7430 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:14 [info] 9430#9430: *7432 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:14 [info] 9430#9430: *7579 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:53:14 [info] 9430#9430: *7580 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
WorkUnitsTest#test_run_a_process_using_template_Workflow_with_default_input_specifications_from_dashboard = 2.95 s = .
|
|
2023/01/24 19:53:16 [info] 9430#9430: *7459 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:16 [info] 9430#9430: *7596 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:53:16 [info] 9430#9430: *7493 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:16 [info] 9430#9430: *7495 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:17 [info] 9430#9430: *7523 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:17 [info] 9430#9430: *7525 client 127.0.0.1 closed keepalive connection
|
|
WorkUnitsTest#test_scroll_all_processes_page_with_show_children=false = 3.16 s = .
|
|
2023/01/24 19:53:19 [info] 9430#9430: *7661 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:53:20 [info] 9430#9430: *7581 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:53:22 [info] 9430#9430: *7646 client 127.0.0.1 closed keepalive connection
|
|
WorkUnitsTest#test_scroll_all_processes_page_with_show_children=true = 5.91 s = .
|
|
BrowserUnsupported#test_no_warning_if_File_API = 1.08 s = .
|
|
Using port 44921 for poltergeist
|
|
BrowserUnsupported#test_warning_if_no_File_API = 1.26 s = .
|
|
2023/01/24 19:53:28 [info] 9430#9430: *7831 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:53:28 [info] 9430#9430: *7832 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
ContainerRequestsTest#test_Provenance_graph_shown_on_committed_container_requests = 1.91 s = .
|
|
2023/01/24 19:53:29 [info] 9430#9430: *7857 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:53:29 [info] 9430#9430: *7858 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
Test failed, retrying (#1)
|
|
2023/01/24 19:54:01 [info] 9430#9430: *7886 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:01 [info] 9430#9430: *7887 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:02 [info] 9430#9430: *7915 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:02 [info] 9430#9430: *7916 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ContainerRequestsTest#test_Run_button_enabled_once_all_required_inputs_are_provided = 34.34 s = .
|
|
2023/01/24 19:54:03 [info] 9430#9430: *7798 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:03 [info] 9430#9430: *7800 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:03 [info] 9430#9430: *7802 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:03 [info] 9430#9430: *7804 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:04 [info] 9430#9430: *7943 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:04 [info] 9430#9430: *7944 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:05 [info] 9430#9430: *7839 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:05 [info] 9430#9430: *7979 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:05 [info] 9430#9430: *7980 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ContainerRequestsTest#test_Run_button_enabled_when_workflow_is_empty_and_no_inputs_are_needed = 3.02 s = .
|
|
2023/01/24 19:54:06 [info] 9430#9430: *7868 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:06 [info] 9430#9430: *7870 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:07 [info] 9430#9430: *7996 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:07 [info] 9430#9430: *7997 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:07 [info] 9430#9430: *7917 client 127.0.0.1 closed keepalive connection
|
|
ContainerRequestsTest#test_index_page = 2.61 s = .
|
|
2023/01/24 19:54:09 [info] 9430#9430: *8036 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:09 [info] 9430#9430: *8037 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:10 [info] 9430#9430: *7960 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:10 [info] 9430#9430: *7981 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:12 [info] 9430#9430: *8128 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:12 [info] 9430#9430: *8129 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:13 [info] 9430#9430: *8158 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:13 [info] 9430#9430: *8159 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ContainerRequestsTest#test_select_value_for_["directory_type"]_input = 5.04 s = .
|
|
2023/01/24 19:54:14 [info] 9430#9430: *8018 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:14 [info] 9430#9430: *8020 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:14 [info] 9430#9430: *8178 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:14 [info] 9430#9430: *8179 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:17 [info] 9430#9430: *8270 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:17 [info] 9430#9430: *8271 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:18 [info] 9430#9430: *8300 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:18 [info] 9430#9430: *8301 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ContainerRequestsTest#test_select_value_for_["file_type"]_input = 4.98 s = .
|
|
2023/01/24 19:54:19 [info] 9430#9430: *8160 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:19 [info] 9430#9430: *8162 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:19 [info] 9430#9430: *8320 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:19 [info] 9430#9430: *8321 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ContainerRequestsTest#test_select_value_for_boolean_input = 1.81 s = .
|
|
2023/01/24 19:54:21 [info] 9430#9430: *8343 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:21 [info] 9430#9430: *8344 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
ContainerRequestsTest#test_select_value_for_enum_typed_input = 1.91 s = .
|
|
2023/01/24 19:54:23 [info] 9430#9430: *8243 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:23 [info] 9430#9430: *8366 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:23 [info] 9430#9430: *8367 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:54:23 [info] 9430#9430: *8101 client 127.0.0.1 closed keepalive connection
|
|
ContainerRequestsTest#test_set_input_ex_double_with_12.34 = 1.81 s = .
|
|
2023/01/24 19:54:25 [info] 9430#9430: *8272 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:25 [info] 9430#9430: *8389 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:25 [info] 9430#9430: *8390 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ContainerRequestsTest#test_set_input_ex_float_with_12.34 = 1.83 s = .
|
|
2023/01/24 19:54:26 [info] 9430#9430: *8302 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:27 [info] 9430#9430: *8412 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:27 [info] 9430#9430: *8413 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ContainerRequestsTest#test_set_input_ex_int_opt_with_12 = 1.89 s = .
|
|
2023/01/24 19:54:28 [info] 9430#9430: *8325 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:28 [info] 9430#9430: *8327 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:29 [info] 9430#9430: *8435 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:29 [info] 9430#9430: *8436 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
ContainerRequestsTest#test_set_input_ex_int_with_12 = 1.87 s = .
|
|
2023/01/24 19:54:30 [info] 9430#9430: *8348 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:30 [info] 9430#9430: *8350 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:30 [info] 9430#9430: *8458 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:30 [info] 9430#9430: *8459 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
ContainerRequestsTest#test_set_input_ex_long_with_12 = 1.80 s = .
|
|
2023/01/24 19:54:32 [info] 9430#9430: *8371 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:32 [info] 9430#9430: *8373 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:32 [info] 9430#9430: *8481 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:32 [info] 9430#9430: *8482 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ContainerRequestsTest#test_set_input_ex_string_opt_with_abc = 1.77 s = .
|
|
2023/01/24 19:54:34 [info] 9430#9430: *8394 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:34 [info] 9430#9430: *8504 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:34 [info] 9430#9430: *8505 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
ContainerRequestsTest#test_set_input_ex_string_with_abc = 1.87 s = .
|
|
2023/01/24 19:54:35 [info] 9430#9430: *8417 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:35 [info] 9430#9430: *8419 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:36 [info] 9430#9430: *8535 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:36 [info] 9430#9430: *8536 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Using port 33393 for sso_stub
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:36 [info] 9430#9430: *8440 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:36 [info] 9430#9430: *8442 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:37 [info] 9430#9430: *8548 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:37 [info] 9430#9430: *8559 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:37 [info] 9430#9430: *8463 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:37 [info] 9430#9430: *8465 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:38 [info] 9430#9430: *8585 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:38 [info] 9430#9430: *8586 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
LinkAccountTest#test_Add_another_login_to_this_account = 3.65 s = .
|
|
2023/01/24 19:54:39 [info] 9430#9430: *8486 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:40 [info] 9430#9430: *8509 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:40 [info] 9430#9430: *8511 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:40 [info] 9430#9430: *8612 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:40 [info] 9430#9430: *8613 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Using port 36135 for sso_stub
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:40 [info] 9430#9430: *8623 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:41 [info] 9430#9430: *8636 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:41 [info] 9430#9430: *8647 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
LinkAccountTest#test_Admin_cannot_link_to_non-admin = 3.01 s = .
|
|
2023/01/24 19:54:43 [info] 9430#9430: *8674 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:43 [info] 9430#9430: *8675 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Using port 33079 for sso_stub
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:43 [info] 9430#9430: *8687 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:44 [info] 9430#9430: *8587 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:44 [info] 9430#9430: *8702 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
LinkAccountTest#test_Cannot_link_to_inactive_user = 3.21 s = .
|
|
Using port 40791 for sso_stub
|
|
2023/01/24 19:54:46 [info] 9430#9430: *8722 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:47 [info] 9430#9430: *8648 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:47 [info] 9430#9430: *8650 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:47 [info] 9430#9430: *8749 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:47 [info] 9430#9430: *8750 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
LinkAccountTest#test_Inactive_user_can_link_to_active_account = 3.06 s = .
|
|
2023/01/24 19:54:49 [info] 9430#9430: *8777 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:49 [info] 9430#9430: *8778 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Using port 45339 for sso_stub
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:50 [info] 9430#9430: *8790 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:50 [info] 9430#9430: *8703 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:51 [info] 9430#9430: *8818 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:51 [info] 9430#9430: *8819 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
LinkAccountTest#test_Link_login_of_inactive_user_to_this_account = 3.55 s = .
|
|
2023/01/24 19:54:52 [info] 9430#9430: *8847 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:52 [info] 9430#9430: *8848 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Using port 34499 for sso_stub
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:53 [info] 9430#9430: *8751 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:53 [info] 9430#9430: *8858 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:53 [info] 9430#9430: *8871 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:54 [info] 9430#9430: *8898 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:55 [info] 9430#9430: *8899 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
LinkAccountTest#test_Use_this_login_to_access_another_account = 3.68 s = .
|
|
2023/01/24 19:54:56 [info] 9430#9430: *8933 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:56 [info] 9430#9430: *8934 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:54:57 [info] 9430#9430: *8820 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:57 [info] 9430#9430: *8822 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:54:58 [info] 9430#9430: *8967 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:54:58 [info] 9430#9430: *8968 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_Can_copy_a_collection_to_a_project = 3.39 s = .
|
|
2023/01/24 19:54:59 [info] 9430#9430: *9002 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_Collection_portable_data_hash_with_multiple_matches_with_more_than_one_page_of_results = 1.52 s = .
|
|
2023/01/24 19:55:01 [info] 9430#9430: *9024 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:01 [info] 9430#9430: *9025 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:01 [info] 9430#9430: *8900 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:02 [info] 9430#9430: *9049 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:02 [info] 9430#9430: *9050 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_Creating_collection_from_list_of_filtered_files = 2.61 s = .
|
|
2023/01/24 19:55:04 [info] 9430#9430: *9076 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:04 [info] 9430#9430: *9077 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_Filtering_collection_files_by_regexp = 2.28 s = .
|
|
2023/01/24 19:55:05 [info] 9430#9430: *8970 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:06 [info] 9430#9430: *8985 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:06 [info] 9430#9430: *8987 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:06 [info] 9430#9430: *9104 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:06 [info] 9430#9430: *9105 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
CollectionsTest#test_Hides_sharing_link_button_when_configured_to_do_so = 1.65 s = .
|
|
2023-01-24 19:55:07 arvados.arv_put[13633] INFO: No cache usage requested for this run.
|
|
2023/01/24 19:55:07 [info] 9430#9430: *9108 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:08 [info] 9430#9430: *9124 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:08 [info] 9430#9430: *9126 client 127.0.0.1 closed keepalive connection
|
|
CollectionsTest#test_can_download_an_entire_collection_with_a_reader_token = 2.03 s = .
|
|
2023/01/24 19:55:09 [info] 9430#9430: *9003 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:09 [info] 9430#9430: *9005 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:10 [info] 9430#9430: *9154 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:10 [info] 9430#9430: *9155 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:11 [info] 9430#9430: *9179 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:11 [info] 9430#9430: *9180 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_combine_selected_collection_files_from_collection_subdirectory = 2.54 s = .
|
|
2023/01/24 19:55:12 [info] 9430#9430: *9051 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:12 [info] 9430#9430: *9078 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:12 [info] 9430#9430: *9080 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:12 [info] 9430#9430: *9199 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:12 [info] 9430#9430: *9200 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:13 [info] 9430#9430: *9106 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:13 [info] 9430#9430: *9133 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:13 [info] 9430#9430: *9221 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:13 [info] 9430#9430: *9222 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:13 [info] 9430#9430: *9135 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:14 [info] 9430#9430: *9249 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:14 [info] 9430#9430: *9250 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_combine_selected_collection_files_into_new_collection_active_foo_collection_in_aproject_true = 3.62 s = .
|
|
2023/01/24 19:55:15 [info] 9430#9430: *9181 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:16 [info] 9430#9430: *9269 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:16 [info] 9430#9430: *9270 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:17 [info] 9430#9430: *9300 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:17 [info] 9430#9430: *9301 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:18 [info] 9430#9430: *9328 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:18 [info] 9430#9430: *9329 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_combine_selected_collection_files_into_new_collection_active_foo_file_false = 3.73 s = .
|
|
2023/01/24 19:55:19 [info] 9430#9430: *9251 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:19 [info] 9430#9430: *9346 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:19 [info] 9430#9430: *9347 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:20 [info] 9430#9430: *9366 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:20 [info] 9430#9430: *9367 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:21 [info] 9430#9430: *9392 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:21 [info] 9430#9430: *9393 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_combine_selected_collection_files_into_new_collection_project_viewer_foo_collection_in_aproject_false = 2.87 s = .
|
|
2023/01/24 19:55:22 [info] 9430#9430: *9410 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:22 [info] 9430#9430: *9411 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:23 [info] 9430#9430: *9439 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:23 [info] 9430#9430: *9440 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:24 [info] 9430#9430: *9465 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:24 [info] 9430#9430: *9466 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_combine_selected_collection_files_into_new_collection_project_viewer_foo_file_false = 2.92 s = .
|
|
2023/01/24 19:55:25 [info] 9430#9430: *9330 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:25 [info] 9430#9430: *9332 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:25 [info] 9430#9430: *9485 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:26 [info] 9430#9430: *9486 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:26 [info] 9430#9430: *9396 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:27 [info] 9430#9430: *9513 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:27 [info] 9430#9430: *9514 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_combine_selected_collections_into_new_collection = 2.91 s = .
|
|
2023/01/24 19:55:28 [info] 9430#9430: *9541 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:28 [info] 9430#9430: *9542 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
2023/01/24 19:55:29 [info] 9430#9430: *9467 client 127.0.0.1 closed keepalive connection
|
|
CollectionsTest#test_creating_and_uncreating_a_sharing_link = 2.25 s = .
|
|
2023/01/24 19:55:30 [info] 9430#9430: *9576 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:30 [info] 9430#9430: *9577 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
CollectionsTest#test_remove/rename_file_options_not_presented_if_user_cannot_update_a_collection = 1.55 s = .
|
|
2023/01/24 19:55:31 [info] 9430#9430: *9114 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:34 [info] 9430#9430: *9394 client 127.0.0.1 closed keepalive connection
|
|
CollectionsTest#test_remove_a_file_from_collection_using_checkbox_and_dropdown_option = 4.35 s = .
|
|
2023/01/24 19:55:36 [info] 9430#9430: *9515 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:36 [info] 9430#9430: *9517 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:37 [info] 9430#9430: *9602 client closed connection while waiting for request, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
CollectionsTest#test_remove_a_file_in_collection_using_trash_icon = 3.91 s = .
|
|
2023/01/24 19:55:40 [info] 9430#9430: *9469 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:40 [info] 9430#9430: *9554 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:40 [info] 9430#9430: *9556 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:41 [info] 9430#9430: *9578 client 127.0.0.1 closed keepalive connection
|
|
CollectionsTest#test_rename_a_file_in_collection = 3.23 s = .
|
|
2023/01/24 19:55:45 [info] 9430#9430: *9715 client closed connection while waiting for request, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:55:45 [info] 9430#9430: *9636 client 127.0.0.1 closed keepalive connection
|
|
CollectionsTest#test_unlock_collection_to_modify_files = 3.84 s = .
|
|
2023/01/24 19:55:47 [info] 9430#9430: *9777 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
ErrorsTest#test_'object_not_found'_page_includes_search_link = 1.51 s = .
|
|
2023/01/24 19:55:49 [info] 9430#9430: *9791 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
ErrorsTest#test_404_page_includes_information_about_missing_object = 1.36 s = .
|
|
2023/01/24 19:55:50 [info] 9430#9430: *9691 client 127.0.0.1 closed keepalive connection
|
|
ErrorsTest#test_API_error_page_has_Report_problem_button = 1.26 s = .
|
|
2023/01/24 19:55:51 [info] 9430#9430: *9808 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
ErrorsTest#test_error_page_renders_user_navigation = 1.39 s = .
|
|
2023/01/24 19:55:52 [info] 9430#9430: *9736 client 127.0.0.1 closed keepalive connection
|
|
ErrorsTest#test_error_page_renders_without_login = 1.08 s = .
|
|
ErrorsTest#test_no_user_navigation_with_expired_token = 1.21 s = .
|
|
2023/01/24 19:55:55 [info] 9430#9430: *9834 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
ErrorsTest#test_showing_a_bad_UUID_returns_404 = 1.36 s = .
|
|
2023/01/24 19:55:56 [info] 9430#9430: *9763 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:56 [info] 9430#9430: *9765 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:56 [info] 9430#9430: *9852 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
ErrorsTest#test_showing_a_trashed_collection_UUID_gives_untrash_button = 1.46 s = .
|
|
2023/01/24 19:55:57 [info] 9430#9430: *9778 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:57 [info] 9430#9430: *9780 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:58 [info] 9430#9430: *9869 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
ErrorsTest#test_showing_a_trashed_container_request_gives_untrash_button = 1.50 s = .
|
|
2023/01/24 19:55:59 [info] 9430#9430: *9792 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:59 [info] 9430#9430: *9882 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:55:59 [info] 9430#9430: *9794 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:55:59 [info] 9430#9430: *9796 client 127.0.0.1 closed keepalive connection
|
|
ErrorsTest#test_unrouted_404_page_works = 1.47 s = .
|
|
2023/01/24 19:56:00 [info] 9430#9430: *9809 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:00 [info] 9430#9430: *9811 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:01 [info] 9430#9430: *9909 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:56:01 [info] 9430#9430: *9910 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:56:02 [info] 9430#9430: *9922 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:56:02 [info] 9430#9430: *9923 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:56:02 [info] 9430#9430: *9821 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:02 [info] 9430#9430: *9816 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:02 [info] 9430#9430: *9814 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:02 [info] 9430#9430: *9835 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:02 [info] 9430#9430: *9837 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:03 [info] 9430#9430: *9950 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:56:03 [info] 9430#9430: *9951 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:56:03 [info] 9430#9430: *9853 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:03 [info] 9430#9430: *9855 client 127.0.0.1 closed keepalive connection
|
|
UserSettingsMenuTest#test_create_new_repository = 3.58 s = .
|
|
UserSettingsMenuTest#test_pipeline_notification_shown_even_though_public_pipelines_exist = 0.84 s = S
|
|
2023/01/24 19:56:05 [info] 9430#9430: *9870 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:05 [info] 9430#9430: *9983 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:56:05 [info] 9430#9430: *9872 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:06 [info] 9430#9430: *9883 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:09 [info] 9430#9430: *9823 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:10 [info] 9430#9430: *9965 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:10 [info] 9430#9430: *9967 client 127.0.0.1 closed keepalive connection
|
|
Test failed, retrying (#1)
|
|
Test failed, retrying (#2)
|
|
2023/01/24 19:56:53 [info] 9430#9430: *9986 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:56:53 [info] 9430#9430: *9988 client 127.0.0.1 closed keepalive connection
|
|
Saved ./tmp/workbench-fail-1.png
|
|
UserSettingsMenuTest#test_request_shell_access = 53.30 s = E
|
|
Test failed, retrying (#1)
|
|
Test failed, retrying (#2)
|
|
Saved ./tmp/workbench-fail-2.png
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_page_/current_token = 52.88 s = F
|
|
Test failed, retrying (#1)
|
|
2023/01/24 19:58:31 [info] 9430#9430: *10036 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_page_/current_token_when_page_is_empty = 41.04 s = .
|
|
2023/01/24 19:58:32 [info] 9430#9430: *10052 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:58:32 [info] 9430#9430: *10053 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_page_/repositories = 2.07 s = .
|
|
2023/01/24 19:58:34 [info] 9430#9430: *9994 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:34 [info] 9430#9430: *10079 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:58:34 [info] 9430#9430: *10080 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_page_/repositories_when_page_is_empty = 1.55 s = .
|
|
2023/01/24 19:58:36 [info] 9430#9430: *9996 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:36 [info] 9430#9430: *10108 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:58:36 [info] 9430#9430: *9998 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:36 [info] 9430#9430: *10002 client 127.0.0.1 closed keepalive connection
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_page_ssh_keys = 1.74 s = .
|
|
2023/01/24 19:58:38 [info] 9430#9430: *10126 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_page_ssh_keys_when_page_is_empty = 1.44 s = .
|
|
2023/01/24 19:58:39 [info] 9430#9430: *10149 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_page_virtual_machines = 1.55 s = .
|
|
2023/01/24 19:58:40 [info] 9430#9430: *10037 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:40 [info] 9430#9430: *10039 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:41 [info] 9430#9430: *10167 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_page_virtual_machines_when_page_is_empty = 1.36 s = .
|
|
2023/01/24 19:58:42 [info] 9430#9430: *10067 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:42 [info] 9430#9430: *10069 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:42 [info] 9430#9430: *10194 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:58:42 [info] 9430#9430: *10195 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:58:43 [info] 9430#9430: *10089 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:43 [info] 9430#9430: *10091 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:43 [info] 9430#9430: *10211 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:58:44 [info] 9430#9430: *10110 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:45 [info] 9430#9430: *10127 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:45 [info] 9430#9430: *10129 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:46 [info] 9430#9430: *10250 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_user_active = 4.91 s = .
|
|
2023/01/24 19:58:46 [info] 9430#9430: *10150 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:46 [info] 9430#9430: *10152 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:47 [info] 9430#9430: *10168 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:47 [info] 9430#9430: *10276 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:58:47 [info] 9430#9430: *10277 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:58:48 [info] 9430#9430: *10291 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:58:50 [info] 9430#9430: *10324 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_user_admin = 4.15 s = .
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_user_inactive = 1.39 s = .
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_user_inactive_uninvited = 1.18 s = .
|
|
2023/01/24 19:58:53 [info] 9430#9430: *10251 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:53 [info] 9430#9430: *10253 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:54 [info] 9430#9430: *10369 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:58:54 [info] 9430#9430: *10370 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
UserSettingsMenuTest#test_user_settings_menu_for_active_with_notifications_[] = 1.74 s = .
|
|
2023/01/24 19:58:55 [info] 9430#9430: *10388 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:58:55 [info] 9430#9430: *10389 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:58:56 [info] 9430#9430: *10400 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:58:58 [info] 9430#9430: *10427 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:58:58 [info] 9430#9430: *10325 client 127.0.0.1 closed keepalive connection
|
|
UserSettingsMenuTest#test_user_settings_menu_for_job_reader_with_notifications_[:ssh,_:pipeline] = 3.61 s = .
|
|
2023/01/24 19:58:59 [info] 9430#9430: *10337 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:59 [info] 9430#9430: *10339 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:59 [info] 9430#9430: *10443 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:58:59 [info] 9430#9430: *10444 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
2023/01/24 19:58:59 [info] 9430#9430: *10343 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:58:59 [info] 9430#9430: *10345 client 127.0.0.1 closed keepalive connection
|
|
UserSettingsMenuTest#test_verify_repositories_for_active_user = 1.85 s = .
|
|
2023/01/24 19:59:01 [info] 9430#9430: *10371 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:01 [info] 9430#9430: *10373 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:01 [info] 9430#9430: *10484 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:47075
|
|
2023/01/24 19:59:01 [info] 9430#9430: *10485 client closed connection while SSL handshaking, client: 127.0.0.1, server: 127.0.0.1:39817
|
|
Possible unhandled promise rejection: Error:
|
|
LoginsTest#test_login_with_api_token_works_after_redirect = 1.73 s = .
|
|
LoginsTest#test_trying_to_use_expired_token_redirects_to_login_page = 1.17 s = .
|
|
|
|
Finished in 959.019581s, 0.2659 runs/s, 1.1199 assertions/s.
|
|
|
|
1) Skipped:
|
|
AjaxErrorsTest#test_load_pane_with_deleted_session [/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/test/integration/ajax_errors_test.rb:14]:
|
|
unreliable test
|
|
|
|
2) Skipped:
|
|
AjaxErrorsTest#test_load_pane_with_expired_token [/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/test/integration/ajax_errors_test.rb:30]:
|
|
unreliable test
|
|
|
|
3) Skipped:
|
|
CollectionUploadTest#test_Report_mixed-content_error [/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/test/integration/collection_upload_test.rb:79]:
|
|
Test suite does not use TLS
|
|
|
|
4) Skipped:
|
|
UserSettingsMenuTest#test_pipeline_notification_shown_even_though_public_pipelines_exist [/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/test/integration/user_settings_menu_test.rb:80]:
|
|
created_by doesn't work that way
|
|
|
|
5) Error:
|
|
UserSettingsMenuTest#test_request_shell_access:
|
|
Capybara::ExpectationNotMet: expected to find css "a" with text "Send request for shell access" but there were no matches. Also found "workbench:test", "", "", "", "Home project", "Virtual machines", "Repositories", "Current token", "SSH keys", "Link account", "Manage profile", "Log out", "", "Public Pipelines and Data sets", "Tutorials and User guide", "API Reference", "SDK Reference", "Show version / debugging info ...", "Report a problem ...", "Dashboard", "Projects", "Search all projects ...", "Browse public projects", "Add a new project", "Home", "Home", "Trash", "Firefox", "Chrome", "log-in or register", "Public Pipelines and Datasets", "the Pathomap team did", "developer site", "doc.arvados.org", "doc.arvados.org", "Virtual Machines", "Arvados Docs → User Guide → VM access", "Sending request...", "add an SSH key to your account", "Accessing an Arvados VM with SSH", which matched the selector but not all filters.
|
|
test/integration/user_settings_menu_test.rb:147:in `block in <class:UserSettingsMenuTest>'
|
|
test/test_helper.rb:358:in `capture_exceptions'
|
|
test/test_helper.rb:285:in `run'
|
|
|
|
6) Failure:
|
|
UserSettingsMenuTest#test_test_user_settings_menu_for_page_/current_token [/tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/test/integration/user_settings_menu_test.rb:207]:
|
|
Expected false to be truthy.
|
|
|
|
255 runs, 1074 assertions, 1 failures, 1 errors, 4 skips
|
|
|
|
Failed tests:
|
|
|
|
bin/rails test test/integration/ajax_errors_test.rb:13
|
|
bin/rails test test/integration/ajax_errors_test.rb:29
|
|
bin/rails test test/integration/collection_upload_test.rb:78
|
|
bin/rails test test/integration/user_settings_menu_test.rb:79
|
|
bin/rails test test/integration/user_settings_menu_test.rb:137
|
|
bin/rails test test/integration/user_settings_menu_test.rb:200
|
|
Sent SIGTERM to 9567 (/tmp/workspace/developer-run-tests-apps-workbench-integration/tmp/keep0.pid)
|
|
Sent SIGTERM to 9579 (/tmp/workspace/developer-run-tests-apps-workbench-integration/tmp/keep1.pid)
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10327 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10428 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10490 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10488 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10486 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10460 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10458 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10004 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10014 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10015 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10016 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10018 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10019 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10020 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10023 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10170 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10430 client 127.0.0.1 closed keepalive connection
|
|
2023/01/24 19:59:05 [info] 9430#9430: *10112 client 127.0.0.1 closed keepalive connection
|
|
Coverage report generated for MiniTest to /tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/coverage. 3799 / 4772 LOC (79.61%) covered.
|
|
Coverage report Rcov style generated for MiniTest to /tmp/workspace/developer-run-tests-apps-workbench-integration/apps/workbench/coverage/rcov
|
|
======= apps/workbench_integration tests -- FAILED
|
|
======= test apps/workbench_integration -- 968s
|
|
2023/01/24 19:59:05 [notice] 9427#9427: signal 15 (SIGTERM) received from 14368, exiting
|
|
2023/01/24 19:59:05 [notice] 9430#9430: exiting
|
|
2023/01/24 19:59:05 [notice] 9430#9430: exit
|
|
2023/01/24 19:59:05 [notice] 9427#9427: signal 17 (SIGCHLD) received from 9430
|
|
2023/01/24 19:59:05 [notice] 9427#9427: worker process 9430 exited with code 0
|
|
2023/01/24 19:59:05 [notice] 9427#9427: exit
|
|
Sent SIGTERM to 9427 (/tmp/workspace/developer-run-tests-apps-workbench-integration/tmp/nginx.pid)
|
|
Sent SIGTERM to 9489 (/tmp/workspace/developer-run-tests-apps-workbench-integration/tmp/githttpd.pid)
|
|
Sent SIGTERM to 9505 (/tmp/workspace/developer-run-tests-apps-workbench-integration/tmp/ws.pid)
|
|
Sent SIGTERM to 9471 (/tmp/workspace/developer-run-tests-apps-workbench-integration/tmp/keep-web.pid)
|
|
Sent SIGTERM to 9456 (/tmp/workspace/developer-run-tests-apps-workbench-integration/tmp/keepproxy.pid)
|
|
Sent SIGTERM to 9436 (/tmp/workspace/developer-run-tests-apps-workbench-integration/tmp/controller.pid)
|
|
Sent SIGTERM to 9300 (/tmp/workspace/developer-run-tests-apps-workbench-integration/tmp/api.pid)
|
|
Pass: env install (18s)
|
|
Pass: doc install (1s)
|
|
Pass: sdk/ruby install (3s)
|
|
Pass: sdk/R install (0s)
|
|
Pass: sdk/cli install (4s)
|
|
Pass: services/login-sync install (7s)
|
|
Pass: sdk/python install (5s)
|
|
Pass: sdk/cwl install (4s)
|
|
Pass: services/dockercleaner install (4s)
|
|
Pass: services/fuse install (4s)
|
|
Pass: tools/crunchstat-summary install (4s)
|
|
Pass: cmd/arvados-client install (4s)
|
|
Pass: cmd/arvados-package install (6s)
|
|
Pass: cmd/arvados-server install (31s)
|
|
Pass: lib/boot install (0s)
|
|
Pass: lib/cli install (0s)
|
|
Pass: lib/cloud install (0s)
|
|
Pass: lib/cloud/azure install (1s)
|
|
Pass: lib/cloud/cloudtest install (0s)
|
|
Pass: lib/cloud/ec2 install (0s)
|
|
Pass: lib/cloud/loopback install (0s)
|
|
Pass: lib/cmd install (1s)
|
|
Pass: lib/cmdtest install (0s)
|
|
Pass: lib/config install (0s)
|
|
Pass: lib/controller install (0s)
|
|
Pass: lib/controller/api install (0s)
|
|
Pass: lib/controller/dblock install (0s)
|
|
Pass: lib/controller/federation install (1s)
|
|
Pass: lib/controller/localdb install (0s)
|
|
Pass: lib/controller/railsproxy install (0s)
|
|
Pass: lib/controller/router install (0s)
|
|
Pass: lib/controller/rpc install (0s)
|
|
Pass: lib/costanalyzer install (1s)
|
|
Pass: lib/crunchrun install (0s)
|
|
Pass: lib/crunchstat install (0s)
|
|
Pass: lib/ctrlctx install (0s)
|
|
Pass: lib/deduplicationreport install (0s)
|
|
Pass: lib/diagnostics install (1s)
|
|
Pass: lib/dispatchcloud install (0s)
|
|
Pass: lib/dispatchcloud/container install (0s)
|
|
Pass: lib/dispatchcloud/scheduler install (0s)
|
|
Pass: lib/dispatchcloud/sshexecutor install (1s)
|
|
Pass: lib/dispatchcloud/test install (0s)
|
|
Pass: lib/dispatchcloud/worker install (0s)
|
|
Pass: lib/install install (0s)
|
|
Pass: lib/lsf install (1s)
|
|
Pass: lib/mount install (0s)
|
|
Pass: lib/pam install (1s)
|
|
Pass: lib/recovercollection install (0s)
|
|
Pass: lib/selfsigned install (0s)
|
|
Pass: lib/service install (1s)
|
|
Pass: sdk/go/arvados install (0s)
|
|
Pass: sdk/go/arvadosclient install (0s)
|
|
Pass: sdk/go/arvadostest install (0s)
|
|
Pass: sdk/go/asyncbuf install (0s)
|
|
Pass: sdk/go/auth install (1s)
|
|
Pass: sdk/go/blockdigest install (0s)
|
|
Pass: sdk/go/config install (0s)
|
|
Pass: sdk/go/ctxlog install (0s)
|
|
Pass: sdk/go/dispatch install (0s)
|
|
Pass: sdk/go/health install (0s)
|
|
Pass: sdk/go/httpserver install (1s)
|
|
Pass: sdk/go/keepclient install (0s)
|
|
Pass: sdk/go/manifest install (0s)
|
|
Pass: sdk/go/stats install (0s)
|
|
Pass: services/crunch-dispatch-local install (1s)
|
|
Pass: services/crunch-dispatch-slurm install (1s)
|
|
Pass: services/crunchstat install (0s)
|
|
Pass: services/githttpd install (0s)
|
|
Pass: services/keep-balance install (0s)
|
|
Pass: services/keepproxy install (1s)
|
|
Pass: services/keepstore install (0s)
|
|
Pass: services/keep-web install (0s)
|
|
Pass: services/ws install (0s)
|
|
Pass: tools/keep-block-check install (1s)
|
|
Pass: tools/keep-exercise install (1s)
|
|
Pass: tools/keep-rsync install (0s)
|
|
Pass: tools/sync-groups install (1s)
|
|
Pass: tools/sync-users install (0s)
|
|
Pass: services/api install (21s)
|
|
Pass: apps/workbench install (12s)
|
|
Failures (1):
|
|
Fail: apps/workbench_integration tests (968s)
|
|
Leaving behind temp dirs in /home/jenkins/tmp
|
|
Build step 'Execute shell' marked build as failure
|
|
Archiving artifacts
|
|
Started calculate disk usage of build
|
|
Finished Calculation of disk usage of build in 0 seconds
|
|
Started calculate disk usage of workspace
|
|
Finished Calculation of disk usage of workspace in 0 seconds
|
|
Finished: FAILURE
|