SuffolkLITLab / docassemble-ALWeaver

A tool to help quickly generate draft interviews from an existing document (pdf or DOCX) for the docassemble platform.
https://apps-test.suffolklitlab.org/start/ALWeaver/assembly_line/#/1
MIT License
19 stars 5 forks source link

Fix failing unit tests #903

Open nonprofittechy opened 9 months ago

nonprofittechy commented 9 months ago

It looks to me like the problem is the size of the dependencies. We should see what can be stripped out. Possibly it's the spacy models?

nonprofittechy commented 9 months ago
System.IO.IOException: No space left on device : '/home/runner/runners/2.311.0/_diag/Worker_20231203-141012-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) System.IO.IOException: No space left on device : '/home/runner/runners/2.311.0/_diag/Worker_20231203-141012-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) at GitHub.Runner.Common.Tracing.Error(Exception exception) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.311.0/_diag/Worker_20231203-141012-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at System.Diagnostics.TraceSource.Flush() at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing) at GitHub.Runner.Common.TraceManager.Dispose() at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing) at GitHub.Runner.Common.HostContext.Dispose() at GitHub.Runner.Worker.Program.Main(String[] args)
  --   Run unit tests + mypy
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 18 MB
nonprofittechy commented 9 months ago

https://github.com/orgs/community/discussions/26351

nonprofittechy commented 9 months ago

Definitely caused by us downloading spacy en_web_lg, even if there are workarounds we could take.

We could use tools.suffolklitlab.org instead, just need to somehow put that into the unit test.

nonprofittechy commented 9 months ago

After removing the spacy model, I monitored the running action and it still runs out of disk space. It seemed to be downloading docassemble.webapp over and over again for the whole 22 minutes: https://github.com/SuffolkLITLab/docassemble-ALWeaver/actions/runs/7101684469/job/19330335255

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.0/19.0 MB 7.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-3prbjqpn/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-3prbjqpn/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-3prbjqpn/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-3prbjqpn/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-3prbjqpn/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-3prbjqpn/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-3prbjqpn/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-3prbjqpn/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-3prbjqpn/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.97.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 7.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-oswjudiz/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-oswjudiz/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-oswjudiz/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-oswjudiz/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-oswjudiz/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-oswjudiz/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-oswjudiz/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-oswjudiz/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-oswjudiz/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.96.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 6.1 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-l41sg53c/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-l41sg53c/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-l41sg53c/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-l41sg53c/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-l41sg53c/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-l41sg53c/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-l41sg53c/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-l41sg53c/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-l41sg53c/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.95.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 7.7 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-ffkbe3h0/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-ffkbe3h0/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-ffkbe3h0/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-ffkbe3h0/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-ffkbe3h0/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-ffkbe3h0/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-ffkbe3h0/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-ffkbe3h0/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-ffkbe3h0/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.94.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 7.4 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-v2ec7hww/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-v2ec7hww/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-v2ec7hww/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-v2ec7hww/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-v2ec7hww/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-v2ec7hww/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-v2ec7hww/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-v2ec7hww/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-v2ec7hww/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.93.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 7.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-oy4r3tc5/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-oy4r3tc5/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-oy4r3tc5/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-oy4r3tc5/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-oy4r3tc5/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-oy4r3tc5/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-oy4r3tc5/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-oy4r3tc5/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-oy4r3tc5/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.92.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 8.7 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-hhv25_u8/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-hhv25_u8/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-hhv25_u8/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-hhv25_u8/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-hhv25_u8/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-hhv25_u8/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-hhv25_u8/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-hhv25_u8/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-hhv25_u8/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.91.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 7.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-o40ocu7y/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-o40ocu7y/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-o40ocu7y/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-o40ocu7y/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-o40ocu7y/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-o40ocu7y/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-o40ocu7y/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-o40ocu7y/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-o40ocu7y/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.90.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 8.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-bu3nnbd3/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-bu3nnbd3/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-bu3nnbd3/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-bu3nnbd3/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-bu3nnbd3/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-bu3nnbd3/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-bu3nnbd3/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-bu3nnbd3/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-bu3nnbd3/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.89.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 8.0 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-gb90ntsc/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-gb90ntsc/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-gb90ntsc/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-gb90ntsc/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-gb90ntsc/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-gb90ntsc/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-gb90ntsc/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-gb90ntsc/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-gb90ntsc/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.88.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 9.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-cq7bx61f/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-cq7bx61f/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-cq7bx61f/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-cq7bx61f/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-cq7bx61f/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-cq7bx61f/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-cq7bx61f/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-cq7bx61f/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-cq7bx61f/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.87.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 10.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-whe9zrd9/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-whe9zrd9/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-whe9zrd9/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-whe9zrd9/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-whe9zrd9/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-whe9zrd9/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-whe9zrd9/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-whe9zrd9/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-whe9zrd9/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.86.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 11.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-8fkhj9co/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-8fkhj9co/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-8fkhj9co/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-8fkhj9co/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-8fkhj9co/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-8fkhj9co/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-8fkhj9co/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-8fkhj9co/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-8fkhj9co/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.85.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 8.1 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-qwdl23i7/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-qwdl23i7/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-qwdl23i7/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-qwdl23i7/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-qwdl23i7/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-qwdl23i7/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-qwdl23i7/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-qwdl23i7/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-qwdl23i7/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.84.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 10.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-in9ytuan/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-in9ytuan/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-in9ytuan/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-in9ytuan/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-in9ytuan/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-in9ytuan/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-in9ytuan/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-in9ytuan/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-in9ytuan/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.83.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 7.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-bpf84b1u/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-bpf84b1u/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-bpf84b1u/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-bpf84b1u/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-bpf84b1u/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-bpf84b1u/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-bpf84b1u/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-bpf84b1u/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-bpf84b1u/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.82.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 7.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-656ftnie/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-656ftnie/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-656ftnie/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-656ftnie/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-656ftnie/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-656ftnie/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-656ftnie/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-656ftnie/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-656ftnie/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.81.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 9.4 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-7meiyrq6/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-7meiyrq6/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-7meiyrq6/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-7meiyrq6/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-7meiyrq6/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-7meiyrq6/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-7meiyrq6/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-7meiyrq6/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-7meiyrq6/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.80.tar.gz (18.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 8.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-eo1_kkwo/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-eo1_kkwo/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-eo1_kkwo/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-eo1_kkwo/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-eo1_kkwo/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-eo1_kkwo/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-eo1_kkwo/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-eo1_kkwo/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-eo1_kkwo/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.79.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 8.4 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-rgywg4yw/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-rgywg4yw/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-rgywg4yw/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-rgywg4yw/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-rgywg4yw/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-rgywg4yw/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-rgywg4yw/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-rgywg4yw/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-rgywg4yw/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.78.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 11.9 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-764bhs9r/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-764bhs9r/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-764bhs9r/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-764bhs9r/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-764bhs9r/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-764bhs9r/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-764bhs9r/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-764bhs9r/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-764bhs9r/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.77.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 9.1 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-xcng9j_m/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-xcng9j_m/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-xcng9j_m/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-xcng9j_m/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-xcng9j_m/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-xcng9j_m/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-xcng9j_m/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-xcng9j_m/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-xcng9j_m/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.76.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 8.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-6w6g64kx/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-6w6g64kx/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-6w6g64kx/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-6w6g64kx/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-6w6g64kx/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-6w6g64kx/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-6w6g64kx/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-6w6g64kx/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-6w6g64kx/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.75.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 9.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-fr8lwpnd/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-fr8lwpnd/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-fr8lwpnd/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-fr8lwpnd/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-fr8lwpnd/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-fr8lwpnd/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-fr8lwpnd/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-fr8lwpnd/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-fr8lwpnd/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.74.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 6.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-h0mjhylo/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-h0mjhylo/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-h0mjhylo/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-h0mjhylo/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-h0mjhylo/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-h0mjhylo/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-h0mjhylo/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-h0mjhylo/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-h0mjhylo/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.73.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 8.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-p3uviu8y/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-p3uviu8y/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-p3uviu8y/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-p3uviu8y/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-p3uviu8y/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-p3uviu8y/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-p3uviu8y/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-p3uviu8y/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-p3uviu8y/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.72.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 6.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-v56ll9sd/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-v56ll9sd/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-v56ll9sd/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-v56ll9sd/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-v56ll9sd/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-v56ll9sd/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-v56ll9sd/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-v56ll9sd/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-v56ll9sd/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.71.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 11.1 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-uvfr4tni/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-uvfr4tni/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-uvfr4tni/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-uvfr4tni/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-uvfr4tni/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-uvfr4tni/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-uvfr4tni/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-uvfr4tni/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-uvfr4tni/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.70.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 9.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-tuv89vve/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-tuv89vve/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-tuv89vve/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-tuv89vve/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-tuv89vve/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-tuv89vve/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-tuv89vve/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-tuv89vve/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-tuv89vve/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.69.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 8.1 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-8nnj499k/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-8nnj499k/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-8nnj499k/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-8nnj499k/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-8nnj499k/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-8nnj499k/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-8nnj499k/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-8nnj499k/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-8nnj499k/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.68.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 9.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-o7xsas8f/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-o7xsas8f/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-o7xsas8f/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-o7xsas8f/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-o7xsas8f/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-o7xsas8f/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-o7xsas8f/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-o7xsas8f/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-o7xsas8f/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.67.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 8.0 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-rxyexjwx/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-rxyexjwx/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-rxyexjwx/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-rxyexjwx/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-rxyexjwx/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-rxyexjwx/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-rxyexjwx/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-rxyexjwx/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-rxyexjwx/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.66.tar.gz (18.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.8/18.8 MB 7.9 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-o26fwuwi/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-o26fwuwi/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-o26fwuwi/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-o26fwuwi/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-o26fwuwi/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-o26fwuwi/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-o26fwuwi/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-o26fwuwi/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-o26fwuwi/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.65.tar.gz (18.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.7/18.7 MB 8.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-oi6gidgo/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-oi6gidgo/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-oi6gidgo/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-oi6gidgo/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-oi6gidgo/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-oi6gidgo/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-oi6gidgo/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-oi6gidgo/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-oi6gidgo/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.64.tar.gz (18.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.7/18.7 MB 8.4 MB/s eta 0:00:00
  Running command python setup.py egg_info
  Preparing metadata (setup.py): started
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-2wf6nmgy/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-2wf6nmgy/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-2wf6nmgy/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-2wf6nmgy/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-2wf6nmgy/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-2wf6nmgy/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-2wf6nmgy/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-2wf6nmgy/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-2wf6nmgy/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.63.tar.gz (18.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.7/18.7 MB 11.4 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-4zac_oj6/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-4zac_oj6/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-4zac_oj6/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-4zac_oj6/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-4zac_oj6/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-4zac_oj6/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-4zac_oj6/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-4zac_oj6/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-4zac_oj6/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.62.tar.gz (18.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.6/18.6 MB 7.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-ni6s7epl/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-ni6s7epl/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-ni6s7epl/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-ni6s7epl/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-ni6s7epl/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-ni6s7epl/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-ni6s7epl/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-ni6s7epl/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-ni6s7epl/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.61.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 6.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-l7n570pe/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-l7n570pe/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-l7n570pe/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-l7n570pe/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-l7n570pe/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-l7n570pe/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-l7n570pe/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-l7n570pe/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-l7n570pe/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.60.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 7.1 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-fk0051bz/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-fk0051bz/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-fk0051bz/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-fk0051bz/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-fk0051bz/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-fk0051bz/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-fk0051bz/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-fk0051bz/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-fk0051bz/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.59.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 8.4 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-0681h4br/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-0681h4br/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-0681h4br/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-0681h4br/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-0681h4br/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-0681h4br/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-0681h4br/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-0681h4br/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-0681h4br/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.58.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 7.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-ml0rjtoy/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-ml0rjtoy/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-ml0rjtoy/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-ml0rjtoy/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-ml0rjtoy/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-ml0rjtoy/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-ml0rjtoy/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-ml0rjtoy/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-ml0rjtoy/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.57.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 8.0 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-k042s19g/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-k042s19g/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-k042s19g/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-k042s19g/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-k042s19g/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-k042s19g/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-k042s19g/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-k042s19g/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-k042s19g/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.56.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 6.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-ynw8kcoa/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-ynw8kcoa/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-ynw8kcoa/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-ynw8kcoa/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-ynw8kcoa/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-ynw8kcoa/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-ynw8kcoa/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-ynw8kcoa/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-ynw8kcoa/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.55.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 7.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-mpjxc33s/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-mpjxc33s/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-mpjxc33s/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-mpjxc33s/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-mpjxc33s/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-mpjxc33s/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-mpjxc33s/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-mpjxc33s/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-mpjxc33s/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.54.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 7.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-jadclc7u/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-jadclc7u/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-jadclc7u/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-jadclc7u/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-jadclc7u/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-jadclc7u/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-jadclc7u/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-jadclc7u/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-jadclc7u/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.53.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 7.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-i2d7rnow/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-i2d7rnow/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-i2d7rnow/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-i2d7rnow/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-i2d7rnow/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-i2d7rnow/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-i2d7rnow/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-i2d7rnow/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-i2d7rnow/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.52.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 9.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-uydxjz86/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-uydxjz86/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-uydxjz86/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-uydxjz86/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-uydxjz86/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-uydxjz86/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-uydxjz86/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-uydxjz86/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-uydxjz86/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.51.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 7.1 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-442kjk4p/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-442kjk4p/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-442kjk4p/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-442kjk4p/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-442kjk4p/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-442kjk4p/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-442kjk4p/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-442kjk4p/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-442kjk4p/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.50.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 9.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-09_grre5/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-09_grre5/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-09_grre5/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-09_grre5/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-09_grre5/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-09_grre5/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-09_grre5/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-09_grre5/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-09_grre5/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.49.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 6.1 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-xgq2e6m9/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-xgq2e6m9/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-xgq2e6m9/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-xgq2e6m9/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-xgq2e6m9/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-xgq2e6m9/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-xgq2e6m9/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-xgq2e6m9/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-xgq2e6m9/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.48.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 7.7 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-ln2yurgd/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-ln2yurgd/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-ln2yurgd/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-ln2yurgd/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-ln2yurgd/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-ln2yurgd/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-ln2yurgd/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-ln2yurgd/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-ln2yurgd/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.47.tar.gz (18.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 7.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-9z4q59du/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-9z4q59du/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-9z4q59du/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-9z4q59du/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-9z4q59du/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-9z4q59du/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-9z4q59du/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-9z4q59du/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-9z4q59du/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.46.tar.gz (18.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/18.4 MB 7.8 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-4wj3xnk7/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-4wj3xnk7/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-4wj3xnk7/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-4wj3xnk7/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-4wj3xnk7/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-4wj3xnk7/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-4wj3xnk7/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-4wj3xnk7/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-4wj3xnk7/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.45.tar.gz (18.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/18.4 MB 12.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-1a897fg_/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-1a897fg_/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-1a897fg_/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-1a897fg_/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-1a897fg_/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-1a897fg_/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-1a897fg_/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-1a897fg_/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-1a897fg_/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.44.tar.gz (18.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/18.4 MB 6.7 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-l8u5xbg1/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-l8u5xbg1/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-l8u5xbg1/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-l8u5xbg1/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-l8u5xbg1/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-l8u5xbg1/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-l8u5xbg1/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-l8u5xbg1/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-l8u5xbg1/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.43.tar.gz (18.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/18.4 MB 6.7 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-ks6ehi3h/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-ks6ehi3h/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-ks6ehi3h/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-ks6ehi3h/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-ks6ehi3h/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-ks6ehi3h/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-ks6ehi3h/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-ks6ehi3h/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-ks6ehi3h/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.42.tar.gz (18.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/18.4 MB 7.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-iulidufo/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-iulidufo/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-iulidufo/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-iulidufo/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-iulidufo/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-iulidufo/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-iulidufo/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-iulidufo/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-iulidufo/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.41.tar.gz (18.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/18.4 MB 9.4 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-6ecy4sao/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-6ecy4sao/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-6ecy4sao/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-6ecy4sao/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-6ecy4sao/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-6ecy4sao/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-6ecy4sao/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-6ecy4sao/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-6ecy4sao/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.40.tar.gz (18.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/18.4 MB 5.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-e8a_r7uu/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-e8a_r7uu/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-e8a_r7uu/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-e8a_r7uu/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-e8a_r7uu/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-e8a_r7uu/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-e8a_r7uu/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-e8a_r7uu/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-e8a_r7uu/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.39.tar.gz (18.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/18.4 MB 8.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-ke1qt13_/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-ke1qt13_/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-ke1qt13_/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-ke1qt13_/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-ke1qt13_/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-ke1qt13_/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-ke1qt13_/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-ke1qt13_/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-ke1qt13_/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.38.tar.gz (18.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.4/18.4 MB 9.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-bab1bvtb/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-bab1bvtb/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-bab1bvtb/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-bab1bvtb/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-bab1bvtb/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-bab1bvtb/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-bab1bvtb/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-bab1bvtb/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-bab1bvtb/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.37.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 7.7 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-u5wici9x/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-u5wici9x/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-u5wici9x/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-u5wici9x/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-u5wici9x/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-u5wici9x/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-u5wici9x/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-u5wici9x/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-u5wici9x/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.36.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 9.1 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-7bkuj0ni/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-7bkuj0ni/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-7bkuj0ni/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-7bkuj0ni/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-7bkuj0ni/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-7bkuj0ni/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-7bkuj0ni/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-7bkuj0ni/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-7bkuj0ni/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.35.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 7.0 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-4k_hg6be/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-4k_hg6be/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-4k_hg6be/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-4k_hg6be/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-4k_hg6be/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-4k_hg6be/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-4k_hg6be/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-4k_hg6be/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-4k_hg6be/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.34.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 7.7 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-vik9vhwj/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-vik9vhwj/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-vik9vhwj/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-vik9vhwj/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-vik9vhwj/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-vik9vhwj/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-vik9vhwj/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-vik9vhwj/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-vik9vhwj/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.33.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 8.0 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-eg5j2vxf/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-eg5j2vxf/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-eg5j2vxf/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-eg5j2vxf/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-eg5j2vxf/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-eg5j2vxf/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-eg5j2vxf/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-eg5j2vxf/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-eg5j2vxf/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.32.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 9.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-rsyqwemc/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-rsyqwemc/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-rsyqwemc/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-rsyqwemc/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-rsyqwemc/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-rsyqwemc/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-rsyqwemc/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-rsyqwemc/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-rsyqwemc/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.31.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 8.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-sfszpp6g/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-sfszpp6g/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-sfszpp6g/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-sfszpp6g/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-sfszpp6g/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-sfszpp6g/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-sfszpp6g/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-sfszpp6g/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-sfszpp6g/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.30.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 7.4 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-5_mfpiys/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-5_mfpiys/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-5_mfpiys/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-5_mfpiys/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-5_mfpiys/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-5_mfpiys/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-5_mfpiys/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-5_mfpiys/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-5_mfpiys/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.29.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 7.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-qkydxxck/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-qkydxxck/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-qkydxxck/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-qkydxxck/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-qkydxxck/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-qkydxxck/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-qkydxxck/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-qkydxxck/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-qkydxxck/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.28.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 8.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-7jqhqq4t/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-7jqhqq4t/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-7jqhqq4t/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-7jqhqq4t/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-7jqhqq4t/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-7jqhqq4t/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-7jqhqq4t/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-7jqhqq4t/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-7jqhqq4t/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.27.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 5.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-vuoyxl71/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-vuoyxl71/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-vuoyxl71/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-vuoyxl71/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-vuoyxl71/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-vuoyxl71/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-vuoyxl71/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-vuoyxl71/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-vuoyxl71/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.26.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 6.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-tllu40hj/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-tllu40hj/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-tllu40hj/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-tllu40hj/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-tllu40hj/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-tllu40hj/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-tllu40hj/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-tllu40hj/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-tllu40hj/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.25.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 6.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-civjpouq/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-civjpouq/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-civjpouq/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-civjpouq/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-civjpouq/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-civjpouq/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-civjpouq/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-civjpouq/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-civjpouq/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.24.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 6.9 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-4zw8v1e1/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-4zw8v1e1/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-4zw8v1e1/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-4zw8v1e1/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-4zw8v1e1/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-4zw8v1e1/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-4zw8v1e1/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-4zw8v1e1/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-4zw8v1e1/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.23.tar.gz (18.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 6.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-hx42asup/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-hx42asup/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-hx42asup/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-hx42asup/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-hx42asup/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-hx42asup/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-hx42asup/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-hx42asup/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-hx42asup/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.22.tar.gz (18.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 7.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Running command python setup.py egg_info
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
    warnings.warn(msg, SetuptoolsDeprecationWarning)
  running egg_info
  creating /tmp/pip-pip-egg-info-amhqo2ue/docassemble.webapp.egg-info
  writing /tmp/pip-pip-egg-info-amhqo2ue/docassemble.webapp.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-amhqo2ue/docassemble.webapp.egg-info/dependency_links.txt
  writing namespace_packages to /tmp/pip-pip-egg-info-amhqo2ue/docassemble.webapp.egg-info/namespace_packages.txt
  writing requirements to /tmp/pip-pip-egg-info-amhqo2ue/docassemble.webapp.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-amhqo2ue/docassemble.webapp.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-amhqo2ue/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest file '/tmp/pip-pip-egg-info-amhqo2ue/docassemble.webapp.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file '/tmp/pip-pip-egg-info-amhqo2ue/docassemble.webapp.egg-info/SOURCES.txt'
  Preparing metadata (setup.py): finished with status 'done'
  Downloading docassemble.webapp-1.1.21.tar.gz (18.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 7.4 MB/s eta 0:00:00
nonprofittechy commented 9 months ago

OK! It looks like this line: docassemble.base>=1.3 is installing every version of docassemble.base that is greater than 1.3. Not just the single newest version, lol.

Edit: no actually the problem is with docassemble.webapp, not docassemble.base

BryceStevenWilley commented 9 months ago

Looks related to this comment specifically: https://github.com/pypa/pip/issues/9284#issuecomment-800843707. I'm gonna try setting some more strict versions in requirements.txt in a branch and see what happens

BryceStevenWilley commented 9 months ago

Where did you find that full log btw @nonprofittechy?

nonprofittechy commented 9 months ago

It is only visible when it is actually running which is... annoying

[Also I can only see the most recent thousand lines, not the top]

BryceStevenWilley commented 9 months ago

Found what I think is the issue: FormFyxer depends on scikit-learn 1.2.2, and docassemble requires 1.3.0. It looks like something must have changed in pip recently such that when a conflict happens, it downloads an older (or newer, starting from a really old version? looking at your logs) version of the package until it can find one that works. Pretty silly.

I can't seem to fix it though, because before this, docassemble required scikit-learn 1.2.1, so none of our FormFyxer scikit versions match docassembles. https://github.com/SuffolkLITLab/docassemble-ALWeaver/actions/runs/7102499306/job/19333005336. We're gonna have to fix on the FormFyxer side, but I don't remember why we fixed scikit-learn there in the first place, no comments in the commit :( https://github.com/SuffolkLITLab/FormFyxer/commit/eb58ec2ba46c93767761334600efcc1d4bf390bc.

nonprofittechy commented 9 months ago

great find! I wonder how much of the scikit-learn stuff we'll need when we switch to GPT.