Skip to content

Otel

Otel #343

GitHub Actions / test/extension/* failed Jul 21, 2024 in 0s

0 passed, 2 failed and 0 skipped

Tests failed

❌ junit-report.xml

2 tests were completed in 8s with 0 passed, 2 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 2❌ 8s

❌ pytest

test.extension.test_logging
  ❌ test_extension_logging
	@pytest.fixture(name="xpi", scope="session")
test.extension.test_startup_timeout
  ❌ test_extension_startup_timeout
	@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/extension/*

pytest ► test.extension.test_logging ► test_extension_logging

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

Check failure on line 0 in junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / test/extension/*

pytest ► test.extension.test_startup_timeout ► test_extension_startup_timeout

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