comparison out2.log @ 11:0f8e0dc73d1d draft default tip

"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
author nick
date Wed, 16 Feb 2022 22:59:00 +0000
parents
children
comparison
equal deleted inserted replaced
10:9dc43bf7d1db 11:0f8e0dc73d1d
1 git --git-dir /home/me/.planemo/gx_repo config remote.origin.fetch '+refs/*:refs/*'
2 git --git-dir /home/me/.planemo/gx_repo config remote.origin.mirror true
3 git --git-dir /home/me/.planemo/gx_repo remote update >/dev/null 2>&1
4 git clone --branch master /home/me/.planemo/gx_repo /tmp/tmp1upz926i/galaxy-dev
5 if [ -d .venv ]; then GALAXY_VIRTUAL_ENV=.venv; else GALAXY_VIRTUAL_ENV=/home/me/.planemo/gx_venv_3; fi && export GALAXY_VIRTUAL_ENV && if [ ! -e "$GALAXY_VIRTUAL_ENV" ]; then /usr/bin/python3 -m venv $GALAXY_VIRTUAL_ENV; echo "Created virtualenv"; fi && if [ -e "$GALAXY_VIRTUAL_ENV" ]; then . "$GALAXY_VIRTUAL_ENV"/bin/activate; echo "Activated a virtualenv for Galaxy"; echo "$VIRTUAL_ENV"; else echo "Failed to activate virtualenv."; fi && COMMON_STARTUP_ARGS=; $(grep -q 'skip-venv' run_tests.sh) && COMMON_STARTUP_ARGS="--dev-wheels"; export COMMON_STARTUP_ARGS; echo "Set COMMON_STARTUP_ARGS to ${COMMON_STARTUP_ARGS}" && ./scripts/common_startup.sh ${COMMON_STARTUP_ARGS}
6 Activated a virtualenv for Galaxy
7 /home/me/.planemo/gx_venv_3
8 Set COMMON_STARTUP_ARGS to --dev-wheels
9 Initializing tool-data/shared/ucsc/builds.txt from builds.txt.sample
10 Initializing tool-data/shared/ucsc/manual_builds.txt from manual_builds.txt.sample
11 Initializing static/welcome.html from welcome.html.sample
12 Activating virtualenv at /home/me/.planemo/gx_venv_3
13 Requirement already satisfied: pip>=19.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (20.0.2)
14 Ignoring async-exit-stack: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment
15 Ignoring async-generator: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment
16 Ignoring atomicwrites: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0"' don't match your environment
17 Ignoring cached-property: markers 'python_version < "3.8" and python_version >= "3.6"' don't match your environment
18 Ignoring cffi: markers 'implementation_name == "pypy" and python_version >= "3.6" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0")' don't match your environment
19 Ignoring colorama: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0"' don't match your environment
20 Ignoring contextvars: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment
21 Ignoring dataclasses: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment
22 Ignoring immutables: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment
23 Ignoring importlib-metadata: markers 'python_version < "3.8" and python_version >= "3.6" and (python_version == "3.6" or python_version == "3.7") and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.4.0" and python_version >= "3.6" and python_version < "3.8")' don't match your environment
24 Ignoring importlib-resources: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment
25 Ignoring py: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or python_full_version >= "3.4.0" and python_version >= "3.6" and implementation_name == "pypy"' don't match your environment
26 Ignoring pycparser: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.4.0"' don't match your environment
27 Ignoring pyreadline3: markers 'sys_platform == "win32" and python_version >= "3.8"' don't match your environment
28 Ignoring pyreadline: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "3.8" and python_full_version >= "3.5.0" and sys_platform == "win32"' don't match your environment
29 Ignoring ruamel.yaml.clib: markers 'platform_python_implementation == "CPython" and python_version < "3.8" and python_version >= "3.6"' don't match your environment
30 Ignoring typing-extensions: markers 'python_version >= "3.6" and python_version < "3.8"' don't match your environment
31 Ignoring zipp: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment
32 Looking in indexes: https://wheels.galaxyproject.org/simple, https://pypi.python.org/simple, https://wheels.galaxyproject.org/simple
33 Requirement already satisfied: adal==1.2.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 3)) (1.2.7)
34 Requirement already satisfied: aiofiles==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 4)) (0.6.0)
35 Requirement already satisfied: alabaster==0.7.12 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 5)) (0.7.12)
36 Requirement already satisfied: amqp==5.0.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 6)) (5.0.6)
37 Requirement already satisfied: appdirs==1.4.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 7)) (1.4.4)
38 Requirement already satisfied: argcomplete==1.12.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 8)) (1.12.3)
39 Requirement already satisfied: attmap==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 12)) (0.13.0)
40 Requirement already satisfied: attrs==20.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 13)) (20.3.0)
41 Requirement already satisfied: babel==2.9.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 14)) (2.9.0)
42 Requirement already satisfied: bagit-profile==1.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 15)) (1.3.1)
43 Requirement already satisfied: bagit==1.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 16)) (1.8.1)
44 Requirement already satisfied: bcrypt==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (3.2.0)
45 Requirement already satisfied: bdbag==1.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 18)) (1.6.1)
46 Requirement already satisfied: beaker==1.11.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 19)) (1.11.0)
47 Requirement already satisfied: billiard==3.6.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 20)) (3.6.4.0)
48 Requirement already satisfied: bioblend==0.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 21)) (0.15.0)
49 Requirement already satisfied: bleach==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 22)) (3.3.0)
50 Requirement already satisfied: boltons==20.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 23)) (20.2.1)
51 Requirement already satisfied: boto3==1.16.63 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 24)) (1.16.63)
52 Requirement already satisfied: boto==2.49.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 25)) (2.49.0)
53 Requirement already satisfied: botocore==1.19.63 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 26)) (1.19.63)
54 Requirement already satisfied: bx-python==0.8.11 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 27)) (0.8.11)
55 Requirement already satisfied: cachecontrol==0.11.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 28)) (0.11.7)
56 Requirement already satisfied: cachetools==4.2.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 30)) (4.2.2)
57 Requirement already satisfied: celery==5.0.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 31)) (5.0.5)
58 Requirement already satisfied: certifi==2020.12.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 32)) (2020.12.5)
59 Requirement already satisfied: chardet==4.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 34)) (4.0.0)
60 Requirement already satisfied: cheetah3==3.2.6.post1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 35)) (3.2.6.post1)
61 Requirement already satisfied: circus==0.17.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 36)) (0.17.1)
62 Requirement already satisfied: click-didyoumean==0.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 37)) (0.0.3)
63 Requirement already satisfied: click-plugins==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 38)) (1.1.1)
64 Requirement already satisfied: click-repl==0.1.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 39)) (0.1.6)
65 Requirement already satisfied: click==7.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 40)) (7.1.2)
66 Requirement already satisfied: cliff==3.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 41)) (3.7.0)
67 Requirement already satisfied: cloudauthz==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 42)) (0.6.0)
68 Requirement already satisfied: cloudbridge==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 43)) (2.1.0)
69 Requirement already satisfied: cmd2==1.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 44)) (1.5.0)
70 Requirement already satisfied: coloredlogs==15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 46)) (15.0)
71 Requirement already satisfied: commonmark==0.9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 47)) (0.9.1)
72 Requirement already satisfied: coverage==5.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 49)) (5.5)
73 Requirement already satisfied: cryptography==3.4.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 50)) (3.4.7)
74 Requirement already satisfied: cwltool==3.0.20201109103151 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (3.0.20201109103151)
75 Requirement already satisfied: debtcollector==2.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 53)) (2.2.0)
76 Requirement already satisfied: decorator==5.0.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 54)) (5.0.7)
77 Requirement already satisfied: defusedxml==0.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 55)) (0.7.1)
78 Requirement already satisfied: deprecated==1.2.12 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 56)) (1.2.12)
79 Requirement already satisfied: deprecation==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 57)) (2.1.0)
80 Requirement already satisfied: dictobj==0.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 58)) (0.4)
81 Requirement already satisfied: docopt==0.6.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 59)) (0.6.2)
82 Requirement already satisfied: docutils==0.16 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 60)) (0.16)
83 Requirement already satisfied: dogpile.cache==1.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 61)) (1.1.2)
84 Requirement already satisfied: ecdsa==0.14.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 62)) (0.14.1)
85 Requirement already satisfied: edam-ontology==1.25.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 63)) (1.25.2)
86 Requirement already satisfied: fabric3==1.14.post1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 64)) (1.14.post1)
87 Requirement already satisfied: fastapi-utils==0.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 65)) (0.2.1)
88 Requirement already satisfied: fastapi==0.65.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 66)) (0.65.2)
89 Requirement already satisfied: fluent-logger==0.10.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 67)) (0.10.0)
90 Requirement already satisfied: fs==2.4.13 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 68)) (2.4.13)
91 Requirement already satisfied: funcsigs==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 69)) (1.0.2)
92 Requirement already satisfied: future==0.18.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 70)) (0.18.2)
93 Requirement already satisfied: galaxy-sequence-utils==1.1.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 71)) (1.1.5)
94 Requirement already satisfied: google-api-core==1.26.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 72)) (1.26.3)
95 Requirement already satisfied: google-api-python-client==1.12.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 73)) (1.12.8)
96 Requirement already satisfied: google-auth-httplib2==0.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 74)) (0.1.0)
97 Requirement already satisfied: google-auth==1.30.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 75)) (1.30.0)
98 Requirement already satisfied: googleapis-common-protos==1.53.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 76)) (1.53.0)
99 Requirement already satisfied: greenlet==1.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 77)) (1.0.0)
100 Requirement already satisfied: gunicorn==20.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 78)) (20.1.0)
101 Requirement already satisfied: gxformat2==0.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 79)) (0.15.0)
102 Requirement already satisfied: h11==0.12.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 80)) (0.12.0)
103 Requirement already satisfied: h5py==3.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 81)) (3.1.0)
104 Requirement already satisfied: httpcore==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 82)) (0.13.0)
105 Requirement already satisfied: httplib2==0.19.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 83)) (0.19.1)
106 Requirement already satisfied: httpx==0.18.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 84)) (0.18.0)
107 Requirement already satisfied: humanfriendly==9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 85)) (9.1)
108 Requirement already satisfied: idna==2.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 86)) (2.10)
109 Requirement already satisfied: imagesize==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 87)) (1.2.0)
110 Requirement already satisfied: iniconfig==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 91)) (1.1.1)
111 Requirement already satisfied: isa-rwval==0.10.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 92)) (0.10.10)
112 Requirement already satisfied: iso8601==0.1.14 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 93)) (0.1.14)
113 Requirement already satisfied: isodate==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 94)) (0.6.0)
114 Requirement already satisfied: jinja2==2.11.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 95)) (2.11.3)
115 Requirement already satisfied: jmespath==0.10.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 96)) (0.10.0)
116 Requirement already satisfied: jsonpatch==1.32 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 97)) (1.32)
117 Requirement already satisfied: jsonpointer==2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 98)) (2.1)
118 Requirement already satisfied: jsonschema==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 99)) (3.2.0)
119 Requirement already satisfied: keystoneauth1==4.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 100)) (4.3.1)
120 Requirement already satisfied: kombu==5.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 101)) (5.0.2)
121 Requirement already satisfied: lagom==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 102)) (1.2.0)
122 Requirement already satisfied: lockfile==0.12.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 103)) (0.12.2)
123 Requirement already satisfied: lxml==4.6.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 104)) (4.6.3)
124 Requirement already satisfied: mako==1.1.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 105)) (1.1.4)
125 Requirement already satisfied: markdown-it-reporter==0.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 106)) (0.0.2)
126 Requirement already satisfied: markdown==3.3.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 107)) (3.3.4)
127 Requirement already satisfied: markupsafe==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 108)) (1.1.1)
128 Requirement already satisfied: mercurial==5.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 109)) (5.7.1)
129 Requirement already satisfied: mirakuru==2.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 110)) (2.3.0)
130 Requirement already satisfied: mistune==0.8.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 111)) (0.8.4)
131 Requirement already satisfied: mrcfile==1.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 112)) (1.3.0)
132 Requirement already satisfied: msgpack==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 113)) (1.0.2)
133 Requirement already satisfied: munch==2.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 114)) (2.5.0)
134 Requirement already satisfied: mypy-extensions==0.4.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 115)) (0.4.3)
135 Requirement already satisfied: netaddr==0.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 116)) (0.8.0)
136 Requirement already satisfied: netifaces==0.10.9 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 117)) (0.10.9)
137 Requirement already satisfied: networkx==2.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 118)) (2.5)
138 Requirement already satisfied: nodeenv==1.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 119)) (1.6.0)
139 Requirement already satisfied: nose==1.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 120)) (1.3.7)
140 Requirement already satisfied: nosehtml==0.4.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 121)) (0.4.6)
141 Requirement already satisfied: numpy==1.19.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 122)) (1.19.5)
142 Requirement already satisfied: oauth2client==4.1.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 123)) (4.1.3)
143 Requirement already satisfied: oauthlib==3.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 124)) (3.1.0)
144 Requirement already satisfied: openstacksdk==0.52.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 125)) (0.52.0)
145 Requirement already satisfied: os-client-config==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 126)) (2.1.0)
146 Requirement already satisfied: os-service-types==1.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 127)) (1.7.0)
147 Requirement already satisfied: osc-lib==2.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 128)) (2.3.1)
148 Requirement already satisfied: oslo.config==8.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 129)) (8.6.0)
149 Requirement already satisfied: oslo.context==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 130)) (3.2.0)
150 Requirement already satisfied: oslo.i18n==5.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 131)) (5.0.1)
151 Requirement already satisfied: oslo.log==4.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 132)) (4.4.0)
152 Requirement already satisfied: oslo.serialization==4.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 133)) (4.1.0)
153 Requirement already satisfied: oslo.utils==4.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 134)) (4.8.0)
154 Requirement already satisfied: oyaml==1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 135)) (1.0)
155 Requirement already satisfied: packaging==20.9 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 136)) (20.9)
156 Requirement already satisfied: paramiko==2.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 137)) (2.7.2)
157 Requirement already satisfied: parsley==1.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 138)) (1.3)
158 Requirement already satisfied: paste==3.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 139)) (3.5.0)
159 Requirement already satisfied: pastedeploy==2.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 140)) (2.1.1)
160 Requirement already satisfied: pbr==5.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 141)) (5.6.0)
161 Requirement already satisfied: pluggy==0.13.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 142)) (0.13.1)
162 Requirement already satisfied: port-for==0.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 143)) (0.4)
163 Requirement already satisfied: prettytable==0.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 144)) (0.7.2)
164 Requirement already satisfied: prompt-toolkit==3.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 145)) (3.0.3)
165 Requirement already satisfied: protobuf==3.15.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 146)) (3.15.8)
166 Requirement already satisfied: prov==1.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 147)) (1.5.1)
167 Requirement already satisfied: psutil==5.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 148)) (5.8.0)
168 Requirement already satisfied: pulsar-galaxy-lib==0.14.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 149)) (0.14.10)
169 Requirement already satisfied: pyasn1-modules==0.2.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 151)) (0.2.8)
170 Requirement already satisfied: pyasn1==0.4.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 152)) (0.4.8)
171 Requirement already satisfied: pycryptodome==3.10.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 154)) (3.10.1)
172 Requirement already satisfied: pydantic==1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 155)) (1.8.2)
173 Requirement already satisfied: pydot==1.4.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 156)) (1.4.2)
174 Requirement already satisfied: pyeventsystem==0.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 157)) (0.1.0)
175 Requirement already satisfied: pyfaidx==0.5.9.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 158)) (0.5.9.5)
176 Requirement already satisfied: pygithub==1.55 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 159)) (1.55)
177 Requirement already satisfied: pygments==2.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 160)) (2.8.1)
178 Requirement already satisfied: pyinotify==0.9.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 161)) (0.9.6)
179 Requirement already satisfied: pyjwt==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 162)) (2.1.0)
180 Requirement already satisfied: pykwalify==1.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 163)) (1.8.0)
181 Requirement already satisfied: pynacl==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 164)) (1.4.0)
182 Requirement already satisfied: pyparsing==2.4.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 165)) (2.4.7)
183 Requirement already satisfied: pyperclip==1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 166)) (1.8.2)
184 Requirement already satisfied: pyrsistent==0.17.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 169)) (0.17.3)
185 Requirement already satisfied: pysam==0.16.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 170)) (0.16.0.1)
186 Requirement already satisfied: pytest-asyncio==0.15.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 171)) (0.15.1)
187 Requirement already satisfied: pytest-cov==2.11.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 172)) (2.11.1)
188 Requirement already satisfied: pytest-html==3.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 173)) (3.1.1)
189 Requirement already satisfied: pytest-json-report==1.2.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 174)) (1.2.4)
190 Requirement already satisfied: pytest-metadata==1.11.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 175)) (1.11.0)
191 Requirement already satisfied: pytest-mock==3.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 176)) (3.6.0)
192 Requirement already satisfied: pytest-postgresql==2.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 177)) (2.6.1)
193 Requirement already satisfied: pytest-pythonpath==0.7.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 178)) (0.7.3)
194 Requirement already satisfied: pytest-shard==0.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 179)) (0.1.2)
195 Requirement already satisfied: pytest==6.2.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 180)) (6.2.3)
196 Requirement already satisfied: python-dateutil==2.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 181)) (2.8.1)
197 Requirement already satisfied: python-irodsclient==1.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 182)) (1.0.0)
198 Requirement already satisfied: python-jose==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 183)) (3.2.0)
199 Requirement already satisfied: python-keystoneclient==4.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 184)) (4.1.1)
200 Requirement already satisfied: python-neutronclient==7.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 185)) (7.2.1)
201 Requirement already satisfied: python-novaclient==17.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 186)) (17.2.1)
202 Requirement already satisfied: python-swiftclient==3.10.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 187)) (3.10.1)
203 Requirement already satisfied: python3-openid==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 188)) (3.2.0)
204 Requirement already satisfied: pytz==2021.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 189)) (2021.1)
205 Requirement already satisfied: pyuwsgi==2.0.19.1.post0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 190)) (2.0.19.1.post0)
206 Requirement already satisfied: pyyaml==5.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 191)) (5.4.1)
207 Requirement already satisfied: pyzmq==22.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 192)) (22.0.3)
208 Requirement already satisfied: rdflib-jsonld==0.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 193)) (0.5.0)
209 Requirement already satisfied: rdflib==4.2.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 194)) (4.2.2)
210 Requirement already satisfied: recommonmark==0.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 195)) (0.7.1)
211 Requirement already satisfied: refgenconf==0.12.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 196)) (0.12.0)
212 Requirement already satisfied: repoze.lru==0.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 197)) (0.7)
213 Requirement already satisfied: requests-oauthlib==1.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 198)) (1.3.0)
214 Requirement already satisfied: requests-toolbelt==0.9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 199)) (0.9.1)
215 Requirement already satisfied: requests==2.25.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 200)) (2.25.1)
216 Requirement already satisfied: requestsexceptions==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 201)) (1.4.0)
217 Requirement already satisfied: responses==0.13.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 202)) (0.13.3)
218 Requirement already satisfied: rfc3986==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 203)) (1.4.0)
219 Requirement already satisfied: routes==2.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 204)) (2.5.1)
220 Requirement already satisfied: rsa==4.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 205)) (4.7.2)
221 Requirement already satisfied: ruamel.yaml==0.16.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 207)) (0.16.5)
222 Requirement already satisfied: s3transfer==0.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 208)) (0.3.7)
223 Requirement already satisfied: schema-salad==7.1.20210316164414 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 209)) (7.1.20210316164414)
224 Requirement already satisfied: selenium==3.141.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 210)) (3.141.0)
225 Requirement already satisfied: setuptools-scm==5.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 211)) (5.0.2)
226 Requirement already satisfied: shellescape==3.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 212)) (3.4.1)
227 Requirement already satisfied: simplejson==3.17.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 213)) (3.17.2)
228 Requirement already satisfied: six==1.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 214)) (1.15.0)
229 Requirement already satisfied: sniffio==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 215)) (1.2.0)
230 Requirement already satisfied: snowballstemmer==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 216)) (2.1.0)
231 Requirement already satisfied: social-auth-core==4.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 217)) (4.0.3)
232 Requirement already satisfied: sortedcontainers==2.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 218)) (2.3.0)
233 Requirement already satisfied: sphinx-markdown-tables==0.0.15 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 219)) (0.0.15)
234 Requirement already satisfied: sphinx-rtd-theme==0.5.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 220)) (0.5.2)
235 Requirement already satisfied: sphinx==3.5.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 221)) (3.5.4)
236 Requirement already satisfied: sphinxcontrib-applehelp==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 222)) (1.0.2)
237 Requirement already satisfied: sphinxcontrib-devhelp==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 223)) (1.0.2)
238 Requirement already satisfied: sphinxcontrib-htmlhelp==1.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 224)) (1.0.3)
239 Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 225)) (1.0.1)
240 Requirement already satisfied: sphinxcontrib-qthelp==1.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 226)) (1.0.3)
241 Requirement already satisfied: sphinxcontrib-serializinghtml==1.1.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 227)) (1.1.4)
242 Requirement already satisfied: sqlalchemy-migrate==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 228)) (0.13.0)
243 Requirement already satisfied: sqlalchemy==1.4.20 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 229)) (1.4.20)
244 Requirement already satisfied: sqlitedict==1.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 230)) (1.7.0)
245 Requirement already satisfied: sqlparse==0.4.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 231)) (0.4.2)
246 Requirement already satisfied: starlette-context==0.3.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 232)) (0.3.2)
247 Requirement already satisfied: starlette==0.14.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 233)) (0.14.2)
248 Requirement already satisfied: statsd==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 234)) (3.3.0)
249 Requirement already satisfied: stevedore==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 235)) (3.3.0)
250 Requirement already satisfied: svgwrite==1.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 236)) (1.4.1)
251 Requirement already satisfied: tempita==0.5.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 237)) (0.5.2)
252 Requirement already satisfied: tenacity==7.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 238)) (7.0.0)
253 Requirement already satisfied: testfixtures==6.17.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 239)) (6.17.1)
254 Requirement already satisfied: tifffile==2020.9.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 240)) (2020.9.3)
255 Requirement already satisfied: toml==0.10.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 241)) (0.10.2)
256 Requirement already satisfied: tornado==6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 242)) (6.1)
257 Requirement already satisfied: tqdm==4.60.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 243)) (4.60.0)
258 Requirement already satisfied: twill==3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 244)) (3.0)
259 Requirement already satisfied: tzlocal==2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 246)) (2.1)
260 Requirement already satisfied: ubiquerg==0.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 247)) (0.6.1)
261 Requirement already satisfied: unidecode==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 248)) (1.2.0)
262 Requirement already satisfied: uritemplate==3.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 249)) (3.0.1)
263 Requirement already satisfied: urllib3==1.26.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 250)) (1.26.4)
264 Requirement already satisfied: uvicorn==0.13.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 251)) (0.13.4)
265 Requirement already satisfied: vine==5.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 252)) (5.0.0)
266 Requirement already satisfied: watchdog==2.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 253)) (2.0.3)
267 Requirement already satisfied: wcwidth==0.2.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 254)) (0.2.5)
268 Requirement already satisfied: webencodings==0.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 255)) (0.5.1)
269 Requirement already satisfied: webob==1.8.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 256)) (1.8.7)
270 Requirement already satisfied: whoosh==2.7.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 257)) (2.7.4)
271 Requirement already satisfied: wrapt==1.12.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 258)) (1.12.1)
272 Requirement already satisfied: xmlrunner==1.7.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 259)) (1.7.7)
273 Requirement already satisfied: yacman==0.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 260)) (0.8.2)
274 Requirement already satisfied: zipstream-new==1.1.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 262)) (1.1.8)
275 Requirement already satisfied: cffi>=1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from bcrypt==3.2.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (1.15.0)
276 Requirement already satisfied: colorama>=0.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cmd2==1.5.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 44)) (0.4.4)
277 Requirement already satisfied: typing-extensions in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cwltool==3.0.20201109103151->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (4.1.1)
278 Requirement already satisfied: setuptools in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cwltool==3.0.20201109103151->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (44.0.0)
279 Requirement already satisfied: py>=1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from pytest==6.2.3->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 180)) (1.11.0)
280 Requirement already satisfied: rich>=9.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from refgenconf==0.12.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 196)) (11.2.0)
281 Requirement already satisfied: pycparser in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cffi>=1.1->bcrypt==3.2.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (2.21)
282 The Galaxy client has not yet been built and will be built now.
283 yarn install v1.22.17
284 [1/4] Resolving packages...
285 [2/4] Fetching packages...
286 [3/4] Linking dependencies...
287 [4/4] Building fresh packages...
288 Done in 41.34s.
289 yarn run v1.22.17
290 $ NODE_ENV=production gulp && yarn run webpack-production-maps && yarn run save-build-hash
291 [17:13:01] Using gulpfile /tmp/tmp1upz926i/galaxy-dev/client/gulpfile.js
292 [17:13:01] Starting 'default'...
293 [17:13:01] Starting 'fonts'...
294 [17:13:01] Starting 'stageLibs'...
295 [17:13:01] Starting 'buildPlugins'...
296 [17:13:01] Finished 'stageLibs' after 14 ms
297 [17:13:01] Finished 'buildPlugins' after 17 ms
298 [17:13:01] Starting 'cleanPlugins'...
299 [17:13:01] Finished 'fonts' after 26 ms
300 No build hashfile detected for annotate_image, generating now.
301 Installing Dependencies for annotate_image
302 info No lockfile found.
303 [1/4] Resolving packages...
304 [2/4] Fetching packages...
305 [3/4] Linking dependencies...
306 [4/4] Building fresh packages...
307 success Saved lockfile.
308 Building annotate_image
309 $ parcel build src/script.js -d static --no-source-maps
310 ✨ Built in 8.69s.
311
312 static/script.js 424.02 KB 8.36s
313 No build hashfile detected for chiraviz, generating now.
314 Installing Dependencies for chiraviz
315 info No lockfile found.
316 [1/4] Resolving packages...
317 [2/4] Fetching packages...
318 [3/4] Linking dependencies...
319 [4/4] Building fresh packages...
320 success Saved lockfile.
321 Building chiraviz
322 $ webpack --mode production
323 Hash: bc470bafb6d4fa387752
324 Version: webpack 4.46.0
325 Time: 1529ms
326 Built at: 02/16/2022 5:13:30 PM
327 Asset Size Chunks Chunk Names
328 448c34a56d699c29117adc64c43affeb.woff2 17.6 KiB [emitted]
329 674f50d287a8c48dc19ba404d20fe713.eot 162 KiB [emitted]
330 89889688147bd7575d6327160d64e760.svg 106 KiB [emitted]
331 912ec66d7572ff821749319396470bde.svg 434 KiB [emitted] [big]
332 af7ae505a9eed503f8b8e6982036873e.woff2 75.4 KiB [emitted]
333 b06871f281fee6b241d60582ae9369b9.ttf 162 KiB [emitted]
334 e18bbf611f2a2e43afc071aa2f4e1512.ttf 44.3 KiB [emitted]
335 f4769f9bdb7466be65088239c12046d1.eot 19.7 KiB [emitted]
336 fa2772327f55d8198301fdb8bcfc8158.woff 22.9 KiB [emitted]
337 fee66e712a8a08eef5805a46892932ad.woff 95.7 KiB [emitted]
338 images/plus-icon.png 2.6 KiB [emitted]
339 images/search-icon.png 9.78 KiB [emitted]
340 main.css 153 KiB 0 [emitted] main
341 script.js 3.72 MiB 0 [emitted] [big] main
342 Entrypoint main [big] = main.css script.js
343 [1] ./src/index.js 390 bytes {0} [built]
344 [4] ./node_modules/script-loader!./src/js/rna-viz.js 318 bytes {0} [built]
345 [5] ./node_modules/raw-loader!./src/js/rna-viz.js 56.8 KiB {0} [built]
346 [10] ./node_modules/script-loader!./src/js/visualize-alignment.js 330 bytes {0} [built]
347 [11] ./node_modules/raw-loader!./src/js/visualize-alignment.js 4.8 KiB {0} [built]
348 [16] ./src/css/rna.viz.css 39 bytes {0} [built]
349 + 14 hidden modules
350
351 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
352 This can impact web performance.
353 Assets:
354 912ec66d7572ff821749319396470bde.svg (434 KiB)
355 script.js (3.72 MiB)
356
357 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
358 Entrypoints:
359 main (3.87 MiB)
360 main.css
361 script.js
362
363
364 WARNING in webpack performance recommendations:
365 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
366 For more info visit https://webpack.js.org/guides/code-splitting/
367 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/bootstrap/dist/css/bootstrap.min.css:
368 Entrypoint mini-css-extract-plugin = *
369 8 modules
370 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/font-awesome/css/font-awesome.min.css:
371 Entrypoint mini-css-extract-plugin = *
372 9 modules
373 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!src/css/rna.viz.css:
374 Entrypoint mini-css-extract-plugin = *
375 [0] ./node_modules/css-loader/dist/cjs.js!./src/css/rna.viz.css 4.61 KiB {0} [built]
376 + 1 hidden module
377 No build hashfile detected for editor, generating now.
378 Installing Dependencies for editor
379 info No lockfile found.
380 [1/4] Resolving packages...
381 [2/4] Fetching packages...
382 [3/4] Linking dependencies...
383 [4/4] Building fresh packages...
384 success Saved lockfile.
385 Building editor
386 $ webpack --mode production
387 Hash: 0049facab9a1a81ab2fd
388 Version: webpack 4.46.0
389 Time: 3404ms
390 Built at: 02/16/2022 5:13:39 PM
391 Asset Size Chunks Chunk Names
392 main.css 777 bytes 0 [emitted] main
393 script.js 394 KiB 0 [emitted] [big] main
394 Entrypoint main [big] = main.css script.js
395 [0] (webpack)/buildin/module.js 497 bytes {0} [built]
396 [1] (webpack)/buildin/amd-define.js 85 bytes {0} [built]
397 [2] ./src/index.js 172 bytes {0} [built]
398 [3] ./src/styles/style.css 39 bytes {0} [built]
399 + 4 hidden modules
400
401 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
402 This can impact web performance.
403 Assets:
404 script.js (394 KiB)
405
406 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
407 Entrypoints:
408 main (395 KiB)
409 main.css
410 script.js
411
412
413 WARNING in webpack performance recommendations:
414 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
415 For more info visit https://webpack.js.org/guides/code-splitting/
416 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!src/styles/style.css:
417 Entrypoint mini-css-extract-plugin = *
418 [0] ./node_modules/css-loader/dist/cjs.js!./src/styles/style.css 1.03 KiB {0} [built]
419 + 1 hidden module
420 No build hashfile detected for heatmap_default, generating now.
421 Installing Dependencies for heatmap_default
422 info No lockfile found.
423 [1/4] Resolving packages...
424 [2/4] Fetching packages...
425 [3/4] Linking dependencies...
426 [4/4] Building fresh packages...
427 success Saved lockfile.
428 Building heatmap_default
429 $ parcel build src/script.js -d static/dist
430 ✨ Built in 9.07s.
431
432 static/dist/script.js.map ⚠️ 1.21 MB 76ms
433 static/dist/script.js 360.29 KB 8.63s
434 No build hashfile detected for hyphyvision, generating now.
435 Installing Dependencies for hyphyvision
436 info No lockfile found.
437 [1/4] Resolving packages...
438 [2/4] Fetching packages...
439 [3/4] Linking dependencies...
440 [4/4] Building fresh packages...
441 success Saved lockfile.
442 Building hyphyvision
443 $ webpack --mode development
444 Hash: 19951ee18264fd552b31
445 Version: webpack 4.46.0
446 Time: 2740ms
447 Built at: 02/16/2022 5:14:12 PM
448 Asset Size Chunks Chunk Names
449 main.css 272 KiB main [emitted] main
450 script.js 5.66 MiB main [emitted] main
451 Entrypoint main = main.css script.js
452 [./node_modules/webpack/buildin/amd-define.js] (webpack)/buildin/amd-define.js 85 bytes {main} [built]
453 [./node_modules/webpack/buildin/amd-options.js] (webpack)/buildin/amd-options.js 80 bytes {main} [built]
454 [./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built]
455 [./node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {main} [built]
456 [./src/index.js] 215 bytes {main} [built]
457 + 99 hidden modules
458 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/hyphy-vision/dist/hyphyvision.css:
459 Entrypoint mini-css-extract-plugin = *
460 2 modules
461 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/phylotree/phylotree.css:
462 Entrypoint mini-css-extract-plugin = *
463 2 modules
464 No build hashfile detected for media_player, generating now.
465 Installing Dependencies for media_player
466 info No lockfile found.
467 [1/4] Resolving packages...
468 [2/4] Fetching packages...
469 [3/4] Linking dependencies...
470 [4/4] Building fresh packages...
471 success Saved lockfile.
472 Building media_player
473 $ cp node_modules/plyr/dist/plyr.js node_modules/plyr/dist/plyr.css static/dist
474 No build hashfile detected for mvpapp, generating now.
475 Installing Dependencies for mvpapp
476 info No lockfile found.
477 [1/4] Resolving packages...
478 [2/4] Fetching packages...
479 [3/4] Linking dependencies...
480 [4/4] Building fresh packages...
481 success Saved lockfile.
482 Building mvpapp
483 $ webpack --mode production
484 Hash: faa2020d31339c7d60cf
485 Version: webpack 4.46.0
486 Time: 3441ms
487 Built at: 02/16/2022 5:14:24 PM
488 Asset Size Chunks Chunk Names
489 0417cf0d391d231809b74bc884265e55.png 757 bytes [emitted]
490 0b708185ce8927f18c7b3b82a7e7c247.png 278 bytes [emitted]
491 1173aff0adae43093a9489d25d461d8b.png 738 bytes [emitted]
492 23932de7c235b03187b8a5de3d024490.png 5.68 KiB [emitted]
493 2f257489d9600ddf56d195a179ebc9df.png 4.44 KiB [emitted]
494 448c34a56d699c29117adc64c43affeb.woff2 17.6 KiB [emitted]
495 4c27b34156b7a3776f31cc456ca01c10.png 6.76 KiB [emitted]
496 4d4e638960a1a29b0d6b693b445087da.png 418 bytes [emitted]
497 53acc69aaee6e2cb73b2021317e24af3.png 328 bytes [emitted]
498 635a2c6439e2a8a51a6c2ff50a6da089.png 3.04 KiB [emitted]
499 6686d21b904e18b100210169bb1c04ad.png 4.44 KiB [emitted]
500 772a64d6df4b93d230e9b38e1ab7522a.png 4.44 KiB [emitted]
501 89889688147bd7575d6327160d64e760.svg 106 KiB [emitted]
502 a19fe1b2d726e920c12e43a65df9039a.png 6.15 KiB [emitted]
503 b624f702075cd719a38f428e143025ea.png 207 bytes [emitted]
504 c17f552e8f4697d7608c57653af36df0.png 262 bytes [emitted]
505 c31d5fc3eb7d82c628a82e3b87024cd1.png 205 bytes [emitted]
506 d0cc3ffc3dc84d3a7c48867c75e2485f.png 312 bytes [emitted]
507 e18bbf611f2a2e43afc071aa2f4e1512.ttf 44.3 KiB [emitted]
508 f4769f9bdb7466be65088239c12046d1.eot 19.7 KiB [emitted]
509 fa2772327f55d8198301fdb8bcfc8158.woff 22.9 KiB [emitted]
510 fe58c3539111d3021776e6833169c5e1.png 348 bytes [emitted]
511 images/header_lorikeet.png 11.3 KiB [emitted]
512 images/header_scan.png 3.6 KiB [emitted]
513 images/header_text.png 17.7 KiB [emitted]
514 images/lorikeet_text_small.png 3.38 KiB [emitted]
515 images/slider_handle.png 3.04 KiB [emitted]
516 images/sort_asc.png 160 bytes [emitted]
517 images/sort_asc_disabled.png 148 bytes [emitted]
518 images/sort_both.png 201 bytes [emitted]
519 images/sort_desc.png 158 bytes [emitted]
520 images/sort_desc_disabled.png 146 bytes [emitted]
521 images/ui-bg_diagonals-thick_18_b81900_40x40.png 418 bytes [emitted]
522 images/ui-bg_diagonals-thick_20_666666_40x40.png 312 bytes [emitted]
523 images/ui-bg_flat_10_000000_40x100.png 205 bytes [emitted]
524 images/ui-bg_glass_100_f6f6f6_1x400.png 262 bytes [emitted]
525 images/ui-bg_glass_100_fdf5ce_1x400.png 348 bytes [emitted]
526 images/ui-bg_glass_65_ffffff_1x400.png 207 bytes [emitted]
527 images/ui-bg_gloss-wave_35_f6a828_500x100.png 5.68 KiB [emitted]
528 images/ui-bg_highlight-soft_100_eeeeee_1x100.png 278 bytes [emitted]
529 images/ui-bg_highlight-soft_75_ffe45c_1x100.png 328 bytes [emitted]
530 images/ui-icons_222222_256x240.png 6.76 KiB [emitted]
531 images/ui-icons_228ef1_256x240.png 4.44 KiB [emitted]
532 images/ui-icons_ef8c08_256x240.png 4.44 KiB [emitted]
533 images/ui-icons_ffd27a_256x240.png 4.44 KiB [emitted]
534 images/ui-icons_ffffff_256x240.png 6.15 KiB [emitted]
535 images/zoom_in.png 757 bytes [emitted]
536 images/zoom_out.png 738 bytes [emitted]
537 script.js 5.44 MiB 0 [emitted] [big] main
538 Entrypoint main [big] = script.js
539 [4] ./src/index.js 160 KiB {0} [built]
540 [5] ./src/js/publicPath.js 276 bytes {0} [built]
541 [6] ./src/css/jquery-ui.min.css 533 bytes {0} [built]
542 [22] ./src/css/lorikeet.css 528 bytes {0} [built]
543 [27] ./src/css/datatables.min.css 534 bytes {0} [built]
544 [29] ./src/css/msi.css 523 bytes {0} [built]
545 [31] ./src/css/app.css 523 bytes {0} [built]
546 [33] ./src/css/igv.css 523 bytes {0} [built]
547 [42] ./node_modules/script-loader!./src/js/jquery.min.js 315 bytes {0} [built]
548 [44] ./node_modules/script-loader!./src/js/jquery-ui.min.js 318 bytes {0} [built]
549 [59] ./node_modules/script-loader!./src/js/popper.min.js 315 bytes {0} [built]
550 [61] ./node_modules/script-loader!./src/js/plotly-latest.min.js 322 bytes {0} [built]
551 [63] ./node_modules/script-loader!./src/js/datatables.min.js 319 bytes {0} [built]
552 [65] ./node_modules/script-loader!./src/js/d3.min.js 311 bytes {0} [built]
553 [69] ./node_modules/script-loader!./src/js/msms_graphs.js 316 bytes {0} [built]
554 + 56 hidden modules
555 No build hashfile detected for ngl, generating now.
556 Installing Dependencies for ngl
557 info No lockfile found.
558 [1/4] Resolving packages...
559 [2/4] Fetching packages...
560 [3/4] Linking dependencies...
561 [4/4] Building fresh packages...
562 success Saved lockfile.
563 Building ngl
564 $ parcel build src/ngl.js -d static/dist
565 ✨ Built in 16.25s.
566
567 static/dist/ngl.js.map ⚠️ 2.1 MB 183ms
568 static/dist/ngl.js 958.08 KB 15.73s
569 No build hashfile detected for nora, generating now.
570 Installing Dependencies for nora
571 info No lockfile found.
572 [1/4] Resolving packages...
573 [2/4] Fetching packages...
574 [3/4] Linking dependencies...
575 [4/4] Building fresh packages...
576 success Saved lockfile.
577 Building nora
578 $ cpy --cwd='node_modules/@galaxyproject/nora/static/dist' --parents './' '../../../../../static/dist'
579 No build hashfile detected for openlayers, generating now.
580 Installing Dependencies for openlayers
581 info No lockfile found.
582 [1/4] Resolving packages...
583 [2/4] Fetching packages...
584 [3/4] Linking dependencies...
585 [4/4] Building fresh packages...
586 success Saved lockfile.
587 Building openlayers
588 $ parcel build src/script.js -d static --no-source-maps
589 npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
590 npm WARN deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
591 npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1645049705295-0.7828872097284614/node but npm is using /home/me/.planemo/gx_venv_3/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
592
593 > core-js@2.6.12 postinstall /tmp/tmp1upz926i/galaxy-dev/config/plugins/visualizations/openlayers/node_modules/wkt-parser/node_modules/core-js
594 > node -e "try{require('./postinstall')}catch(e){}"
595
596 npm notice created a lockfile as package-lock.json. You should commit this file.
597 + babel-preset-es2015@6.24.1
598 added 66 packages from 14 contributors and audited 66 packages in 3.207s
599 found 0 vulnerabilities
600
601 ⚠️ Could not infer babel version. Defaulting to babel 7. Please add either babel-core or @babel/core as a dependency.
602 + @babel/core@7.17.4
603 added 52 packages from 62 contributors and audited 118 packages in 2.432s
604
605 3 packages are looking for funding
606 run `npm fund` for details
607
608 found 0 vulnerabilities
609
610 ✨ Built in 20.10s.
611
612 static/script.js ⚠️ 1.33 MB 19.74s
613 No build hashfile detected for openseadragon, generating now.
614 Installing Dependencies for openseadragon
615 info No lockfile found.
616 [1/4] Resolving packages...
617 [2/4] Fetching packages...
618 [3/4] Linking dependencies...
619 [4/4] Building fresh packages...
620 success Saved lockfile.
621 Building openseadragon
622 $ cpy --cwd='node_modules/openseadragon/build/openseadragon' --parents './' '../../../../static/dist'
623 No build hashfile detected for pv, generating now.
624 Installing Dependencies for pv
625 info No lockfile found.
626 [1/4] Resolving packages...
627 [2/4] Fetching packages...
628 [3/4] Linking dependencies...
629 [4/4] Building fresh packages...
630 success Saved lockfile.
631 Building pv
632 $ parcel build src/pv.js -d static/dist
633 ✨ Built in 3.78s.
634
635 static/dist/pv.js.map 492.04 KB 44ms
636 static/dist/pv.js 160.92 KB 3.42s
637 No build hashfile detected for new_user, generating now.
638 Installing Dependencies for new_user
639 info No lockfile found.
640 [1/4] Resolving packages...
641 [2/4] Fetching packages...
642 [3/4] Linking dependencies...
643 [4/4] Building fresh packages...
644 success Saved lockfile.
645 Building new_user
646 $ webpack --mode production
647 Hash: e9be2ddae440d20be158
648 Version: webpack 4.46.0
649 Time: 379ms
650 Built at: 02/16/2022 5:15:51 PM
651 Asset Size Chunks Chunk Names
652 static/topics/README.md 1.52 KiB [emitted]
653 static/topics/data/images/data_importer/data_in_history.png 47.2 KiB [emitted]
654 static/topics/data/images/data_importer/ftp_button.png 9.52 KiB [emitted]
655 static/topics/data/images/data_importer/importer_button.png 12.7 KiB [emitted]
656 static/topics/data/images/data_importer/importer_icon.png 4.53 KiB [emitted]
657 static/topics/data/images/data_importer/importer_modal.png 110 KiB [emitted]
658 static/topics/data/images/data_importer/local_button.png 10.2 KiB [emitted]
659 static/topics/data/images/data_importer/metadata_fields.png 25 KiB [emitted]
660 static/topics/data/images/data_importer/paste_field.png 44.6 KiB [emitted]
661 static/topics/data/images/data_importer/pasted_data.png 68.1 KiB [emitted]
662 static/topics/data/images/data_importer/rule_based.png 107 KiB [emitted]
663 static/topics/data/images/data_importer/rule_column.png 85 KiB [emitted]
664 static/topics/data/images/data_importer/rule_paste_field.png 320 KiB [emitted] [big]
665 static/topics/data/images/data_importer/set_rules.png 332 KiB [emitted] [big]
666 static/topics/data/images/data_importer/start_button.png 6.31 KiB [emitted]
667 static/topics/data/images/data_importer/url_button.png 9.84 KiB [emitted]
668 static/topics/data/images/databases/UCSC.png 257 KiB [emitted] [big]
669 static/topics/data/images/databases/UCSC_export.png 101 KiB [emitted]
670 static/topics/data/images/databases/data_tool_form.png 231 KiB [emitted]
671 static/topics/data/images/databases/expanded_get_data.png 82.4 KiB [emitted]
672 static/topics/data/images/databases/get_data_row.png 9.37 KiB [emitted]
673 static/topics/data/images/databases/imported_data.png 58.6 KiB [emitted]
674 static/topics/data/images/observe/convert_dataset.png 256 KiB [emitted] [big]
675 static/topics/data/images/observe/convert_datatype.png 267 KiB [emitted] [big]
676 static/topics/data/images/observe/data_info.png 337 KiB [emitted] [big]
677 static/topics/data/images/observe/expanded_dataset.png 111 KiB [emitted]
678 static/topics/data/images/observe/history_panel.png 68.9 KiB [emitted]
679 static/topics/data/images/observe/metadata.png 321 KiB [emitted] [big]
680 static/topics/data/images/observe/set_metadata.png 309 KiB [emitted] [big]
681 static/topics/data/images/observe/view_data.png 391 KiB [emitted] [big]
682 static/topics/data/images/shared/choose_history.png 47.4 KiB [emitted]
683 static/topics/data/images/shared/data_library.png 115 KiB [emitted]
684 static/topics/data/images/shared/export_library.png 18.3 KiB [emitted]
685 static/topics/data/images/shared/history_view.png 72.2 KiB [emitted]
686 static/topics/data/images/shared/library_directory.png 108 KiB [emitted]
687 static/topics/data/images/shared/library_files.png 169 KiB [emitted]
688 static/topics/data/images/shared/masthead.png 20.4 KiB [emitted]
689 static/topics/data/images/shared/name_history.png 47.7 KiB [emitted]
690 static/topics/data/images/shared/published_history.png 196 KiB [emitted]
691 static/topics/data/images/shared/published_import.png 81.8 KiB [emitted]
692 static/topics/data/images/shared/published_view.png 144 KiB [emitted]
693 static/topics/data/images/shared/select_files.png 36.7 KiB [emitted]
694 static/topics/data/images/shared/shared_tab.png 25.8 KiB [emitted]
695 static/topics/data/topics.json 15.3 KiB [emitted]
696 static/topics/index.js 295 bytes [emitted]
697 static/topics/package.json 525 bytes [emitted]
698 static/topics/scripts/combine.js 102 bytes [emitted]
699 static/topics/sections/angle-double-up-solid.svg 627 bytes [emitted]
700 static/topics/sections/chart-bar-solid.svg 900 bytes [emitted]
701 static/topics/sections/cloud-download-alt-solid.svg 687 bytes [emitted]
702 static/topics/sections/cyverse_rgb_200.png 6.94 KiB [emitted]
703 static/topics/sections/database-solid.svg 633 bytes [emitted]
704 static/topics/sections/edit-solid.svg 735 bytes [emitted]
705 static/topics/sections/file-import-solid.svg 612 bytes [emitted]
706 static/topics/sections/galaxy_logo.png 12 KiB [emitted]
707 static/topics/sections/info-circle-solid.svg 641 bytes [emitted]
708 static/topics/sections/play-circle-solid.svg 419 bytes [emitted]
709 static/topics/sections/project-diagram-solid.svg 649 bytes [emitted]
710 static/topics/sections/slideshare-brands.svg 1020 bytes [emitted]
711 static/topics/sections/toolbox-solid.svg 787 bytes [emitted]
712 static/topics/sections/tools-solid.svg 921 bytes [emitted]
713 static/topics/sections/upload-solid.svg 685 bytes [emitted]
714 static/topics/tools/images/tool_form/binary_input.png 19.8 KiB [emitted]
715 static/topics/tools/images/tool_form/data_input.png 29.6 KiB [emitted]
716 static/topics/tools/images/tool_form/email_notify.png 11.4 KiB [emitted]
717 static/topics/tools/images/tool_form/execute.png 7.78 KiB [emitted]
718 static/topics/tools/images/tool_form/multi_data.png 6.46 KiB [emitted]
719 static/topics/tools/images/tool_form/select_box_input.png 110 KiB [emitted]
720 static/topics/tools/images/tool_form/select_input.png 50.4 KiB [emitted]
721 static/topics/tools/images/tool_form/string_input.png 35.7 KiB [emitted]
722 static/topics/tools/images/tool_form/tool_form.png 503 KiB [emitted] [big]
723 static/topics/tools/images/tool_form/tool_panel.png 63.9 KiB [emitted]
724 static/topics/tools/images/viz/masthead.png 21.9 KiB [emitted]
725 static/topics/tools/images/viz/options_and_run.png 7.86 KiB [emitted]
726 static/topics/tools/images/viz/setup_1.png 151 KiB [emitted]
727 static/topics/tools/images/viz/setup_2.png 85.4 KiB [emitted]
728 static/topics/tools/images/viz/user_dropdown.png 57.6 KiB [emitted]
729 static/topics/tools/images/viz/view_old.png 72.1 KiB [emitted]
730 static/topics/tools/images/viz/viz_done.png 325 KiB [emitted] [big]
731 static/topics/tools/images/viz/viz_dropdown.png 22.5 KiB [emitted]
732 static/topics/tools/images/viz/viz_input.png 189 KiB [emitted]
733 static/topics/tools/images/viz/viz_menu.png 418 KiB [emitted] [big]
734 static/topics/tools/images/viz/viz_search.png 164 KiB [emitted]
735 static/topics/tools/topics.json 8.44 KiB [emitted]
736 static/topics/workflows/images/editor/attach.png 411 KiB [emitted] [big]
737 static/topics/workflows/images/editor/click-and-drag.png 368 KiB [emitted] [big]
738 static/topics/workflows/images/editor/delete.png 31.3 KiB [emitted]
739 static/topics/workflows/images/editor/detatch.png 28.1 KiB [emitted]
740 static/topics/workflows/images/editor/dropdown.png 32.5 KiB [emitted]
741 static/topics/workflows/images/editor/editor_base.png 807 KiB [emitted] [big]
742 static/topics/workflows/images/editor/editor_menu.png 8.52 KiB [emitted]
743 static/topics/workflows/images/editor/masthead.png 21.8 KiB [emitted]
744 static/topics/workflows/images/editor/move_tool.png 388 KiB [emitted] [big]
745 static/topics/workflows/images/editor/params.png 491 KiB [emitted] [big]
746 static/topics/workflows/images/editor/tool_appears.png 57.9 KiB [emitted]
747 static/topics/workflows/images/editor/workflow_menu.png 58.1 KiB [emitted]
748 static/topics/workflows/images/extract/deselect.png 172 KiB [emitted]
749 static/topics/workflows/images/extract/extract_complete.png 47.6 KiB [emitted]
750 static/topics/workflows/images/extract/extract_menu.png 204 KiB [emitted]
751 static/topics/workflows/images/extract/history_actions.png 133 KiB [emitted]
752 static/topics/workflows/images/extract/name_and_create.png 197 KiB [emitted]
753 static/topics/workflows/images/extract/name_workflow.png 26.2 KiB [emitted]
754 static/topics/workflows/images/extract/run_history.png 108 KiB [emitted]
755 static/topics/workflows/images/extract/workflow_button.png 7.79 KiB [emitted]
756 static/topics/workflows/images/extract/workflow_list.png 60.7 KiB [emitted]
757 static/topics/workflows/images/run/add_main.png 186 KiB [emitted]
758 static/topics/workflows/images/run/edits.png 205 KiB [emitted]
759 static/topics/workflows/images/run/expanded.png 187 KiB [emitted]
760 static/topics/workflows/images/run/file_up.png 37.4 KiB [emitted]
761 static/topics/workflows/images/run/history.png 69 KiB [emitted]
762 static/topics/workflows/images/run/import_button.png 9.67 KiB [emitted]
763 static/topics/workflows/images/run/invocation.png 85.5 KiB [emitted]
764 static/topics/workflows/images/run/masthead.png 21.2 KiB [emitted]
765 static/topics/workflows/images/run/not_expanded.png 75.2 KiB [emitted]
766 static/topics/workflows/images/run/run_workflow.png 9.87 KiB [emitted]
767 static/topics/workflows/images/run/uploaded_file.png 49 KiB [emitted]
768 static/topics/workflows/images/run/url_paste.png 50.6 KiB [emitted]
769 static/topics/workflows/images/run/workflow_main.png 60.8 KiB [emitted]
770 static/topics/workflows/topics.json 13.2 KiB [emitted]
771 topics.js 25.4 KiB 0 [emitted] main
772 Entrypoint main = topics.js
773 [3] ./src/index.js + 2 modules 502 bytes {0} [built]
774 | ./src/index.js 90 bytes [built]
775 | + 2 hidden modules
776 + 3 hidden modules
777
778 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
779 This can impact web performance.
780 Assets:
781 static/topics/data/images/data_importer/rule_paste_field.png (320 KiB)
782 static/topics/data/images/data_importer/set_rules.png (332 KiB)
783 static/topics/data/images/databases/UCSC.png (257 KiB)
784 static/topics/data/images/observe/convert_dataset.png (256 KiB)
785 static/topics/data/images/observe/convert_datatype.png (267 KiB)
786 static/topics/data/images/observe/data_info.png (337 KiB)
787 static/topics/data/images/observe/metadata.png (321 KiB)
788 static/topics/data/images/observe/set_metadata.png (309 KiB)
789 static/topics/data/images/observe/view_data.png (391 KiB)
790 static/topics/tools/images/tool_form/tool_form.png (503 KiB)
791 static/topics/tools/images/viz/viz_done.png (325 KiB)
792 static/topics/tools/images/viz/viz_menu.png (418 KiB)
793 static/topics/workflows/images/editor/attach.png (411 KiB)
794 static/topics/workflows/images/editor/click-and-drag.png (368 KiB)
795 static/topics/workflows/images/editor/editor_base.png (807 KiB)
796 static/topics/workflows/images/editor/move_tool.png (388 KiB)
797 static/topics/workflows/images/editor/params.png (491 KiB)
798
799 WARNING in webpack performance recommendations:
800 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
801 For more info visit https://webpack.js.org/guides/code-splitting/
802 [17:15:51] Finished 'cleanPlugins' after 2.83 min
803 [17:15:51] Starting 'stagePlugins'...
804 [17:15:51] Finished 'stagePlugins' after 363 ms
805 [17:15:51] Finished 'default' after 2.83 min
806 $ GXY_BUILD_SOURCEMAPS=1 webpack -p
807 Hash: e55cb56ec7c4ccc4c6d5
808 Version: webpack 4.43.0
809 Time: 199510ms
810 Built at: 02/16/2022 5:19:12 PM
811 Asset Size Chunks Chunk Names
812 16.chunk.js 81.5 KiB 16 [emitted]
813 16.chunk.js.map 290 KiB 16 [emitted] [dev]
814 17.chunk.js 200 KiB 17 [emitted]
815 17.chunk.js.map 624 KiB 17 [emitted] [dev]
816 CacheWorker.worker.bundled.worker.js 943 KiB [emitted] [big]
817 CacheWorker.worker.bundled.worker.js.map 3.59 MiB [emitted] [dev]
818 ListCollectionCreator.chunk.js 19.4 KiB 2 [emitted] ListCollectionCreator
819 ListCollectionCreator.chunk.js.map 77.3 KiB 2 [emitted] [dev] ListCollectionCreator
820 NewUserWelcome.chunk.js 6.09 KiB 3 [emitted] NewUserWelcome
821 NewUserWelcome.chunk.js.map 27.3 KiB 3 [emitted] [dev] NewUserWelcome
822 PairCollectionCreator.chunk.js 14.2 KiB 4 [emitted] PairCollectionCreator
823 PairCollectionCreator.chunk.js.map 56.7 KiB 4 [emitted] [dev] PairCollectionCreator
824 PairedListCollectionCreator.chunk.js 36.4 KiB 5 [emitted] PairedListCollectionCreator
825 PairedListCollectionCreator.chunk.js.map 140 KiB 5 [emitted] [dev] PairedListCollectionCreator
826 Screenshot.chunk.js 842 bytes 6 [emitted] Screenshot
827 Screenshot.chunk.js.map 2.49 KiB 6 [emitted] [dev] Screenshot
828 admin.bundled.js 2.26 MiB 7 [emitted] [big] admin
829 admin.bundled.js.map 7.25 MiB 7 [emitted] [dev] admin
830 analysis.bundled.js 2.77 MiB 8, 2, 4, 5 [emitted] [big] analysis
831 analysis.bundled.js.map 8.81 MiB 8, 2, 4, 5 [emitted] [dev] analysis
832 assets/00950d3d0eabc9b79c1309e0d6e31629.png 689 bytes [emitted]
833 assets/00b14a051b8ec5846ca46fc019cc6bee.png 488 bytes [emitted]
834 assets/015bb398cc86c8e2c5321bdd1947ef32.png 849 bytes [emitted]
835 assets/0747be4cba2f8600544f4f09645d971a.eot 33.6 KiB [emitted]
836 assets/0a09dd8bcca1e540a97ffac3e26e7535.png 624 bytes [emitted]
837 assets/0c708255f16de429468f459162964828.png 664 bytes [emitted]
838 assets/1444303e4f0c0f62fa36c73fd857e7ca.png 1.21 KiB [emitted]
839 assets/175327482730212e70008bf98ade3e87.png 22.6 KiB [emitted]
840 assets/17aaaa49460f37c9589a549a79d92e77.png 1.24 KiB [emitted]
841 assets/18df003f90a7f1313b98b23384ec4f1b.svg 876 KiB [emitted] [big]
842 assets/203d1199e7aef04c0a347a0502248ee8.gif 1.68 KiB [emitted]
843 assets/27c5873e9e627196c882d29baddf75c1.png 722 bytes [emitted]
844 assets/2f2c06d22919cab5a524b9a06caeca83.png 596 bytes [emitted]
845 assets/31015e861aeb30ff8355fab3e876a6bd.woff2 74.8 KiB [emitted]
846 assets/31bc77d4f6f4dbe60b9966c1438474f0.png 682 bytes [emitted]
847 assets/32267f3b4db33a7c85ee31d9b317c9e4.ttf 198 KiB [emitted]
848 assets/3458c7b831d6a8909f76352fe99050bf.png 1.31 KiB [emitted]
849 assets/36d93ca016d18f6fc3e607f89173f01c.png 1.1 KiB [emitted]
850 assets/37478264c4ed6b0da2cbf00b9e4da3e5.png 331 bytes [emitted]
851 assets/3c45c98f6f6c1b009c082510d0255ef4.svg 699 KiB [emitted] [big]
852 assets/3fa7cde9c3400ad8112a21458156c183.png 1.36 KiB [emitted]
853 assets/40e48ce346be3ec51671dcbf3a854eaf.png 1.13 KiB [emitted]
854 assets/47683caf7120e987ca85376f87b31ae0.png 454 bytes [emitted]
855 assets/47b9475d2b6a19bc092166984693821a.png 403 bytes [emitted]
856 assets/4a7b4107b62ef059ba65489c9737df32.png 1.84 KiB [emitted]
857 assets/4b01ca501fadf65135bfa7c8cc1cbc43.gif 3.13 KiB [emitted]
858 assets/4dce7f71b08755f197597bcbf952c776.png 3.05 KiB [emitted]
859 assets/5000254d328af6822042ebbe7b1eaa88.gif 815 bytes [emitted]
860 assets/50a457cf9caf3ff7d3022f33f317d67a.png 657 bytes [emitted]
861 assets/523592c8f36ba8d3d7b15c06da3b2f62.png 130 bytes [emitted]
862 assets/53b599c14fc9213a96ce7519dede397c.svg 354 bytes [emitted]
863 assets/564668c1dbc7c9509d9d0fe090076004.png 516 bytes [emitted]
864 assets/56d4c7ce2d3591a021073d07a6ea7342.gif 1.81 KiB [emitted]
865 assets/5818bbd07dfd7095920a592049f5d9bd.ttf 130 KiB [emitted]
866 assets/5c2e7e18ad426822d1f3f1530480a67f.png 1.26 KiB [emitted]
867 assets/5f8db17a927f4c77d0a78010214b7b4e.png 1.27 KiB [emitted]
868 assets/607a77859353c0cc1882b51e1e269d38.eot 130 KiB [emitted]
869 assets/688bccf95583ddf2ba42dd5df5e2c6a5.png 845 bytes [emitted]
870 assets/6fa2fdf6fafd758dd4147f49cdf57a19.png 770 bytes [emitted]
871 assets/79f89968996dfdb58aa644474fdf913a.png 689 bytes [emitted]
872 assets/7eefe04dc985dd4ad38bd7f4ec0c20a0.eot 198 KiB [emitted]
873 assets/8020d5b09a27dc6985551c3a2a2eaa8e.png 1.32 KiB [emitted]
874 assets/83e9fab1abb3d2242f8184fbee8d13a2.png 575 bytes [emitted]
875 assets/8b892b7904a39e37c53dc5a7534bb60e.woff 16.4 KiB [emitted]
876 assets/8ee9649d8f72724d5130eec303498458.png 447 bytes [emitted]
877 assets/92a18a81b9c504803c869ee3872def89.svg 778 bytes [emitted]
878 assets/9451d5fee89b51a20f8a44c56a4f6c1a.woff2 77.6 KiB [emitted]
879 assets/97bf67372ae8305f61b98e488fa0e5ea.png 448 bytes [emitted]
880 assets/a037125c3d4eda524f2518407a0adac2.png 343 bytes [emitted]
881 assets/a09a638a8f87fc89302ecfb32a9d9960.gif 4.36 KiB [emitted]
882 assets/a5d32bbfbaaf71a7ecc32cd1efc03eb6.png 1.02 KiB [emitted]
883 assets/a940d584750708f5435ce2c523498ddb.woff 101 KiB [emitted]
884 assets/a957669c91ed26779fd9c5a0cda0feeb.png 594 bytes [emitted]
885 assets/ab3c84fb519c93c0ad84abe0382c534c.png 613 bytes [emitted]
886 assets/ab47faeab8ddc5f809ec2a5377c1fbe4.svg 141 KiB [emitted]
887 assets/ae74776b8fef546e572307b5ea13f708.png 1.03 KiB [emitted]
888 assets/b242d750b24c13ee4fea0eda1d0efc69.png 826 bytes [emitted]
889 assets/b7327582a95704df7902824e81783ade.png 721 bytes [emitted]
890 assets/ba4f6662a6c78b65053a33fe512eb2aa.png 378 bytes [emitted]
891 assets/bd8529d1e3cf8c91e4e516ccc89793b1.png 1.39 KiB [emitted]
892 assets/c07457739c183c845cacbf55dae2808e.png 613 bytes [emitted]
893 assets/c17754d370a86615cb76a954b3a91357.png 532 bytes [emitted]
894 assets/c230a1a6a7a48e51acd4c6005e463bfe.png 566 bytes [emitted]
895 assets/c3146b3524e97475c094343e848a7370.ttf 33.3 KiB [emitted]
896 assets/c52405129ae48097815d4da606003470.woff2 13.3 KiB [emitted]
897 assets/c578e4ea0d5b4d7fbe3ef854b45b1301.svg 495 bytes [emitted]
898 assets/cafb1233e2036c6ea6f44c9b97fcf680.gif 752 bytes [emitted]
899 assets/cead2217a30d76378f64372a2b7211fc.png 520 bytes [emitted]
900 assets/d6f18fe0676eef581855bb57cdf793df.png 721 bytes [emitted]
901 assets/d9c92f3d8392a388dd069d8e906cd2a2.png 1.54 KiB [emitted]
902 assets/e1b81c1c01254dc1af321c0cc8ad6b6b.png 1.24 KiB [emitted]
903 assets/e9cdf785efd3f252cfc4c5bc1b716c85.png 758 bytes [emitted]
904 assets/ed06734fa163bda8bd39cf7bb999745a.png 736 bytes [emitted]
905 assets/ee26f57bc9e3619b022b2c0ea0fc4660.woff 87.7 KiB [emitted]
906 assets/ee9fe4949bdb3e27c99fb77fb5279344.png 1.17 KiB [emitted]
907 assets/ef78e677b9e8abbc341217ec0eb06759.png 1.24 KiB [emitted]
908 assets/f49a6a2402ca42baecbb5e85125ba3a0.png 87 bytes [emitted]
909 assets/f80d5ce4e2dd8f120516141fa3cd1908.png 416 bytes [emitted]
910 assets/fb4b31fb106e65747455816fe06eb47c.png 103 bytes [emitted]
911 assets/fc8034c66691dfad7ec700e3d51f0325.gif 867 bytes [emitted]
912 assets/fd200072a3be000e8fd7f15ab666f19b.png 522 bytes [emitted]
913 assets/fda9e3846b8dcf579a1d56583a23a964.png 119 bytes [emitted]
914 base.chunk.js 100 bytes 1 [emitted] base
915 base.chunk.js.map 90 bytes 1 [emitted] [dev] base
916 base.css 2.89 MiB 1 [emitted] [big] base
917 base.css.map 7.35 MiB [emitted] [big]
918 generic.bundled.js 2.08 MiB 9 [emitted] [big] generic
919 generic.bundled.js.map 6.69 MiB 9 [emitted] [dev] generic
920 libs.chunk.js 3.35 MiB 0 [emitted] [big] libs
921 libs.chunk.js.map 14.3 MiB 0 [emitted] [dev] libs
922 login.bundled.js 2.11 MiB 10 [emitted] [big] login
923 login.bundled.js.map 6.77 MiB 10 [emitted] [dev] login
924 ruleCollectionBuilder.chunk.js 67.4 KiB 11 [emitted] ruleCollectionBuilder
925 ruleCollectionBuilder.chunk.js.map 216 KiB 11 [emitted] [dev] ruleCollectionBuilder
926 vendors~Screenshot.chunk.js 340 KiB 12 [emitted] [big] vendors~Screenshot
927 vendors~Screenshot.chunk.js.map 815 KiB 12 [emitted] [dev] vendors~Screenshot
928 vendors~ruleCollectionBuilder.chunk.js 621 KiB 13 [emitted] [big] vendors~ruleCollectionBuilder
929 vendors~ruleCollectionBuilder.chunk.js.map 2.51 MiB 13 [emitted] [dev] vendors~ruleCollectionBuilder
930 vendors~workflowLayout.chunk.js 1.27 MiB 14 [emitted] [big] vendors~workflowLayout
931 vendors~workflowLayout.chunk.js.map 3.71 MiB 14 [emitted] [dev] vendors~workflowLayout
932 workflowLayout.chunk.js 1.5 KiB 15 [emitted] workflowLayout
933 workflowLayout.chunk.js.map 4.37 KiB 15 [emitted] [dev] workflowLayout
934 Entrypoint login [big] = base.css base.chunk.js base.chunk.js.map libs.chunk.js libs.chunk.js.map login.bundled.js login.bundled.js.map
935 Entrypoint analysis [big] = base.css base.chunk.js base.chunk.js.map libs.chunk.js libs.chunk.js.map analysis.bundled.js analysis.bundled.js.map
936 Entrypoint admin [big] = base.css base.chunk.js base.chunk.js.map libs.chunk.js libs.chunk.js.map admin.bundled.js admin.bundled.js.map
937 Entrypoint generic [big] = base.css base.chunk.js base.chunk.js.map libs.chunk.js libs.chunk.js.map generic.bundled.js generic.bundled.js.map
938 [1] ./node_modules/underscore/modules/index-all.js + 1 modules 326 bytes {0} [built]
939 | 2 modules
940 [15] ./src/utils/utils.js 10.4 KiB {7} {8} {9} {10} [built]
941 [52] ./src/onload/index.js + 13 modules 17.1 KiB {7} {8} {9} {10} [built]
942 | ./src/onload/index.js 916 bytes [built]
943 | ./src/onload/publicPath.js 540 bytes [built]
944 | ./src/onload/standardInit.js 4.08 KiB [built]
945 | ./src/onload/defaultAppFactory.js 679 bytes [built]
946 | ./src/onload/globalInits/index.js 1.22 KiB [built]
947 | ./src/utils/installMonitor.js 4.54 KiB [built]
948 | ./src/onload/globalInits/initSentry.js 722 bytes [built]
949 | ./src/onload/globalInits/initTooltips.js 494 bytes [built]
950 | ./src/onload/globalInits/iframesAreTerrible.js 1.11 KiB [built]
951 | ./src/onload/globalInits/onloadWebhooks.js 497 bytes [built]
952 | ./src/onload/globalInits/replace_big_select_inputs.js 1.57 KiB [built]
953 | ./src/onload/globalInits/initTours.js 182 bytes [built]
954 | ./src/onload/globalInits/initModals.js 225 bytes [built]
955 | ./src/utils/mock.js 348 bytes [built]
956 [525] ./src/layout/page.js 5.44 KiB {7} {8} {10} [built]
957 [547] ./src/polyfills.js 2.99 KiB {7} {8} {9} {10} [built]
958 [558] ./src/bundleEntries-exposed.js 457 bytes {7} {8} {9} {10} [built]
959 [619] ./src/bundleEntries.js + 217 modules 699 KiB {7} {8} {9} {10} [built]
960 | ./src/bundleEntries.js 4.13 KiB [built]
961 | ./src/viz/circster.js 36 KiB [built]
962 | ./src/layout/modal.js 3.97 KiB [built]
963 | ./src/viz/phyloviz.js 30.5 KiB [built]
964 | ./src/viz/sweepster.js 29.4 KiB [built]
965 | ./src/galaxy.library.js 6.68 KiB [built]
966 | ./src/mvc/history/multi-panel.js 41.6 KiB [built]
967 | ./src/mvc/history/history-view-annotated.js 3.85 KiB [built]
968 | ./src/legacy/grid/grid-view.js 20.2 KiB [built]
969 | ./src/reports/run_stats.js 16.2 KiB [built]
970 | ./src/toolshed/toolshed.groups.js 1.14 KiB [built]
971 | ./src/galaxy.interactive_environments.js 9.15 KiB [built]
972 | ./src/mvc/embedded-objects.js 2.65 KiB [built]
973 | ./src/utils/async-save-text.js 2.41 KiB [built]
974 | ./src/mvc/visualization/chart/chart-client.js 1.94 KiB [built]
975 | + 203 hidden modules
976 [1379] multi polyfills bundleEntries entry/login 52 bytes {10} [built]
977 [1860] multi polyfills bundleEntries entry/analysis 52 bytes {8} [built]
978 [2219] multi polyfills bundleEntries entry/admin 52 bytes {7} [built]
979 [2226] multi polyfills bundleEntries entry/generic 52 bytes {9} [built]
980 [2227] ./src/entry/generic.js 122 bytes {9} [built]
981 [2336] ./src/entry/analysis/index.js + 576 modules 924 KiB {8} [built]
982 | ./src/entry/analysis/index.js 1.18 KiB [built]
983 | ./src/entry/analysis/AnalysisRouter.js 20.1 KiB [built]
984 | ./src/entry/panels/tool-panel.js 1.11 KiB [built]
985 | ./src/entry/panels/history-panel.js 3.74 KiB [built]
986 | ./src/mvc/grid/grid-shared.js 2.2 KiB [built]
987 | ./src/mvc/history/history-list.js 4.25 KiB [built]
988 | ../static/plugins/welcome_page/new_user/dist/static/topics/index.js 289 bytes [built]
989 | ./src/mvc/history/options-menu.js 6.67 KiB [built]
990 | ./src/mvc/history/history-view-edit-current.js 18.5 KiB [built]
991 | ../static/plugins/welcome_page/new_user/dist/static/topics/scripts/combine.js 107 bytes [built]
992 | ./src/mvc/entrypoints/poll.js 823 bytes [built]
993 | ./src/utils/observable/whenAny.js 468 bytes [built]
994 | ./src/utils/math.js 103 bytes [built]
995 | ./src/utils/validation.js 542 bytes [built]
996 | ./src/utils/observable/index.js 897 bytes [built]
997 | + 562 hidden modules
998 [2337] ./src/entry/admin/index.js + 253 modules 272 KiB {7} [built]
999 | ./src/entry/admin/index.js 692 bytes [built]
1000 | ./src/entry/admin/AdminRouter.js 7.85 KiB [built]
1001 | ./src/entry/panels/admin-panel.js 5.03 KiB [built]
1002 | + 251 hidden modules
1003 [2338] ./src/entry/login/index.js + 15 modules 14.6 KiB {10} [built]
1004 | ./src/entry/login/index.js 1.07 KiB [built]
1005 | + 15 hidden modules
1006 + 3072 hidden modules
1007
1008 WARNING in ./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js& (./node_modules/babel-loader/lib??ref--2!./node_modules/vue-loader/lib??vue-loader-options!./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js&) 40:16-26
1009 "export 'JobMetrics' was not found in 'components/JobMetrics/JobMetrics'
1010 @ ./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js&
1011 @ ./src/components/JobInformation/JobDetails.vue
1012 @ ./node_modules/babel-loader/lib??ref--2!./node_modules/vue-loader/lib??vue-loader-options!./src/components/admin/Jobs.vue?vue&type=script&lang=js&
1013 @ ./src/components/admin/Jobs.vue?vue&type=script&lang=js&
1014 @ ./src/components/admin/Jobs.vue
1015 @ ./src/entry/admin/AdminRouter.js
1016 @ ./src/entry/admin/index.js
1017 @ multi polyfills bundleEntries entry/admin
1018
1019 WARNING in ./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js& (./node_modules/babel-loader/lib??ref--2!./node_modules/vue-loader/lib??vue-loader-options!./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js&) 41:19-32
1020 "export 'JobParameters' was not found in 'components/JobParameters/JobParameters'
1021 @ ./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js&
1022 @ ./src/components/JobInformation/JobDetails.vue
1023 @ ./node_modules/babel-loader/lib??ref--2!./node_modules/vue-loader/lib??vue-loader-options!./src/components/admin/Jobs.vue?vue&type=script&lang=js&
1024 @ ./src/components/admin/Jobs.vue?vue&type=script&lang=js&
1025 @ ./src/components/admin/Jobs.vue
1026 @ ./src/entry/admin/AdminRouter.js
1027 @ ./src/entry/admin/index.js
1028 @ multi polyfills bundleEntries entry/admin
1029
1030 WARNING in chunk base [mini-css-extract-plugin]
1031 Conflicting order. Following module has been added:
1032 * css ./node_modules/css-loader/dist/cjs.js??ref--8-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--8-2!./node_modules/sass-loader/dist/cjs.js??ref--8-3!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Collections/common/ClickToEdit.vue?vue&type=style&index=0&lang=css&
1033 despite it was not able to fulfill desired ordering with these modules:
1034 * css ./node_modules/css-loader/dist/cjs.js??ref--8-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--8-2!./node_modules/sass-loader/dist/cjs.js??ref--8-3!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Collections/UnpairedDatasetElementView.vue?vue&type=style&index=0&lang=css&
1035 - couldn't fulfill desired order of chunk group(s) PairedListCollectionCreator
1036 - while fulfilling desired order of chunk group(s) analysis
1037
1038 WARNING in core-js
1039 Multiple versions of core-js found:
1040 2.6.5 ./~/@babel/polyfill/~/core-js
1041 3.18.3 ./~/core-js
1042
1043
1044 WARNING in es-abstract
1045 Multiple versions of es-abstract found:
1046 1.17.7 ./~/regexp.prototype.flags/~/es-abstract
1047 1.18.0-next.1 ./~/es-abstract
1048
1049
1050 WARNING in isarray
1051 Multiple versions of isarray found:
1052 1.0.0 ./~/isarray
1053 2.0.5 ./~/deep-equal/~/isarray
1054
1055
1056 WARNING in lodash
1057 Multiple versions of lodash found:
1058 4.17.11 ./~/vueisotope/~/lodash
1059 4.17.20 ./~/lodash
1060
1061
1062 WARNING in object-keys
1063 Multiple versions of object-keys found:
1064 1.0.12 ./~/define-properties/~/object-keys
1065 1.1.1 ./~/object-keys
1066
1067
1068 WARNING in tslib
1069 Multiple versions of tslib found:
1070 1.13.0 ./~/tslib
1071 1.9.3 ./~/rxjs/~/tslib
1072
1073 Check how you can resolve duplicate packages:
1074 https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle
1075
1076
1077 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
1078 This can impact web performance.
1079 Assets:
1080 CacheWorker.worker.bundled.worker.js (943 KiB)
1081 assets/3c45c98f6f6c1b009c082510d0255ef4.svg (699 KiB)
1082 assets/18df003f90a7f1313b98b23384ec4f1b.svg (876 KiB)
1083 libs.chunk.js (3.35 MiB)
1084 base.css (2.89 MiB)
1085 admin.bundled.js (2.26 MiB)
1086 analysis.bundled.js (2.77 MiB)
1087 generic.bundled.js (2.08 MiB)
1088 login.bundled.js (2.11 MiB)
1089 vendors~Screenshot.chunk.js (340 KiB)
1090 vendors~ruleCollectionBuilder.chunk.js (621 KiB)
1091 vendors~workflowLayout.chunk.js (1.27 MiB)
1092 base.css.map (7.35 MiB)
1093
1094 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
1095 Entrypoints:
1096 login (8.34 MiB)
1097 base.css
1098 base.chunk.js
1099 libs.chunk.js
1100 login.bundled.js
1101 analysis (9 MiB)
1102 base.css
1103 base.chunk.js
1104 libs.chunk.js
1105 analysis.bundled.js
1106 admin (8.5 MiB)
1107 base.css
1108 base.chunk.js
1109 libs.chunk.js
1110 admin.bundled.js
1111 generic (8.32 MiB)
1112 base.css
1113 base.chunk.js
1114 libs.chunk.js
1115 generic.bundled.js
1116
1117 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/splitpanes/dist/splitpanes.css:
1118 Entrypoint mini-css-extract-plugin = *
1119 2 modules
1120 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-multiselect/dist/vue-multiselect.min.css:
1121 Entrypoint mini-css-extract-plugin = *
1122 2 modules
1123 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!src/components/History/ContentItem/styles.scss:
1124 Entrypoint mini-css-extract-plugin = *
1125 2 modules
1126 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!src/components/History/adapters/HistoryPanelProxy.scss:
1127 Entrypoint mini-css-extract-plugin = *
1128 2 modules
1129 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!src/style/scss/base.scss:
1130 Entrypoint mini-css-extract-plugin = *
1131 [0] ./node_modules/css-loader/dist/cjs.js??ref--8-1!./node_modules/postcss-loader/src??ref--8-2!./node_modules/sass-loader/dist/cjs.js??ref--8-3!./src/style/scss/base.scss 2.92 MiB {0} [built]
1132 [18] ./src/assets/images/select2.png 69 bytes {0} [built]
1133 [19] ./src/assets/images/select2-spinner.gif 69 bytes {0} [built]
1134 [20] ./src/assets/images/select2x2.png 69 bytes {0} [built]
1135 [21] ./src/assets/images/delete.gif 69 bytes {0} [built]
1136 [22] ./src/assets/images/star.gif 69 bytes {0} [built]
1137 [23] ./src/assets/images/fugue/magnifier-zoom-out.png 69 bytes {0} [built]
1138 [24] ./src/assets/images/fugue/magnifier-zoom.png 69 bytes {0} [built]
1139 [25] ./src/assets/images/visualization/draggable_horizontal.png 69 bytes {0} [built]
1140 [26] ./src/assets/images/tracks/block.png 69 bytes {0} [built]
1141 [27] ./src/assets/images/tracks/diag_bg.gif 69 bytes {0} [built]
1142 [28] ./src/assets/images/fugue/exclamation.png 69 bytes {0} [built]
1143 [29] ./src/assets/images/fugue/bookmarks-bw.png 69 bytes {0} [built]
1144 [30] ./src/assets/images/fugue/bookmarks.png 69 bytes {0} [built]
1145 [31] ./src/assets/images/fugue/layers-stack-bw.png 69 bytes {0} [built]
1146 + 67 hidden modules
1147 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/handsontable/dist/handsontable.full.css?vue&type=style&index=0&lang=css&:
1148 Entrypoint mini-css-extract-plugin = *
1149 2 modules
1150 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Citation/Citation.vue?vue&type=style&index=0&lang=css&:
1151 Entrypoint mini-css-extract-plugin = *
1152 2 modules
1153 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Citation/Citations.vue?vue&type=style&index=0&lang=css&:
1154 Entrypoint mini-css-extract-plugin = *
1155 2 modules
1156 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/ListCollectionCreator.vue?vue&type=style&index=0&lang=scss&:
1157 Entrypoint mini-css-extract-plugin = *
1158 2 modules
1159 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/ListDatasetCollectionElementView.vue?vue&type=style&index=0&lang=css&:
1160 Entrypoint mini-css-extract-plugin = *
1161 2 modules
1162 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/PairCollectionCreator.vue?vue&type=style&index=0&lang=scss&:
1163 Entrypoint mini-css-extract-plugin = *
1164 2 modules
1165 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/PairedListCollectionCreator.vue?vue&type=style&index=0&lang=scss&:
1166 Entrypoint mini-css-extract-plugin = *
1167 13 modules
1168 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/UnpairedDatasetElementView.vue?vue&type=style&index=0&lang=css&:
1169 Entrypoint mini-css-extract-plugin = *
1170 2 modules
1171 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/common/ClickToEdit.vue?vue&type=style&index=0&lang=css&:
1172 Entrypoint mini-css-extract-plugin = *
1173 2 modules
1174 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/common/CollectionCreator.vue?vue&type=style&index=0&lang=scss&:
1175 Entrypoint mini-css-extract-plugin = *
1176 13 modules
1177 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Dataset/DatasetName.vue?vue&type=style&index=0&id=1281dd7a&scoped=true&lang=css&:
1178 Entrypoint mini-css-extract-plugin = *
1179 2 modules
1180 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Details/DatasetDetails.vue?vue&type=style&index=0&id=02a2f964&scoped=true&lang=css&:
1181 Entrypoint mini-css-extract-plugin = *
1182 2 modules
1183 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/DisplayStructured.vue?vue&type=style&index=0&lang=css&:
1184 Entrypoint mini-css-extract-plugin = *
1185 2 modules
1186 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/ContentItem/DatasetCollection/DscUI.vue?vue&type=style&index=0&id=743fa609&lang=scss&scoped=true&:
1187 Entrypoint mini-css-extract-plugin = *
1188 2 modules
1189 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/ContentOperations.vue?vue&type=style&index=0&lang=scss&:
1190 Entrypoint mini-css-extract-plugin = *
1191 2 modules
1192 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/CopyModal.vue?vue&type=style&index=0&lang=scss&:
1193 Entrypoint mini-css-extract-plugin = *
1194 2 modules
1195 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/EditorMenu.vue?vue&type=style&index=0&lang=scss&:
1196 Entrypoint mini-css-extract-plugin = *
1197 2 modules
1198 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/Layout.vue?vue&type=style&index=0&lang=scss&:
1199 Entrypoint mini-css-extract-plugin = *
1200 2 modules
1201 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/Scroller.vue?vue&type=style&index=0&lang=scss&:
1202 Entrypoint mini-css-extract-plugin = *
1203 2 modules
1204 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/HistoryImport.vue?vue&type=style&index=0&id=d5384606&scoped=true&lang=css&:
1205 Entrypoint mini-css-extract-plugin = *
1206 2 modules
1207 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/HistoryView.vue?vue&type=style&index=0&lang=css&:
1208 Entrypoint mini-css-extract-plugin = *
1209 2 modules
1210 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/IconButton.vue?vue&type=style&index=0&lang=scss&:
1211 Entrypoint mini-css-extract-plugin = *
1212 2 modules
1213 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/InheritanceChain/InheritanceChain.vue?vue&type=style&index=0&id=0afaa094&scoped=true&lang=css&:
1214 Entrypoint mini-css-extract-plugin = *
1215 2 modules
1216 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/JobInformation/CodeRow.vue?vue&type=style&index=0&id=93f9174e&scoped=true&lang=css&:
1217 Entrypoint mini-css-extract-plugin = *
1218 2 modules
1219 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/JobInformation/JobDetails.vue?vue&type=style&index=0&id=1d7d58ae&scoped=true&lang=css&:
1220 Entrypoint mini-css-extract-plugin = *
1221 2 modules
1222 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/JobInformation/JobError.vue?vue&type=style&index=0&id=23bb3cb0&scoped=true&lang=css&:
1223 Entrypoint mini-css-extract-plugin = *
1224 2 modules
1225 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/JobMetrics/JobMetrics.vue?vue&type=style&index=0&id=4add3e98&scoped=true&lang=css&:
1226 Entrypoint mini-css-extract-plugin = *
1227 2 modules
1228 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibrariesList.vue?vue&type=style&index=0&id=a96adfc6&scoped=true&lang=css&:
1229 Entrypoint mini-css-extract-plugin = *
1230 2 modules
1231 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryEditField.vue?vue&type=style&index=0&id=4f27b8df&scoped=true&lang=css&:
1232 Entrypoint mini-css-extract-plugin = *
1233 2 modules
1234 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryFolder/LibraryFolder.vue?vue&type=style&index=0&id=6dc9e6a0&scoped=true&lang=css&:
1235 Entrypoint mini-css-extract-plugin = *
1236 4 modules
1237 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryFolder/LibraryFolderPermissions/LibraryFolderDatasetPermissions.vue?vue&type=style&index=0&id=2eae96c7&scoped=true&lang=css&:
1238 Entrypoint mini-css-extract-plugin = *
1239 2 modules
1240 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue?vue&type=style&index=0&id=1ad141ff&scoped=true&lang=css&:
1241 Entrypoint mini-css-extract-plugin = *
1242 3 modules
1243 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryPermissions/LibraryPermissions.vue?vue&type=style&index=0&id=78a5d8a1&scoped=true&lang=css&:
1244 Entrypoint mini-css-extract-plugin = *
1245 2 modules
1246 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryPermissions/PermissionsHeader.vue?vue&type=style&index=0&id=31d68c8f&scoped=true&lang=css&:
1247 Entrypoint mini-css-extract-plugin = *
1248 2 modules
1249 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryPermissions/PermissionsInputField.vue?vue&type=style&index=0&id=5b6f0fb4&scoped=true&lang=css&:
1250 Entrypoint mini-css-extract-plugin = *
1251 2 modules
1252 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/Elements/HistoryDatasetCollection/CollectionDisplay.vue?vue&type=style&index=0&id=cd677236&scoped=true&lang=css&:
1253 Entrypoint mini-css-extract-plugin = *
1254 2 modules
1255 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/Elements/HistoryDatasetDisplay.vue?vue&type=style&index=0&id=c4342bf0&scoped=true&lang=css&:
1256 Entrypoint mini-css-extract-plugin = *
1257 2 modules
1258 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/Elements/ToolStd.vue?vue&type=style&index=0&id=45bb71b8&scoped=true&lang=css&:
1259 Entrypoint mini-css-extract-plugin = *
1260 2 modules
1261 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/Elements/Workflow/WorkflowDisplay.vue?vue&type=style&index=0&id=4043db7e&scoped=true&lang=css&:
1262 Entrypoint mini-css-extract-plugin = *
1263 2 modules
1264 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/Markdown.vue?vue&type=style&index=0&id=faf156e2&scoped=true&lang=css&:
1265 Entrypoint mini-css-extract-plugin = *
1266 2 modules
1267 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/MarkdownVisualization.vue?vue&type=style&index=0&lang=css&:
1268 Entrypoint mini-css-extract-plugin = *
1269 2 modules
1270 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Nametags/Nametag.vue?vue&type=style&index=0&lang=scss&:
1271 Entrypoint mini-css-extract-plugin = *
1272 2 modules
1273 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Nametags/Nametags.vue?vue&type=style&index=0&lang=scss&:
1274 Entrypoint mini-css-extract-plugin = *
1275 2 modules
1276 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/NewUserWelcome/NewUserWelcome.vue?vue&type=style&index=0&id=534d2a22&scoped=true&lang=css&:
1277 Entrypoint mini-css-extract-plugin = *
1278 2 modules
1279 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/NewUserWelcome/components/Subtopics.vue?vue&type=style&index=0&id=11ab82ad&scoped=true&lang=css&:
1280 Entrypoint mini-css-extract-plugin = *
1281 2 modules
1282 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/NewUserWelcome/components/Topics.vue?vue&type=style&index=0&id=590b7be1&scoped=true&lang=css&:
1283 Entrypoint mini-css-extract-plugin = *
1284 2 modules
1285 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/PageEditor/PageEditorHtml.vue?vue&type=style&index=0&lang=scss&:
1286 Entrypoint mini-css-extract-plugin = *
1287 2 modules
1288 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Panels/Common/Tool.vue?vue&type=style&index=0&id=1fa496fc&scoped=true&lang=css&:
1289 Entrypoint mini-css-extract-plugin = *
1290 2 modules
1291 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Panels/Common/ToolSection.vue?vue&type=style&index=0&id=623b48b1&lang=scss&scoped=true&:
1292 Entrypoint mini-css-extract-plugin = *
1293 2 modules
1294 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Panels/SidePanel.vue?vue&type=style&index=0&id=d6274ba6&scoped=true&lang=css&:
1295 Entrypoint mini-css-extract-plugin = *
1296 2 modules
1297 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/ProgressBar.vue?vue&type=style&index=0&id=0f277a9c&lang=css&scoped=true&:
1298 Entrypoint mini-css-extract-plugin = *
1299 2 modules
1300 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/RuleBuilder/SavedRulesSelector.vue?vue&type=style&index=0&lang=css&:
1301 Entrypoint mini-css-extract-plugin = *
1302 2 modules
1303 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/RuleCollectionBuilder.vue?vue&type=style&index=1&lang=css&:
1304 Entrypoint mini-css-extract-plugin = *
1305 2 modules
1306 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/SelectionDialog/SelectionDialog.vue?vue&type=style&index=0&lang=css&:
1307 Entrypoint mini-css-extract-plugin = *
1308 2 modules
1309 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Sharing/Sharing.vue?vue&type=style&index=0&id=27ef4b52&scoped=true&lang=css&:
1310 Entrypoint mini-css-extract-plugin = *
1311 2 modules
1312 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Tags/StatelessTags.vue?vue&type=style&index=0&lang=scss&:
1313 Entrypoint mini-css-extract-plugin = *
1314 [3] ./src/assets/images/tags-solid.svg 69 bytes {0} [built]
1315 + 5 hidden modules
1316 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Tool/ToolCard.vue?vue&type=style&index=0&id=cd4c84ae&scoped=true&lang=css&:
1317 Entrypoint mini-css-extract-plugin = *
1318 2 modules
1319 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Toolshed/InstalledList/Monitor.vue?vue&type=style&index=0&lang=css&:
1320 Entrypoint mini-css-extract-plugin = *
1321 2 modules
1322 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Toolshed/SearchList/ServerSelection.vue?vue&type=style&index=0&id=1cdc4959&scoped=true&lang=css&:
1323 Entrypoint mini-css-extract-plugin = *
1324 2 modules
1325 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/User/CloudAuth/CloudAuth.vue?vue&type=style&index=0&lang=scss&:
1326 Entrypoint mini-css-extract-plugin = *
1327 2 modules
1328 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/User/CustomBuilds.vue?vue&type=style&index=0&id=d6e155ea&scoped=true&lang=css&:
1329 Entrypoint mini-css-extract-plugin = *
1330 2 modules
1331 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/User/ExternalIdentities/ExternalIdentities.vue?vue&type=style&index=0&lang=scss&:
1332 Entrypoint mini-css-extract-plugin = *
1333 2 modules
1334 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/User/ExternalIdentities/ExternalLogin.vue?vue&type=style&index=0&id=25680a88&scoped=true&lang=css&:
1335 Entrypoint mini-css-extract-plugin = *
1336 2 modules
1337 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/User/UserPreferences.vue?vue&type=style&index=0&id=acf0bfc6&scoped=true&lang=css&:
1338 Entrypoint mini-css-extract-plugin = *
1339 2 modules
1340 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Workflow/Editor/Index.vue?vue&type=style&index=0&id=dda9af80&scoped=true&lang=css&:
1341 Entrypoint mini-css-extract-plugin = *
1342 2 modules
1343 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Workflow/Editor/StateUpgradeModal.vue?vue&type=style&index=0&lang=css&:
1344 Entrypoint mini-css-extract-plugin = *
1345 2 modules
1346 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Workflow/Editor/ZoomControl.vue?vue&type=style&index=0&id=2e2762b2&scoped=true&lang=css&:
1347 Entrypoint mini-css-extract-plugin = *
1348 2 modules
1349 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Workflow/Invocations.vue?vue&type=style&index=0&id=34886f56&scoped=true&lang=css&:
1350 Entrypoint mini-css-extract-plugin = *
1351 2 modules
1352 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Workflow/TrsServerSelection.vue?vue&type=style&index=0&id=8659ec70&scoped=true&lang=css&:
1353 Entrypoint mini-css-extract-plugin = *
1354 2 modules
1355 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/admin/BaseGrid.vue?vue&type=style&index=0&id=700aff8f&lang=scss&scoped=true&:
1356 Entrypoint mini-css-extract-plugin = *
1357 [18] ./src/assets/images/select2.png 69 bytes {0} [built]
1358 [19] ./src/assets/images/select2-spinner.gif 69 bytes {0} [built]
1359 [20] ./src/assets/images/select2x2.png 69 bytes {0} [built]
1360 [21] ./src/assets/images/delete.gif 69 bytes {0} [built]
1361 [22] ./src/assets/images/star.gif 69 bytes {0} [built]
1362 [23] ./src/assets/images/fugue/magnifier-zoom-out.png 69 bytes {0} [built]
1363 [24] ./src/assets/images/fugue/magnifier-zoom.png 69 bytes {0} [built]
1364 [25] ./src/assets/images/visualization/draggable_horizontal.png 69 bytes {0} [built]
1365 [26] ./src/assets/images/tracks/block.png 69 bytes {0} [built]
1366 [27] ./src/assets/images/tracks/diag_bg.gif 69 bytes {0} [built]
1367 [28] ./src/assets/images/fugue/exclamation.png 69 bytes {0} [built]
1368 [29] ./src/assets/images/fugue/bookmarks-bw.png 69 bytes {0} [built]
1369 [30] ./src/assets/images/fugue/bookmarks.png 69 bytes {0} [built]
1370 [31] ./src/assets/images/fugue/layers-stack-bw.png 69 bytes {0} [built]
1371 [32] ./src/assets/images/fugue/layers-stack.png 69 bytes {0} [built]
1372 + 67 hidden modules
1373 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/admin/DataManager/DataManagerJob.vue?vue&type=style&index=0&lang=css&:
1374 Entrypoint mini-css-extract-plugin = *
1375 2 modules
1376 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/admin/DataManager/DataManagerJobs.vue?vue&type=style&index=0&lang=css&:
1377 Entrypoint mini-css-extract-plugin = *
1378 2 modules
1379 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/admin/Jobs.vue?vue&type=style&index=0&lang=css&:
1380 Entrypoint mini-css-extract-plugin = *
1381 2 modules
1382 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/login/Login.vue?vue&type=style&index=0&id=6171a448&scoped=true&lang=css&:
1383 Entrypoint mini-css-extract-plugin = *
1384 2 modules
1385 Child worker-loader src/components/History/caching/CacheWorker.worker.js:
1386 Asset Size Chunks Chunk Names
1387 CacheWorker.worker.bundled.worker.js 943 KiB 0 [emitted] [big] CacheWorker.worker
1388 CacheWorker.worker.bundled.worker.js.map 3.59 MiB 0 [emitted] [dev] CacheWorker.worker
1389 Entrypoint CacheWorker.worker = CacheWorker.worker.bundled.worker.js CacheWorker.worker.bundled.worker.js.map
1390 [13] (webpack)/buildin/global.js 472 bytes {0} [built]
1391 [388] ./node_modules/pouchdb/node_modules/uuid/dist/esm-browser/v4.js + 2 modules 2.35 KiB {0} [built]
1392 | 3 modules
1393 [578] (webpack)/buildin/harmony-module.js 573 bytes {0} [built]
1394 [583] (webpack)/buildin/module.js 497 bytes {0} [built]
1395 [584] ./node_modules/moment/locale sync ^\.\/.*$ 3.13 KiB {0} [optional] [built]
1396 [612] ./util.inspect (ignored) 15 bytes {0} [built]
1397 [667] ./nextTick (ignored) 15 bytes {0} [built]
1398 [684] util (ignored) 15 bytes {0} [built]
1399 [686] util (ignored) 15 bytes {0} [built]
1400 [699] util (ignored) 15 bytes {0} [built]
1401 [701] util (ignored) 15 bytes {0} [built]
1402 [707] util (ignored) 15 bytes {0} [built]
1403 [710] util (ignored) 15 bytes {0} [built]
1404 [712] util (ignored) 15 bytes {0} [built]
1405 [724] ./src/components/History/caching/CacheWorker.worker.js + 168 modules 502 KiB {0} [built]
1406 | ./src/config/production.js 150 bytes [built]
1407 | ./src/utils/observable/firstValueFrom.js 287 bytes [built]
1408 | ./src/utils/observable/index.js 897 bytes [built]
1409 | ./src/utils/validation.js 542 bytes [built]
1410 | ./src/utils/observable/activity.js 557 bytes [built]
1411 | ./src/utils/observable/burst.js 316 bytes [built]
1412 | ./src/utils/observable/chunk.js 3.53 KiB [built]
1413 | ./src/utils/observable/decay.js 1.09 KiB [built]
1414 | ./src/utils/observable/hydrate.js 551 bytes [built]
1415 | ./src/utils/observable/monitorBackboneModel.js 1.88 KiB [built]
1416 | ./src/utils/observable/monitorXHR.js 2.24 KiB [built]
1417 | ./src/utils/observable/needs.js 515 bytes [built]
1418 | ./src/utils/observable/nth.js 270 bytes [built]
1419 | ./src/utils/observable/shareButDie.js 369 bytes [built]
1420 | ./src/utils/observable/show.js 439 bytes [built]
1421 | + 154 hidden modules
1422 + 820 hidden modules
1423 $ (git rev-parse HEAD 2>/dev/null || echo '') >../static/client_build_hash.txt
1424 Done in 372.09s.
1425 /tmp/tmp1upz926i/galaxy-dev
1426 Starting Galaxy with command [cd /tmp/tmp1upz926i/galaxy-dev && if [ -d .venv ]; then GALAXY_VIRTUAL_ENV=.venv; else GALAXY_VIRTUAL_ENV=/home/me/.planemo/gx_venv_3; fi && export GALAXY_VIRTUAL_ENV && if [ ! -e "$GALAXY_VIRTUAL_ENV" ]; then /usr/bin/python3 -m venv $GALAXY_VIRTUAL_ENV; echo "Created virtualenv"; fi && if [ -e "$GALAXY_VIRTUAL_ENV" ]; then . "$GALAXY_VIRTUAL_ENV"/bin/activate; echo "Activated a virtualenv for Galaxy"; echo "$VIRTUAL_ENV"; else echo "Failed to activate virtualenv."; fi && COMMON_STARTUP_ARGS=; $(grep -q 'skip-venv' run_tests.sh) && COMMON_STARTUP_ARGS="--dev-wheels"; export COMMON_STARTUP_ARGS; echo "Set COMMON_STARTUP_ARGS to ${COMMON_STARTUP_ARGS}" && /tmp/tmp1upz926i/galaxy-dev/run.sh $COMMON_STARTUP_ARGS --server-name main]
1427 Activated a virtualenv for Galaxy
1428 /home/me/.planemo/gx_venv_3
1429 Set COMMON_STARTUP_ARGS to --dev-wheels
1430 Activating virtualenv at /home/me/.planemo/gx_venv_3
1431 Requirement already satisfied: pip>=19.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (20.0.2)
1432 Ignoring async-exit-stack: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment
1433 Ignoring async-generator: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment
1434 Ignoring atomicwrites: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0"' don't match your environment
1435 Ignoring cached-property: markers 'python_version < "3.8" and python_version >= "3.6"' don't match your environment
1436 Ignoring cffi: markers 'implementation_name == "pypy" and python_version >= "3.6" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0")' don't match your environment
1437 Ignoring colorama: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0"' don't match your environment
1438 Ignoring contextvars: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment
1439 Ignoring dataclasses: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment
1440 Ignoring immutables: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment
1441 Ignoring importlib-metadata: markers 'python_version < "3.8" and python_version >= "3.6" and (python_version == "3.6" or python_version == "3.7") and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.4.0" and python_version >= "3.6" and python_version < "3.8")' don't match your environment
1442 Ignoring importlib-resources: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment
1443 Ignoring py: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or python_full_version >= "3.4.0" and python_version >= "3.6" and implementation_name == "pypy"' don't match your environment
1444 Ignoring pycparser: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.4.0"' don't match your environment
1445 Ignoring pyreadline3: markers 'sys_platform == "win32" and python_version >= "3.8"' don't match your environment
1446 Ignoring pyreadline: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "3.8" and python_full_version >= "3.5.0" and sys_platform == "win32"' don't match your environment
1447 Ignoring ruamel.yaml.clib: markers 'platform_python_implementation == "CPython" and python_version < "3.8" and python_version >= "3.6"' don't match your environment
1448 Ignoring typing-extensions: markers 'python_version >= "3.6" and python_version < "3.8"' don't match your environment
1449 Ignoring zipp: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment
1450 Looking in indexes: https://wheels.galaxyproject.org/simple, https://pypi.python.org/simple, https://wheels.galaxyproject.org/simple
1451 Requirement already satisfied: adal==1.2.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 3)) (1.2.7)
1452 Requirement already satisfied: aiofiles==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 4)) (0.6.0)
1453 Requirement already satisfied: alabaster==0.7.12 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 5)) (0.7.12)
1454 Requirement already satisfied: amqp==5.0.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 6)) (5.0.6)
1455 Requirement already satisfied: appdirs==1.4.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 7)) (1.4.4)
1456 Requirement already satisfied: argcomplete==1.12.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 8)) (1.12.3)
1457 Requirement already satisfied: attmap==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 12)) (0.13.0)
1458 Requirement already satisfied: attrs==20.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 13)) (20.3.0)
1459 Requirement already satisfied: babel==2.9.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 14)) (2.9.0)
1460 Requirement already satisfied: bagit-profile==1.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 15)) (1.3.1)
1461 Requirement already satisfied: bagit==1.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 16)) (1.8.1)
1462 Requirement already satisfied: bcrypt==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (3.2.0)
1463 Requirement already satisfied: bdbag==1.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 18)) (1.6.1)
1464 Requirement already satisfied: beaker==1.11.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 19)) (1.11.0)
1465 Requirement already satisfied: billiard==3.6.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 20)) (3.6.4.0)
1466 Requirement already satisfied: bioblend==0.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 21)) (0.15.0)
1467 Requirement already satisfied: bleach==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 22)) (3.3.0)
1468 Requirement already satisfied: boltons==20.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 23)) (20.2.1)
1469 Requirement already satisfied: boto3==1.16.63 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 24)) (1.16.63)
1470 Requirement already satisfied: boto==2.49.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 25)) (2.49.0)
1471 Requirement already satisfied: botocore==1.19.63 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 26)) (1.19.63)
1472 Requirement already satisfied: bx-python==0.8.11 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 27)) (0.8.11)
1473 Requirement already satisfied: cachecontrol==0.11.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 28)) (0.11.7)
1474 Requirement already satisfied: cachetools==4.2.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 30)) (4.2.2)
1475 Requirement already satisfied: celery==5.0.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 31)) (5.0.5)
1476 Requirement already satisfied: certifi==2020.12.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 32)) (2020.12.5)
1477 Requirement already satisfied: chardet==4.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 34)) (4.0.0)
1478 Requirement already satisfied: cheetah3==3.2.6.post1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 35)) (3.2.6.post1)
1479 Requirement already satisfied: circus==0.17.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 36)) (0.17.1)
1480 Requirement already satisfied: click-didyoumean==0.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 37)) (0.0.3)
1481 Requirement already satisfied: click-plugins==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 38)) (1.1.1)
1482 Requirement already satisfied: click-repl==0.1.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 39)) (0.1.6)
1483 Requirement already satisfied: click==7.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 40)) (7.1.2)
1484 Requirement already satisfied: cliff==3.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 41)) (3.7.0)
1485 Requirement already satisfied: cloudauthz==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 42)) (0.6.0)
1486 Requirement already satisfied: cloudbridge==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 43)) (2.1.0)
1487 Requirement already satisfied: cmd2==1.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 44)) (1.5.0)
1488 Requirement already satisfied: coloredlogs==15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 46)) (15.0)
1489 Requirement already satisfied: commonmark==0.9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 47)) (0.9.1)
1490 Requirement already satisfied: coverage==5.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 49)) (5.5)
1491 Requirement already satisfied: cryptography==3.4.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 50)) (3.4.7)
1492 Requirement already satisfied: cwltool==3.0.20201109103151 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (3.0.20201109103151)
1493 Requirement already satisfied: debtcollector==2.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 53)) (2.2.0)
1494 Requirement already satisfied: decorator==5.0.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 54)) (5.0.7)
1495 Requirement already satisfied: defusedxml==0.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 55)) (0.7.1)
1496 Requirement already satisfied: deprecated==1.2.12 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 56)) (1.2.12)
1497 Requirement already satisfied: deprecation==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 57)) (2.1.0)
1498 Requirement already satisfied: dictobj==0.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 58)) (0.4)
1499 Requirement already satisfied: docopt==0.6.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 59)) (0.6.2)
1500 Requirement already satisfied: docutils==0.16 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 60)) (0.16)
1501 Requirement already satisfied: dogpile.cache==1.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 61)) (1.1.2)
1502 Requirement already satisfied: ecdsa==0.14.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 62)) (0.14.1)
1503 Requirement already satisfied: edam-ontology==1.25.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 63)) (1.25.2)
1504 Requirement already satisfied: fabric3==1.14.post1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 64)) (1.14.post1)
1505 Requirement already satisfied: fastapi-utils==0.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 65)) (0.2.1)
1506 Requirement already satisfied: fastapi==0.65.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 66)) (0.65.2)
1507 Requirement already satisfied: fluent-logger==0.10.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 67)) (0.10.0)
1508 Requirement already satisfied: fs==2.4.13 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 68)) (2.4.13)
1509 Requirement already satisfied: funcsigs==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 69)) (1.0.2)
1510 Requirement already satisfied: future==0.18.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 70)) (0.18.2)
1511 Requirement already satisfied: galaxy-sequence-utils==1.1.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 71)) (1.1.5)
1512 Requirement already satisfied: google-api-core==1.26.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 72)) (1.26.3)
1513 Requirement already satisfied: google-api-python-client==1.12.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 73)) (1.12.8)
1514 Requirement already satisfied: google-auth-httplib2==0.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 74)) (0.1.0)
1515 Requirement already satisfied: google-auth==1.30.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 75)) (1.30.0)
1516 Requirement already satisfied: googleapis-common-protos==1.53.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 76)) (1.53.0)
1517 Requirement already satisfied: greenlet==1.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 77)) (1.0.0)
1518 Requirement already satisfied: gunicorn==20.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 78)) (20.1.0)
1519 Requirement already satisfied: gxformat2==0.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 79)) (0.15.0)
1520 Requirement already satisfied: h11==0.12.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 80)) (0.12.0)
1521 Requirement already satisfied: h5py==3.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 81)) (3.1.0)
1522 Requirement already satisfied: httpcore==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 82)) (0.13.0)
1523 Requirement already satisfied: httplib2==0.19.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 83)) (0.19.1)
1524 Requirement already satisfied: httpx==0.18.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 84)) (0.18.0)
1525 Requirement already satisfied: humanfriendly==9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 85)) (9.1)
1526 Requirement already satisfied: idna==2.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 86)) (2.10)
1527 Requirement already satisfied: imagesize==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 87)) (1.2.0)
1528 Requirement already satisfied: iniconfig==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 91)) (1.1.1)
1529 Requirement already satisfied: isa-rwval==0.10.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 92)) (0.10.10)
1530 Requirement already satisfied: iso8601==0.1.14 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 93)) (0.1.14)
1531 Requirement already satisfied: isodate==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 94)) (0.6.0)
1532 Requirement already satisfied: jinja2==2.11.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 95)) (2.11.3)
1533 Requirement already satisfied: jmespath==0.10.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 96)) (0.10.0)
1534 Requirement already satisfied: jsonpatch==1.32 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 97)) (1.32)
1535 Requirement already satisfied: jsonpointer==2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 98)) (2.1)
1536 Requirement already satisfied: jsonschema==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 99)) (3.2.0)
1537 Requirement already satisfied: keystoneauth1==4.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 100)) (4.3.1)
1538 Requirement already satisfied: kombu==5.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 101)) (5.0.2)
1539 Requirement already satisfied: lagom==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 102)) (1.2.0)
1540 Requirement already satisfied: lockfile==0.12.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 103)) (0.12.2)
1541 Requirement already satisfied: lxml==4.6.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 104)) (4.6.3)
1542 Requirement already satisfied: mako==1.1.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 105)) (1.1.4)
1543 Requirement already satisfied: markdown-it-reporter==0.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 106)) (0.0.2)
1544 Requirement already satisfied: markdown==3.3.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 107)) (3.3.4)
1545 Requirement already satisfied: markupsafe==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 108)) (1.1.1)
1546 Requirement already satisfied: mercurial==5.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 109)) (5.7.1)
1547 Requirement already satisfied: mirakuru==2.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 110)) (2.3.0)
1548 Requirement already satisfied: mistune==0.8.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 111)) (0.8.4)
1549 Requirement already satisfied: mrcfile==1.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 112)) (1.3.0)
1550 Requirement already satisfied: msgpack==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 113)) (1.0.2)
1551 Requirement already satisfied: munch==2.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 114)) (2.5.0)
1552 Requirement already satisfied: mypy-extensions==0.4.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 115)) (0.4.3)
1553 Requirement already satisfied: netaddr==0.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 116)) (0.8.0)
1554 Requirement already satisfied: netifaces==0.10.9 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 117)) (0.10.9)
1555 Requirement already satisfied: networkx==2.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 118)) (2.5)
1556 Requirement already satisfied: nodeenv==1.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 119)) (1.6.0)
1557 Requirement already satisfied: nose==1.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 120)) (1.3.7)
1558 Requirement already satisfied: nosehtml==0.4.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 121)) (0.4.6)
1559 Requirement already satisfied: numpy==1.19.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 122)) (1.19.5)
1560 Requirement already satisfied: oauth2client==4.1.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 123)) (4.1.3)
1561 Requirement already satisfied: oauthlib==3.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 124)) (3.1.0)
1562 Requirement already satisfied: openstacksdk==0.52.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 125)) (0.52.0)
1563 Requirement already satisfied: os-client-config==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 126)) (2.1.0)
1564 Requirement already satisfied: os-service-types==1.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 127)) (1.7.0)
1565 Requirement already satisfied: osc-lib==2.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 128)) (2.3.1)
1566 Requirement already satisfied: oslo.config==8.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 129)) (8.6.0)
1567 Requirement already satisfied: oslo.context==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 130)) (3.2.0)
1568 Requirement already satisfied: oslo.i18n==5.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 131)) (5.0.1)
1569 Requirement already satisfied: oslo.log==4.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 132)) (4.4.0)
1570 Requirement already satisfied: oslo.serialization==4.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 133)) (4.1.0)
1571 Requirement already satisfied: oslo.utils==4.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 134)) (4.8.0)
1572 Requirement already satisfied: oyaml==1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 135)) (1.0)
1573 Requirement already satisfied: packaging==20.9 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 136)) (20.9)
1574 Requirement already satisfied: paramiko==2.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 137)) (2.7.2)
1575 Requirement already satisfied: parsley==1.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 138)) (1.3)
1576 Requirement already satisfied: paste==3.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 139)) (3.5.0)
1577 Requirement already satisfied: pastedeploy==2.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 140)) (2.1.1)
1578 Requirement already satisfied: pbr==5.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 141)) (5.6.0)
1579 Requirement already satisfied: pluggy==0.13.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 142)) (0.13.1)
1580 Requirement already satisfied: port-for==0.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 143)) (0.4)
1581 Requirement already satisfied: prettytable==0.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 144)) (0.7.2)
1582 Requirement already satisfied: prompt-toolkit==3.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 145)) (3.0.3)
1583 Requirement already satisfied: protobuf==3.15.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 146)) (3.15.8)
1584 Requirement already satisfied: prov==1.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 147)) (1.5.1)
1585 Requirement already satisfied: psutil==5.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 148)) (5.8.0)
1586 Requirement already satisfied: pulsar-galaxy-lib==0.14.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 149)) (0.14.10)
1587 Requirement already satisfied: pyasn1-modules==0.2.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 151)) (0.2.8)
1588 Requirement already satisfied: pyasn1==0.4.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 152)) (0.4.8)
1589 Requirement already satisfied: pycryptodome==3.10.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 154)) (3.10.1)
1590 Requirement already satisfied: pydantic==1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 155)) (1.8.2)
1591 Requirement already satisfied: pydot==1.4.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 156)) (1.4.2)
1592 Requirement already satisfied: pyeventsystem==0.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 157)) (0.1.0)
1593 Requirement already satisfied: pyfaidx==0.5.9.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 158)) (0.5.9.5)
1594 Requirement already satisfied: pygithub==1.55 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 159)) (1.55)
1595 Requirement already satisfied: pygments==2.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 160)) (2.8.1)
1596 Requirement already satisfied: pyinotify==0.9.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 161)) (0.9.6)
1597 Requirement already satisfied: pyjwt==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 162)) (2.1.0)
1598 Requirement already satisfied: pykwalify==1.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 163)) (1.8.0)
1599 Requirement already satisfied: pynacl==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 164)) (1.4.0)
1600 Requirement already satisfied: pyparsing==2.4.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 165)) (2.4.7)
1601 Requirement already satisfied: pyperclip==1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 166)) (1.8.2)
1602 Requirement already satisfied: pyrsistent==0.17.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 169)) (0.17.3)
1603 Requirement already satisfied: pysam==0.16.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 170)) (0.16.0.1)
1604 Requirement already satisfied: pytest-asyncio==0.15.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 171)) (0.15.1)
1605 Requirement already satisfied: pytest-cov==2.11.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 172)) (2.11.1)
1606 Requirement already satisfied: pytest-html==3.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 173)) (3.1.1)
1607 Requirement already satisfied: pytest-json-report==1.2.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 174)) (1.2.4)
1608 Requirement already satisfied: pytest-metadata==1.11.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 175)) (1.11.0)
1609 Requirement already satisfied: pytest-mock==3.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 176)) (3.6.0)
1610 Requirement already satisfied: pytest-postgresql==2.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 177)) (2.6.1)
1611 Requirement already satisfied: pytest-pythonpath==0.7.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 178)) (0.7.3)
1612 Requirement already satisfied: pytest-shard==0.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 179)) (0.1.2)
1613 Requirement already satisfied: pytest==6.2.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 180)) (6.2.3)
1614 Requirement already satisfied: python-dateutil==2.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 181)) (2.8.1)
1615 Requirement already satisfied: python-irodsclient==1.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 182)) (1.0.0)
1616 Requirement already satisfied: python-jose==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 183)) (3.2.0)
1617 Requirement already satisfied: python-keystoneclient==4.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 184)) (4.1.1)
1618 Requirement already satisfied: python-neutronclient==7.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 185)) (7.2.1)
1619 Requirement already satisfied: python-novaclient==17.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 186)) (17.2.1)
1620 Requirement already satisfied: python-swiftclient==3.10.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 187)) (3.10.1)
1621 Requirement already satisfied: python3-openid==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 188)) (3.2.0)
1622 Requirement already satisfied: pytz==2021.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 189)) (2021.1)
1623 Requirement already satisfied: pyuwsgi==2.0.19.1.post0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 190)) (2.0.19.1.post0)
1624 Requirement already satisfied: pyyaml==5.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 191)) (5.4.1)
1625 Requirement already satisfied: pyzmq==22.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 192)) (22.0.3)
1626 Requirement already satisfied: rdflib-jsonld==0.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 193)) (0.5.0)
1627 Requirement already satisfied: rdflib==4.2.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 194)) (4.2.2)
1628 Requirement already satisfied: recommonmark==0.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 195)) (0.7.1)
1629 Requirement already satisfied: refgenconf==0.12.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 196)) (0.12.0)
1630 Requirement already satisfied: repoze.lru==0.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 197)) (0.7)
1631 Requirement already satisfied: requests-oauthlib==1.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 198)) (1.3.0)
1632 Requirement already satisfied: requests-toolbelt==0.9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 199)) (0.9.1)
1633 Requirement already satisfied: requests==2.25.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 200)) (2.25.1)
1634 Requirement already satisfied: requestsexceptions==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 201)) (1.4.0)
1635 Requirement already satisfied: responses==0.13.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 202)) (0.13.3)
1636 Requirement already satisfied: rfc3986==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 203)) (1.4.0)
1637 Requirement already satisfied: routes==2.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 204)) (2.5.1)
1638 Requirement already satisfied: rsa==4.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 205)) (4.7.2)
1639 Requirement already satisfied: ruamel.yaml==0.16.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 207)) (0.16.5)
1640 Requirement already satisfied: s3transfer==0.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 208)) (0.3.7)
1641 Requirement already satisfied: schema-salad==7.1.20210316164414 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 209)) (7.1.20210316164414)
1642 Requirement already satisfied: selenium==3.141.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 210)) (3.141.0)
1643 Requirement already satisfied: setuptools-scm==5.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 211)) (5.0.2)
1644 Requirement already satisfied: shellescape==3.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 212)) (3.4.1)
1645 Requirement already satisfied: simplejson==3.17.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 213)) (3.17.2)
1646 Requirement already satisfied: six==1.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 214)) (1.15.0)
1647 Requirement already satisfied: sniffio==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 215)) (1.2.0)
1648 Requirement already satisfied: snowballstemmer==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 216)) (2.1.0)
1649 Requirement already satisfied: social-auth-core==4.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 217)) (4.0.3)
1650 Requirement already satisfied: sortedcontainers==2.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 218)) (2.3.0)
1651 Requirement already satisfied: sphinx-markdown-tables==0.0.15 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 219)) (0.0.15)
1652 Requirement already satisfied: sphinx-rtd-theme==0.5.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 220)) (0.5.2)
1653 Requirement already satisfied: sphinx==3.5.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 221)) (3.5.4)
1654 Requirement already satisfied: sphinxcontrib-applehelp==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 222)) (1.0.2)
1655 Requirement already satisfied: sphinxcontrib-devhelp==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 223)) (1.0.2)
1656 Requirement already satisfied: sphinxcontrib-htmlhelp==1.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 224)) (1.0.3)
1657 Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 225)) (1.0.1)
1658 Requirement already satisfied: sphinxcontrib-qthelp==1.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 226)) (1.0.3)
1659 Requirement already satisfied: sphinxcontrib-serializinghtml==1.1.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 227)) (1.1.4)
1660 Requirement already satisfied: sqlalchemy-migrate==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 228)) (0.13.0)
1661 Requirement already satisfied: sqlalchemy==1.4.20 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 229)) (1.4.20)
1662 Requirement already satisfied: sqlitedict==1.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 230)) (1.7.0)
1663 Requirement already satisfied: sqlparse==0.4.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 231)) (0.4.2)
1664 Requirement already satisfied: starlette-context==0.3.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 232)) (0.3.2)
1665 Requirement already satisfied: starlette==0.14.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 233)) (0.14.2)
1666 Requirement already satisfied: statsd==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 234)) (3.3.0)
1667 Requirement already satisfied: stevedore==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 235)) (3.3.0)
1668 Requirement already satisfied: svgwrite==1.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 236)) (1.4.1)
1669 Requirement already satisfied: tempita==0.5.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 237)) (0.5.2)
1670 Requirement already satisfied: tenacity==7.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 238)) (7.0.0)
1671 Requirement already satisfied: testfixtures==6.17.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 239)) (6.17.1)
1672 Requirement already satisfied: tifffile==2020.9.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 240)) (2020.9.3)
1673 Requirement already satisfied: toml==0.10.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 241)) (0.10.2)
1674 Requirement already satisfied: tornado==6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 242)) (6.1)
1675 Requirement already satisfied: tqdm==4.60.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 243)) (4.60.0)
1676 Requirement already satisfied: twill==3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 244)) (3.0)
1677 Requirement already satisfied: tzlocal==2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 246)) (2.1)
1678 Requirement already satisfied: ubiquerg==0.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 247)) (0.6.1)
1679 Requirement already satisfied: unidecode==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 248)) (1.2.0)
1680 Requirement already satisfied: uritemplate==3.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 249)) (3.0.1)
1681 Requirement already satisfied: urllib3==1.26.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 250)) (1.26.4)
1682 Requirement already satisfied: uvicorn==0.13.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 251)) (0.13.4)
1683 Requirement already satisfied: vine==5.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 252)) (5.0.0)
1684 Requirement already satisfied: watchdog==2.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 253)) (2.0.3)
1685 Requirement already satisfied: wcwidth==0.2.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 254)) (0.2.5)
1686 Requirement already satisfied: webencodings==0.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 255)) (0.5.1)
1687 Requirement already satisfied: webob==1.8.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 256)) (1.8.7)
1688 Requirement already satisfied: whoosh==2.7.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 257)) (2.7.4)
1689 Requirement already satisfied: wrapt==1.12.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 258)) (1.12.1)
1690 Requirement already satisfied: xmlrunner==1.7.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 259)) (1.7.7)
1691 Requirement already satisfied: yacman==0.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 260)) (0.8.2)
1692 Requirement already satisfied: zipstream-new==1.1.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 262)) (1.1.8)
1693 Requirement already satisfied: cffi>=1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from bcrypt==3.2.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (1.15.0)
1694 Requirement already satisfied: colorama>=0.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cmd2==1.5.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 44)) (0.4.4)
1695 Requirement already satisfied: typing-extensions in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cwltool==3.0.20201109103151->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (4.1.1)
1696 Requirement already satisfied: setuptools in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cwltool==3.0.20201109103151->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (44.0.0)
1697 Requirement already satisfied: py>=1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from pytest==6.2.3->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 180)) (1.11.0)
1698 Requirement already satisfied: rich>=9.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from refgenconf==0.12.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 196)) (11.2.0)
1699 Requirement already satisfied: pycparser in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cffi>=1.1->bcrypt==3.2.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (2.21)
1700 Looking in indexes: https://wheels.galaxyproject.org/simple, https://pypi.python.org/simple
1701 Requirement already satisfied: watchdog in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r /dev/stdin (line 1)) (2.0.3)
1702 The Galaxy client build is up to date and will not be rebuilt at this time.
1703 Activating virtualenv at /home/me/.planemo/gx_venv_3
1704 Executing: gunicorn --pythonpath lib --paste "/tmp/tmp1upz926i/galaxy.ini"