Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple calls to subscribe() consumes user activation #34273

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Update push-api/resources/simple_sw.js

25eb7f3
Select commit
Loading
Failed to load commit list.
Open

Multiple calls to subscribe() consumes user activation #34273

Update push-api/resources/simple_sw.js
25eb7f3
Select commit
Loading
Failed to load commit list.
Community-TC Integration / wpt-decision-task failed Feb 24, 2024 in 5m 46s

Community-TC (pull_request)

The task that creates all of the other tasks in the task graph

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-02-24 00:40:34.082Z] Task ID: LqSg05dNR8uYjU0nxUOxEQ
[taskcluster 2024-02-24 00:40:34.083Z] Worker ID: 4858871967961618704
[taskcluster 2024-02-24 00:40:34.083Z] Worker Group: us-central1
[taskcluster 2024-02-24 00:40:34.083Z] Worker Node Type: projects/757942385826/machineTypes/n2-standard-4
[taskcluster 2024-02-24 00:40:34.083Z] Worker Pool: proj-wpt/ci
[taskcluster 2024-02-24 00:40:34.083Z] Worker Version: 46.1.0
[taskcluster 2024-02-24 00:40:34.083Z] Public IP: 34.170.204.183
[taskcluster 2024-02-24 00:40:34.083Z] Hostname: proj-wpt-ci-lbv4zmj5ts-qigjc1wmwoq

7b1a6ab2e44d - Started downloading
7b1a6ab2e44d - Downloaded in 0.19 seconds
1a7f6cac733b - Started downloading
71476751226f - Started downloading
71476751226f - Downloaded in 0.023 seconds
d79d7d466b33 - Started downloading
e00fdf3f86ea - Started downloading
d79d7d466b33 - Downloaded in 0.054 seconds
46db815d5ced - Started downloading
46db815d5ced - Downloaded in 0 seconds
e00fdf3f86ea - Downloaded in 1.033 seconds
929031fbd7bf - Started downloading
929031fbd7bf - Downloaded in 0.076 seconds
c08c5bf59206 - Started downloading
c08c5bf59206 - Downloaded in 0.033 seconds
0c19284dfeaa - Started downloading
0c19284dfeaa - Downloaded in 0.138 seconds
e4ec8f8fc128 - Started downloading
e4ec8f8fc128 - Downloaded in 0.045 seconds
8985f1881454 - Started downloading
8985f1881454 - Downloaded in 0 seconds
193e19995b44 - Started downloading
193e19995b44 - Downloaded in 0 seconds
75e832030523 - Started downloading
75e832030523 - Downloaded in 0 seconds
bc086f69b5f9 - Started downloading
bc086f69b5f9 - Downloaded in 0 seconds
48b9e30a5815 - Started downloading
48b9e30a5815 - Downloaded in 0 seconds
1651e2524e2b - Started downloading
1651e2524e2b - Downloaded in 0.001 seconds
7cc14af3eacf - Started downloading
7cc14af3eacf - Downloaded in 0 seconds
1a7f6cac733b - Downloaded in 10.802 seconds
Digest: sha256:c52116d3ce99207d7b9e3d62aa4b70622d3f088241e7deb6a3efbad2bc9c892d
Status: Downloaded newer image for webplatformtests/wpt:0.48
[taskcluster 2024-02-24 00:41:00.351Z] === Task Starting ===
+ /home/test/start.sh https://github.com/web-platform-tests/wpt.git refs/pull/34273/merge
+ REMOTE=https://github.com/web-platform-tests/wpt.git
+ REF=refs/pull/34273/merge
+ cd /home/test
+ '[' -e /dev/kvm ']'
+ '[' '!' -d web-platform-tests ']'
+ mkdir web-platform-tests
+ cd web-platform-tests
+ git init
Initialized empty Git repository in /home/test/web-platform-tests/.git/
+ git remote add origin https://github.com/web-platform-tests/wpt.git
+ retry git fetch --quiet --depth=50 --tags origin refs/pull/34273/merge:task_head
Running git fetch --quiet --depth=50 --tags origin refs/pull/34273/merge:task_head [try 1/5]
Command succeeded
+ git checkout --quiet task_head
+ cd /home/test/web-platform-tests
+ ./wpt tc-decision --tasks-path=/home/test/artifacts/tasks.json
CRITICAL:tools.wpt.utils:('/usr/bin/python3', '-m', 'venv', '/home/test/web-platform-tests/_venv3') exited with return code 1
CRITICAL:tools.wpt.utils:b"The virtual environment was not created successfully because ensurepip is not\navailable.  On Debian/Ubuntu systems, you need to install the python3-venv\npackage using the following command.\n\n    apt install python3.8-venv\n\nYou may need to use sudo with that command.  After installing the python3-venv\npackage, recreate your virtual environment.\n\nFailing command: ['/home/test/web-platform-tests/_venv3/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']\n\n"
Traceback (most recent call last):
  File "./wpt", line 10, in <module>
    wpt.main()
  File "/home/test/web-platform-tests/tools/wpt/wpt.py", line 210, in main
    venv = setup_virtualenv(main_args.venv, main_args.skip_venv_setup, props)
  File "/home/test/web-platform-tests/tools/wpt/wpt.py", line 168, in setup_virtualenv
    venv.start()
  File "/home/test/web-platform-tests/tools/wpt/virtualenv.py", line 141, in start
    self.create()
  File "/home/test/web-platform-tests/tools/wpt/virtualenv.py", line 51, in create
    call(*self.virtualenv, self.path)
  File "/home/test/web-platform-tests/tools/wpt/utils.py", line 27, in call
    return subprocess.check_output(args).decode('utf8')
  File "/usr/lib/python3.8/subprocess.py", line 415, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('/usr/bin/python3', '-m', 'venv', '/home/test/web-platform-tests/_venv3')' returned non-zero exit status 1.
[taskcluster 2024-02-24 00:42:10.565Z] === Task Finished ===
[taskcluster 2024-02-24 00:42:10.615Z] Unsuccessful task run with exit code: 1 completed in 96.533 seconds