Skip to content

Otel

Otel #343

GitHub Actions / test/test_[f-h]* failed Jul 21, 2024 in 1s

0 passed, 16 failed and 1 skipped

Tests failed

❌ junit-report.xml

17 tests were completed in 9s with 0 passed, 16 failed and 1 skipped.

Test suite Passed Failed Skipped Time
pytest 16❌ 1⚪ 9s

❌ pytest

test.test_http_instrumentation.TestHTTPInstrument
  ❌ test_worker_script_requests
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_service_worker_requests
	@pytest.fixture(name="xpi", scope="session")
test.test_http_instrumentation.TestPOSTInstrument
  ❌ test_record_post_data_x_www_form_urlencoded
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_record_post_data_text_plain
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_record_post_data_multipart_formdata
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_record_post_data_ajax
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_record_post_data_ajax_no_key_value
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_record_post_data_ajax_no_key_value_base64_encoded
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_record_post_formdata
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_record_binary_post_data
	@pytest.fixture(name="xpi", scope="session")
  ⚪ test_record_file_upload
test.test_http_instrumentation
  ❌ test_page_visit[True]
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_page_visit[False]
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_javascript_saving
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_document_saving
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_content_saving
	@pytest.fixture(name="xpi", scope="session")
  ❌ test_cache_hits_recorded
	@pytest.fixture(name="xpi", scope="session")

Annotations

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation.TestHTTPInstrument ► test_worker_script_requests

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

../../../mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation.TestHTTPInstrument ► test_service_worker_requests

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

../../../mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation.TestPOSTInstrument ► test_record_post_data_x_www_form_urlencoded

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

../../../mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation.TestPOSTInstrument ► test_record_post_data_text_plain

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

../../../mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation.TestPOSTInstrument ► test_record_post_data_multipart_formdata

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

../../../mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation.TestPOSTInstrument ► test_record_post_data_ajax

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

../../../mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation.TestPOSTInstrument ► test_record_post_data_ajax_no_key_value

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

../../../mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation.TestPOSTInstrument ► test_record_post_data_ajax_no_key_value_base64_encoded

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

../../../mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation.TestPOSTInstrument ► test_record_post_formdata

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

../../../mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation.TestPOSTInstrument ► test_record_binary_post_data

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

../../../mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/test_[f-h]*

pytest ► test.test_http_instrumentation ► test_page_visit[True]

Failed test found in:
  junit-report.xml
Error:
  @pytest.fixture(name="xpi", scope="session")
Raw output
@pytest.fixture(name="xpi", scope="session")
    def xpi_fixture():
>       return xpi()

/home/runner/work/OpenWPM/OpenWPM/test/conftest.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/home/runner/work/OpenWPM/OpenWPM/test/conftest.py:28: in xpi
    subprocess.check_call(["npm", "run", "build"], cwd=EXTENSION_DIR)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['npm', 'run', 'build'],)
kwargs = {'cwd': '/home/runner/work/OpenWPM/OpenWPM/test/../Extension'}
retcode = 127, cmd = ['npm', 'run', 'build']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the call function.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['npm', 'run', 'build']' returned non-zero exit status 127.

/home/runner/mamba/envs/openwpm/lib/python3.11/subprocess.py:413: CalledProcessError