Skip to content

Instantly share code, notes, and snippets.

@altendky

altendky/x.md Secret

Last active October 21, 2020 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save altendky/b873e07c9a538102414c1ea42290dd4e to your computer and use it in GitHub Desktop.
Save altendky/b873e07c9a538102414c1ea42290dd4e to your computer and use it in GitHub Desktop.
try:
destination.parent.mkdir(parents=True, exist_ok=True)
except (NotADirectoryError, FileExistsError):
print('destination_root', destination_root)
print('self.source', self.source)
print('self.destination', self.destination)
print('destination', destination)
print('destination.parent', destination.parent, destination.parent.is_dir(), destination.parent.is_file())
print('destination.parent.iterdir()', list(destination.parent.iterdir()))
raise
2020-10-21T17:21:38.3462915Z ##[section]Starting: Request a runner to run this job
2020-10-21T17:21:38.6993693Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2020-10-21T17:21:38.6993778Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-10-21T17:21:38.6993939Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-10-21T17:21:38.8140822Z ##[section]Finishing: Request a runner to run this job
2020-10-21T17:21:47.1306923Z Current runner version: '2.273.5'
2020-10-21T17:21:47.1339169Z ##[group]Operating System
2020-10-21T17:21:47.1339984Z Ubuntu
2020-10-21T17:21:47.1340321Z 18.04.5
2020-10-21T17:21:47.1340668Z LTS
2020-10-21T17:21:47.1341018Z ##[endgroup]
2020-10-21T17:21:47.1341390Z ##[group]Virtual Environment
2020-10-21T17:21:47.1341920Z Environment: ubuntu-18.04
2020-10-21T17:21:47.1342349Z Version: 20201015.1
2020-10-21T17:21:47.1343200Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20201015.1/images/linux/Ubuntu1804-README.md
2020-10-21T17:21:47.1344044Z ##[endgroup]
2020-10-21T17:21:47.1345270Z Prepare workflow directory
2020-10-21T17:21:47.1601479Z Prepare all required actions
2020-10-21T17:21:47.1612706Z Getting action download info
2020-10-21T17:21:47.4045068Z Download action repository 'actions/checkout@v1'
2020-10-21T17:21:49.4189991Z Download action repository 'actions/setup-python@v2'
2020-10-21T17:21:49.5500257Z Download action repository 'ilammy/msvc-dev-cmd@v1'
2020-10-21T17:21:49.7749518Z Download action repository 'actions/upload-artifact@v1'
2020-10-21T17:21:49.9685651Z ##[group]Checking docker version
2020-10-21T17:21:49.9693025Z ##[command]/usr/bin/docker version --format '{{.Server.APIVersion}}'
2020-10-21T17:21:50.7907801Z '1.40'
2020-10-21T17:21:50.7943319Z Docker daemon API version: '1.40'
2020-10-21T17:21:50.7944170Z ##[command]/usr/bin/docker version --format '{{.Client.APIVersion}}'
2020-10-21T17:21:50.8536930Z '1.40'
2020-10-21T17:21:50.8541657Z Docker client API version: '1.40'
2020-10-21T17:21:50.8550843Z ##[endgroup]
2020-10-21T17:21:50.8551414Z ##[group]Clean up resources from previous jobs
2020-10-21T17:21:50.8556017Z ##[command]/usr/bin/docker ps --all --quiet --no-trunc --filter "label=1e5c35"
2020-10-21T17:21:50.9026780Z ##[command]/usr/bin/docker network prune --force --filter "label=1e5c35"
2020-10-21T17:21:50.9493384Z ##[endgroup]
2020-10-21T17:21:50.9493832Z ##[group]Create local container network
2020-10-21T17:21:50.9501813Z ##[command]/usr/bin/docker network create --label 1e5c35 github_network_46d273beb0f24d94a888f312e40a8877
2020-10-21T17:21:51.0651551Z 8ed6224d92eb85a73fd1c824596f68434ccd58592a6df4600093ec46dde3315c
2020-10-21T17:21:51.0664580Z ##[endgroup]
2020-10-21T17:21:51.0673828Z ##[group]Starting job container
2020-10-21T17:21:51.0680685Z ##[command]/usr/bin/docker pull python:3.8-buster
2020-10-21T17:21:51.8754503Z 3.8-buster: Pulling from library/python
2020-10-21T17:21:51.8755331Z e4c3d3e4f7b0: Already exists
2020-10-21T17:21:51.8755815Z 101c41d0463b: Already exists
2020-10-21T17:21:51.8756278Z 8275efcd805f: Already exists
2020-10-21T17:21:51.8757376Z 751620502a7a: Already exists
2020-10-21T17:21:51.8757830Z 0a5e725150a2: Already exists
2020-10-21T17:21:51.8758297Z 397dba5694db: Pulling fs layer
2020-10-21T17:21:51.8758808Z b453803265bc: Pulling fs layer
2020-10-21T17:21:51.8759272Z a49354af7e01: Pulling fs layer
2020-10-21T17:21:51.8759740Z 7f7c8879a275: Pulling fs layer
2020-10-21T17:21:51.8760180Z 7f7c8879a275: Waiting
2020-10-21T17:21:51.8760651Z a49354af7e01: Verifying Checksum
2020-10-21T17:21:51.8761171Z a49354af7e01: Download complete
2020-10-21T17:21:51.8761818Z 397dba5694db: Verifying Checksum
2020-10-21T17:21:51.8762329Z 397dba5694db: Download complete
2020-10-21T17:21:51.8762834Z 7f7c8879a275: Verifying Checksum
2020-10-21T17:21:51.8763335Z 7f7c8879a275: Download complete
2020-10-21T17:21:51.8763833Z b453803265bc: Verifying Checksum
2020-10-21T17:21:51.8764316Z b453803265bc: Download complete
2020-10-21T17:21:52.8746330Z 397dba5694db: Pull complete
2020-10-21T17:21:52.8747036Z b453803265bc: Pull complete
2020-10-21T17:21:52.8747506Z a49354af7e01: Pull complete
2020-10-21T17:21:53.0318354Z 7f7c8879a275: Pull complete
2020-10-21T17:21:53.0352335Z Digest: sha256:17d8f5c7909931f14eaf7c302c9b3b4ae7bc5bdd361f3c4a64145cd509e9180a
2020-10-21T17:21:53.0360888Z Status: Downloaded newer image for python:3.8-buster
2020-10-21T17:21:53.0368189Z docker.io/library/python:3.8-buster
2020-10-21T17:21:53.0422652Z ##[command]/usr/bin/docker create --name 4a5b6c61fefe44c0ab2a9781860dc0ee_python38buster_cf8165 --label 1e5c35 --workdir /__w/pyqt5-tools/pyqt5-tools --network github_network_46d273beb0f24d94a888f312e40a8877 -e "HOME=/github/home" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work":"/__w" -v "/home/runner/runners/2.273.5/externals":"/__e":ro -v "/home/runner/work/_temp":"/__w/_temp" -v "/home/runner/work/_actions":"/__w/_actions" -v "/opt/hostedtoolcache":"/__t" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" --entrypoint "tail" python:3.8-buster "-f" "/dev/null"
2020-10-21T17:21:54.3516006Z 8f508434df69843e01a1a6b8af6440d96965aced8a27a92acf19066a863d320f
2020-10-21T17:21:54.3552189Z ##[command]/usr/bin/docker start 8f508434df69843e01a1a6b8af6440d96965aced8a27a92acf19066a863d320f
2020-10-21T17:21:54.8917103Z 8f508434df69843e01a1a6b8af6440d96965aced8a27a92acf19066a863d320f
2020-10-21T17:21:54.8950674Z ##[command]/usr/bin/docker ps --all --filter id=8f508434df69843e01a1a6b8af6440d96965aced8a27a92acf19066a863d320f --filter status=running --no-trunc --format "{{.ID}} {{.Status}}"
2020-10-21T17:21:54.9496396Z 8f508434df69843e01a1a6b8af6440d96965aced8a27a92acf19066a863d320f Up Less than a second
2020-10-21T17:21:54.9526658Z ##[command]/usr/bin/docker inspect --format "{{range .Config.Env}}{{println .}}{{end}}" 8f508434df69843e01a1a6b8af6440d96965aced8a27a92acf19066a863d320f
2020-10-21T17:21:55.0004461Z HOME=/github/home
2020-10-21T17:21:55.0005398Z GITHUB_ACTIONS=true
2020-10-21T17:21:55.0005902Z CI=true
2020-10-21T17:21:55.0006522Z PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-21T17:21:55.0007374Z LANG=C.UTF-8
2020-10-21T17:21:55.0008067Z GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-10-21T17:21:55.0008766Z PYTHON_VERSION=3.8.6
2020-10-21T17:21:55.0009272Z PYTHON_PIP_VERSION=20.2.4
2020-10-21T17:21:55.0010210Z PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/8283828b8fd6f1783daf55a765384e6d8d2c5014/get-pip.py
2020-10-21T17:21:55.0011701Z PYTHON_GET_PIP_SHA256=2250ab0a7e70f6fd22b955493f7f5cf1ea53e70b584a84a32573644a045b4bfb
2020-10-21T17:21:55.0035626Z ##[endgroup]
2020-10-21T17:21:55.0036315Z ##[group]Waiting for all services to be ready
2020-10-21T17:21:55.0038049Z ##[endgroup]
2020-10-21T17:21:55.0188335Z ##[group]Run actions/checkout@v1
2020-10-21T17:21:55.0188873Z with:
2020-10-21T17:21:55.0189139Z clean: true
2020-10-21T17:21:55.0189392Z env:
2020-10-21T17:21:55.0189697Z PIP_NO_PYTHON_VERSION_WARNING: 1
2020-10-21T17:21:55.0190046Z QT_VERSION: 5.15.1
2020-10-21T17:21:55.0190345Z PYQT_VERSION: 5.15.1
2020-10-21T17:21:55.0190635Z ##[endgroup]
2020-10-21T17:21:55.2940157Z Syncing repository: altendky/pyqt5-tools
2020-10-21T17:21:55.3098287Z ##[command]git version
2020-10-21T17:21:55.3360112Z git version 2.28.0
2020-10-21T17:21:55.3446053Z ##[command]git lfs version
2020-10-21T17:21:55.4907389Z git-lfs/2.12.0 (GitHub; linux amd64; go 1.13.4)
2020-10-21T17:21:55.5063896Z ##[command]git init "/home/runner/work/pyqt5-tools/pyqt5-tools"
2020-10-21T17:21:55.5129387Z Initialized empty Git repository in /home/runner/work/pyqt5-tools/pyqt5-tools/.git/
2020-10-21T17:21:55.5150278Z ##[command]git remote add origin https://github.com/altendky/pyqt5-tools
2020-10-21T17:21:55.5192303Z ##[command]git config gc.auto 0
2020-10-21T17:21:55.5263134Z ##[command]git config --get-all http.https://github.com/altendky/pyqt5-tools.extraheader
2020-10-21T17:21:55.5348499Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --tags --prune --progress --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/pull/68/merge:refs/remotes/pull/68/merge
2020-10-21T17:21:55.8025298Z remote: Enumerating objects: 127, done.
2020-10-21T17:21:55.8034515Z remote: Counting objects: 0% (1/127)
2020-10-21T17:21:55.8036555Z remote: Counting objects: 1% (2/127)
2020-10-21T17:21:55.8037283Z remote: Counting objects: 2% (3/127)
2020-10-21T17:21:55.8038621Z remote: Counting objects: 3% (4/127)
2020-10-21T17:21:55.8039485Z remote: Counting objects: 4% (6/127)
2020-10-21T17:21:55.8042135Z remote: Counting objects: 5% (7/127)
2020-10-21T17:21:55.8043023Z remote: Counting objects: 6% (8/127)
2020-10-21T17:21:55.8043740Z remote: Counting objects: 7% (9/127)
2020-10-21T17:21:55.8044617Z remote: Counting objects: 8% (11/127)
2020-10-21T17:21:55.8045327Z remote: Counting objects: 9% (12/127)
2020-10-21T17:21:55.8046190Z remote: Counting objects: 10% (13/127)
2020-10-21T17:21:55.8047050Z remote: Counting objects: 11% (14/127)
2020-10-21T17:21:55.8047751Z remote: Counting objects: 12% (16/127)
2020-10-21T17:21:55.8048611Z remote: Counting objects: 13% (17/127)
2020-10-21T17:21:55.8049327Z remote: Counting objects: 14% (18/127)
2020-10-21T17:21:55.8050166Z remote: Counting objects: 15% (20/127)
2020-10-21T17:21:55.8051035Z remote: Counting objects: 16% (21/127)
2020-10-21T17:21:55.8051913Z remote: Counting objects: 17% (22/127)
2020-10-21T17:21:55.8052630Z remote: Counting objects: 18% (23/127)
2020-10-21T17:21:55.8053484Z remote: Counting objects: 19% (25/127)
2020-10-21T17:21:55.8054210Z remote: Counting objects: 20% (26/127)
2020-10-21T17:21:55.8055065Z remote: Counting objects: 21% (27/127)
2020-10-21T17:21:55.8055926Z remote: Counting objects: 22% (28/127)
2020-10-21T17:21:55.8056760Z remote: Counting objects: 23% (30/127)
2020-10-21T17:21:55.8057466Z remote: Counting objects: 24% (31/127)
2020-10-21T17:21:55.8058328Z remote: Counting objects: 25% (32/127)
2020-10-21T17:21:55.8059030Z remote: Counting objects: 26% (34/127)
2020-10-21T17:21:55.8059897Z remote: Counting objects: 27% (35/127)
2020-10-21T17:21:55.8060740Z remote: Counting objects: 28% (36/127)
2020-10-21T17:21:55.8061454Z remote: Counting objects: 29% (37/127)
2020-10-21T17:21:55.8062313Z remote: Counting objects: 30% (39/127)
2020-10-21T17:21:55.8063006Z remote: Counting objects: 31% (40/127)
2020-10-21T17:21:55.8063935Z remote: Counting objects: 32% (41/127)
2020-10-21T17:21:55.8064797Z remote: Counting objects: 33% (42/127)
2020-10-21T17:21:55.8065984Z remote: Counting objects: 34% (44/127)
2020-10-21T17:21:55.8066881Z remote: Counting objects: 35% (45/127)
2020-10-21T17:21:55.8067790Z remote: Counting objects: 36% (46/127)
2020-10-21T17:21:55.8068197Z remote: Counting objects: 37% (47/127)
2020-10-21T17:21:55.8068685Z remote: Counting objects: 38% (49/127)
2020-10-21T17:21:55.8069095Z remote: Counting objects: 39% (50/127)
2020-10-21T17:21:55.8069493Z remote: Counting objects: 40% (51/127)
2020-10-21T17:21:55.8069876Z remote: Counting objects: 41% (53/127)
2020-10-21T17:21:55.8070645Z remote: Counting objects: 42% (54/127)
2020-10-21T17:21:55.8071267Z remote: Counting objects: 43% (55/127)
2020-10-21T17:21:55.8071958Z remote: Counting objects: 44% (56/127)
2020-10-21T17:21:55.8072472Z remote: Counting objects: 45% (58/127)
2020-10-21T17:21:55.8072973Z remote: Counting objects: 46% (59/127)
2020-10-21T17:21:55.8073473Z remote: Counting objects: 47% (60/127)
2020-10-21T17:21:55.8073969Z remote: Counting objects: 48% (61/127)
2020-10-21T17:21:55.8074462Z remote: Counting objects: 49% (63/127)
2020-10-21T17:21:55.8074938Z remote: Counting objects: 50% (64/127)
2020-10-21T17:21:55.8075434Z remote: Counting objects: 51% (65/127)
2020-10-21T17:21:55.8075838Z remote: Counting objects: 52% (67/127)
2020-10-21T17:21:55.8076235Z remote: Counting objects: 53% (68/127)
2020-10-21T17:21:55.8076724Z remote: Counting objects: 54% (69/127)
2020-10-21T17:21:55.8077121Z remote: Counting objects: 55% (70/127)
2020-10-21T17:21:55.8077517Z remote: Counting objects: 56% (72/127)
2020-10-21T17:21:55.8078137Z remote: Counting objects: 57% (73/127)
2020-10-21T17:21:55.8078519Z remote: Counting objects: 58% (74/127)
2020-10-21T17:21:55.8079021Z remote: Counting objects: 59% (75/127)
2020-10-21T17:21:55.8079432Z remote: Counting objects: 60% (77/127)
2020-10-21T17:21:55.8079834Z remote: Counting objects: 61% (78/127)
2020-10-21T17:21:55.8080327Z remote: Counting objects: 62% (79/127)
2020-10-21T17:21:55.8080725Z remote: Counting objects: 63% (81/127)
2020-10-21T17:21:55.8081214Z remote: Counting objects: 64% (82/127)
2020-10-21T17:21:55.8081618Z remote: Counting objects: 65% (83/127)
2020-10-21T17:21:55.8082093Z remote: Counting objects: 66% (84/127)
2020-10-21T17:21:55.8082585Z remote: Counting objects: 67% (86/127)
2020-10-21T17:21:55.8082986Z remote: Counting objects: 68% (87/127)
2020-10-21T17:21:55.8083474Z remote: Counting objects: 69% (88/127)
2020-10-21T17:21:55.8084017Z remote: Counting objects: 70% (89/127)
2020-10-21T17:21:55.8084626Z remote: Counting objects: 71% (91/127)
2020-10-21T17:21:55.8085141Z remote: Counting objects: 72% (92/127)
2020-10-21T17:21:55.8085645Z remote: Counting objects: 73% (93/127)
2020-10-21T17:21:55.8086145Z remote: Counting objects: 74% (94/127)
2020-10-21T17:21:55.8086641Z remote: Counting objects: 75% (96/127)
2020-10-21T17:21:55.8087033Z remote: Counting objects: 76% (97/127)
2020-10-21T17:21:55.8087532Z remote: Counting objects: 77% (98/127)
2020-10-21T17:21:55.8088026Z remote: Counting objects: 78% (100/127)
2020-10-21T17:21:55.8088435Z remote: Counting objects: 79% (101/127)
2020-10-21T17:21:55.8088937Z remote: Counting objects: 80% (102/127)
2020-10-21T17:21:55.8089435Z remote: Counting objects: 81% (103/127)
2020-10-21T17:21:55.8089835Z remote: Counting objects: 82% (105/127)
2020-10-21T17:21:55.8090331Z remote: Counting objects: 83% (106/127)
2020-10-21T17:21:55.8090718Z remote: Counting objects: 84% (107/127)
2020-10-21T17:21:55.8091211Z remote: Counting objects: 85% (108/127)
2020-10-21T17:21:55.8091613Z remote: Counting objects: 86% (110/127)
2020-10-21T17:21:55.8092259Z remote: Counting objects: 87% (111/127)
2020-10-21T17:21:55.8092808Z remote: Counting objects: 88% (112/127)
2020-10-21T17:21:55.8093415Z remote: Counting objects: 89% (114/127)
2020-10-21T17:21:55.8093920Z remote: Counting objects: 90% (115/127)
2020-10-21T17:21:55.8094330Z remote: Counting objects: 91% (116/127)
2020-10-21T17:21:55.8094829Z remote: Counting objects: 92% (117/127)
2020-10-21T17:21:55.8095312Z remote: Counting objects: 93% (119/127)
2020-10-21T17:21:55.8095813Z remote: Counting objects: 94% (120/127)
2020-10-21T17:21:55.8096310Z remote: Counting objects: 95% (121/127)
2020-10-21T17:21:55.8096729Z remote: Counting objects: 96% (122/127)
2020-10-21T17:21:55.8097230Z remote: Counting objects: 97% (124/127)
2020-10-21T17:21:55.8097734Z remote: Counting objects: 98% (125/127)
2020-10-21T17:21:55.8098237Z remote: Counting objects: 99% (126/127)
2020-10-21T17:21:55.8098638Z remote: Counting objects: 100% (127/127)
2020-10-21T17:21:55.8099090Z remote: Counting objects: 100% (127/127), done.
2020-10-21T17:21:55.8099540Z remote: Compressing objects: 1% (1/81)
2020-10-21T17:21:55.8099980Z remote: Compressing objects: 2% (2/81)
2020-10-21T17:21:55.8100405Z remote: Compressing objects: 3% (3/81)
2020-10-21T17:21:55.8100844Z remote: Compressing objects: 4% (4/81)
2020-10-21T17:21:55.8101283Z remote: Compressing objects: 6% (5/81)
2020-10-21T17:21:55.8102054Z remote: Compressing objects: 7% (6/81)
2020-10-21T17:21:55.8102588Z remote: Compressing objects: 8% (7/81)
2020-10-21T17:21:55.8103116Z remote: Compressing objects: 9% (8/81)
2020-10-21T17:21:55.8103687Z remote: Compressing objects: 11% (9/81)
2020-10-21T17:21:55.8104132Z remote: Compressing objects: 12% (10/81)
2020-10-21T17:21:55.8104793Z remote: Compressing objects: 13% (11/81)
2020-10-21T17:21:55.8105245Z remote: Compressing objects: 14% (12/81)
2020-10-21T17:21:55.8106484Z remote: Compressing objects: 16% (13/81)
2020-10-21T17:21:55.8108447Z remote: Compressing objects: 17% (14/81)
2020-10-21T17:21:55.8109586Z remote: Compressing objects: 18% (15/81)
2020-10-21T17:21:55.8110268Z remote: Compressing objects: 19% (16/81)
2020-10-21T17:21:55.8112061Z remote: Compressing objects: 20% (17/81)
2020-10-21T17:21:56.0022065Z remote: Compressing objects: 22% (18/81)
2020-10-21T17:21:56.0022885Z remote: Compressing objects: 23% (19/81)
2020-10-21T17:21:56.0023562Z remote: Compressing objects: 24% (20/81)
2020-10-21T17:21:56.0025998Z remote: Compressing objects: 25% (21/81)
2020-10-21T17:21:56.0028803Z remote: Compressing objects: 27% (22/81)
2020-10-21T17:21:56.0030043Z remote: Compressing objects: 28% (23/81)
2020-10-21T17:21:56.0030782Z remote: Compressing objects: 29% (24/81)
2020-10-21T17:21:56.0031443Z remote: Compressing objects: 30% (25/81)
2020-10-21T17:21:56.0033028Z remote: Compressing objects: 32% (26/81)
2020-10-21T17:21:56.0033478Z remote: Compressing objects: 33% (27/81)
2020-10-21T17:21:56.0033922Z remote: Compressing objects: 34% (28/81)
2020-10-21T17:21:56.0034364Z remote: Compressing objects: 35% (29/81)
2020-10-21T17:21:56.0034788Z remote: Compressing objects: 37% (30/81)
2020-10-21T17:21:56.0035232Z remote: Compressing objects: 38% (31/81)
2020-10-21T17:21:56.0035675Z remote: Compressing objects: 39% (32/81)
2020-10-21T17:21:56.0036115Z remote: Compressing objects: 40% (33/81)
2020-10-21T17:21:56.0036566Z remote: Compressing objects: 41% (34/81)
2020-10-21T17:21:56.0037005Z remote: Compressing objects: 43% (35/81)
2020-10-21T17:21:56.0037446Z remote: Compressing objects: 44% (36/81)
2020-10-21T17:21:56.0037882Z remote: Compressing objects: 45% (37/81)
2020-10-21T17:21:56.0038500Z remote: Compressing objects: 46% (38/81)
2020-10-21T17:21:56.0038933Z remote: Compressing objects: 48% (39/81)
2020-10-21T17:21:56.0039372Z remote: Compressing objects: 49% (40/81)
2020-10-21T17:21:56.0039817Z remote: Compressing objects: 50% (41/81)
2020-10-21T17:21:56.0040259Z remote: Compressing objects: 51% (42/81)
2020-10-21T17:21:56.0041791Z remote: Compressing objects: 53% (43/81)
2020-10-21T17:21:56.0042234Z remote: Compressing objects: 54% (44/81)
2020-10-21T17:21:56.0042673Z remote: Compressing objects: 55% (45/81)
2020-10-21T17:21:56.0043109Z remote: Compressing objects: 56% (46/81)
2020-10-21T17:21:56.0043535Z remote: Compressing objects: 58% (47/81)
2020-10-21T17:21:56.0043975Z remote: Compressing objects: 59% (48/81)
2020-10-21T17:21:56.0044415Z remote: Compressing objects: 60% (49/81)
2020-10-21T17:21:56.0044854Z remote: Compressing objects: 61% (50/81)
2020-10-21T17:21:56.0045298Z remote: Compressing objects: 62% (51/81)
2020-10-21T17:21:56.0045740Z remote: Compressing objects: 64% (52/81)
2020-10-21T17:21:56.0046178Z remote: Compressing objects: 65% (53/81)
2020-10-21T17:21:56.0047377Z remote: Compressing objects: 66% (54/81)
2020-10-21T17:21:56.0049256Z remote: Compressing objects: 67% (55/81)
2020-10-21T17:21:56.0049715Z remote: Compressing objects: 69% (56/81)
2020-10-21T17:21:56.0050155Z remote: Compressing objects: 70% (57/81)
2020-10-21T17:21:56.0051037Z remote: Compressing objects: 71% (58/81)
2020-10-21T17:21:56.0061437Z remote: Compressing objects: 72% (59/81)
2020-10-21T17:21:56.0062101Z remote: Compressing objects: 74% (60/81)
2020-10-21T17:21:56.0062540Z remote: Compressing objects: 75% (61/81)
2020-10-21T17:21:56.0062982Z remote: Compressing objects: 76% (62/81)
2020-10-21T17:21:56.0063423Z remote: Compressing objects: 77% (63/81)
2020-10-21T17:21:56.0063871Z remote: Compressing objects: 79% (64/81)
2020-10-21T17:21:56.0064310Z remote: Compressing objects: 80% (65/81)
2020-10-21T17:21:56.0064749Z remote: Compressing objects: 81% (66/81)
2020-10-21T17:21:56.0065186Z remote: Compressing objects: 82% (67/81)
2020-10-21T17:21:56.0065845Z remote: Compressing objects: 83% (68/81)
2020-10-21T17:21:56.0066324Z remote: Compressing objects: 85% (69/81)
2020-10-21T17:21:56.0066769Z remote: Compressing objects: 86% (70/81)
2020-10-21T17:21:56.0067208Z remote: Compressing objects: 87% (71/81)
2020-10-21T17:21:56.0067647Z remote: Compressing objects: 88% (72/81)
2020-10-21T17:21:56.0068521Z remote: Compressing objects: 90% (73/81)
2020-10-21T17:21:56.0068993Z remote: Compressing objects: 91% (74/81)
2020-10-21T17:21:56.0069800Z remote: Compressing objects: 92% (75/81)
2020-10-21T17:21:56.0070246Z remote: Compressing objects: 93% (76/81)
2020-10-21T17:21:56.0070675Z remote: Compressing objects: 95% (77/81)
2020-10-21T17:21:56.0071116Z remote: Compressing objects: 96% (78/81)
2020-10-21T17:21:56.0071555Z remote: Compressing objects: 97% (79/81)
2020-10-21T17:21:56.0072569Z remote: Compressing objects: 98% (80/81)
2020-10-21T17:21:56.0073016Z remote: Compressing objects: 100% (81/81)
2020-10-21T17:21:56.0073608Z remote: Compressing objects: 100% (81/81), done.
2020-10-21T17:21:56.0074032Z Receiving objects: 0% (1/4857)
2020-10-21T17:21:56.0074400Z Receiving objects: 1% (49/4857)
2020-10-21T17:21:56.0074746Z Receiving objects: 2% (98/4857)
2020-10-21T17:21:56.0075111Z Receiving objects: 3% (146/4857)
2020-10-21T17:21:56.0075484Z Receiving objects: 4% (195/4857)
2020-10-21T17:21:56.0075850Z Receiving objects: 5% (243/4857)
2020-10-21T17:21:56.0076211Z Receiving objects: 6% (292/4857)
2020-10-21T17:21:56.0076573Z Receiving objects: 7% (340/4857)
2020-10-21T17:21:56.0077087Z Receiving objects: 8% (389/4857)
2020-10-21T17:21:56.0077455Z Receiving objects: 9% (438/4857)
2020-10-21T17:21:56.0077798Z Receiving objects: 10% (486/4857)
2020-10-21T17:21:56.0078292Z Receiving objects: 11% (535/4857)
2020-10-21T17:21:56.0078733Z Receiving objects: 12% (583/4857)
2020-10-21T17:21:56.0079178Z Receiving objects: 13% (632/4857)
2020-10-21T17:21:56.0079574Z Receiving objects: 14% (680/4857)
2020-10-21T17:21:56.0079935Z Receiving objects: 15% (729/4857)
2020-10-21T17:21:56.0080294Z Receiving objects: 16% (778/4857)
2020-10-21T17:21:56.0080640Z Receiving objects: 17% (826/4857)
2020-10-21T17:21:56.0081000Z Receiving objects: 18% (875/4857)
2020-10-21T17:21:56.0081361Z Receiving objects: 19% (923/4857)
2020-10-21T17:21:56.0081725Z Receiving objects: 20% (972/4857)
2020-10-21T17:21:56.0082086Z Receiving objects: 21% (1020/4857)
2020-10-21T17:21:56.0082452Z Receiving objects: 22% (1069/4857)
2020-10-21T17:21:56.0082812Z Receiving objects: 23% (1118/4857)
2020-10-21T17:21:56.0083180Z Receiving objects: 24% (1166/4857)
2020-10-21T17:21:56.0083528Z Receiving objects: 25% (1215/4857)
2020-10-21T17:21:56.0083892Z Receiving objects: 26% (1263/4857)
2020-10-21T17:21:56.0084256Z Receiving objects: 27% (1312/4857)
2020-10-21T17:21:56.0084617Z Receiving objects: 28% (1360/4857)
2020-10-21T17:21:56.0084977Z Receiving objects: 29% (1409/4857)
2020-10-21T17:21:56.0085332Z Receiving objects: 30% (1458/4857)
2020-10-21T17:21:56.0085691Z Receiving objects: 31% (1506/4857)
2020-10-21T17:21:56.0086049Z Receiving objects: 32% (1555/4857)
2020-10-21T17:21:56.0086391Z Receiving objects: 33% (1603/4857)
2020-10-21T17:21:56.0086748Z Receiving objects: 34% (1652/4857)
2020-10-21T17:21:56.0087108Z Receiving objects: 35% (1700/4857)
2020-10-21T17:21:56.0087580Z Receiving objects: 36% (1749/4857)
2020-10-21T17:21:56.0087939Z Receiving objects: 37% (1798/4857)
2020-10-21T17:21:56.0088299Z Receiving objects: 38% (1846/4857)
2020-10-21T17:21:56.0088661Z Receiving objects: 39% (1895/4857)
2020-10-21T17:21:56.0089058Z Receiving objects: 40% (1943/4857)
2020-10-21T17:21:56.0089412Z Receiving objects: 41% (1992/4857)
2020-10-21T17:21:56.0089770Z Receiving objects: 42% (2040/4857)
2020-10-21T17:21:56.0090125Z Receiving objects: 43% (2089/4857)
2020-10-21T17:21:56.0090469Z Receiving objects: 44% (2138/4857)
2020-10-21T17:21:56.0090825Z Receiving objects: 45% (2186/4857)
2020-10-21T17:21:56.0091185Z Receiving objects: 46% (2235/4857)
2020-10-21T17:21:56.0091539Z Receiving objects: 47% (2283/4857)
2020-10-21T17:21:56.0091895Z Receiving objects: 48% (2332/4857)
2020-10-21T17:21:56.0092253Z Receiving objects: 49% (2380/4857)
2020-10-21T17:21:56.0092614Z Receiving objects: 50% (2429/4857)
2020-10-21T17:21:56.0092976Z Receiving objects: 51% (2478/4857)
2020-10-21T17:21:56.0093320Z Receiving objects: 52% (2526/4857)
2020-10-21T17:21:56.0093676Z Receiving objects: 53% (2575/4857)
2020-10-21T17:21:56.0094037Z Receiving objects: 54% (2623/4857)
2020-10-21T17:21:56.0094397Z Receiving objects: 55% (2672/4857)
2020-10-21T17:21:56.0094758Z Receiving objects: 56% (2720/4857)
2020-10-21T17:21:56.0095118Z Receiving objects: 57% (2769/4857)
2020-10-21T17:21:56.0095476Z Receiving objects: 58% (2818/4857)
2020-10-21T17:21:56.0095836Z Receiving objects: 59% (2866/4857)
2020-10-21T17:21:56.0096179Z Receiving objects: 60% (2915/4857)
2020-10-21T17:21:56.0096536Z Receiving objects: 61% (2963/4857)
2020-10-21T17:21:56.0096892Z Receiving objects: 62% (3012/4857)
2020-10-21T17:21:56.0097249Z Receiving objects: 63% (3060/4857)
2020-10-21T17:21:56.0097606Z Receiving objects: 64% (3109/4857)
2020-10-21T17:21:56.0097962Z Receiving objects: 65% (3158/4857)
2020-10-21T17:21:56.0098320Z Receiving objects: 66% (3206/4857)
2020-10-21T17:21:56.0098666Z Receiving objects: 67% (3255/4857)
2020-10-21T17:21:56.0099026Z Receiving objects: 68% (3303/4857)
2020-10-21T17:21:56.0099384Z Receiving objects: 69% (3352/4857)
2020-10-21T17:21:56.0099741Z Receiving objects: 70% (3400/4857)
2020-10-21T17:21:56.0100164Z Receiving objects: 71% (3449/4857)
2020-10-21T17:21:56.0100534Z Receiving objects: 72% (3498/4857)
2020-10-21T17:21:56.0100894Z Receiving objects: 73% (3546/4857)
2020-10-21T17:21:56.0101250Z Receiving objects: 74% (3595/4857)
2020-10-21T17:21:56.0101596Z Receiving objects: 75% (3643/4857)
2020-10-21T17:21:56.0101954Z Receiving objects: 76% (3692/4857)
2020-10-21T17:21:56.0102314Z Receiving objects: 77% (3740/4857)
2020-10-21T17:21:56.0102672Z Receiving objects: 78% (3789/4857)
2020-10-21T17:21:56.0103031Z Receiving objects: 79% (3838/4857)
2020-10-21T17:21:56.0103387Z Receiving objects: 80% (3886/4857)
2020-10-21T17:21:56.0103745Z Receiving objects: 81% (3935/4857)
2020-10-21T17:21:56.0104104Z Receiving objects: 82% (3983/4857)
2020-10-21T17:21:56.0104450Z Receiving objects: 83% (4032/4857)
2020-10-21T17:21:56.0104807Z Receiving objects: 84% (4080/4857)
2020-10-21T17:21:56.0105164Z Receiving objects: 85% (4129/4857)
2020-10-21T17:21:56.0105522Z Receiving objects: 86% (4178/4857)
2020-10-21T17:21:56.0105883Z Receiving objects: 87% (4226/4857)
2020-10-21T17:21:56.0106244Z Receiving objects: 88% (4275/4857)
2020-10-21T17:21:56.0106600Z Receiving objects: 89% (4323/4857)
2020-10-21T17:21:56.0106943Z Receiving objects: 90% (4372/4857)
2020-10-21T17:21:56.0107301Z Receiving objects: 91% (4420/4857)
2020-10-21T17:21:56.0107658Z Receiving objects: 92% (4469/4857)
2020-10-21T17:21:56.0108013Z Receiving objects: 93% (4518/4857)
2020-10-21T17:21:56.0108371Z Receiving objects: 94% (4566/4857)
2020-10-21T17:21:56.0108727Z Receiving objects: 95% (4615/4857)
2020-10-21T17:21:56.0109087Z Receiving objects: 96% (4663/4857)
2020-10-21T17:21:56.0109443Z Receiving objects: 97% (4712/4857)
2020-10-21T17:21:56.0110671Z remote: Total 4857 (delta 63), reused 85 (delta 31), pack-reused 4730
2020-10-21T17:21:56.0111260Z Receiving objects: 98% (4760/4857)
2020-10-21T17:21:56.0111630Z Receiving objects: 99% (4809/4857)
2020-10-21T17:21:56.0112261Z Receiving objects: 100% (4857/4857)
2020-10-21T17:21:56.0112687Z Receiving objects: 100% (4857/4857), 644.24 KiB | 23.86 MiB/s, done.
2020-10-21T17:21:56.0113101Z Resolving deltas: 0% (0/2766)
2020-10-21T17:21:56.0113456Z Resolving deltas: 17% (471/2766)
2020-10-21T17:21:56.0113810Z Resolving deltas: 23% (641/2766)
2020-10-21T17:21:56.0114161Z Resolving deltas: 25% (701/2766)
2020-10-21T17:21:56.0114494Z Resolving deltas: 26% (740/2766)
2020-10-21T17:21:56.0114844Z Resolving deltas: 27% (750/2766)
2020-10-21T17:21:56.0115192Z Resolving deltas: 28% (794/2766)
2020-10-21T17:21:56.0115541Z Resolving deltas: 29% (803/2766)
2020-10-21T17:21:56.0115886Z Resolving deltas: 30% (832/2766)
2020-10-21T17:21:56.0116232Z Resolving deltas: 32% (912/2766)
2020-10-21T17:21:56.0116579Z Resolving deltas: 33% (924/2766)
2020-10-21T17:21:56.0116916Z Resolving deltas: 34% (964/2766)
2020-10-21T17:21:56.0117267Z Resolving deltas: 44% (1242/2766)
2020-10-21T17:21:56.0117617Z Resolving deltas: 45% (1257/2766)
2020-10-21T17:21:56.0117964Z Resolving deltas: 46% (1292/2766)
2020-10-21T17:21:56.0118318Z Resolving deltas: 47% (1302/2766)
2020-10-21T17:21:56.0118665Z Resolving deltas: 53% (1472/2766)
2020-10-21T17:21:56.0119015Z Resolving deltas: 58% (1623/2766)
2020-10-21T17:21:56.0119364Z Resolving deltas: 59% (1636/2766)
2020-10-21T17:21:56.0119697Z Resolving deltas: 62% (1725/2766)
2020-10-21T17:21:56.0120043Z Resolving deltas: 63% (1762/2766)
2020-10-21T17:21:56.0120393Z Resolving deltas: 69% (1912/2766)
2020-10-21T17:21:56.0120743Z Resolving deltas: 70% (1946/2766)
2020-10-21T17:21:56.0121090Z Resolving deltas: 71% (1983/2766)
2020-10-21T17:21:56.0121437Z Resolving deltas: 76% (2115/2766)
2020-10-21T17:21:56.0121785Z Resolving deltas: 79% (2193/2766)
2020-10-21T17:21:56.0122130Z Resolving deltas: 80% (2221/2766)
2020-10-21T17:21:56.0122465Z Resolving deltas: 81% (2267/2766)
2020-10-21T17:21:56.0122812Z Resolving deltas: 83% (2307/2766)
2020-10-21T17:21:56.0123157Z Resolving deltas: 85% (2374/2766)
2020-10-21T17:21:56.0123504Z Resolving deltas: 86% (2381/2766)
2020-10-21T17:21:56.0123966Z Resolving deltas: 87% (2408/2766)
2020-10-21T17:21:56.0124322Z Resolving deltas: 88% (2461/2766)
2020-10-21T17:21:56.0124670Z Resolving deltas: 89% (2489/2766)
2020-10-21T17:21:56.0125002Z Resolving deltas: 90% (2490/2766)
2020-10-21T17:21:56.0125346Z Resolving deltas: 95% (2646/2766)
2020-10-21T17:21:56.0125694Z Resolving deltas: 96% (2658/2766)
2020-10-21T17:21:56.0126044Z Resolving deltas: 97% (2688/2766)
2020-10-21T17:21:56.0126390Z Resolving deltas: 98% (2731/2766)
2020-10-21T17:21:56.0126738Z Resolving deltas: 99% (2739/2766)
2020-10-21T17:21:56.0127088Z Resolving deltas: 100% (2766/2766)
2020-10-21T17:21:56.0127458Z Resolving deltas: 100% (2766/2766), done.
2020-10-21T17:21:56.0128223Z From https://github.com/altendky/pyqt5-tools
2020-10-21T17:21:56.0128970Z * [new branch] 17-qml_plugin -> origin/17-qml_plugin
2020-10-21T17:21:56.0129570Z * [new branch] 3.7-32 -> origin/3.7-32
2020-10-21T17:21:56.0130145Z * [new branch] 5.14-macos -> origin/5.14-macos
2020-10-21T17:21:56.0130898Z * [new branch] altendky-patch-1 -> origin/altendky-patch-1
2020-10-21T17:21:56.0131670Z * [new branch] appveyor -> origin/appveyor
2020-10-21T17:21:56.0132382Z * [new branch] exception_dialog -> origin/exception_dialog
2020-10-21T17:21:56.0133042Z * [new branch] hmm -> origin/hmm
2020-10-21T17:21:56.0133732Z * [new branch] just_applications -> origin/just_applications
2020-10-21T17:21:56.0134597Z * [new branch] just_applications_explore -> origin/just_applications_explore
2020-10-21T17:21:56.0135400Z * [new branch] just_plugins -> origin/just_plugins
2020-10-21T17:21:56.0136450Z * [new branch] just_plugins_notadirectoryerror -> origin/just_plugins_notadirectoryerror
2020-10-21T17:21:56.0137463Z * [new branch] just_plugins_pythonhome -> origin/just_plugins_pythonhome
2020-10-21T17:21:56.0138196Z * [new branch] master -> origin/master
2020-10-21T17:21:56.0138778Z * [new branch] myqt -> origin/myqt
2020-10-21T17:21:56.0139354Z * [new branch] retry -> origin/retry
2020-10-21T17:21:56.0139970Z * [new branch] support_3.8 -> origin/support_3.8
2020-10-21T17:21:56.0140587Z * [new branch] travis -> origin/travis
2020-10-21T17:21:56.0141185Z * [new ref] refs/pull/68/merge -> pull/68/merge
2020-10-21T17:21:56.0141701Z * [new tag] v0.1 -> v0.1
2020-10-21T17:21:56.0142389Z * [new tag] v1.0 -> v1.0
2020-10-21T17:21:56.0142903Z * [new tag] v1.0rc0 -> v1.0rc0
2020-10-21T17:21:56.0143427Z * [new tag] v1.0rc1 -> v1.0rc1
2020-10-21T17:21:56.0143943Z * [new tag] v1.0rc2 -> v1.0rc2
2020-10-21T17:21:56.0144439Z * [new tag] v1.1 -> v1.1
2020-10-21T17:21:56.0144945Z * [new tag] v1.1rc0 -> v1.1rc0
2020-10-21T17:21:56.0145444Z * [new tag] v1.2 -> v1.2
2020-10-21T17:21:56.0145923Z * [new tag] v1.3 -> v1.3
2020-10-21T17:21:56.0146405Z * [new tag] v1.3rc0 -> v1.3rc0
2020-10-21T17:21:56.0146916Z * [new tag] v1.3rc1 -> v1.3rc1
2020-10-21T17:21:56.0147444Z * [new tag] v1.3rc10 -> v1.3rc10
2020-10-21T17:21:56.0147963Z * [new tag] v1.3rc2 -> v1.3rc2
2020-10-21T17:21:56.0148476Z * [new tag] v1.3rc3 -> v1.3rc3
2020-10-21T17:21:56.0148990Z * [new tag] v1.3rc4 -> v1.3rc4
2020-10-21T17:21:56.0149508Z * [new tag] v1.3rc5 -> v1.3rc5
2020-10-21T17:21:56.0150020Z * [new tag] v1.3rc6 -> v1.3rc6
2020-10-21T17:21:56.0150518Z * [new tag] v1.3rc7 -> v1.3rc7
2020-10-21T17:21:56.0151124Z * [new tag] v1.3rc8 -> v1.3rc8
2020-10-21T17:21:56.0151876Z * [new tag] v1.3rc9 -> v1.3rc9
2020-10-21T17:21:56.0152403Z * [new tag] v1.4 -> v1.4
2020-10-21T17:21:56.0152901Z * [new tag] v1.4rc0 -> v1.4rc0
2020-10-21T17:21:56.0153411Z * [new tag] v1.4rc1 -> v1.4rc1
2020-10-21T17:21:56.0153923Z * [new tag] v1.4rc2 -> v1.4rc2
2020-10-21T17:21:56.0154435Z * [new tag] v1.4rc3 -> v1.4rc3
2020-10-21T17:21:56.0154946Z * [new tag] v1.4rc4 -> v1.4rc4
2020-10-21T17:21:56.0155440Z * [new tag] v1.4rc5 -> v1.4rc5
2020-10-21T17:21:56.0155941Z * [new tag] v1.5 -> v1.5
2020-10-21T17:21:56.0156439Z * [new tag] v1.5rc0 -> v1.5rc0
2020-10-21T17:21:56.0156951Z * [new tag] v1.5rc1 -> v1.5rc1
2020-10-21T17:21:56.0161713Z * [new tag] v1.5rc2 -> v1.5rc2
2020-10-21T17:21:56.0162271Z * [new tag] v1.5rc3 -> v1.5rc3
2020-10-21T17:21:56.0162787Z * [new tag] v1.5rc4 -> v1.5rc4
2020-10-21T17:21:56.0164032Z * [new tag] v1.6rc0 -> v1.6rc0
2020-10-21T17:21:56.0164709Z * [new tag] v1.6rc1 -> v1.6rc1
2020-10-21T17:21:56.0165271Z * [new tag] v1.7 -> v1.7
2020-10-21T17:21:56.0165810Z * [new tag] v1.7.1 -> v1.7.1
2020-10-21T17:21:56.0166421Z * [new tag] v1.7.2 -> v1.7.2
2020-10-21T17:21:56.0166966Z * [new tag] v1.7.3 -> v1.7.3
2020-10-21T17:21:56.0167664Z * [new tag] v1.7.4 -> v1.7.4
2020-10-21T17:21:56.0168135Z * [new tag] v1.7.5 -> v1.7.5
2020-10-21T17:21:56.0168696Z * [new tag] v1.7b0 -> v1.7b0
2020-10-21T17:21:56.0169248Z * [new tag] v1.7b1 -> v1.7b1
2020-10-21T17:21:56.0169792Z * [new tag] v1.7b2 -> v1.7b2
2020-10-21T17:21:56.0170324Z * [new tag] v1.7b3 -> v1.7b3
2020-10-21T17:21:56.0170880Z * [new tag] v5.7.dev1 -> v5.7.dev1
2020-10-21T17:21:56.0176126Z * [new tag] v5.7.dev10 -> v5.7.dev10
2020-10-21T17:21:56.0176784Z * [new tag] v5.7.dev2 -> v5.7.dev2
2020-10-21T17:21:56.0177310Z * [new tag] v5.7.dev3 -> v5.7.dev3
2020-10-21T17:21:56.0177889Z * [new tag] v5.7.dev4 -> v5.7.dev4
2020-10-21T17:21:56.0178487Z * [new tag] v5.7.dev5 -> v5.7.dev5
2020-10-21T17:21:56.0179079Z * [new tag] v5.7.dev6 -> v5.7.dev6
2020-10-21T17:21:56.0179650Z * [new tag] v5.7.dev7 -> v5.7.dev7
2020-10-21T17:21:56.0180221Z * [new tag] v5.7.dev9 -> v5.7.dev9
2020-10-21T17:21:56.0181456Z ##[command]git checkout --progress --force refs/remotes/pull/68/merge
2020-10-21T17:21:56.0183979Z Note: switching to 'refs/remotes/pull/68/merge'.
2020-10-21T17:21:56.0184306Z
2020-10-21T17:21:56.0185050Z You are in 'detached HEAD' state. You can look around, make experimental
2020-10-21T17:21:56.0185771Z changes and commit them, and you can discard any commits you make in this
2020-10-21T17:21:56.0186456Z state without impacting any branches by switching back to a branch.
2020-10-21T17:21:56.0186831Z
2020-10-21T17:21:56.0187286Z If you want to create a new branch to retain commits you create, you may
2020-10-21T17:21:56.0188099Z do so (now or later) by using -c with the switch command. Example:
2020-10-21T17:21:56.0188491Z
2020-10-21T17:21:56.0189030Z git switch -c <new-branch-name>
2020-10-21T17:21:56.0189311Z
2020-10-21T17:21:56.0189689Z Or undo this operation with:
2020-10-21T17:21:56.0189932Z
2020-10-21T17:21:56.0190354Z git switch -
2020-10-21T17:21:56.0190650Z
2020-10-21T17:21:56.0191358Z Turn off this advice by setting config variable advice.detachedHead to false
2020-10-21T17:21:56.0191958Z
2020-10-21T17:21:56.0202338Z HEAD is now at 112bd20 Merge 9e082b332a263a20a8544743e1d68b39048d6d24 into 6c397338998c403f300333a917e00a1a8b3b1a2b
2020-10-21T17:21:56.0310298Z ##[group]Run python -m pip install --upgrade pip setuptools wheel
2020-10-21T17:21:56.0311029Z python -m pip install --upgrade pip setuptools wheel
2020-10-21T17:21:56.0311539Z pip install tox pep517
2020-10-21T17:21:56.0313953Z shell: sh -e {0}
2020-10-21T17:21:56.0314281Z env:
2020-10-21T17:21:56.0314652Z PIP_NO_PYTHON_VERSION_WARNING: 1
2020-10-21T17:21:56.0315045Z QT_VERSION: 5.15.1
2020-10-21T17:21:56.0315452Z PYQT_VERSION: 5.15.1
2020-10-21T17:21:56.0315816Z ##[endgroup]
2020-10-21T17:21:57.8715337Z WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
2020-10-21T17:21:58.1419517Z Requirement already up-to-date: pip in /usr/local/lib/python3.8/site-packages (20.2.4)
2020-10-21T17:21:58.6658981Z Requirement already up-to-date: setuptools in /usr/local/lib/python3.8/site-packages (50.3.2)
2020-10-21T17:21:58.7460738Z Requirement already up-to-date: wheel in /usr/local/lib/python3.8/site-packages (0.35.1)
2020-10-21T17:21:59.2368983Z WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
2020-10-21T17:21:59.4208097Z Collecting tox
2020-10-21T17:21:59.4704363Z Downloading tox-3.20.1-py2.py3-none-any.whl (83 kB)
2020-10-21T17:21:59.5366397Z Collecting pep517
2020-10-21T17:21:59.5475684Z Downloading pep517-0.9.1-py2.py3-none-any.whl (18 kB)
2020-10-21T17:21:59.7742993Z Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
2020-10-21T17:21:59.7895846Z Downloading virtualenv-20.0.35-py2.py3-none-any.whl (4.9 MB)
2020-10-21T17:22:00.1112625Z Collecting six>=1.14.0
2020-10-21T17:22:00.1200628Z Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
2020-10-21T17:22:00.1650243Z Collecting packaging>=14
2020-10-21T17:22:00.1793589Z Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
2020-10-21T17:22:00.2025130Z Collecting filelock>=3.0.0
2020-10-21T17:22:00.2215234Z Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
2020-10-21T17:22:00.2517939Z Collecting pluggy>=0.12.0
2020-10-21T17:22:00.2627959Z Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
2020-10-21T17:22:00.3130621Z Collecting py>=1.4.17
2020-10-21T17:22:00.3235775Z Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
2020-10-21T17:22:00.3468843Z Collecting toml>=0.9.4
2020-10-21T17:22:00.3568317Z Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
2020-10-21T17:22:00.3728519Z Collecting appdirs<2,>=1.4.3
2020-10-21T17:22:00.3829327Z Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
2020-10-21T17:22:00.4022404Z Collecting distlib<1,>=0.3.1
2020-10-21T17:22:00.4178975Z Downloading distlib-0.3.1-py2.py3-none-any.whl (335 kB)
2020-10-21T17:22:00.5039035Z Collecting pyparsing>=2.0.2
2020-10-21T17:22:00.5151151Z Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
2020-10-21T17:22:00.6226307Z Installing collected packages: appdirs, six, filelock, distlib, virtualenv, pyparsing, packaging, pluggy, py, toml, tox, pep517
2020-10-21T17:22:01.2426648Z Successfully installed appdirs-1.4.4 distlib-0.3.1 filelock-3.0.12 packaging-20.4 pep517-0.9.1 pluggy-0.13.1 py-1.9.0 pyparsing-2.4.7 six-1.15.0 toml-0.10.1 tox-3.20.1 virtualenv-20.0.35
2020-10-21T17:22:01.4546857Z ##[group]Run git show --quiet HEAD
2020-10-21T17:22:01.4547339Z git show --quiet HEAD
2020-10-21T17:22:01.4547704Z python --version --version
2020-10-21T17:22:01.4548052Z pip --version
2020-10-21T17:22:01.4548339Z pip list
2020-10-21T17:22:01.4548628Z pip freeze --all
2020-10-21T17:22:01.4549247Z python -c "import sysconfig; print('Py_ENABLE_SHARED -> {}'.format(sysconfig.get_config_var('Py_ENABLE_SHARED')))"
2020-10-21T17:22:01.4550649Z shell: bash --noprofile --norc -e -o pipefail {0}
2020-10-21T17:22:01.4551006Z env:
2020-10-21T17:22:01.4551334Z PIP_NO_PYTHON_VERSION_WARNING: 1
2020-10-21T17:22:01.4551849Z QT_VERSION: 5.15.1
2020-10-21T17:22:01.4552147Z PYQT_VERSION: 5.15.1
2020-10-21T17:22:01.4552451Z ##[endgroup]
2020-10-21T17:22:01.8627654Z commit 112bd20b026dd170b5d6787836c5e793ad549d68
2020-10-21T17:22:01.8628793Z Merge: 6c39733 9e082b3
2020-10-21T17:22:01.8629654Z Author: Kyle Altendorf <sda@fstab.net>
2020-10-21T17:22:01.8630386Z Date: Wed Oct 21 15:52:27 2020 +0000
2020-10-21T17:22:01.8630954Z
2020-10-21T17:22:01.8632245Z Merge 9e082b332a263a20a8544743e1d68b39048d6d24 into 6c397338998c403f300333a917e00a1a8b3b1a2b
2020-10-21T17:22:01.8722798Z Python 3.8.6 (default, Oct 13 2020, 20:37:26)
2020-10-21T17:22:01.8723725Z [GCC 8.3.0]
2020-10-21T17:22:02.0375265Z pip 20.2.4 from /usr/local/lib/python3.8/site-packages/pip (python 3.8)
2020-10-21T17:22:02.3851425Z WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
2020-10-21T17:22:02.3880736Z Package Version
2020-10-21T17:22:02.3881610Z ---------- -------
2020-10-21T17:22:02.3881856Z appdirs 1.4.4
2020-10-21T17:22:02.3882129Z distlib 0.3.1
2020-10-21T17:22:02.3882407Z filelock 3.0.12
2020-10-21T17:22:02.3882700Z packaging 20.4
2020-10-21T17:22:02.3883220Z pep517 0.9.1
2020-10-21T17:22:02.3883467Z pip 20.2.4
2020-10-21T17:22:02.3883701Z pluggy 0.13.1
2020-10-21T17:22:02.3884000Z py 1.9.0
2020-10-21T17:22:02.3884264Z pyparsing 2.4.7
2020-10-21T17:22:02.3884561Z setuptools 50.3.2
2020-10-21T17:22:02.3884832Z six 1.15.0
2020-10-21T17:22:02.3885071Z toml 0.10.1
2020-10-21T17:22:02.3885307Z tox 3.20.1
2020-10-21T17:22:02.3885562Z virtualenv 20.0.35
2020-10-21T17:22:02.3885841Z wheel 0.35.1
2020-10-21T17:22:02.8600139Z WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
2020-10-21T17:22:02.8698282Z appdirs==1.4.4
2020-10-21T17:22:02.8698710Z distlib==0.3.1
2020-10-21T17:22:02.8698992Z filelock==3.0.12
2020-10-21T17:22:02.8699285Z packaging==20.4
2020-10-21T17:22:02.8699586Z pep517==0.9.1
2020-10-21T17:22:02.8699838Z pip==20.2.4
2020-10-21T17:22:02.8700070Z pluggy==0.13.1
2020-10-21T17:22:02.8700316Z py==1.9.0
2020-10-21T17:22:02.8700577Z pyparsing==2.4.7
2020-10-21T17:22:02.8700877Z setuptools==50.3.2
2020-10-21T17:22:02.8701150Z six==1.15.0
2020-10-21T17:22:02.8701393Z toml==0.10.1
2020-10-21T17:22:02.8701632Z tox==3.20.1
2020-10-21T17:22:02.8701891Z virtualenv==20.0.35
2020-10-21T17:22:02.8702169Z wheel==0.35.1
2020-10-21T17:22:02.9229450Z Py_ENABLE_SHARED -> 1
2020-10-21T17:22:02.9701174Z ##[group]Run apt-get update --yes
2020-10-21T17:22:02.9701658Z apt-get update --yes
2020-10-21T17:22:02.9702840Z apt-get install --yes libgl1-mesa-dev libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0
2020-10-21T17:22:02.9704222Z shell: sh -e {0}
2020-10-21T17:22:02.9704480Z env:
2020-10-21T17:22:02.9704788Z PIP_NO_PYTHON_VERSION_WARNING: 1
2020-10-21T17:22:02.9705134Z QT_VERSION: 5.15.1
2020-10-21T17:22:02.9705441Z PYQT_VERSION: 5.15.1
2020-10-21T17:22:02.9705736Z ##[endgroup]
2020-10-21T17:22:03.7647337Z Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
2020-10-21T17:22:03.7918222Z Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
2020-10-21T17:22:03.7925731Z Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
2020-10-21T17:22:04.2809660Z Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
2020-10-21T17:22:04.5014170Z Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
2020-10-21T17:22:04.6323935Z Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [242 kB]
2020-10-21T17:22:05.9763603Z Fetched 8395 kB in 2s (3785 kB/s)
2020-10-21T17:22:06.7026044Z Reading package lists...
2020-10-21T17:22:07.4683396Z Reading package lists...
2020-10-21T17:22:07.6603953Z Building dependency tree...
2020-10-21T17:22:07.6609657Z Reading state information...
2020-10-21T17:22:07.8002350Z The following additional packages will be installed:
2020-10-21T17:22:07.8004016Z dbus libapparmor1 libdrm-amdgpu1 libdrm-common libdrm-dev libdrm-intel1
2020-10-21T17:22:07.8005108Z libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libgbm1 libgl1
2020-10-21T17:22:07.8008624Z libgl1-mesa-dri libglapi-mesa libgles1 libgles2 libglvnd-core-dev
2020-10-21T17:22:07.8009738Z libglvnd-dev libglvnd0 libglx-mesa0 libglx0 libllvm7 libopengl0
2020-10-21T17:22:07.8010786Z libpciaccess0 libsensors-config libsensors5 libwayland-client0
2020-10-21T17:22:07.8011820Z libwayland-server0 libx11-xcb-dev libx11-xcb1 libxcb-dri2-0
2020-10-21T17:22:07.8012886Z libxcb-dri2-0-dev libxcb-dri3-0 libxcb-dri3-dev libxcb-glx0 libxcb-glx0-dev
2020-10-21T17:22:07.8014022Z libxcb-present-dev libxcb-present0 libxcb-randr0-dev libxcb-shape0
2020-10-21T17:22:07.8015065Z libxcb-shape0-dev libxcb-sync-dev libxcb-sync1 libxcb-util0
2020-10-21T17:22:07.8017052Z libxcb-xfixes0-dev libxcb-xkb1 libxdamage-dev libxdamage1 libxfixes-dev
2020-10-21T17:22:07.8019504Z libxfixes3 libxkbcommon0 libxshmfence-dev libxshmfence1 libxxf86vm-dev
2020-10-21T17:22:07.8020629Z libxxf86vm1 mesa-common-dev x11proto-damage-dev x11proto-fixes-dev
2020-10-21T17:22:07.8021524Z x11proto-xf86vidmode-dev xkb-data
2020-10-21T17:22:07.8022076Z Suggested packages:
2020-10-21T17:22:07.8022917Z default-dbus-session-bus | dbus-session-bus pciutils lm-sensors
2020-10-21T17:22:08.2782929Z The following NEW packages will be installed:
2020-10-21T17:22:08.2789414Z dbus libapparmor1 libdbus-1-3 libdrm-amdgpu1 libdrm-common libdrm-dev
2020-10-21T17:22:08.2791370Z libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1
2020-10-21T17:22:08.2794138Z libgbm1 libgl1 libgl1-mesa-dev libgl1-mesa-dri libglapi-mesa libgles1
2020-10-21T17:22:08.2795978Z libgles2 libglvnd-core-dev libglvnd-dev libglvnd0 libglx-mesa0 libglx0
2020-10-21T17:22:08.2797820Z libllvm7 libopengl0 libpciaccess0 libsensors-config libsensors5
2020-10-21T17:22:08.2799715Z libwayland-client0 libwayland-server0 libx11-xcb-dev libx11-xcb1
2020-10-21T17:22:08.2801670Z libxcb-dri2-0 libxcb-dri2-0-dev libxcb-dri3-0 libxcb-dri3-dev libxcb-glx0
2020-10-21T17:22:08.2803501Z libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1
2020-10-21T17:22:08.2805386Z libxcb-present-dev libxcb-present0 libxcb-randr0 libxcb-randr0-dev
2020-10-21T17:22:08.2807468Z libxcb-render-util0 libxcb-shape0 libxcb-shape0-dev libxcb-sync-dev
2020-10-21T17:22:08.2810075Z libxcb-sync1 libxcb-util0 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xinerama0
2020-10-21T17:22:08.2812079Z libxcb-xkb1 libxdamage-dev libxdamage1 libxfixes-dev libxfixes3
2020-10-21T17:22:08.2813931Z libxkbcommon-x11-0 libxkbcommon0 libxshmfence-dev libxshmfence1
2020-10-21T17:22:08.2815886Z libxxf86vm-dev libxxf86vm1 mesa-common-dev x11proto-damage-dev
2020-10-21T17:22:08.2817595Z x11proto-fixes-dev x11proto-xf86vidmode-dev xkb-data
2020-10-21T17:22:08.3725614Z 0 upgraded, 71 newly installed, 0 to remove and 5 not upgraded.
2020-10-21T17:22:08.3726493Z Need to get 25.6 MB of archives.
2020-10-21T17:22:08.3727199Z After this operation, 232 MB of additional disk space will be used.
2020-10-21T17:22:08.3729228Z Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
2020-10-21T17:22:08.3785764Z Get:2 http://deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
2020-10-21T17:22:08.3862215Z Get:3 http://deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
2020-10-21T17:22:08.3934958Z Get:4 http://deb.debian.org/debian buster/main amd64 libdrm-common all 2.4.97-1 [13.8 kB]
2020-10-21T17:22:08.3941701Z Get:5 http://deb.debian.org/debian buster/main amd64 libdrm2 amd64 2.4.97-1 [39.7 kB]
2020-10-21T17:22:08.3949946Z Get:6 http://deb.debian.org/debian buster/main amd64 libdrm-amdgpu1 amd64 2.4.97-1 [27.3 kB]
2020-10-21T17:22:08.3958272Z Get:7 http://deb.debian.org/debian buster/main amd64 libpciaccess0 amd64 0.14-1 [53.5 kB]
2020-10-21T17:22:08.3970599Z Get:8 http://deb.debian.org/debian buster/main amd64 libdrm-intel1 amd64 2.4.97-1 [69.8 kB]
2020-10-21T17:22:08.3987167Z Get:9 http://deb.debian.org/debian buster/main amd64 libdrm-radeon1 amd64 2.4.97-1 [31.1 kB]
2020-10-21T17:22:08.3994565Z Get:10 http://deb.debian.org/debian buster/main amd64 libdrm-nouveau2 amd64 2.4.97-1 [26.3 kB]
2020-10-21T17:22:08.4152783Z Get:11 http://deb.debian.org/debian buster/main amd64 libdrm-dev amd64 2.4.97-1 [131 kB]
2020-10-21T17:22:08.4192262Z Get:12 http://deb.debian.org/debian buster/main amd64 libwayland-server0 amd64 1.16.0-1 [32.5 kB]
2020-10-21T17:22:08.4199769Z Get:13 http://deb.debian.org/debian buster/main amd64 libgbm1 amd64 18.3.6-2+deb10u1 [67.8 kB]
2020-10-21T17:22:08.4211643Z Get:14 http://deb.debian.org/debian buster/main amd64 libglapi-mesa amd64 18.3.6-2+deb10u1 [66.3 kB]
2020-10-21T17:22:08.4224182Z Get:15 http://deb.debian.org/debian buster/main amd64 libwayland-client0 amd64 1.16.0-1 [26.4 kB]
2020-10-21T17:22:08.4232054Z Get:16 http://deb.debian.org/debian buster/main amd64 libx11-xcb1 amd64 2:1.6.7-1+deb10u1 [190 kB]
2020-10-21T17:22:08.4262181Z Get:17 http://deb.debian.org/debian buster/main amd64 libxcb-dri2-0 amd64 1.13.1-2 [101 kB]
2020-10-21T17:22:08.4279529Z Get:18 http://deb.debian.org/debian buster/main amd64 libxcb-dri3-0 amd64 1.13.1-2 [100 kB]
2020-10-21T17:22:08.4314165Z Get:19 http://deb.debian.org/debian buster/main amd64 libxcb-present0 amd64 1.13.1-2 [99.1 kB]
2020-10-21T17:22:08.4340680Z Get:20 http://deb.debian.org/debian buster/main amd64 libxcb-sync1 amd64 1.13.1-2 [103 kB]
2020-10-21T17:22:08.4363098Z Get:21 http://deb.debian.org/debian buster/main amd64 libxcb-xfixes0 amd64 1.13.1-2 [103 kB]
2020-10-21T17:22:08.4387715Z Get:22 http://deb.debian.org/debian buster/main amd64 libxshmfence1 amd64 1.3-1 [8820 B]
2020-10-21T17:22:08.4405387Z Get:23 http://deb.debian.org/debian buster/main amd64 libegl-mesa0 amd64 18.3.6-2+deb10u1 [135 kB]
2020-10-21T17:22:08.4413644Z Get:24 http://deb.debian.org/debian buster/main amd64 mesa-common-dev amd64 18.3.6-2+deb10u1 [611 kB]
2020-10-21T17:22:08.4493769Z Get:25 http://deb.debian.org/debian buster/main amd64 libglvnd0 amd64 1.1.0-1 [48.6 kB]
2020-10-21T17:22:08.4504551Z Get:26 http://deb.debian.org/debian buster/main amd64 libglvnd-core-dev amd64 1.1.0-1 [13.2 kB]
2020-10-21T17:22:08.4505682Z Get:27 http://deb.debian.org/debian buster/main amd64 libegl1 amd64 1.1.0-1 [33.6 kB]
2020-10-21T17:22:08.4517511Z Get:28 http://deb.debian.org/debian buster/main amd64 libgles1 amd64 1.1.0-1 [13.8 kB]
2020-10-21T17:22:08.4518589Z Get:29 http://deb.debian.org/debian buster/main amd64 libgles2 amd64 1.1.0-1 [19.0 kB]
2020-10-21T17:22:08.4519624Z Get:30 http://deb.debian.org/debian buster/main amd64 libxcb-glx0 amd64 1.13.1-2 [116 kB]
2020-10-21T17:22:08.4530269Z Get:31 http://deb.debian.org/debian buster/main amd64 libxfixes3 amd64 1:5.0.3-1 [21.9 kB]
2020-10-21T17:22:08.4540586Z Get:32 http://deb.debian.org/debian buster/main amd64 libxdamage1 amd64 1:1.1.4-3+b3 [14.9 kB]
2020-10-21T17:22:08.4541702Z Get:33 http://deb.debian.org/debian buster/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
2020-10-21T17:22:08.4547586Z Get:34 http://deb.debian.org/debian buster/main amd64 libllvm7 amd64 1:7.0.1-8+deb10u2 [13.1 MB]
2020-10-21T17:22:08.6073441Z Get:35 http://deb.debian.org/debian buster/main amd64 libsensors-config all 1:3.5.0-3 [31.6 kB]
2020-10-21T17:22:08.6081341Z Get:36 http://deb.debian.org/debian buster/main amd64 libsensors5 amd64 1:3.5.0-3 [52.6 kB]
2020-10-21T17:22:08.6090248Z Get:37 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-dri amd64 18.3.6-2+deb10u1 [6685 kB]
2020-10-21T17:22:08.6830859Z Get:38 http://deb.debian.org/debian buster/main amd64 libglx-mesa0 amd64 18.3.6-2+deb10u1 [180 kB]
2020-10-21T17:22:08.6861471Z Get:39 http://deb.debian.org/debian buster/main amd64 libglx0 amd64 1.1.0-1 [30.0 kB]
2020-10-21T17:22:08.6867166Z Get:40 http://deb.debian.org/debian buster/main amd64 libgl1 amd64 1.1.0-1 [91.1 kB]
2020-10-21T17:22:08.6888578Z Get:41 http://deb.debian.org/debian buster/main amd64 libopengl0 amd64 1.1.0-1 [33.4 kB]
2020-10-21T17:22:08.6892535Z Get:42 http://deb.debian.org/debian buster/main amd64 libglvnd-dev amd64 1.1.0-1 [5128 B]
2020-10-21T17:22:08.6899492Z Get:43 http://deb.debian.org/debian buster/main amd64 libx11-xcb-dev amd64 2:1.6.7-1+deb10u1 [192 kB]
2020-10-21T17:22:08.6923680Z Get:44 http://deb.debian.org/debian buster/main amd64 libxcb-dri3-dev amd64 1.13.1-2 [101 kB]
2020-10-21T17:22:08.6937318Z Get:45 http://deb.debian.org/debian buster/main amd64 libxcb-randr0 amd64 1.13.1-2 [110 kB]
2020-10-21T17:22:08.6951974Z Get:46 http://deb.debian.org/debian buster/main amd64 libxcb-randr0-dev amd64 1.13.1-2 [114 kB]
2020-10-21T17:22:08.6968229Z Get:47 http://deb.debian.org/debian buster/main amd64 libxcb-shape0 amd64 1.13.1-2 [99.5 kB]
2020-10-21T17:22:08.6981533Z Get:48 http://deb.debian.org/debian buster/main amd64 libxcb-shape0-dev amd64 1.13.1-2 [101 kB]
2020-10-21T17:22:08.6995091Z Get:49 http://deb.debian.org/debian buster/main amd64 libxcb-xfixes0-dev amd64 1.13.1-2 [105 kB]
2020-10-21T17:22:08.7008954Z Get:50 http://deb.debian.org/debian buster/main amd64 libxcb-sync-dev amd64 1.13.1-2 [104 kB]
2020-10-21T17:22:08.7022593Z Get:51 http://deb.debian.org/debian buster/main amd64 libxcb-present-dev amd64 1.13.1-2 [101 kB]
2020-10-21T17:22:08.7035844Z Get:52 http://deb.debian.org/debian buster/main amd64 libxshmfence-dev amd64 1.3-1 [8360 B]
2020-10-21T17:22:08.7041463Z Get:53 http://deb.debian.org/debian buster/main amd64 libxcb-dri2-0-dev amd64 1.13.1-2 [102 kB]
2020-10-21T17:22:08.7055328Z Get:54 http://deb.debian.org/debian buster/main amd64 libxcb-glx0-dev amd64 1.13.1-2 [122 kB]
2020-10-21T17:22:08.7073186Z Get:55 http://deb.debian.org/debian buster/main amd64 x11proto-fixes-dev all 1:2018.4-4 [3140 B]
2020-10-21T17:22:08.7074333Z Get:56 http://deb.debian.org/debian buster/main amd64 libxfixes-dev amd64 1:5.0.3-1 [23.8 kB]
2020-10-21T17:22:08.7086702Z Get:57 http://deb.debian.org/debian buster/main amd64 x11proto-damage-dev all 1:2018.4-4 [3140 B]
2020-10-21T17:22:08.7087941Z Get:58 http://deb.debian.org/debian buster/main amd64 libxdamage-dev amd64 1:1.1.4-3+b3 [14.6 kB]
2020-10-21T17:22:08.7091600Z Get:59 http://deb.debian.org/debian buster/main amd64 x11proto-xf86vidmode-dev all 2018.4-4 [3140 B]
2020-10-21T17:22:08.7095526Z Get:60 http://deb.debian.org/debian buster/main amd64 libxxf86vm-dev amd64 1:1.1.4-1+b2 [25.4 kB]
2020-10-21T17:22:08.7103556Z Get:61 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-dev amd64 18.3.6-2+deb10u1 [48.0 kB]
2020-10-21T17:22:08.7110416Z Get:62 http://deb.debian.org/debian buster/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
2020-10-21T17:22:08.7121131Z Get:63 http://deb.debian.org/debian buster/main amd64 libxcb-util0 amd64 0.3.8-3+b2 [23.0 kB]
2020-10-21T17:22:08.7123572Z Get:64 http://deb.debian.org/debian buster/main amd64 libxcb-image0 amd64 0.4.0-1+b2 [24.4 kB]
2020-10-21T17:22:08.7129059Z Get:65 http://deb.debian.org/debian buster/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
2020-10-21T17:22:08.7134802Z Get:66 http://deb.debian.org/debian buster/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
2020-10-21T17:22:08.7139898Z Get:67 http://deb.debian.org/debian buster/main amd64 libxcb-xinerama0 amd64 1.13.1-2 [98.9 kB]
2020-10-21T17:22:08.7153277Z Get:68 http://deb.debian.org/debian buster/main amd64 libxcb-xkb1 amd64 1.13.1-2 [123 kB]
2020-10-21T17:22:08.7166570Z Get:69 http://deb.debian.org/debian buster/main amd64 xkb-data all 2.26-2 [681 kB]
2020-10-21T17:22:08.7248798Z Get:70 http://deb.debian.org/debian buster/main amd64 libxkbcommon0 amd64 0.8.2-1 [123 kB]
2020-10-21T17:22:08.7259022Z Get:71 http://deb.debian.org/debian buster/main amd64 libxkbcommon-x11-0 amd64 0.8.2-1 [39.4 kB]
2020-10-21T17:22:09.7359483Z debconf: delaying package configuration, since apt-utils is not installed
2020-10-21T17:22:09.7964142Z Fetched 25.6 MB in 0s (59.2 MB/s)
2020-10-21T17:22:09.8824603Z Selecting previously unselected package libapparmor1:amd64.
2020-10-21T17:22:09.8923323Z (Reading database ...
2020-10-21T17:22:09.8923723Z (Reading database ... 5%
2020-10-21T17:22:09.8924067Z (Reading database ... 10%
2020-10-21T17:22:09.8924407Z (Reading database ... 15%
2020-10-21T17:22:09.8924732Z (Reading database ... 20%
2020-10-21T17:22:09.8925072Z (Reading database ... 25%
2020-10-21T17:22:09.8925409Z (Reading database ... 30%
2020-10-21T17:22:09.8925747Z (Reading database ... 35%
2020-10-21T17:22:09.8926083Z (Reading database ... 40%
2020-10-21T17:22:09.8926445Z (Reading database ... 45%
2020-10-21T17:22:09.8926782Z (Reading database ... 50%
2020-10-21T17:22:09.8932526Z (Reading database ... 55%
2020-10-21T17:22:09.8932857Z (Reading database ... 60%
2020-10-21T17:22:09.8933198Z (Reading database ... 65%
2020-10-21T17:22:09.9938566Z (Reading database ... 70%
2020-10-21T17:22:10.3130893Z (Reading database ... 75%
2020-10-21T17:22:10.5567000Z (Reading database ... 80%
2020-10-21T17:22:10.7011894Z (Reading database ... 85%
2020-10-21T17:22:10.8268077Z (Reading database ... 90%
2020-10-21T17:22:11.1252464Z (Reading database ... 95%
2020-10-21T17:22:11.1252933Z (Reading database ... 100%
2020-10-21T17:22:11.1253539Z (Reading database ... 24603 files and directories currently installed.)
2020-10-21T17:22:11.1265358Z Preparing to unpack .../00-libapparmor1_2.13.2-10_amd64.deb ...
2020-10-21T17:22:11.1344396Z Unpacking libapparmor1:amd64 (2.13.2-10) ...
2020-10-21T17:22:11.1660655Z Selecting previously unselected package libdbus-1-3:amd64.
2020-10-21T17:22:11.1689242Z Preparing to unpack .../01-libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
2020-10-21T17:22:11.1701440Z Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
2020-10-21T17:22:11.2167681Z Selecting previously unselected package dbus.
2020-10-21T17:22:11.2208026Z Preparing to unpack .../02-dbus_1.12.20-0+deb10u1_amd64.deb ...
2020-10-21T17:22:11.2531732Z Unpacking dbus (1.12.20-0+deb10u1) ...
2020-10-21T17:22:11.3035824Z Selecting previously unselected package libdrm-common.
2020-10-21T17:22:11.3073072Z Preparing to unpack .../03-libdrm-common_2.4.97-1_all.deb ...
2020-10-21T17:22:11.3087920Z Unpacking libdrm-common (2.4.97-1) ...
2020-10-21T17:22:11.3308762Z Selecting previously unselected package libdrm2:amd64.
2020-10-21T17:22:11.3340619Z Preparing to unpack .../04-libdrm2_2.4.97-1_amd64.deb ...
2020-10-21T17:22:11.3354808Z Unpacking libdrm2:amd64 (2.4.97-1) ...
2020-10-21T17:22:11.3594028Z Selecting previously unselected package libdrm-amdgpu1:amd64.
2020-10-21T17:22:11.3624383Z Preparing to unpack .../05-libdrm-amdgpu1_2.4.97-1_amd64.deb ...
2020-10-21T17:22:11.3639986Z Unpacking libdrm-amdgpu1:amd64 (2.4.97-1) ...
2020-10-21T17:22:11.3860270Z Selecting previously unselected package libpciaccess0:amd64.
2020-10-21T17:22:11.3891396Z Preparing to unpack .../06-libpciaccess0_0.14-1_amd64.deb ...
2020-10-21T17:22:11.3904521Z Unpacking libpciaccess0:amd64 (0.14-1) ...
2020-10-21T17:22:11.4173817Z Selecting previously unselected package libdrm-intel1:amd64.
2020-10-21T17:22:11.4203668Z Preparing to unpack .../07-libdrm-intel1_2.4.97-1_amd64.deb ...
2020-10-21T17:22:11.4219598Z Unpacking libdrm-intel1:amd64 (2.4.97-1) ...
2020-10-21T17:22:11.4490396Z Selecting previously unselected package libdrm-radeon1:amd64.
2020-10-21T17:22:11.4519676Z Preparing to unpack .../08-libdrm-radeon1_2.4.97-1_amd64.deb ...
2020-10-21T17:22:11.4532478Z Unpacking libdrm-radeon1:amd64 (2.4.97-1) ...
2020-10-21T17:22:11.4759120Z Selecting previously unselected package libdrm-nouveau2:amd64.
2020-10-21T17:22:11.4787280Z Preparing to unpack .../09-libdrm-nouveau2_2.4.97-1_amd64.deb ...
2020-10-21T17:22:11.4800522Z Unpacking libdrm-nouveau2:amd64 (2.4.97-1) ...
2020-10-21T17:22:11.5007646Z Selecting previously unselected package libdrm-dev:amd64.
2020-10-21T17:22:11.5039009Z Preparing to unpack .../10-libdrm-dev_2.4.97-1_amd64.deb ...
2020-10-21T17:22:11.5075940Z Unpacking libdrm-dev:amd64 (2.4.97-1) ...
2020-10-21T17:22:11.5503985Z Selecting previously unselected package libwayland-server0:amd64.
2020-10-21T17:22:11.5534174Z Preparing to unpack .../11-libwayland-server0_1.16.0-1_amd64.deb ...
2020-10-21T17:22:11.5549186Z Unpacking libwayland-server0:amd64 (1.16.0-1) ...
2020-10-21T17:22:11.5796920Z Selecting previously unselected package libgbm1:amd64.
2020-10-21T17:22:11.5828950Z Preparing to unpack .../12-libgbm1_18.3.6-2+deb10u1_amd64.deb ...
2020-10-21T17:22:11.5855361Z Unpacking libgbm1:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:11.6107216Z Selecting previously unselected package libglapi-mesa:amd64.
2020-10-21T17:22:11.6141786Z Preparing to unpack .../13-libglapi-mesa_18.3.6-2+deb10u1_amd64.deb ...
2020-10-21T17:22:11.6193166Z Unpacking libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:11.6466394Z Selecting previously unselected package libwayland-client0:amd64.
2020-10-21T17:22:11.6496248Z Preparing to unpack .../14-libwayland-client0_1.16.0-1_amd64.deb ...
2020-10-21T17:22:11.6509985Z Unpacking libwayland-client0:amd64 (1.16.0-1) ...
2020-10-21T17:22:11.6710989Z Selecting previously unselected package libx11-xcb1:amd64.
2020-10-21T17:22:11.6741684Z Preparing to unpack .../15-libx11-xcb1_2%3a1.6.7-1+deb10u1_amd64.deb ...
2020-10-21T17:22:11.6754840Z Unpacking libx11-xcb1:amd64 (2:1.6.7-1+deb10u1) ...
2020-10-21T17:22:11.7076070Z Selecting previously unselected package libxcb-dri2-0:amd64.
2020-10-21T17:22:11.7105652Z Preparing to unpack .../16-libxcb-dri2-0_1.13.1-2_amd64.deb ...
2020-10-21T17:22:11.7121941Z Unpacking libxcb-dri2-0:amd64 (1.13.1-2) ...
2020-10-21T17:22:11.7454615Z Selecting previously unselected package libxcb-dri3-0:amd64.
2020-10-21T17:22:11.7490327Z Preparing to unpack .../17-libxcb-dri3-0_1.13.1-2_amd64.deb ...
2020-10-21T17:22:11.7507697Z Unpacking libxcb-dri3-0:amd64 (1.13.1-2) ...
2020-10-21T17:22:11.7810670Z Selecting previously unselected package libxcb-present0:amd64.
2020-10-21T17:22:11.7839041Z Preparing to unpack .../18-libxcb-present0_1.13.1-2_amd64.deb ...
2020-10-21T17:22:11.7851479Z Unpacking libxcb-present0:amd64 (1.13.1-2) ...
2020-10-21T17:22:11.8143950Z Selecting previously unselected package libxcb-sync1:amd64.
2020-10-21T17:22:11.8173425Z Preparing to unpack .../19-libxcb-sync1_1.13.1-2_amd64.deb ...
2020-10-21T17:22:11.8186881Z Unpacking libxcb-sync1:amd64 (1.13.1-2) ...
2020-10-21T17:22:11.8497817Z Selecting previously unselected package libxcb-xfixes0:amd64.
2020-10-21T17:22:11.8526129Z Preparing to unpack .../20-libxcb-xfixes0_1.13.1-2_amd64.deb ...
2020-10-21T17:22:11.8545745Z Unpacking libxcb-xfixes0:amd64 (1.13.1-2) ...
2020-10-21T17:22:11.8832878Z Selecting previously unselected package libxshmfence1:amd64.
2020-10-21T17:22:11.8866777Z Preparing to unpack .../21-libxshmfence1_1.3-1_amd64.deb ...
2020-10-21T17:22:11.8884330Z Unpacking libxshmfence1:amd64 (1.3-1) ...
2020-10-21T17:22:11.9124074Z Selecting previously unselected package libegl-mesa0:amd64.
2020-10-21T17:22:11.9125084Z Preparing to unpack .../22-libegl-mesa0_18.3.6-2+deb10u1_amd64.deb ...
2020-10-21T17:22:11.9136325Z Unpacking libegl-mesa0:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:11.9714851Z Selecting previously unselected package mesa-common-dev:amd64.
2020-10-21T17:22:11.9777641Z Preparing to unpack .../23-mesa-common-dev_18.3.6-2+deb10u1_amd64.deb ...
2020-10-21T17:22:11.9800011Z Unpacking mesa-common-dev:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:12.0745964Z Selecting previously unselected package libglvnd0:amd64.
2020-10-21T17:22:12.0775734Z Preparing to unpack .../24-libglvnd0_1.1.0-1_amd64.deb ...
2020-10-21T17:22:12.0788295Z Unpacking libglvnd0:amd64 (1.1.0-1) ...
2020-10-21T17:22:12.1064068Z Selecting previously unselected package libglvnd-core-dev:amd64.
2020-10-21T17:22:12.1095259Z Preparing to unpack .../25-libglvnd-core-dev_1.1.0-1_amd64.deb ...
2020-10-21T17:22:12.1106595Z Unpacking libglvnd-core-dev:amd64 (1.1.0-1) ...
2020-10-21T17:22:12.1332080Z Selecting previously unselected package libegl1:amd64.
2020-10-21T17:22:12.1363934Z Preparing to unpack .../26-libegl1_1.1.0-1_amd64.deb ...
2020-10-21T17:22:12.1380212Z Unpacking libegl1:amd64 (1.1.0-1) ...
2020-10-21T17:22:12.1623824Z Selecting previously unselected package libgles1:amd64.
2020-10-21T17:22:12.1658123Z Preparing to unpack .../27-libgles1_1.1.0-1_amd64.deb ...
2020-10-21T17:22:12.1670116Z Unpacking libgles1:amd64 (1.1.0-1) ...
2020-10-21T17:22:12.1890742Z Selecting previously unselected package libgles2:amd64.
2020-10-21T17:22:12.1924394Z Preparing to unpack .../28-libgles2_1.1.0-1_amd64.deb ...
2020-10-21T17:22:12.1938590Z Unpacking libgles2:amd64 (1.1.0-1) ...
2020-10-21T17:22:12.2161282Z Selecting previously unselected package libxcb-glx0:amd64.
2020-10-21T17:22:12.2194083Z Preparing to unpack .../29-libxcb-glx0_1.13.1-2_amd64.deb ...
2020-10-21T17:22:12.2207331Z Unpacking libxcb-glx0:amd64 (1.13.1-2) ...
2020-10-21T17:22:12.2519574Z Selecting previously unselected package libxfixes3:amd64.
2020-10-21T17:22:12.2556318Z Preparing to unpack .../30-libxfixes3_1%3a5.0.3-1_amd64.deb ...
2020-10-21T17:22:12.2571434Z Unpacking libxfixes3:amd64 (1:5.0.3-1) ...
2020-10-21T17:22:12.2822855Z Selecting previously unselected package libxdamage1:amd64.
2020-10-21T17:22:12.2855805Z Preparing to unpack .../31-libxdamage1_1%3a1.1.4-3+b3_amd64.deb ...
2020-10-21T17:22:12.2870064Z Unpacking libxdamage1:amd64 (1:1.1.4-3+b3) ...
2020-10-21T17:22:12.3090705Z Selecting previously unselected package libxxf86vm1:amd64.
2020-10-21T17:22:12.3123195Z Preparing to unpack .../32-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
2020-10-21T17:22:12.3138354Z Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
2020-10-21T17:22:12.3348493Z Selecting previously unselected package libllvm7:amd64.
2020-10-21T17:22:12.3383131Z Preparing to unpack .../33-libllvm7_1%3a7.0.1-8+deb10u2_amd64.deb ...
2020-10-21T17:22:12.3398321Z Unpacking libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
2020-10-21T17:22:13.8260093Z Selecting previously unselected package libsensors-config.
2020-10-21T17:22:13.8289322Z Preparing to unpack .../34-libsensors-config_1%3a3.5.0-3_all.deb ...
2020-10-21T17:22:13.8300472Z Unpacking libsensors-config (1:3.5.0-3) ...
2020-10-21T17:22:13.8552997Z Selecting previously unselected package libsensors5:amd64.
2020-10-21T17:22:13.8582986Z Preparing to unpack .../35-libsensors5_1%3a3.5.0-3_amd64.deb ...
2020-10-21T17:22:14.0100336Z Unpacking libsensors5:amd64 (1:3.5.0-3) ...
2020-10-21T17:22:14.0392119Z Selecting previously unselected package libgl1-mesa-dri:amd64.
2020-10-21T17:22:14.0427724Z Preparing to unpack .../36-libgl1-mesa-dri_18.3.6-2+deb10u1_amd64.deb ...
2020-10-21T17:22:14.0505660Z Unpacking libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:14.7792731Z Selecting previously unselected package libglx-mesa0:amd64.
2020-10-21T17:22:14.7821432Z Preparing to unpack .../37-libglx-mesa0_18.3.6-2+deb10u1_amd64.deb ...
2020-10-21T17:22:14.7837476Z Unpacking libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:14.8256960Z Selecting previously unselected package libglx0:amd64.
2020-10-21T17:22:14.8286863Z Preparing to unpack .../38-libglx0_1.1.0-1_amd64.deb ...
2020-10-21T17:22:14.8301470Z Unpacking libglx0:amd64 (1.1.0-1) ...
2020-10-21T17:22:14.8674758Z Selecting previously unselected package libgl1:amd64.
2020-10-21T17:22:14.8705081Z Preparing to unpack .../39-libgl1_1.1.0-1_amd64.deb ...
2020-10-21T17:22:14.8718684Z Unpacking libgl1:amd64 (1.1.0-1) ...
2020-10-21T17:22:14.9045680Z Selecting previously unselected package libopengl0:amd64.
2020-10-21T17:22:14.9075354Z Preparing to unpack .../40-libopengl0_1.1.0-1_amd64.deb ...
2020-10-21T17:22:14.9088192Z Unpacking libopengl0:amd64 (1.1.0-1) ...
2020-10-21T17:22:14.9309145Z Selecting previously unselected package libglvnd-dev:amd64.
2020-10-21T17:22:14.9342709Z Preparing to unpack .../41-libglvnd-dev_1.1.0-1_amd64.deb ...
2020-10-21T17:22:14.9355956Z Unpacking libglvnd-dev:amd64 (1.1.0-1) ...
2020-10-21T17:22:14.9551784Z Selecting previously unselected package libx11-xcb-dev:amd64.
2020-10-21T17:22:14.9587891Z Preparing to unpack .../42-libx11-xcb-dev_2%3a1.6.7-1+deb10u1_amd64.deb ...
2020-10-21T17:22:14.9599737Z Unpacking libx11-xcb-dev:amd64 (2:1.6.7-1+deb10u1) ...
2020-10-21T17:22:14.9879557Z Selecting previously unselected package libxcb-dri3-dev:amd64.
2020-10-21T17:22:14.9911205Z Preparing to unpack .../43-libxcb-dri3-dev_1.13.1-2_amd64.deb ...
2020-10-21T17:22:14.9924625Z Unpacking libxcb-dri3-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.0272300Z Selecting previously unselected package libxcb-randr0:amd64.
2020-10-21T17:22:15.0302883Z Preparing to unpack .../44-libxcb-randr0_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.0316381Z Unpacking libxcb-randr0:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.0618809Z Selecting previously unselected package libxcb-randr0-dev:amd64.
2020-10-21T17:22:15.0655111Z Preparing to unpack .../45-libxcb-randr0-dev_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.0669610Z Unpacking libxcb-randr0-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.1039104Z Selecting previously unselected package libxcb-shape0:amd64.
2020-10-21T17:22:15.1068370Z Preparing to unpack .../46-libxcb-shape0_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.1080045Z Unpacking libxcb-shape0:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.1386201Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2020-10-21T17:22:15.1417261Z Preparing to unpack .../47-libxcb-shape0-dev_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.1431053Z Unpacking libxcb-shape0-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.1725173Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2020-10-21T17:22:15.1755274Z Preparing to unpack .../48-libxcb-xfixes0-dev_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.1768497Z Unpacking libxcb-xfixes0-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.2065293Z Selecting previously unselected package libxcb-sync-dev:amd64.
2020-10-21T17:22:15.2095762Z Preparing to unpack .../49-libxcb-sync-dev_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.2111993Z Unpacking libxcb-sync-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.2414723Z Selecting previously unselected package libxcb-present-dev:amd64.
2020-10-21T17:22:15.2448715Z Preparing to unpack .../50-libxcb-present-dev_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.2460382Z Unpacking libxcb-present-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.2743978Z Selecting previously unselected package libxshmfence-dev:amd64.
2020-10-21T17:22:15.2779231Z Preparing to unpack .../51-libxshmfence-dev_1.3-1_amd64.deb ...
2020-10-21T17:22:15.2792654Z Unpacking libxshmfence-dev:amd64 (1.3-1) ...
2020-10-21T17:22:15.2983245Z Selecting previously unselected package libxcb-dri2-0-dev:amd64.
2020-10-21T17:22:15.3020692Z Preparing to unpack .../52-libxcb-dri2-0-dev_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.3037689Z Unpacking libxcb-dri2-0-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.3345956Z Selecting previously unselected package libxcb-glx0-dev:amd64.
2020-10-21T17:22:15.3378849Z Preparing to unpack .../53-libxcb-glx0-dev_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.3391600Z Unpacking libxcb-glx0-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.3702429Z Selecting previously unselected package x11proto-fixes-dev.
2020-10-21T17:22:15.3732994Z Preparing to unpack .../54-x11proto-fixes-dev_1%3a2018.4-4_all.deb ...
2020-10-21T17:22:15.3748462Z Unpacking x11proto-fixes-dev (1:2018.4-4) ...
2020-10-21T17:22:15.3935804Z Selecting previously unselected package libxfixes-dev:amd64.
2020-10-21T17:22:15.3971785Z Preparing to unpack .../55-libxfixes-dev_1%3a5.0.3-1_amd64.deb ...
2020-10-21T17:22:15.3984710Z Unpacking libxfixes-dev:amd64 (1:5.0.3-1) ...
2020-10-21T17:22:15.4204725Z Selecting previously unselected package x11proto-damage-dev.
2020-10-21T17:22:15.4235733Z Preparing to unpack .../56-x11proto-damage-dev_1%3a2018.4-4_all.deb ...
2020-10-21T17:22:15.4247232Z Unpacking x11proto-damage-dev (1:2018.4-4) ...
2020-10-21T17:22:15.4445036Z Selecting previously unselected package libxdamage-dev:amd64.
2020-10-21T17:22:15.4459678Z Preparing to unpack .../57-libxdamage-dev_1%3a1.1.4-3+b3_amd64.deb ...
2020-10-21T17:22:15.4480390Z Unpacking libxdamage-dev:amd64 (1:1.1.4-3+b3) ...
2020-10-21T17:22:15.4671513Z Selecting previously unselected package x11proto-xf86vidmode-dev.
2020-10-21T17:22:15.4701210Z Preparing to unpack .../58-x11proto-xf86vidmode-dev_2018.4-4_all.deb ...
2020-10-21T17:22:15.4712970Z Unpacking x11proto-xf86vidmode-dev (2018.4-4) ...
2020-10-21T17:22:15.4938218Z Selecting previously unselected package libxxf86vm-dev:amd64.
2020-10-21T17:22:15.4939218Z Preparing to unpack .../59-libxxf86vm-dev_1%3a1.1.4-1+b2_amd64.deb ...
2020-10-21T17:22:15.4950273Z Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1+b2) ...
2020-10-21T17:22:15.5181286Z Selecting previously unselected package libgl1-mesa-dev:amd64.
2020-10-21T17:22:15.5304928Z Preparing to unpack .../60-libgl1-mesa-dev_18.3.6-2+deb10u1_amd64.deb ...
2020-10-21T17:22:15.5361787Z Unpacking libgl1-mesa-dev:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:15.5732129Z Selecting previously unselected package libxcb-icccm4:amd64.
2020-10-21T17:22:15.5733064Z Preparing to unpack .../61-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
2020-10-21T17:22:15.5749563Z Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
2020-10-21T17:22:15.5966793Z Selecting previously unselected package libxcb-util0:amd64.
2020-10-21T17:22:15.5996678Z Preparing to unpack .../62-libxcb-util0_0.3.8-3+b2_amd64.deb ...
2020-10-21T17:22:15.6013540Z Unpacking libxcb-util0:amd64 (0.3.8-3+b2) ...
2020-10-21T17:22:15.6276333Z Selecting previously unselected package libxcb-image0:amd64.
2020-10-21T17:22:15.6277370Z Preparing to unpack .../63-libxcb-image0_0.4.0-1+b2_amd64.deb ...
2020-10-21T17:22:15.6290117Z Unpacking libxcb-image0:amd64 (0.4.0-1+b2) ...
2020-10-21T17:22:15.6532374Z Selecting previously unselected package libxcb-keysyms1:amd64.
2020-10-21T17:22:15.6562650Z Preparing to unpack .../64-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
2020-10-21T17:22:15.6575545Z Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
2020-10-21T17:22:15.6799458Z Selecting previously unselected package libxcb-render-util0:amd64.
2020-10-21T17:22:15.6827695Z Preparing to unpack .../65-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
2020-10-21T17:22:15.6840670Z Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
2020-10-21T17:22:15.7057981Z Selecting previously unselected package libxcb-xinerama0:amd64.
2020-10-21T17:22:15.7089353Z Preparing to unpack .../66-libxcb-xinerama0_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.7102570Z Unpacking libxcb-xinerama0:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.7418740Z Selecting previously unselected package libxcb-xkb1:amd64.
2020-10-21T17:22:15.7450054Z Preparing to unpack .../67-libxcb-xkb1_1.13.1-2_amd64.deb ...
2020-10-21T17:22:15.7462067Z Unpacking libxcb-xkb1:amd64 (1.13.1-2) ...
2020-10-21T17:22:15.7826353Z Selecting previously unselected package xkb-data.
2020-10-21T17:22:15.7857034Z Preparing to unpack .../68-xkb-data_2.26-2_all.deb ...
2020-10-21T17:22:15.7869206Z Unpacking xkb-data (2.26-2) ...
2020-10-21T17:22:15.9369701Z Selecting previously unselected package libxkbcommon0:amd64.
2020-10-21T17:22:15.9401697Z Preparing to unpack .../69-libxkbcommon0_0.8.2-1_amd64.deb ...
2020-10-21T17:22:15.9414963Z Unpacking libxkbcommon0:amd64 (0.8.2-1) ...
2020-10-21T17:22:15.9750562Z Selecting previously unselected package libxkbcommon-x11-0:amd64.
2020-10-21T17:22:15.9785517Z Preparing to unpack .../70-libxkbcommon-x11-0_0.8.2-1_amd64.deb ...
2020-10-21T17:22:15.9800397Z Unpacking libxkbcommon-x11-0:amd64 (0.8.2-1) ...
2020-10-21T17:22:16.0242722Z Setting up libxcb-dri3-0:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.0282694Z Setting up libwayland-server0:amd64 (1.16.0-1) ...
2020-10-21T17:22:16.0329894Z Setting up libx11-xcb1:amd64 (2:1.6.7-1+deb10u1) ...
2020-10-21T17:22:16.0366837Z Setting up libpciaccess0:amd64 (0.14-1) ...
2020-10-21T17:22:16.0397753Z Setting up libx11-xcb-dev:amd64 (2:1.6.7-1+deb10u1) ...
2020-10-21T17:22:16.0430812Z Setting up libapparmor1:amd64 (2.13.2-10) ...
2020-10-21T17:22:16.0459763Z Setting up libxcb-xfixes0:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.0489874Z Setting up libglvnd-core-dev:amd64 (1.1.0-1) ...
2020-10-21T17:22:16.0544329Z Setting up libglvnd0:amd64 (1.1.0-1) ...
2020-10-21T17:22:16.0577001Z Setting up libxcb-glx0:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.0612969Z Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
2020-10-21T17:22:16.0649758Z Setting up libxcb-shape0:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.0679353Z Setting up libsensors-config (1:3.5.0-3) ...
2020-10-21T17:22:16.0730490Z Setting up libxcb-dri3-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.0762401Z Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
2020-10-21T17:22:16.0798526Z Setting up xkb-data (2.26-2) ...
2020-10-21T17:22:16.0829022Z Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
2020-10-21T17:22:16.0868070Z Setting up libxcb-util0:amd64 (0.3.8-3+b2) ...
2020-10-21T17:22:16.0900914Z Setting up libopengl0:amd64 (1.1.0-1) ...
2020-10-21T17:22:16.0936373Z Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
2020-10-21T17:22:16.0968913Z Setting up libxcb-xkb1:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.1027630Z Setting up libxcb-image0:amd64 (0.4.0-1+b2) ...
2020-10-21T17:22:16.1062345Z Setting up libxcb-present0:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.1090788Z Setting up libxcb-xinerama0:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.1129084Z Setting up x11proto-damage-dev (1:2018.4-4) ...
2020-10-21T17:22:16.1158606Z Setting up libgles2:amd64 (1.1.0-1) ...
2020-10-21T17:22:16.1192126Z Setting up libxfixes3:amd64 (1:5.0.3-1) ...
2020-10-21T17:22:16.1223718Z Setting up libxcb-sync1:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.1256009Z Setting up libgles1:amd64 (1.1.0-1) ...
2020-10-21T17:22:16.1285428Z Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
2020-10-21T17:22:16.1318564Z Setting up dbus (1.12.20-0+deb10u1) ...
2020-10-21T17:22:16.4584420Z invoke-rc.d: could not determine current runlevel
2020-10-21T17:22:16.4627509Z invoke-rc.d: policy-rc.d denied execution of start.
2020-10-21T17:22:16.4652331Z Setting up libxcb-glx0-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.4690065Z Setting up libsensors5:amd64 (1:3.5.0-3) ...
2020-10-21T17:22:16.4725241Z Setting up libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:16.4773004Z Setting up libxcb-shape0-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.4811707Z Setting up libxcb-dri2-0:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.4846540Z Setting up x11proto-xf86vidmode-dev (2018.4-4) ...
2020-10-21T17:22:16.4883366Z Setting up libxshmfence1:amd64 (1.3-1) ...
2020-10-21T17:22:16.4918085Z Setting up libxcb-randr0:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.4959733Z Setting up libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
2020-10-21T17:22:16.4994215Z Setting up libxcb-sync-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.5030000Z Setting up libxcb-xfixes0-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.5065526Z Setting up x11proto-fixes-dev (1:2018.4-4) ...
2020-10-21T17:22:16.5102970Z Setting up libdrm-common (2.4.97-1) ...
2020-10-21T17:22:16.5142340Z Setting up libxkbcommon0:amd64 (0.8.2-1) ...
2020-10-21T17:22:16.5187529Z Setting up libwayland-client0:amd64 (1.16.0-1) ...
2020-10-21T17:22:16.5226427Z Setting up libxdamage1:amd64 (1:1.1.4-3+b3) ...
2020-10-21T17:22:16.5269972Z Setting up libxshmfence-dev:amd64 (1.3-1) ...
2020-10-21T17:22:16.5311005Z Setting up libxxf86vm-dev:amd64 (1:1.1.4-1+b2) ...
2020-10-21T17:22:16.5345261Z Setting up libxfixes-dev:amd64 (1:5.0.3-1) ...
2020-10-21T17:22:16.5424896Z Setting up libxcb-dri2-0-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.5467377Z Setting up libxcb-randr0-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.5501358Z Setting up libxcb-present-dev:amd64 (1.13.1-2) ...
2020-10-21T17:22:16.5543267Z Setting up libxkbcommon-x11-0:amd64 (0.8.2-1) ...
2020-10-21T17:22:16.5582959Z Setting up libdrm2:amd64 (2.4.97-1) ...
2020-10-21T17:22:16.5632148Z Setting up libdrm-amdgpu1:amd64 (2.4.97-1) ...
2020-10-21T17:22:16.5663770Z Setting up libxdamage-dev:amd64 (1:1.1.4-3+b3) ...
2020-10-21T17:22:16.5706692Z Setting up libdrm-nouveau2:amd64 (2.4.97-1) ...
2020-10-21T17:22:16.5743280Z Setting up libgbm1:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:16.5779981Z Setting up libdrm-radeon1:amd64 (2.4.97-1) ...
2020-10-21T17:22:16.5815963Z Setting up libdrm-intel1:amd64 (2.4.97-1) ...
2020-10-21T17:22:16.5866668Z Setting up libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:16.5971526Z Setting up libegl-mesa0:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:16.6015030Z Setting up libegl1:amd64 (1.1.0-1) ...
2020-10-21T17:22:16.6067444Z Setting up libdrm-dev:amd64 (2.4.97-1) ...
2020-10-21T17:22:16.6109734Z Setting up libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:16.6150638Z Setting up libglx0:amd64 (1.1.0-1) ...
2020-10-21T17:22:16.6188635Z Setting up libgl1:amd64 (1.1.0-1) ...
2020-10-21T17:22:16.6230272Z Setting up mesa-common-dev:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:16.6265354Z Setting up libglvnd-dev:amd64 (1.1.0-1) ...
2020-10-21T17:22:16.6312466Z Setting up libgl1-mesa-dev:amd64 (18.3.6-2+deb10u1) ...
2020-10-21T17:22:16.6368423Z Processing triggers for libc-bin (2.28-10) ...
2020-10-21T17:22:19.4644225Z ##[group]Run mkdir -p dist/
2020-10-21T17:22:19.4644645Z mkdir -p dist/
2020-10-21T17:22:19.4645068Z python -m pep517.build --binary --out-dir dist/ .
2020-10-21T17:22:19.4645661Z shell: sh -e {0}
2020-10-21T17:22:19.4645910Z env:
2020-10-21T17:22:19.4646261Z PIP_NO_PYTHON_VERSION_WARNING: 1
2020-10-21T17:22:19.4646628Z QT_VERSION: 5.15.1
2020-10-21T17:22:19.4647089Z PYQT_VERSION: 5.15.1
2020-10-21T17:22:19.4647415Z ##[endgroup]
2020-10-21T17:22:20.0197425Z WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
2020-10-21T17:22:22.0388022Z WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
2020-10-21T17:22:28.8467634Z ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
2020-10-21T17:22:28.8486010Z
2020-10-21T17:22:28.8488088Z We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
2020-10-21T17:22:28.8488969Z
2020-10-21T17:22:28.8490057Z aqtinstall 0.9.7 requires py7zr<0.10.0,>=0.9.9, but you'll have py7zr 0.10.1 which is incompatible.
2020-10-21T17:22:29.5692101Z running bdist_wheel
2020-10-21T17:22:29.5730897Z running build
2020-10-21T17:22:29.5731249Z running build_py
2020-10-21T17:22:29.5759622Z creating build
2020-10-21T17:22:29.5759962Z creating build/lib
2020-10-21T17:22:29.5760343Z creating build/lib/pyqtplugins
2020-10-21T17:22:29.5761562Z copying src/pyqtplugins/__init__.py -> build/lib/pyqtplugins
2020-10-21T17:22:29.5762425Z copying src/pyqtplugins/entrypoints.py -> build/lib/pyqtplugins
2020-10-21T17:22:29.5763293Z copying src/pyqtplugins/utilities.py -> build/lib/pyqtplugins
2020-10-21T17:22:29.5764177Z copying src/pyqtplugins/examplebutton.py -> build/lib/pyqtplugins
2020-10-21T17:22:29.5765183Z copying src/pyqtplugins/examplebuttonplugin.py -> build/lib/pyqtplugins
2020-10-21T17:22:29.5765868Z creating build/lib/pyqtplugins/tests
2020-10-21T17:22:29.5766635Z copying src/pyqtplugins/tests/__init__.py -> build/lib/pyqtplugins/tests
2020-10-21T17:22:29.5767572Z copying src/pyqtplugins/tests/test_entrypoints.py -> build/lib/pyqtplugins/tests
2020-10-21T17:22:29.5769514Z copying src/pyqtplugins/tests/testbuttonplugin.py -> build/lib/pyqtplugins/tests
2020-10-21T17:22:29.5770588Z copying src/pyqtplugins/tests/testbutton.py -> build/lib/pyqtplugins/tests
2020-10-21T17:22:29.5771229Z creating build/lib/pyqtplugins/badplugin
2020-10-21T17:22:29.5772071Z copying src/pyqtplugins/badplugin/__init__.py -> build/lib/pyqtplugins/badplugin
2020-10-21T17:22:29.5773154Z copying src/pyqtplugins/badplugin/badwidgetplugin.py -> build/lib/pyqtplugins/badplugin
2020-10-21T17:22:29.5773896Z creating build/lib/pyqtplugins/examples
2020-10-21T17:22:29.5774700Z copying src/pyqtplugins/examples/__init__.py -> build/lib/pyqtplugins/examples
2020-10-21T17:22:29.5776431Z copying src/pyqtplugins/examples/exampleqmlitemplugin.py -> build/lib/pyqtplugins/examples
2020-10-21T17:22:29.5777635Z copying src/pyqtplugins/examples/exampleqmlitem.py -> build/lib/pyqtplugins/examples
2020-10-21T17:22:29.6092913Z ----<==== Install Qt ====>----
2020-10-21T17:22:29.6093163Z
2020-10-21T17:22:29.6093405Z Calling:
2020-10-21T17:22:29.6093785Z Caller: File "./build.py", line 929, in install_qt
2020-10-21T17:22:29.6094153Z CWD: None
2020-10-21T17:22:29.6096352Z As passed: ['/usr/local/bin/python', '-m', 'aqt', 'install', '--outputdir', '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt', '5.15.1', 'linux', 'desktop', 'gcc_64']
2020-10-21T17:22:29.6098328Z Full: /usr/local/bin/python -m aqt install --outputdir /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt 5.15.1 linux desktop gcc_64
2020-10-21T17:22:29.6099264Z '/usr/local/bin/python'
2020-10-21T17:22:29.6099667Z '-m'
2020-10-21T17:22:29.6099999Z 'aqt'
2020-10-21T17:22:29.6100372Z 'install'
2020-10-21T17:22:29.6100782Z '--outputdir'
2020-10-21T17:22:29.6101496Z '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt'
2020-10-21T17:22:29.6102248Z '5.15.1'
2020-10-21T17:22:29.6102612Z 'linux'
2020-10-21T17:22:29.6102994Z 'desktop'
2020-10-21T17:22:29.6103354Z 'gcc_64'
2020-10-21T17:22:29.8888618Z 2020-10-21 17:22:29,888 - aqt - INFO - aqtinstall(aqt) v0.9.7 on Python 3.8.6 [CPython GCC 8.3.0]
2020-10-21T17:22:30.5603051Z 2020-10-21 17:22:30,559 - aqt - INFO - Downloading qtbase...
2020-10-21T17:22:30.5615153Z 2020-10-21 17:22:30,560 - aqt - INFO - Downloading qtconnectivity...
2020-10-21T17:22:30.5620527Z 2020-10-21 17:22:30,560 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtbase-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:30.5622606Z 2020-10-21 17:22:30,561 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:30.5645456Z 2020-10-21 17:22:30,563 - aqt - INFO - Downloading qtx11extras...
2020-10-21T17:22:30.5672604Z 2020-10-21 17:22:30,565 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:30.5674681Z 2020-10-21 17:22:30,566 - aqt - INFO - Downloading qtwebchannel...
2020-10-21T17:22:30.5676208Z 2020-10-21 17:22:30,566 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:31.0704887Z 2020-10-21 17:22:31,069 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:31.1176405Z 2020-10-21 17:22:31,116 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:31.1210855Z 2020-10-21 17:22:31,120 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtbase-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:31.1239987Z 2020-10-21 17:22:31,123 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:31.1869634Z 2020-10-21 17:22:31,186 - aqt - INFO - Finish installation of qtx11extras-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 0.6223118859999772
2020-10-21T17:22:31.1894897Z 2020-10-21 17:22:31,188 - aqt - INFO - Downloading qtmultimedia...
2020-10-21T17:22:31.1896824Z 2020-10-21 17:22:31,188 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:31.2595788Z 2020-10-21 17:22:31,258 - aqt - INFO - Finish installation of qtwebchannel-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 0.6923171100000332
2020-10-21T17:22:31.2610562Z 2020-10-21 17:22:31,260 - aqt - INFO - Downloading qttranslations...
2020-10-21T17:22:31.2612757Z 2020-10-21 17:22:31,260 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qttranslations-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:31.6346250Z 2020-10-21 17:22:31,633 - aqt - INFO - Finish installation of qtconnectivity-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 1.0737532780000265
2020-10-21T17:22:31.6361920Z 2020-10-21 17:22:31,635 - aqt - INFO - Downloading qtgraphicaleffects...
2020-10-21T17:22:31.6364132Z 2020-10-21 17:22:31,635 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:31.7154186Z 2020-10-21 17:22:31,714 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qttranslations-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:31.7392848Z 2020-10-21 17:22:31,738 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:32.0939471Z 2020-10-21 17:22:32,093 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:32.2605061Z 2020-10-21 17:22:32,259 - aqt - INFO - Finish installation of qtgraphicaleffects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 0.624567992999971
2020-10-21T17:22:32.2621491Z 2020-10-21 17:22:32,261 - aqt - INFO - Downloading qtsvg...
2020-10-21T17:22:32.2622918Z 2020-10-21 17:22:32,261 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:32.8188199Z 2020-10-21 17:22:32,818 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:33.1772867Z 2020-10-21 17:22:33,176 - aqt - INFO - Finish installation of qtsvg-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 0.914940334999983
2020-10-21T17:22:33.2138605Z 2020-10-21 17:22:33,212 - aqt - INFO - Downloading qtdeclarative...
2020-10-21T17:22:33.2261301Z 2020-10-21 17:22:33,225 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtdeclarative-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:33.3233514Z 2020-10-21 17:22:33,322 - aqt - INFO - Finish installation of qtmultimedia-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 2.13382808099999
2020-10-21T17:22:33.3251356Z 2020-10-21 17:22:33,324 - aqt - INFO - Downloading qtwebsockets...
2020-10-21T17:22:33.3252961Z 2020-10-21 17:22:33,324 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:33.3596475Z 2020-10-21 17:22:33,359 - aqt - INFO - Finish installation of qttranslations-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 2.098683617000006
2020-10-21T17:22:33.3616377Z 2020-10-21 17:22:33,360 - aqt - INFO - Downloading qtimageformats...
2020-10-21T17:22:33.3617997Z 2020-10-21 17:22:33,361 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtimageformats-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:33.7955350Z 2020-10-21 17:22:33,794 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:33.7972489Z 2020-10-21 17:22:33,796 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtdeclarative-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:33.8628498Z 2020-10-21 17:22:33,862 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtimageformats-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:34.0505929Z 2020-10-21 17:22:34,049 - aqt - INFO - Finish installation of qtwebsockets-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 0.7256910560000165
2020-10-21T17:22:34.0536933Z 2020-10-21 17:22:34,052 - aqt - INFO - Downloading qttools...
2020-10-21T17:22:34.0543979Z 2020-10-21 17:22:34,053 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qttools-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:34.2123453Z 2020-10-21 17:22:34,211 - aqt - INFO - Finish installation of qtimageformats-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 0.8509015340000019
2020-10-21T17:22:34.2149968Z 2020-10-21 17:22:34,214 - aqt - INFO - Downloading qtxmlpatterns...
2020-10-21T17:22:34.2157930Z 2020-10-21 17:22:34,215 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtxmlpatterns-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:34.5282628Z 2020-10-21 17:22:34,527 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qttools-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:34.7804986Z 2020-10-21 17:22:34,779 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtxmlpatterns-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:36.0765201Z 2020-10-21 17:22:36,075 - aqt - INFO - Finish installation of qtxmlpatterns-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 1.861694496000041
2020-10-21T17:22:36.0788142Z 2020-10-21 17:22:36,078 - aqt - INFO - Downloading qtsensors...
2020-10-21T17:22:36.0794882Z 2020-10-21 17:22:36,079 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtsensors-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:36.6808194Z 2020-10-21 17:22:36,679 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtsensors-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:37.4071019Z 2020-10-21 17:22:37,406 - aqt - INFO - Finish installation of qtsensors-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 1.3282095229999982
2020-10-21T17:22:37.4129196Z 2020-10-21 17:22:37,411 - aqt - INFO - Downloading qtserialport...
2020-10-21T17:22:37.4139700Z 2020-10-21 17:22:37,413 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtserialport-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:37.9356319Z 2020-10-21 17:22:37,934 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtserialport-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:38.0603995Z 2020-10-21 17:22:38,059 - aqt - INFO - Finish installation of qtserialport-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 0.6479234850000353
2020-10-21T17:22:38.0624375Z 2020-10-21 17:22:38,061 - aqt - INFO - Downloading qtlocation...
2020-10-21T17:22:38.0625889Z 2020-10-21 17:22:38,061 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtlocation-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:38.2194923Z 2020-10-21 17:22:38,213 - aqt - INFO - Finish installation of qtdeclarative-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 5.000749979000034
2020-10-21T17:22:38.2259676Z 2020-10-21 17:22:38,215 - aqt - INFO - Downloading qtquickcontrols...
2020-10-21T17:22:38.2287197Z 2020-10-21 17:22:38,226 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtquickcontrols-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:38.5194394Z 2020-10-21 17:22:38,518 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtlocation-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:38.6841206Z 2020-10-21 17:22:38,683 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtquickcontrols-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:39.5980936Z 2020-10-21 17:22:39,597 - aqt - INFO - Finish installation of qtquickcontrols-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 1.382190759000025
2020-10-21T17:22:39.5997864Z 2020-10-21 17:22:39,598 - aqt - INFO - Downloading qtquickcontrols2...
2020-10-21T17:22:39.5999553Z 2020-10-21 17:22:39,599 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtquickcontrols2-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:40.1645072Z 2020-10-21 17:22:40,163 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtquickcontrols2-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:41.8249616Z 2020-10-21 17:22:41,824 - aqt - INFO - Finish installation of qtlocation-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 3.7626233930000126
2020-10-21T17:22:42.0370444Z 2020-10-21 17:22:42,035 - aqt - INFO - Downloading qt3d...
2020-10-21T17:22:42.1352006Z 2020-10-21 17:22:42,134 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qt3d-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:22:43.0418419Z 2020-10-21 17:22:43,041 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qt3d-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:10.7674709Z 2020-10-21 17:23:10,766 - aqt - INFO - Finish installation of qtquickcontrols2-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 31.167857570000024
2020-10-21T17:23:10.7690647Z 2020-10-21 17:23:10,768 - aqt - INFO - Downloading qtwebview...
2020-10-21T17:23:10.7692159Z 2020-10-21 17:23:10,768 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:11.4628102Z 2020-10-21 17:23:11,461 - aqt - INFO - Finish installation of qttools-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 37.408832437
2020-10-21T17:23:11.5659637Z 2020-10-21 17:23:11,461 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:11.5707046Z 2020-10-21 17:23:11,569 - aqt - INFO - Downloading qtserialbus...
2020-10-21T17:23:11.5709804Z 2020-10-21 17:23:11,569 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtserialbus-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:12.1453271Z 2020-10-21 17:23:12,144 - aqt - INFO - Finish installation of qtwebview-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 1.3765212380000094
2020-10-21T17:23:12.1476709Z 2020-10-21 17:23:12,146 - aqt - INFO - Downloading qtscxml...
2020-10-21T17:23:12.1478768Z 2020-10-21 17:23:12,146 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtscxml-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:12.1517015Z 2020-10-21 17:23:12,150 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtserialbus-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:12.7326905Z 2020-10-21 17:23:12,731 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtscxml-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:16.4027814Z 2020-10-21 17:23:16,401 - aqt - INFO - Finish installation of qtserialbus-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 4.832791401999998
2020-10-21T17:23:16.4051370Z 2020-10-21 17:23:16,404 - aqt - INFO - Downloading qtgamepad...
2020-10-21T17:23:16.5119760Z 2020-10-21 17:23:16,405 - aqt - INFO - Finish installation of qtscxml-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 4.2593389450000245
2020-10-21T17:23:16.5238026Z 2020-10-21 17:23:16,522 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtgamepad-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:16.6368463Z 2020-10-21 17:23:16,635 - aqt - INFO - Downloading qtspeech...
2020-10-21T17:23:16.6379974Z 2020-10-21 17:23:16,637 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtspeech-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:17.2505772Z 2020-10-21 17:23:17,249 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtspeech-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:17.2519854Z 2020-10-21 17:23:17,250 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtgamepad-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:20.3249306Z 2020-10-21 17:23:20,324 - aqt - INFO - Finish installation of qtspeech-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 3.6884633410000447
2020-10-21T17:23:20.4443865Z 2020-10-21 17:23:20,442 - aqt - INFO - Downloading qtwayland...
2020-10-21T17:23:20.6683111Z 2020-10-21 17:23:20,667 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtwayland-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:20.9937596Z 2020-10-21 17:23:20,992 - aqt - INFO - Finish installation of qtgamepad-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 4.5885519260000365
2020-10-21T17:23:21.0113801Z 2020-10-21 17:23:21,010 - aqt - INFO - Downloading qtremoteobjects...
2020-10-21T17:23:21.1187825Z 2020-10-21 17:23:21,118 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtremoteobjects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:21.4726451Z 2020-10-21 17:23:21,471 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtwayland-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:21.7099776Z 2020-10-21 17:23:21,709 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qtremoteobjects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z
2020-10-21T17:23:25.6510017Z 2020-10-21 17:23:25,650 - aqt - INFO - Finish installation of qtremoteobjects-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 4.639695262000032
2020-10-21T17:23:25.6744318Z 2020-10-21 17:23:25,673 - aqt - INFO - Downloading icu...
2020-10-21T17:23:25.7936836Z 2020-10-21 17:23:25,792 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110icu-linux-Rhel7.2-x64.7z
2020-10-21T17:23:26.5425169Z 2020-10-21 17:23:26,541 - aqt - INFO - Redirected URL: http://qt.mirrors.tds.net/qt/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110icu-linux-Rhel7.2-x64.7z
2020-10-21T17:23:36.5613004Z 2020-10-21 17:23:36,560 - aqt - INFO - Finish installation of qtwayland-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 16.118114348999995
2020-10-21T17:23:36.5639946Z 2020-10-21 17:23:36,563 - aqt - INFO - Downloading qt...
2020-10-21T17:23:36.5647179Z 2020-10-21 17:23:36,564 - aqt - DEBUG - Download URL: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_5151/qt.qt5.5151.gcc_64/5.15.1-0-202009071110qt-5.15.1-linux.7z
2020-10-21T17:23:37.7402271Z 2020-10-21 17:23:37,739 - aqt - INFO - Finish installation of qt-5.15.1-linux.7z in 1.1764571230000342
2020-10-21T17:23:53.5032387Z 2020-10-21 17:23:53,502 - aqt - INFO - Finish installation of icu-linux-Rhel7.2-x64.7z in 27.828565717000004
2020-10-21T17:25:12.6830197Z 2020-10-21 17:25:12,682 - aqt - INFO - Finish installation of qt3d-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 150.646224958
2020-10-21T17:25:56.0243159Z 2020-10-21 17:25:56,023 - aqt - INFO - Finish installation of qtbase-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64.7z in 205.463853336
2020-10-21T17:25:56.0378886Z 2020-10-21 17:25:56,037 - aqt - INFO - Finished installation
2020-10-21T17:25:56.0380309Z 2020-10-21 17:25:56,037 - aqt - INFO - Time elasped: 206.15166242 second
2020-10-21T17:25:57.0668299Z ----<==== Define Paths ====>----
2020-10-21T17:25:57.0668953Z ----<==== Create Directories ====>----
2020-10-21T17:25:57.0669620Z ----<==== Define Plugins ====>----
2020-10-21T17:25:57.0670675Z filtering out: linux-vdso.so.1
2020-10-21T17:25:57.0672052Z filtering out: /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
2020-10-21T17:25:57.0673350Z filtering out: /usr/lib/x86_64-linux-gnu/libfreetype.so.6
2020-10-21T17:25:57.0674552Z filtering out: /lib/x86_64-linux-gnu/libz.so.1
2020-10-21T17:25:57.0675570Z filtering out: /usr/lib/x86_64-linux-gnu/libGL.so.1
2020-10-21T17:25:57.0676615Z filtering out: /lib/x86_64-linux-gnu/libpthread.so.0
2020-10-21T17:25:57.0677715Z filtering out: /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1
2020-10-21T17:25:57.0678853Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-icccm.so.4
2020-10-21T17:25:57.0680011Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-image.so.0
2020-10-21T17:25:57.0681176Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0
2020-10-21T17:25:57.0684378Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-keysyms.so.1
2020-10-21T17:25:57.0685963Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-randr.so.0
2020-10-21T17:25:57.0687332Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-render-util.so.0
2020-10-21T17:25:57.0688617Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-render.so.0
2020-10-21T17:25:57.0689799Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-shape.so.0
2020-10-21T17:25:57.0690945Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1
2020-10-21T17:25:57.0692085Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2020-10-21T17:25:57.0693856Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-xinerama.so.0
2020-10-21T17:25:57.0695131Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-xkb.so.1
2020-10-21T17:25:57.0696221Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb.so.1
2020-10-21T17:25:57.0697334Z filtering out: /usr/lib/x86_64-linux-gnu/libXext.so.6
2020-10-21T17:25:57.0698219Z filtering out: /usr/lib/x86_64-linux-gnu/libX11.so.6
2020-10-21T17:25:57.0699214Z filtering out: /usr/lib/x86_64-linux-gnu/libxkbcommon-x11.so.0
2020-10-21T17:25:57.0700438Z filtering out: /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0
2020-10-21T17:25:57.0702081Z filtering out: /lib/x86_64-linux-gnu/libdl.so.2
2020-10-21T17:25:57.0703117Z filtering out: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
2020-10-21T17:25:57.0704394Z filtering out: /lib/x86_64-linux-gnu/libm.so.6
2020-10-21T17:25:57.0705421Z filtering out: /lib/x86_64-linux-gnu/libgcc_s.so.1
2020-10-21T17:25:57.0706478Z filtering out: /lib/x86_64-linux-gnu/libc.so.6
2020-10-21T17:25:57.0707562Z filtering out: /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
2020-10-21T17:25:57.0709301Z filtering out: /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
2020-10-21T17:25:57.0710633Z filtering out: /lib/x86_64-linux-gnu/libexpat.so.1
2020-10-21T17:25:57.0711821Z filtering out: /lib/x86_64-linux-gnu/libuuid.so.1
2020-10-21T17:25:57.0712892Z filtering out: /usr/lib/x86_64-linux-gnu/libpng16.so.16
2020-10-21T17:25:57.0713948Z filtering out: /lib/x86_64-linux-gnu/libdbus-1.so.3
2020-10-21T17:25:57.0715000Z filtering out: /lib64/ld-linux-x86-64.so.2
2020-10-21T17:25:57.0716080Z filtering out: /usr/lib/x86_64-linux-gnu/libGLX.so.0
2020-10-21T17:25:57.0717594Z filtering out: /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0
2020-10-21T17:25:57.0718782Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb-util.so.0
2020-10-21T17:25:57.0719861Z filtering out: /usr/lib/x86_64-linux-gnu/libXau.so.6
2020-10-21T17:25:57.0720914Z filtering out: /usr/lib/x86_64-linux-gnu/libXdmcp.so.6
2020-10-21T17:25:57.0721965Z filtering out: /lib/x86_64-linux-gnu/libpcre.so.3
2020-10-21T17:25:57.0722944Z filtering out: /lib/x86_64-linux-gnu/libsystemd.so.0
2020-10-21T17:25:57.0724534Z filtering out: /usr/lib/x86_64-linux-gnu/libbsd.so.0
2020-10-21T17:25:57.0725687Z filtering out: /lib/x86_64-linux-gnu/librt.so.1
2020-10-21T17:25:57.0726740Z filtering out: /lib/x86_64-linux-gnu/liblzma.so.5
2020-10-21T17:25:57.0727761Z filtering out: /usr/lib/x86_64-linux-gnu/liblz4.so.1
2020-10-21T17:25:57.0728817Z filtering out: /lib/x86_64-linux-gnu/libgcrypt.so.20
2020-10-21T17:25:57.0734639Z filtering out: /lib/x86_64-linux-gnu/libgpg-error.so.0
2020-10-21T17:25:57.0735581Z filtering out: linux-vdso.so.1
2020-10-21T17:25:57.0736512Z filtering out: /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
2020-10-21T17:25:57.0737547Z filtering out: /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
2020-10-21T17:25:57.0738624Z filtering out: /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
2020-10-21T17:25:57.0740417Z filtering out: /usr/lib/x86_64-linux-gnu/libfreetype.so.6
2020-10-21T17:25:57.0741339Z filtering out: /lib/x86_64-linux-gnu/libz.so.1
2020-10-21T17:25:57.0742191Z filtering out: /usr/lib/x86_64-linux-gnu/libGL.so.1
2020-10-21T17:25:57.0743114Z filtering out: /lib/x86_64-linux-gnu/libpthread.so.0
2020-10-21T17:25:57.0744056Z filtering out: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
2020-10-21T17:25:57.0744963Z filtering out: /lib/x86_64-linux-gnu/libm.so.6
2020-10-21T17:25:57.0745788Z filtering out: /lib/x86_64-linux-gnu/libgcc_s.so.1
2020-10-21T17:25:57.0746625Z filtering out: /lib/x86_64-linux-gnu/libc.so.6
2020-10-21T17:25:57.0747514Z filtering out: /lib/x86_64-linux-gnu/libpcre.so.3
2020-10-21T17:25:57.0748340Z filtering out: /lib/x86_64-linux-gnu/libexpat.so.1
2020-10-21T17:25:57.0749227Z filtering out: /lib/x86_64-linux-gnu/libuuid.so.1
2020-10-21T17:25:57.0750128Z filtering out: /usr/lib/x86_64-linux-gnu/libpng16.so.16
2020-10-21T17:25:57.0751004Z filtering out: /lib/x86_64-linux-gnu/libdl.so.2
2020-10-21T17:25:57.0752045Z filtering out: /lib64/ld-linux-x86-64.so.2
2020-10-21T17:25:57.0752947Z filtering out: /usr/lib/x86_64-linux-gnu/libGLX.so.0
2020-10-21T17:25:57.0753951Z filtering out: /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0
2020-10-21T17:25:57.0754919Z filtering out: /usr/lib/x86_64-linux-gnu/libX11.so.6
2020-10-21T17:25:57.0755734Z filtering out: /usr/lib/x86_64-linux-gnu/libXext.so.6
2020-10-21T17:25:57.0756701Z filtering out: /usr/lib/x86_64-linux-gnu/libxcb.so.1
2020-10-21T17:25:57.0757449Z filtering out: /usr/lib/x86_64-linux-gnu/libXau.so.6
2020-10-21T17:25:57.0758209Z filtering out: /usr/lib/x86_64-linux-gnu/libXdmcp.so.6
2020-10-21T17:25:57.0758967Z filtering out: /usr/lib/x86_64-linux-gnu/libbsd.so.0
2020-10-21T17:25:57.0759683Z filtering out: /lib/x86_64-linux-gnu/librt.so.1
2020-10-21T17:25:57.0760667Z ----<==== Build Application And Platform Plugin Copy Actions ====>----
2020-10-21T17:25:57.0761384Z ----<==== Download PyQt5 ====>----
2020-10-21T17:25:57.0761897Z ----<==== Patch PyQt5 ====>----
2020-10-21T17:25:57.0762102Z
2020-10-21T17:25:57.0762406Z Calling:
2020-10-21T17:25:57.0762814Z Caller: File "./build.py", line 868, in patch_pyqt
2020-10-21T17:25:57.0763687Z CWD: '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5'
2020-10-21T17:25:57.0764858Z As passed: ['patch', '-p', '1', '-i', '/__w/pyqt5-tools/pyqt5-tools/pluginloader.5.15.1.patch']
2020-10-21T17:25:57.0765969Z Full: patch -p 1 -i /__w/pyqt5-tools/pyqt5-tools/pluginloader.5.15.1.patch
2020-10-21T17:25:57.0766710Z 'patch'
2020-10-21T17:25:57.0767112Z '-p'
2020-10-21T17:25:57.0767494Z '1'
2020-10-21T17:25:57.0767870Z '-i'
2020-10-21T17:25:57.0768611Z '/__w/pyqt5-tools/pyqt5-tools/pluginloader.5.15.1.patch'
2020-10-21T17:25:57.9562260Z patching file designer/excepthook.c
2020-10-21T17:25:57.9562783Z patching file designer/excepthook.py
2020-10-21T17:25:57.9563326Z patching file designer/generate_module_literal.py
2020-10-21T17:25:57.9563948Z patching file designer/pluginloader.cpp
2020-10-21T17:25:57.9565070Z ----<==== Build PyQt5 ====>----
2020-10-21T17:25:57.9565286Z
2020-10-21T17:25:57.9565508Z Calling:
2020-10-21T17:25:57.9565875Z Caller: File "./build.py", line 885, in build_pyqt
2020-10-21T17:25:57.9566767Z CWD: PosixPath('/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5')
2020-10-21T17:25:57.9572985Z As passed: ['sip-build', '--confirm-license', '--verbose', '--no-make', '--no-tools', '--no-dbus-python', '--qmake', '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake', '--disable', 'QtTextToSpeech', '--disable', 'QtMacExtras', '--disable', 'QtMultimediaWidgets', '--disable', 'QtTest', '--disable', 'QtWebChannel', '--disable', 'QtAndroidExtras', '--disable', 'QAxContainer', '--disable', 'QtHelp', '--disable', 'Enginio', '--disable', 'QtSensors', '--disable', 'QtX11Extras', '--disable', '_QOpenGLFunctions_2_1', '--disable', 'QtNfc', '--disable', 'QtWebKitWidgets', '--disable', '_QOpenGLFunctions_ES2', '--disable', 'QtPositioning', '--disable', 'pylupdate', '--disable', 'QtWinExtras', '--disable', 'QtSql', '--disable', 'QtBluetooth', '--disable', 'QtWebKit', '--disable', 'QtRemoteObjects', '--disable', 'QtMultimedia', '--disable', 'QtSerialPort', '--disable', 'QtQuick3D', '--disable', 'QtDBus', '--disable', 'QtSvg', '--disable', 'QtWebSockets', '--disable', 'QtLocation', '--disable', 'QtPrintSupport', '--disable', 'QtXml', '--disable', 'pyrcc', '--disable', 'QtXmlPatterns', '--disable', 'QtOpenGL', '--disable', '_QOpenGLFunctions_4_1_Core', '--disable', 'QtQuickWidgets', '--disable', 'QtNetwork', '--disable', '_QOpenGLFunctions_2_0', '--disable', 'QtWidgets', '--disable', 'QtNetworkAuth']
2020-10-21T17:25:57.9582628Z Full: sip-build --confirm-license --verbose --no-make --no-tools --no-dbus-python --qmake /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake --disable QtTextToSpeech --disable QtMacExtras --disable QtMultimediaWidgets --disable QtTest --disable QtWebChannel --disable QtAndroidExtras --disable QAxContainer --disable QtHelp --disable Enginio --disable QtSensors --disable QtX11Extras --disable _QOpenGLFunctions_2_1 --disable QtNfc --disable QtWebKitWidgets --disable _QOpenGLFunctions_ES2 --disable QtPositioning --disable pylupdate --disable QtWinExtras --disable QtSql --disable QtBluetooth --disable QtWebKit --disable QtRemoteObjects --disable QtMultimedia --disable QtSerialPort --disable QtQuick3D --disable QtDBus --disable QtSvg --disable QtWebSockets --disable QtLocation --disable QtPrintSupport --disable QtXml --disable pyrcc --disable QtXmlPatterns --disable QtOpenGL --disable _QOpenGLFunctions_4_1_Core --disable QtQuickWidgets --disable QtNetwork --disable _QOpenGLFunctions_2_0 --disable QtWidgets --disable QtNetworkAuth
2020-10-21T17:25:57.9587076Z 'sip-build'
2020-10-21T17:25:57.9588504Z '--confirm-license'
2020-10-21T17:25:57.9589078Z '--verbose'
2020-10-21T17:25:57.9589472Z '--no-make'
2020-10-21T17:25:57.9589867Z '--no-tools'
2020-10-21T17:25:57.9590316Z '--no-dbus-python'
2020-10-21T17:25:57.9590728Z '--qmake'
2020-10-21T17:25:57.9591481Z '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake'
2020-10-21T17:25:57.9592501Z '--disable'
2020-10-21T17:25:57.9592965Z 'QtTextToSpeech'
2020-10-21T17:25:57.9593419Z '--disable'
2020-10-21T17:25:57.9593845Z 'QtMacExtras'
2020-10-21T17:25:57.9594270Z '--disable'
2020-10-21T17:25:57.9594764Z 'QtMultimediaWidgets'
2020-10-21T17:25:57.9595268Z '--disable'
2020-10-21T17:25:57.9595658Z 'QtTest'
2020-10-21T17:25:57.9596049Z '--disable'
2020-10-21T17:25:57.9596479Z 'QtWebChannel'
2020-10-21T17:25:57.9596912Z '--disable'
2020-10-21T17:25:57.9597376Z 'QtAndroidExtras'
2020-10-21T17:25:57.9597819Z '--disable'
2020-10-21T17:25:57.9598257Z 'QAxContainer'
2020-10-21T17:25:57.9598687Z '--disable'
2020-10-21T17:25:57.9599072Z 'QtHelp'
2020-10-21T17:25:57.9599459Z '--disable'
2020-10-21T17:25:57.9599849Z 'Enginio'
2020-10-21T17:25:57.9600242Z '--disable'
2020-10-21T17:25:57.9600632Z 'QtSensors'
2020-10-21T17:25:57.9601037Z '--disable'
2020-10-21T17:25:57.9601453Z 'QtX11Extras'
2020-10-21T17:25:57.9601870Z '--disable'
2020-10-21T17:25:57.9602356Z '_QOpenGLFunctions_2_1'
2020-10-21T17:25:57.9602829Z '--disable'
2020-10-21T17:25:57.9603192Z 'QtNfc'
2020-10-21T17:25:57.9603578Z '--disable'
2020-10-21T17:25:57.9604042Z 'QtWebKitWidgets'
2020-10-21T17:25:57.9604501Z '--disable'
2020-10-21T17:25:57.9604993Z '_QOpenGLFunctions_ES2'
2020-10-21T17:25:57.9605474Z '--disable'
2020-10-21T17:25:57.9605915Z 'QtPositioning'
2020-10-21T17:25:57.9606337Z '--disable'
2020-10-21T17:25:57.9606741Z 'pylupdate'
2020-10-21T17:25:57.9607145Z '--disable'
2020-10-21T17:25:57.9607570Z 'QtWinExtras'
2020-10-21T17:25:57.9607991Z '--disable'
2020-10-21T17:25:57.9608372Z 'QtSql'
2020-10-21T17:25:57.9608757Z '--disable'
2020-10-21T17:25:57.9609162Z 'QtBluetooth'
2020-10-21T17:25:57.9609581Z '--disable'
2020-10-21T17:25:57.9609978Z 'QtWebKit'
2020-10-21T17:25:57.9610379Z '--disable'
2020-10-21T17:25:57.9610842Z 'QtRemoteObjects'
2020-10-21T17:25:57.9611306Z '--disable'
2020-10-21T17:25:57.9611735Z 'QtMultimedia'
2020-10-21T17:25:57.9612149Z '--disable'
2020-10-21T17:25:57.9612580Z 'QtSerialPort'
2020-10-21T17:25:57.9613009Z '--disable'
2020-10-21T17:25:57.9613418Z 'QtQuick3D'
2020-10-21T17:25:57.9613823Z '--disable'
2020-10-21T17:25:57.9614210Z 'QtDBus'
2020-10-21T17:25:57.9614581Z '--disable'
2020-10-21T17:25:57.9614962Z 'QtSvg'
2020-10-21T17:25:57.9615346Z '--disable'
2020-10-21T17:25:57.9615779Z 'QtWebSockets'
2020-10-21T17:25:57.9616210Z '--disable'
2020-10-21T17:25:57.9616628Z 'QtLocation'
2020-10-21T17:25:57.9617046Z '--disable'
2020-10-21T17:25:57.9617480Z 'QtPrintSupport'
2020-10-21T17:25:57.9617932Z '--disable'
2020-10-21T17:25:57.9618312Z 'QtXml'
2020-10-21T17:25:57.9618696Z '--disable'
2020-10-21T17:25:57.9619073Z 'pyrcc'
2020-10-21T17:25:57.9619455Z '--disable'
2020-10-21T17:25:57.9619896Z 'QtXmlPatterns'
2020-10-21T17:25:57.9620318Z '--disable'
2020-10-21T17:25:57.9620722Z 'QtOpenGL'
2020-10-21T17:25:57.9621125Z '--disable'
2020-10-21T17:25:57.9621630Z '_QOpenGLFunctions_4_1_Core'
2020-10-21T17:25:57.9622115Z '--disable'
2020-10-21T17:25:57.9622567Z 'QtQuickWidgets'
2020-10-21T17:25:57.9623018Z '--disable'
2020-10-21T17:25:57.9623410Z 'QtNetwork'
2020-10-21T17:25:57.9623816Z '--disable'
2020-10-21T17:25:57.9624298Z '_QOpenGLFunctions_2_0'
2020-10-21T17:25:57.9624771Z '--disable'
2020-10-21T17:25:57.9625178Z 'QtWidgets'
2020-10-21T17:25:57.9625582Z '--disable'
2020-10-21T17:25:57.9626006Z 'QtNetworkAuth'
2020-10-21T17:25:57.9626613Z Querying qmake about your Qt installation...
2020-10-21T17:25:57.9627544Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake -query
2020-10-21T17:25:57.9628396Z This is the GPL version of PyQt 5.15.1 (licensed under the GNU General Public License) for Python 3.8.6 on linux.
2020-10-21T17:25:57.9629187Z Found the license file 'pyqt-gpl.sip'.
2020-10-21T17:25:57.9629785Z Checking to see if the QtCore bindings can be built...
2020-10-21T17:25:57.9630726Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake QtCore.pro
2020-10-21T17:25:58.2168205Z Info: creating stash file /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/cfgtest_QtCore/.qmake.stash
2020-10-21T17:25:58.2169122Z make
2020-10-21T17:26:01.1137879Z g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../qpy/QtCore -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o cfgtest_QtCore.o ../../config-tests/cfgtest_QtCore.cpp
2020-10-21T17:26:01.1139993Z g++ -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -o QtCore cfgtest_QtCore.o /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lpthread
2020-10-21T17:26:01.1142134Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/cfgtest_QtCore/./QtCore /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/cfgtest_QtCore/cfgtest_QtCore.out
2020-10-21T17:26:01.1671050Z Checking to see if the QtGui bindings can be built...
2020-10-21T17:26:01.1676305Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake QtGui.pro
2020-10-21T17:26:01.2867559Z Info: creating stash file /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/cfgtest_QtGui/.qmake.stash
2020-10-21T17:26:01.2868378Z make
2020-10-21T17:26:02.5723722Z g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../qpy/QtGui -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o cfgtest_QtGui.o ../../config-tests/cfgtest_QtGui.cpp
2020-10-21T17:26:02.5728636Z g++ -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -o QtGui cfgtest_QtGui.o /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Gui.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
2020-10-21T17:26:02.5733026Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/cfgtest_QtGui/./QtGui /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/cfgtest_QtGui/cfgtest_QtGui.out
2020-10-21T17:26:02.6049354Z Checking to see if the QtQml bindings can be built...
2020-10-21T17:26:02.6056482Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake QtQml.pro
2020-10-21T17:26:02.7238921Z Info: creating stash file /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/cfgtest_QtQml/.qmake.stash
2020-10-21T17:26:02.7240054Z make
2020-10-21T17:26:03.9719882Z g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../qpy/QtQml -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o cfgtest_QtQml.o cfgtest_QtQml.cpp
2020-10-21T17:26:03.9726353Z g++ -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -o QtQml cfgtest_QtQml.o /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Gui.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Qml.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Network.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
2020-10-21T17:26:03.9728679Z Checking to see if the QtDesigner bindings can be built...
2020-10-21T17:26:03.9729786Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake QtDesigner.pro
2020-10-21T17:26:04.1013418Z Info: creating stash file /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/cfgtest_QtDesigner/.qmake.stash
2020-10-21T17:26:04.1014801Z make
2020-10-21T17:26:05.4743079Z g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I../../qpy/QtDesigner -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o cfgtest_QtDesigner.o cfgtest_QtDesigner.cpp
2020-10-21T17:26:05.4746878Z In file included from cfgtest_QtDesigner.cpp:2:
2020-10-21T17:26:05.4748419Z ../../../qt/5.15.1/gcc_64/include/QtDesigner/customwidget.h:4:4: warning: #warning Header <QtDesigner/customwidget.h> is deprecated. Please include <QtUiPlugin/customwidget.h> instead. [-Wcpp]
2020-10-21T17:26:05.4749827Z # warning Header <QtDesigner/customwidget.h> is deprecated. Please include <QtUiPlugin/customwidget.h> instead.
2020-10-21T17:26:05.4750509Z ^~~~~~~
2020-10-21T17:26:05.4754020Z g++ -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -o QtDesigner cfgtest_QtDesigner.o /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Designer.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Widgets.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Gui.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Xml.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
2020-10-21T17:26:05.4757690Z Checking to see if the QtQuick bindings can be built...
2020-10-21T17:26:05.4758806Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake QtQuick.pro
2020-10-21T17:26:05.6274678Z Info: creating stash file /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/cfgtest_QtQuick/.qmake.stash
2020-10-21T17:26:05.6275496Z make
2020-10-21T17:26:07.3851683Z g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../../qpy/QtQuick -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o cfgtest_QtQuick.o cfgtest_QtQuick.cpp
2020-10-21T17:26:07.3859198Z g++ -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -o QtQuick cfgtest_QtQuick.o /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Quick.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Gui.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5QmlModels.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Qml.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Network.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
2020-10-21T17:26:07.3862246Z Generating the Qt Designer plugin .pro file...
2020-10-21T17:26:07.3862746Z Generating the qmlscene plugin .pro file...
2020-10-21T17:26:07.3863436Z These bindings will be built: Qt, QtCore, QtGui, QtQml, QtDesigner, QtQuick.
2020-10-21T17:26:07.3866101Z Generating the Qt bindings...
2020-10-21T17:26:16.6444390Z Generating the QtCore bindings...
2020-10-21T17:26:17.3206824Z Generating the QtGui bindings...
2020-10-21T17:26:19.5332667Z Generating the QtQml bindings...
2020-10-21T17:26:20.2201384Z Generating the QtDesigner bindings...
2020-10-21T17:26:25.7675567Z Generating the QtQuick bindings...
2020-10-21T17:26:28.3274255Z Generating the .pro file for the Qt module...
2020-10-21T17:26:28.3279023Z Generating the .pro file for the QtCore module...
2020-10-21T17:26:28.3361119Z Generating the .pro file for the QtGui module...
2020-10-21T17:26:28.3432755Z Generating the .pro file for the QtQml module...
2020-10-21T17:26:28.3446904Z Generating the .pro file for the QtDesigner module...
2020-10-21T17:26:28.3458920Z Generating the .pro file for the QtQuick module...
2020-10-21T17:26:28.3490411Z Generating the top-level .pro file...
2020-10-21T17:26:28.3490898Z Generating the Makefiles...
2020-10-21T17:26:28.3491871Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake -recursive PyQt5.pro
2020-10-21T17:26:32.4741276Z Info: creating stash file /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/.qmake.stash
2020-10-21T17:26:32.4743380Z Reading /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/designer/designer.pro
2020-10-21T17:26:32.4745354Z Reading /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/qmlscene/qmlscene.pro
2020-10-21T17:26:32.4747344Z Reading /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/Qt/Qt.pro
2020-10-21T17:26:32.4749193Z Reading /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/QtCore.pro
2020-10-21T17:26:32.4751051Z Reading /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/QtGui.pro
2020-10-21T17:26:32.4753193Z Reading /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQml/QtQml.pro
2020-10-21T17:26:32.4755164Z Reading /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/QtDesigner.pro
2020-10-21T17:26:32.4757167Z Reading /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQuick/QtQuick.pro
2020-10-21T17:26:32.4758270Z The project has been built.
2020-10-21T17:26:32.4982258Z
2020-10-21T17:26:32.4982735Z Calling:
2020-10-21T17:26:32.4983114Z Caller: File "./build.py", line 919, in build_pyqt
2020-10-21T17:26:32.4984508Z CWD: '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build'
2020-10-21T17:26:32.4985246Z As passed: ['make', '-j2']
2020-10-21T17:26:32.4985673Z Full: make -j2
2020-10-21T17:26:32.4986037Z 'make'
2020-10-21T17:26:32.4986391Z '-j2'
2020-10-21T17:26:32.5529785Z cd designer/ && ( test -e Makefile || /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake -o Makefile /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/designer/designer.pro ) && make -f Makefile
2020-10-21T17:26:32.6462424Z make[1]: Entering directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/designer'
2020-10-21T17:26:32.6466885Z g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DPYTHON_LIB=\"libpython3.8.so\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I/usr/local/include/python3.8 -I../../designer -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o pluginloader.o ../../designer/pluginloader.cpp
2020-10-21T17:26:32.6476125Z g++ -pipe -O2 -Wall -Wextra -dM -E -o moc_predefs.h ../../../qt/5.15.1/gcc_64/mkspecs/features/data/dummy.cpp
2020-10-21T17:26:32.6615398Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/moc -DPYTHON_LIB=\"libpython3.8.so\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS --include /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/designer/moc_predefs.h -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/mkspecs/linux-g++ -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/designer -I/usr/local/include/python3.8 -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/designer -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtUiPlugin -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtWidgets -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtGui -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtXml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtCore -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../designer/pluginloader.h -o moc_pluginloader.cpp
2020-10-21T17:26:33.2725402Z g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DPYTHON_LIB=\"libpython3.8.so\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I/usr/local/include/python3.8 -I../../designer -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o moc_pluginloader.o moc_pluginloader.cpp
2020-10-21T17:26:36.7404072Z rm -f libpyqt5.so
2020-10-21T17:26:36.7420071Z g++ -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -shared -o libpyqt5.so pluginloader.o moc_pluginloader.o -L/usr/local/lib -lpython3.8 /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Designer.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Widgets.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Gui.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Xml.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
2020-10-21T17:26:37.0747891Z make[1]: Leaving directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/designer'
2020-10-21T17:26:37.0764207Z cd qmlscene/ && ( test -e Makefile || /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake -o Makefile /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/qmlscene/qmlscene.pro ) && make -f Makefile
2020-10-21T17:26:37.1350098Z make[1]: Entering directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/qmlscene'
2020-10-21T17:26:37.1353416Z g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DPYTHON_LIB=\"libpython3.8.so\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/include/python3.8 -I../../build -I../../qmlscene -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o pluginloader.o ../../qmlscene/pluginloader.cpp
2020-10-21T17:26:37.1360549Z g++ -pipe -O2 -Wall -Wextra -dM -E -o moc_predefs.h ../../../qt/5.15.1/gcc_64/mkspecs/features/data/dummy.cpp
2020-10-21T17:26:37.1454652Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/moc -DPYTHON_LIB=\"libpython3.8.so\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/qmlscene/moc_predefs.h -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/mkspecs/linux-g++ -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/qmlscene -I/usr/local/include/python3.8 -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/qmlscene -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtGui -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtQml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtNetwork -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtCore -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../qmlscene/pluginloader.h -o moc_pluginloader.cpp
2020-10-21T17:26:37.3614188Z g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DPYTHON_LIB=\"libpython3.8.so\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/include/python3.8 -I../../build -I../../qmlscene -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o moc_pluginloader.o moc_pluginloader.cpp
2020-10-21T17:26:38.1257800Z ../../qmlscene/pluginloader.cpp: In member function ‘virtual void PyQt5QmlPlugin::registerTypes(const char*)’:
2020-10-21T17:26:38.1260002Z ../../qmlscene/pluginloader.cpp:174:96: warning: ‘QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
2020-10-21T17:26:38.1261533Z QStringList env_dirs = QString::fromLatin1(env_path).split(sep, QString::SkipEmptyParts);
2020-10-21T17:26:38.1262173Z ^
2020-10-21T17:26:38.1268694Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcoreapplication.h:44,
2020-10-21T17:26:38.1269392Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QCoreApplication:1,
2020-10-21T17:26:38.1269973Z from ../../qmlscene/pluginloader.cpp:28:
2020-10-21T17:26:38.1270590Z ../../../qt/5.15.1/gcc_64/include/QtCore/qstring.h:610:17: note: declared here
2020-10-21T17:26:38.1271187Z QStringList split(QChar sep, SplitBehavior behavior,
2020-10-21T17:26:38.1271624Z ^~~~~
2020-10-21T17:26:38.4962173Z rm -f libpyqt5qmlplugin.so
2020-10-21T17:26:38.4976365Z g++ -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -shared -o libpyqt5qmlplugin.so pluginloader.o moc_pluginloader.o -L/usr/local/lib -lpython3.8 /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Gui.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Qml.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Network.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
2020-10-21T17:26:38.7391293Z make[1]: Leaving directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/qmlscene'
2020-10-21T17:26:38.7405422Z cd Qt/ && ( test -e Makefile || /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake -o Makefile /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/Qt/Qt.pro ) && make -f Makefile
2020-10-21T17:26:38.7940800Z make[1]: Entering directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/Qt'
2020-10-21T17:26:38.7944448Z gcc -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -I. -I. -I.. -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtcmodule.o sipQtcmodule.c
2020-10-21T17:26:40.0482466Z rm -f libQt.so
2020-10-21T17:26:40.0494121Z g++ -Wl,--version-script=Qt.exp -Wl,-O1 -shared -o libQt.so sipQtcmodule.o -lpthread
2020-10-21T17:26:40.1112657Z cp -f libQt.so Qt.abi3.so
2020-10-21T17:26:40.1134147Z make[1]: Leaving directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/Qt'
2020-10-21T17:26:40.1148694Z cd QtCore/ && ( test -e Makefile || /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake -o Makefile /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/QtCore.pro ) && make -f Makefile
2020-10-21T17:26:40.2098309Z make[1]: Entering directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore'
2020-10-21T17:26:40.2100773Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCorecmodule.o sipQtCorecmodule.cpp
2020-10-21T17:26:40.2104914Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0600QPair0100QString0100QString.o sipQtCoreQList0600QPair0100QString0100QString.cpp
2020-10-21T17:26:41.5765754Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QStorageInfo.o sipQtCoreQList0100QStorageInfo.cpp
2020-10-21T17:26:41.7289316Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_ws(PyObject*, PyObject*)’:
2020-10-21T17:26:41.7298365Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6311:29: warning: ‘QTextStream& QTextStreamFunctions::ws(QTextStream&)’ is deprecated: Use Qt::ws [-Wdeprecated-declarations]
2020-10-21T17:26:41.7302468Z sipRes = &ws(*a0);
2020-10-21T17:26:41.7302767Z ^
2020-10-21T17:26:41.7305454Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7306376Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7306934Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7307601Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7308246Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7311159Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7315369Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7316302Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7318195Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:297:73: note: declared here
2020-10-21T17:26:41.7410215Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::ws") QTextStream &ws(QTextStream &s);
2020-10-21T17:26:41.7413123Z ^~
2020-10-21T17:26:41.7415683Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6311:29: warning: ‘QTextStream& QTextStreamFunctions::ws(QTextStream&)’ is deprecated: Use Qt::ws [-Wdeprecated-declarations]
2020-10-21T17:26:41.7421938Z sipRes = &ws(*a0);
2020-10-21T17:26:41.7422197Z ^
2020-10-21T17:26:41.7422606Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7423212Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7423901Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7425711Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7430115Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7430601Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7432010Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7434126Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7438644Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:297:73: note: declared here
2020-10-21T17:26:41.7439430Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::ws") QTextStream &ws(QTextStream &s);
2020-10-21T17:26:41.7439966Z ^~
2020-10-21T17:26:41.7447080Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_bom(PyObject*, PyObject*)’:
2020-10-21T17:26:41.7465753Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6338:30: warning: ‘QTextStream& QTextStreamFunctions::bom(QTextStream&)’ is deprecated: Use Qt::bom [-Wdeprecated-declarations]
2020-10-21T17:26:41.7513702Z sipRes = &bom(*a0);
2020-10-21T17:26:41.7514090Z ^
2020-10-21T17:26:41.7514503Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7515074Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7515619Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7516172Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7516688Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7517137Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7518428Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7519211Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7519806Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:296:74: note: declared here
2020-10-21T17:26:41.7520945Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::bom") QTextStream &bom(QTextStream &s);
2020-10-21T17:26:41.7521487Z ^~~
2020-10-21T17:26:41.7523528Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6338:30: warning: ‘QTextStream& QTextStreamFunctions::bom(QTextStream&)’ is deprecated: Use Qt::bom [-Wdeprecated-declarations]
2020-10-21T17:26:41.7524951Z sipRes = &bom(*a0);
2020-10-21T17:26:41.7525218Z ^
2020-10-21T17:26:41.7525624Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7526187Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7526712Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7527233Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7527763Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7528233Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7529191Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7529968Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7530581Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:296:74: note: declared here
2020-10-21T17:26:41.7531339Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::bom") QTextStream &bom(QTextStream &s);
2020-10-21T17:26:41.7531874Z ^~~
2020-10-21T17:26:41.7533049Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_reset(PyObject*, PyObject*)’:
2020-10-21T17:26:41.7535644Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6365:32: warning: ‘QTextStream& QTextStreamFunctions::reset(QTextStream&)’ is deprecated: Use Qt::reset [-Wdeprecated-declarations]
2020-10-21T17:26:41.7536958Z sipRes = &reset(*a0);
2020-10-21T17:26:41.7537232Z ^
2020-10-21T17:26:41.7537642Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7538214Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7538752Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7539277Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7539788Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7540255Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7541210Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7541987Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7542564Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:295:76: note: declared here
2020-10-21T17:26:41.7543336Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::reset") QTextStream &reset(QTextStream &s);
2020-10-21T17:26:41.7543889Z ^~~~~
2020-10-21T17:26:41.7545862Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6365:32: warning: ‘QTextStream& QTextStreamFunctions::reset(QTextStream&)’ is deprecated: Use Qt::reset [-Wdeprecated-declarations]
2020-10-21T17:26:41.7547192Z sipRes = &reset(*a0);
2020-10-21T17:26:41.7547465Z ^
2020-10-21T17:26:41.7547871Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7548517Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7549067Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7549594Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7550093Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7550556Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7551573Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7552797Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7554775Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:295:76: note: declared here
2020-10-21T17:26:41.7557051Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::reset") QTextStream &reset(QTextStream &s);
2020-10-21T17:26:41.7561450Z ^~~~~
2020-10-21T17:26:41.7562865Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_flush(PyObject*, PyObject*)’:
2020-10-21T17:26:41.7596136Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6392:32: warning: ‘QTextStream& QTextStreamFunctions::flush(QTextStream&)’ is deprecated: Use Qt::flush [-Wdeprecated-declarations]
2020-10-21T17:26:41.7597542Z sipRes = &flush(*a0);
2020-10-21T17:26:41.7597823Z ^
2020-10-21T17:26:41.7598218Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7598783Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7599326Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7599851Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7600382Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7600852Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7601814Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7602597Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7603211Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:294:76: note: declared here
2020-10-21T17:26:41.7603991Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::flush") QTextStream &flush(QTextStream &s);
2020-10-21T17:26:41.7604526Z ^~~~~
2020-10-21T17:26:41.7606508Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6392:32: warning: ‘QTextStream& QTextStreamFunctions::flush(QTextStream&)’ is deprecated: Use Qt::flush [-Wdeprecated-declarations]
2020-10-21T17:26:41.7607851Z sipRes = &flush(*a0);
2020-10-21T17:26:41.7608126Z ^
2020-10-21T17:26:41.7608531Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7609095Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7609633Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7610172Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7610687Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7611149Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7612075Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7612851Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7613438Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:294:76: note: declared here
2020-10-21T17:26:41.7614459Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::flush") QTextStream &flush(QTextStream &s);
2020-10-21T17:26:41.7615016Z ^~~~~
2020-10-21T17:26:41.7616198Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_endl(PyObject*, PyObject*)’:
2020-10-21T17:26:41.7618879Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6419:31: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
2020-10-21T17:26:41.7620198Z sipRes = &endl(*a0);
2020-10-21T17:26:41.7620470Z ^
2020-10-21T17:26:41.7620875Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7621438Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7621981Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7622512Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7623031Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7623495Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7624449Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7625226Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7625814Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:293:75: note: declared here
2020-10-21T17:26:41.7673251Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
2020-10-21T17:26:41.7673830Z ^~~~
2020-10-21T17:26:41.7676118Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6419:31: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
2020-10-21T17:26:41.7677443Z sipRes = &endl(*a0);
2020-10-21T17:26:41.7677701Z ^
2020-10-21T17:26:41.7678115Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7678710Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7679248Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7679774Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7680289Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7680753Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7681719Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7682505Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7683083Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:293:75: note: declared here
2020-10-21T17:26:41.7683845Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
2020-10-21T17:26:41.7684387Z ^~~~
2020-10-21T17:26:41.7685570Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_center(PyObject*, PyObject*)’:
2020-10-21T17:26:41.7688160Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6446:33: warning: ‘QTextStream& QTextStreamFunctions::center(QTextStream&)’ is deprecated: Use Qt::center [-Wdeprecated-declarations]
2020-10-21T17:26:41.7689502Z sipRes = &center(*a0);
2020-10-21T17:26:41.7690055Z ^
2020-10-21T17:26:41.7690471Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7691035Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7691579Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7692214Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7692730Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7693178Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7694134Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7694911Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7695501Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:292:77: note: declared here
2020-10-21T17:26:41.7696290Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::center") QTextStream &center(QTextStream &s);
2020-10-21T17:26:41.7696848Z ^~~~~~
2020-10-21T17:26:41.7698837Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6446:33: warning: ‘QTextStream& QTextStreamFunctions::center(QTextStream&)’ is deprecated: Use Qt::center [-Wdeprecated-declarations]
2020-10-21T17:26:41.7702737Z sipRes = &center(*a0);
2020-10-21T17:26:41.7703021Z ^
2020-10-21T17:26:41.7703431Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7703982Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7704522Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7705059Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7705576Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7706041Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7707084Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7707861Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7708459Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:292:77: note: declared here
2020-10-21T17:26:41.7711041Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::center") QTextStream &center(QTextStream &s);
2020-10-21T17:26:41.7711616Z ^~~~~~
2020-10-21T17:26:41.7713014Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_right(PyObject*, PyObject*)’:
2020-10-21T17:26:41.7833828Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6473:32: warning: ‘QTextStream& QTextStreamFunctions::right(QTextStream&)’ is deprecated: Use Qt::right [-Wdeprecated-declarations]
2020-10-21T17:26:41.7835225Z sipRes = &right(*a0);
2020-10-21T17:26:41.7835503Z ^
2020-10-21T17:26:41.7835912Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7836489Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7837027Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7837554Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7838071Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7838539Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7839880Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7840654Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7841249Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:291:76: note: declared here
2020-10-21T17:26:41.7841999Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::right") QTextStream &right(QTextStream &s);
2020-10-21T17:26:41.7842648Z ^~~~~
2020-10-21T17:26:41.7844636Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6473:32: warning: ‘QTextStream& QTextStreamFunctions::right(QTextStream&)’ is deprecated: Use Qt::right [-Wdeprecated-declarations]
2020-10-21T17:26:41.7845968Z sipRes = &right(*a0);
2020-10-21T17:26:41.7846244Z ^
2020-10-21T17:26:41.7846649Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7847217Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7847752Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7848266Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7848781Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7849253Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7850195Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7850978Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7851572Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:291:76: note: declared here
2020-10-21T17:26:41.7852307Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::right") QTextStream &right(QTextStream &s);
2020-10-21T17:26:41.7852864Z ^~~~~
2020-10-21T17:26:41.7854040Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_left(PyObject*, PyObject*)’:
2020-10-21T17:26:41.7856564Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6500:31: warning: ‘QTextStream& QTextStreamFunctions::left(QTextStream&)’ is deprecated: Use Qt::left [-Wdeprecated-declarations]
2020-10-21T17:26:41.7857882Z sipRes = &left(*a0);
2020-10-21T17:26:41.7858155Z ^
2020-10-21T17:26:41.7858548Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7859107Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7859645Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7860172Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7860690Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7861153Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7862085Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7862861Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7863461Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:290:75: note: declared here
2020-10-21T17:26:41.7864173Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::left") QTextStream &left(QTextStream &s);
2020-10-21T17:26:41.7864711Z ^~~~
2020-10-21T17:26:41.7866623Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6500:31: warning: ‘QTextStream& QTextStreamFunctions::left(QTextStream&)’ is deprecated: Use Qt::left [-Wdeprecated-declarations]
2020-10-21T17:26:41.7868009Z sipRes = &left(*a0);
2020-10-21T17:26:41.7868328Z ^
2020-10-21T17:26:41.7868733Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7869290Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7869827Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7870416Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7878670Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7879189Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7880316Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7881094Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7887476Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:290:75: note: declared here
2020-10-21T17:26:41.7888297Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::left") QTextStream &left(QTextStream &s);
2020-10-21T17:26:41.7888837Z ^~~~
2020-10-21T17:26:41.7890228Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_scientific(PyObject*, PyObject*)’:
2020-10-21T17:26:41.7892913Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6527:37: warning: ‘QTextStream& QTextStreamFunctions::scientific(QTextStream&)’ is deprecated: Use Qt::scientific [-Wdeprecated-declarations]
2020-10-21T17:26:41.7894325Z sipRes = &scientific(*a0);
2020-10-21T17:26:41.7894633Z ^
2020-10-21T17:26:41.7895040Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.7895615Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.7896136Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.7896670Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.7897187Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.7900592Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.7901677Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.7906714Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.7907371Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:289:81: note: declared here
2020-10-21T17:26:41.7908185Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::scientific") QTextStream &scientific(QTextStream &s);
2020-10-21T17:26:41.7908814Z ^~~~~~~~~~
2020-10-21T17:26:41.7950136Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6527:37: warning: ‘QTextStream& QTextStreamFunctions::scientific(QTextStream&)’ is deprecated: Use Qt::scientific [-Wdeprecated-declarations]
2020-10-21T17:26:41.7951614Z sipRes = &scientific(*a0);
2020-10-21T17:26:41.8032447Z ^
2020-10-21T17:26:41.8032930Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8033550Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8034142Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8034716Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8035274Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8036179Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8037539Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8038732Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8050019Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:289:81: note: declared here
2020-10-21T17:26:41.8050922Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::scientific") QTextStream &scientific(QTextStream &s);
2020-10-21T17:26:41.8051812Z ^~~~~~~~~~
2020-10-21T17:26:41.8053217Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_fixed(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8056045Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6554:32: warning: ‘QTextStream& QTextStreamFunctions::fixed(QTextStream&)’ is deprecated: Use Qt::fixed [-Wdeprecated-declarations]
2020-10-21T17:26:41.8057493Z sipRes = &fixed(*a0);
2020-10-21T17:26:41.8057792Z ^
2020-10-21T17:26:41.8058238Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8058850Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8059451Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8060026Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8060587Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8061075Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8062096Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8062936Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8063580Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:288:76: note: declared here
2020-10-21T17:26:41.8064385Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::fixed") QTextStream &fixed(QTextStream &s);
2020-10-21T17:26:41.8064975Z ^~~~~
2020-10-21T17:26:41.8067070Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6554:32: warning: ‘QTextStream& QTextStreamFunctions::fixed(QTextStream&)’ is deprecated: Use Qt::fixed [-Wdeprecated-declarations]
2020-10-21T17:26:41.8068509Z sipRes = &fixed(*a0);
2020-10-21T17:26:41.8068806Z ^
2020-10-21T17:26:41.8069247Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8069840Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8070432Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8071007Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8071566Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8072242Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8073270Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8074120Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8074761Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:288:76: note: declared here
2020-10-21T17:26:41.8075564Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::fixed") QTextStream &fixed(QTextStream &s);
2020-10-21T17:26:41.8076157Z ^~~~~
2020-10-21T17:26:41.8077630Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_lowercasedigits(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8080673Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6581:42: warning: ‘QTextStream& QTextStreamFunctions::lowercasedigits(QTextStream&)’ is deprecated: Use Qt::lowercasedigits [-Wdeprecated-declarations]
2020-10-21T17:26:41.8082352Z sipRes = &lowercasedigits(*a0);
2020-10-21T17:26:41.8082827Z ^
2020-10-21T17:26:41.8083272Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8083884Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8084473Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8085040Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8085598Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8086110Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8087149Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8087982Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8088627Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:287:86: note: declared here
2020-10-21T17:26:41.8089583Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::lowercasedigits") QTextStream &lowercasedigits(QTextStream &s);
2020-10-21T17:26:41.8090339Z ^~~~~~~~~~~~~~~
2020-10-21T17:26:41.8092615Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6581:42: warning: ‘QTextStream& QTextStreamFunctions::lowercasedigits(QTextStream&)’ is deprecated: Use Qt::lowercasedigits [-Wdeprecated-declarations]
2020-10-21T17:26:41.8094298Z sipRes = &lowercasedigits(*a0);
2020-10-21T17:26:41.8094681Z ^
2020-10-21T17:26:41.8095128Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8095738Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8096453Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8096988Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8097489Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8097954Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8098898Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8099668Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8100259Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:287:86: note: declared here
2020-10-21T17:26:41.8101139Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::lowercasedigits") QTextStream &lowercasedigits(QTextStream &s);
2020-10-21T17:26:41.8101836Z ^~~~~~~~~~~~~~~
2020-10-21T17:26:41.8103074Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_lowercasebase(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8105804Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6608:40: warning: ‘QTextStream& QTextStreamFunctions::lowercasebase(QTextStream&)’ is deprecated: Use Qt::lowercasebase [-Wdeprecated-declarations]
2020-10-21T17:26:41.8107291Z sipRes = &lowercasebase(*a0);
2020-10-21T17:26:41.8107624Z ^
2020-10-21T17:26:41.8108034Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8109509Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8110066Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8110599Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8111112Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8111773Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8112794Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8113579Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8114183Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:286:84: note: declared here
2020-10-21T17:26:41.8115047Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::lowercasebase") QTextStream &lowercasebase(QTextStream &s);
2020-10-21T17:26:41.8115721Z ^~~~~~~~~~~~~
2020-10-21T17:26:41.8117816Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6608:40: warning: ‘QTextStream& QTextStreamFunctions::lowercasebase(QTextStream&)’ is deprecated: Use Qt::lowercasebase [-Wdeprecated-declarations]
2020-10-21T17:26:41.8119287Z sipRes = &lowercasebase(*a0);
2020-10-21T17:26:41.8119627Z ^
2020-10-21T17:26:41.8120034Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8120599Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8121137Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8121662Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8122185Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8122651Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8123591Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8124368Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8124952Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:286:84: note: declared here
2020-10-21T17:26:41.8125806Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::lowercasebase") QTextStream &lowercasebase(QTextStream &s);
2020-10-21T17:26:41.8126463Z ^~~~~~~~~~~~~
2020-10-21T17:26:41.8127728Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_uppercasedigits(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8130511Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6635:42: warning: ‘QTextStream& QTextStreamFunctions::uppercasedigits(QTextStream&)’ is deprecated: Use Qt::uppercasedigits [-Wdeprecated-declarations]
2020-10-21T17:26:41.8132059Z sipRes = &uppercasedigits(*a0);
2020-10-21T17:26:41.8132411Z ^
2020-10-21T17:26:41.8132852Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8133421Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8133966Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8134491Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8134995Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8135458Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8136505Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8137294Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8137889Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:285:86: note: declared here
2020-10-21T17:26:41.8138770Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::uppercasedigits") QTextStream &uppercasedigits(QTextStream &s);
2020-10-21T17:26:41.8139539Z ^~~~~~~~~~~~~~~
2020-10-21T17:26:41.8141648Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6635:42: warning: ‘QTextStream& QTextStreamFunctions::uppercasedigits(QTextStream&)’ is deprecated: Use Qt::uppercasedigits [-Wdeprecated-declarations]
2020-10-21T17:26:41.8143208Z sipRes = &uppercasedigits(*a0);
2020-10-21T17:26:41.8143564Z ^
2020-10-21T17:26:41.8143976Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8144525Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8145067Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8145598Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8146119Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8146593Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8147531Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8148309Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8148900Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:285:86: note: declared here
2020-10-21T17:26:41.8149781Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::uppercasedigits") QTextStream &uppercasedigits(QTextStream &s);
2020-10-21T17:26:41.8150483Z ^~~~~~~~~~~~~~~
2020-10-21T17:26:41.8192151Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_uppercasebase(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8195880Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6662:40: warning: ‘QTextStream& QTextStreamFunctions::uppercasebase(QTextStream&)’ is deprecated: Use Qt::uppercasebase [-Wdeprecated-declarations]
2020-10-21T17:26:41.8197712Z sipRes = &uppercasebase(*a0);
2020-10-21T17:26:41.8198036Z ^
2020-10-21T17:26:41.8198448Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8199013Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8199566Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8200099Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8200611Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8201075Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8202044Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8202833Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8203409Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:284:84: note: declared here
2020-10-21T17:26:41.8204264Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::uppercasebase") QTextStream &uppercasebase(QTextStream &s);
2020-10-21T17:26:41.8204928Z ^~~~~~~~~~~~~
2020-10-21T17:26:41.8207310Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6662:40: warning: ‘QTextStream& QTextStreamFunctions::uppercasebase(QTextStream&)’ is deprecated: Use Qt::uppercasebase [-Wdeprecated-declarations]
2020-10-21T17:26:41.8208817Z sipRes = &uppercasebase(*a0);
2020-10-21T17:26:41.8209151Z ^
2020-10-21T17:26:41.8209559Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8210222Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8210762Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8211291Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8211808Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8212260Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8213225Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8214003Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8214595Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:284:84: note: declared here
2020-10-21T17:26:41.8215439Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::uppercasebase") QTextStream &uppercasebase(QTextStream &s);
2020-10-21T17:26:41.8216100Z ^~~~~~~~~~~~~
2020-10-21T17:26:41.8217326Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_noforcepoint(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8220008Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6689:39: warning: ‘QTextStream& QTextStreamFunctions::noforcepoint(QTextStream&)’ is deprecated: Use Qt::noforcepoint [-Wdeprecated-declarations]
2020-10-21T17:26:41.8221474Z sipRes = &noforcepoint(*a0);
2020-10-21T17:26:41.8221797Z ^
2020-10-21T17:26:41.8222205Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8222747Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8223287Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8223821Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8224333Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8224798Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8225728Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8226504Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8227098Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:283:83: note: declared here
2020-10-21T17:26:41.8227925Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::noforcepoint") QTextStream &noforcepoint(QTextStream &s);
2020-10-21T17:26:41.8228567Z ^~~~~~~~~~~~
2020-10-21T17:26:41.8230640Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6689:39: warning: ‘QTextStream& QTextStreamFunctions::noforcepoint(QTextStream&)’ is deprecated: Use Qt::noforcepoint [-Wdeprecated-declarations]
2020-10-21T17:26:41.8232258Z sipRes = &noforcepoint(*a0);
2020-10-21T17:26:41.8232566Z ^
2020-10-21T17:26:41.8232974Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8233532Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8234072Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8234699Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8235223Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8235691Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8236660Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8237525Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8238103Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:283:83: note: declared here
2020-10-21T17:26:41.8238928Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::noforcepoint") QTextStream &noforcepoint(QTextStream &s);
2020-10-21T17:26:41.8239564Z ^~~~~~~~~~~~
2020-10-21T17:26:41.8240789Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_noforcesign(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8243475Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6716:38: warning: ‘QTextStream& QTextStreamFunctions::noforcesign(QTextStream&)’ is deprecated: Use Qt::noforcesign [-Wdeprecated-declarations]
2020-10-21T17:26:41.8244920Z sipRes = &noforcesign(*a0);
2020-10-21T17:26:41.8245245Z ^
2020-10-21T17:26:41.8245652Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8246215Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8246753Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8247280Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8247780Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8248250Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8249185Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8249964Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8250551Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:282:82: note: declared here
2020-10-21T17:26:41.8251367Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::noforcesign") QTextStream &noforcesign(QTextStream &s);
2020-10-21T17:26:41.8251995Z ^~~~~~~~~~~
2020-10-21T17:26:41.8254010Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6716:38: warning: ‘QTextStream& QTextStreamFunctions::noforcesign(QTextStream&)’ is deprecated: Use Qt::noforcesign [-Wdeprecated-declarations]
2020-10-21T17:26:41.8255444Z sipRes = &noforcesign(*a0);
2020-10-21T17:26:41.8255766Z ^
2020-10-21T17:26:41.8256172Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8256721Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8257262Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8257798Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8258308Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8258767Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8259705Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8260479Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8261071Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:282:82: note: declared here
2020-10-21T17:26:41.8261986Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::noforcesign") QTextStream &noforcesign(QTextStream &s);
2020-10-21T17:26:41.8262614Z ^~~~~~~~~~~
2020-10-21T17:26:41.8263833Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_noshowbase(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8266548Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6743:37: warning: ‘QTextStream& QTextStreamFunctions::noshowbase(QTextStream&)’ is deprecated: Use Qt::noshowbase [-Wdeprecated-declarations]
2020-10-21T17:26:41.8267950Z sipRes = &noshowbase(*a0);
2020-10-21T17:26:41.8268268Z ^
2020-10-21T17:26:41.8268678Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8269247Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8269786Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8270314Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8270828Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8271293Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8353103Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8353923Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8354520Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:281:81: note: declared here
2020-10-21T17:26:41.8355346Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::noshowbase") QTextStream &noshowbase(QTextStream &s);
2020-10-21T17:26:41.8355959Z ^~~~~~~~~~
2020-10-21T17:26:41.8358080Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6743:37: warning: ‘QTextStream& QTextStreamFunctions::noshowbase(QTextStream&)’ is deprecated: Use Qt::noshowbase [-Wdeprecated-declarations]
2020-10-21T17:26:41.8359495Z sipRes = &noshowbase(*a0);
2020-10-21T17:26:41.8359805Z ^
2020-10-21T17:26:41.8360223Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8360788Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8361330Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8361861Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8362360Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8362826Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8363776Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8365172Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8365774Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:281:81: note: declared here
2020-10-21T17:26:41.8366580Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::noshowbase") QTextStream &noshowbase(QTextStream &s);
2020-10-21T17:26:41.8367194Z ^~~~~~~~~~
2020-10-21T17:26:41.8368442Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_forcepoint(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8371430Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6770:37: warning: ‘QTextStream& QTextStreamFunctions::forcepoint(QTextStream&)’ is deprecated: Use Qt::forcepoint [-Wdeprecated-declarations]
2020-10-21T17:26:41.8372855Z sipRes = &forcepoint(*a0);
2020-10-21T17:26:41.8373166Z ^
2020-10-21T17:26:41.8373576Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8374122Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8374774Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8375302Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8375817Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8376279Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8377719Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8378724Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8379330Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:280:81: note: declared here
2020-10-21T17:26:41.8380139Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::forcepoint") QTextStream &forcepoint(QTextStream &s);
2020-10-21T17:26:41.8380752Z ^~~~~~~~~~
2020-10-21T17:26:41.8382803Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6770:37: warning: ‘QTextStream& QTextStreamFunctions::forcepoint(QTextStream&)’ is deprecated: Use Qt::forcepoint [-Wdeprecated-declarations]
2020-10-21T17:26:41.8384218Z sipRes = &forcepoint(*a0);
2020-10-21T17:26:41.8384530Z ^
2020-10-21T17:26:41.8384937Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8385497Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8386041Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8386790Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8387311Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8387965Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8388979Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8389752Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8390343Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:280:81: note: declared here
2020-10-21T17:26:41.8391141Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::forcepoint") QTextStream &forcepoint(QTextStream &s);
2020-10-21T17:26:41.8392125Z ^~~~~~~~~~
2020-10-21T17:26:41.8393354Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_forcesign(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8396194Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6797:36: warning: ‘QTextStream& QTextStreamFunctions::forcesign(QTextStream&)’ is deprecated: Use Qt::forcesign [-Wdeprecated-declarations]
2020-10-21T17:26:41.8397877Z sipRes = &forcesign(*a0);
2020-10-21T17:26:41.8398182Z ^
2020-10-21T17:26:41.8398588Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8399148Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8399687Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8400195Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8400866Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8401339Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8402329Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8403111Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8403703Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:279:80: note: declared here
2020-10-21T17:26:41.8404801Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::forcesign") QTextStream &forcesign(QTextStream &s);
2020-10-21T17:26:41.8405418Z ^~~~~~~~~
2020-10-21T17:26:41.8407677Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6797:36: warning: ‘QTextStream& QTextStreamFunctions::forcesign(QTextStream&)’ is deprecated: Use Qt::forcesign [-Wdeprecated-declarations]
2020-10-21T17:26:41.8409082Z sipRes = &forcesign(*a0);
2020-10-21T17:26:41.8409395Z ^
2020-10-21T17:26:41.8409788Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8410351Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8410893Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8411432Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8411947Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8412410Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8413553Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8414342Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8415157Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:279:80: note: declared here
2020-10-21T17:26:41.8415955Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::forcesign") QTextStream &forcesign(QTextStream &s);
2020-10-21T17:26:41.8416529Z ^~~~~~~~~
2020-10-21T17:26:41.8418060Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_showbase(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8420663Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6824:35: warning: ‘QTextStream& QTextStreamFunctions::showbase(QTextStream&)’ is deprecated: Use Qt::showbase [-Wdeprecated-declarations]
2020-10-21T17:26:41.8422284Z sipRes = &showbase(*a0);
2020-10-21T17:26:41.8422596Z ^
2020-10-21T17:26:41.8423011Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8423787Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8424332Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8424863Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8425379Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8425842Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8426838Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8427614Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8428206Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:278:79: note: declared here
2020-10-21T17:26:41.8428982Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::showbase") QTextStream &showbase(QTextStream &s);
2020-10-21T17:26:41.8429560Z ^~~~~~~~
2020-10-21T17:26:41.8431991Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6824:35: warning: ‘QTextStream& QTextStreamFunctions::showbase(QTextStream&)’ is deprecated: Use Qt::showbase [-Wdeprecated-declarations]
2020-10-21T17:26:41.8433613Z sipRes = &showbase(*a0);
2020-10-21T17:26:41.8433896Z ^
2020-10-21T17:26:41.8434417Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8434983Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8435526Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8436054Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8436569Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8437034Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8438043Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8438821Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8439400Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:278:79: note: declared here
2020-10-21T17:26:41.8440174Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::showbase") QTextStream &showbase(QTextStream &s);
2020-10-21T17:26:41.8440763Z ^~~~~~~~
2020-10-21T17:26:41.8441927Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_hex_(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8444451Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6851:30: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
2020-10-21T17:26:41.8445766Z sipRes = &hex(*a0);
2020-10-21T17:26:41.8446034Z ^
2020-10-21T17:26:41.8446441Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8447001Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8447542Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8448075Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8448578Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8449043Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8449982Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8450759Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8451350Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:277:74: note: declared here
2020-10-21T17:26:41.8452069Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
2020-10-21T17:26:41.8452596Z ^~~
2020-10-21T17:26:41.8454494Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6851:30: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
2020-10-21T17:26:41.8455795Z sipRes = &hex(*a0);
2020-10-21T17:26:41.8456062Z ^
2020-10-21T17:26:41.8456463Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8457007Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8457548Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8458152Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8458672Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8459130Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8460071Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8460925Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8461520Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:277:74: note: declared here
2020-10-21T17:26:41.8462241Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
2020-10-21T17:26:41.8462766Z ^~~
2020-10-21T17:26:41.8463913Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_dec(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8466427Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6878:30: warning: ‘QTextStream& QTextStreamFunctions::dec(QTextStream&)’ is deprecated: Use Qt::dec [-Wdeprecated-declarations]
2020-10-21T17:26:41.8467731Z sipRes = &dec(*a0);
2020-10-21T17:26:41.8468001Z ^
2020-10-21T17:26:41.8468408Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8468973Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8469510Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8470038Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8470552Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8471020Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8552477Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8553415Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8554009Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:276:74: note: declared here
2020-10-21T17:26:41.8554757Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::dec") QTextStream &dec(QTextStream &s);
2020-10-21T17:26:41.8555300Z ^~~
2020-10-21T17:26:41.8557658Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6878:30: warning: ‘QTextStream& QTextStreamFunctions::dec(QTextStream&)’ is deprecated: Use Qt::dec [-Wdeprecated-declarations]
2020-10-21T17:26:41.8558963Z sipRes = &dec(*a0);
2020-10-21T17:26:41.8559230Z ^
2020-10-21T17:26:41.8559640Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8560212Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8560755Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8561264Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8561783Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8562257Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8563196Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8563972Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8564563Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:276:74: note: declared here
2020-10-21T17:26:41.8565287Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::dec") QTextStream &dec(QTextStream &s);
2020-10-21T17:26:41.8566156Z ^~~
2020-10-21T17:26:41.8567334Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_oct_(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8569854Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6905:30: warning: ‘QTextStream& QTextStreamFunctions::oct(QTextStream&)’ is deprecated: Use Qt::oct [-Wdeprecated-declarations]
2020-10-21T17:26:41.8571327Z sipRes = &oct(*a0);
2020-10-21T17:26:41.8571578Z ^
2020-10-21T17:26:41.8571986Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8572553Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8573096Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8573624Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8574149Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8574615Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8575570Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8576355Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8576944Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:275:74: note: declared here
2020-10-21T17:26:41.8577670Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::oct") QTextStream &oct(QTextStream &s);
2020-10-21T17:26:41.8578197Z ^~~
2020-10-21T17:26:41.8580105Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6905:30: warning: ‘QTextStream& QTextStreamFunctions::oct(QTextStream&)’ is deprecated: Use Qt::oct [-Wdeprecated-declarations]
2020-10-21T17:26:41.8581405Z sipRes = &oct(*a0);
2020-10-21T17:26:41.8581674Z ^
2020-10-21T17:26:41.8582077Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8582635Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8583178Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8583717Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8584237Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8584686Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8585617Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8586395Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8586987Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:275:74: note: declared here
2020-10-21T17:26:41.8587706Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::oct") QTextStream &oct(QTextStream &s);
2020-10-21T17:26:41.8588229Z ^~~
2020-10-21T17:26:41.8589385Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_bin_(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8592046Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6932:30: warning: ‘QTextStream& QTextStreamFunctions::bin(QTextStream&)’ is deprecated: Use Qt::bin [-Wdeprecated-declarations]
2020-10-21T17:26:41.8593353Z sipRes = &bin(*a0);
2020-10-21T17:26:41.8593622Z ^
2020-10-21T17:26:41.8594028Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8594571Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8595196Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8595730Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8596245Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8596710Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8597738Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8600469Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8601069Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:274:74: note: declared here
2020-10-21T17:26:41.8601793Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::bin") QTextStream &bin(QTextStream &s);
2020-10-21T17:26:41.8602325Z ^~~
2020-10-21T17:26:41.8604302Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:6932:30: warning: ‘QTextStream& QTextStreamFunctions::bin(QTextStream&)’ is deprecated: Use Qt::bin [-Wdeprecated-declarations]
2020-10-21T17:26:41.8605899Z sipRes = &bin(*a0);
2020-10-21T17:26:41.8606175Z ^
2020-10-21T17:26:41.8606585Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:26:41.8607155Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:26:41.8607694Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:26:41.8608220Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:26:41.8608732Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:26:41.8609197Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:26:41.8610196Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:26:41.8610959Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8611554Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:274:74: note: declared here
2020-10-21T17:26:41.8612276Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::bin") QTextStream &bin(QTextStream &s);
2020-10-21T17:26:41.8612808Z ^~~
2020-10-21T17:26:41.8614006Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_qrand(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8616102Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:8277:28: warning: ‘int qrand()’ is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
2020-10-21T17:26:41.8617229Z
2020-10-21T17:26:41.8617453Z ^
2020-10-21T17:26:41.8617883Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:26:41.8618431Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:26:41.8618873Z from sipAPIQtCore.h:33,
2020-10-21T17:26:41.8619361Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8619918Z ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1279:80: note: declared here
2020-10-21T17:26:41.8620617Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
2020-10-21T17:26:41.8621165Z ^~~~~
2020-10-21T17:26:41.8622645Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:8277:28: warning: ‘int qrand()’ is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
2020-10-21T17:26:41.8623776Z
2020-10-21T17:26:41.8623996Z ^
2020-10-21T17:26:41.8624571Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:26:41.8625112Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:26:41.8625566Z from sipAPIQtCore.h:33,
2020-10-21T17:26:41.8626054Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8626612Z ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1279:80: note: declared here
2020-10-21T17:26:41.8627415Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
2020-10-21T17:26:41.8627953Z ^~~~~
2020-10-21T17:26:41.8629145Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp: In function ‘PyObject* func_qsrand(PyObject*, PyObject*)’:
2020-10-21T17:26:41.8631261Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:8302:22: warning: ‘void qsrand(uint)’ is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
2020-10-21T17:26:41.8632540Z
2020-10-21T17:26:41.8632760Z ^
2020-10-21T17:26:41.8633164Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:26:41.8633720Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:26:41.8634179Z from sipAPIQtCore.h:33,
2020-10-21T17:26:41.8634678Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8635242Z ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1278:81: note: declared here
2020-10-21T17:26:41.8635973Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") void qsrand(uint seed);
2020-10-21T17:26:41.8636557Z ^~~~~~
2020-10-21T17:26:41.8638082Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCorecmodule.cpp:8302:22: warning: ‘void qsrand(uint)’ is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
2020-10-21T17:26:41.8639224Z
2020-10-21T17:26:41.8639441Z ^
2020-10-21T17:26:41.8639845Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:26:41.8640394Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:26:41.8640852Z from sipAPIQtCore.h:33,
2020-10-21T17:26:41.8641348Z from sipQtCorecmodule.cpp:24:
2020-10-21T17:26:41.8641900Z ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1278:81: note: declared here
2020-10-21T17:26:41.8642627Z Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") void qsrand(uint seed);
2020-10-21T17:26:41.8643204Z ^~~~~~
2020-10-21T17:26:42.9868794Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSet0101QAbstractState.o sipQtCoreQSet0101QAbstractState.cpp
2020-10-21T17:26:43.1976343Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0101QAbstractTransition.o sipQtCoreQList0101QAbstractTransition.cpp
2020-10-21T17:26:44.2932627Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QMimeType.o sipQtCoreQList0100QMimeType.cpp
2020-10-21T17:26:44.4942047Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QUrl.o sipQtCoreQList0100QUrl.cpp
2020-10-21T17:26:45.6358368Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QLocale.o sipQtCoreQList0100QLocale.cpp
2020-10-21T17:26:45.7863448Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVector0100QPointF.o sipQtCoreQVector0100QPointF.cpp
2020-10-21T17:26:46.9430562Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0101QAbstractItemModel.o sipQtCoreQList0101QAbstractItemModel.cpp
2020-10-21T17:26:47.1536657Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QCommandLineOption.o sipQtCoreQList0100QCommandLineOption.cpp
2020-10-21T17:26:48.2719709Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0101QAbstractAnimation.o sipQtCoreQList0101QAbstractAnimation.cpp
2020-10-21T17:26:48.4530255Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0101QAbstractState.o sipQtCoreQList0101QAbstractState.cpp
2020-10-21T17:26:49.5839786Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQHash18000100QByteArray.o sipQtCoreQHash18000100QByteArray.cpp
2020-10-21T17:26:49.7831989Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QPersistentModelIndex.o sipQtCoreQList0100QPersistentModelIndex.cpp
2020-10-21T17:26:50.9080193Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMap18000100QVariant.o sipQtCoreQMap18000100QVariant.cpp
2020-10-21T17:26:51.0968119Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QAbstractEventDispatcherTimerInfo.o sipQtCoreQList0100QAbstractEventDispatcherTimerInfo.cpp
2020-10-21T17:26:52.3615248Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QByteArray.o sipQtCoreQList0100QByteArray.cpp
2020-10-21T17:26:52.3920091Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVector0100QXmlStreamNotationDeclaration.o sipQtCoreQVector0100QXmlStreamNotationDeclaration.cpp
2020-10-21T17:26:53.6426964Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVector0100QXmlStreamNamespaceDeclaration.o sipQtCoreQVector0100QXmlStreamNamespaceDeclaration.cpp
2020-10-21T17:26:53.7202255Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVector0100QXmlStreamEntityDeclaration.o sipQtCoreQVector0100QXmlStreamEntityDeclaration.cpp
2020-10-21T17:26:54.9853830Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QVariant.o sipQtCoreQList0100QVariant.cpp
2020-10-21T17:26:55.0909453Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQHash0100QString0100QVariant.o sipQtCoreQHash0100QString0100QVariant.cpp
2020-10-21T17:26:56.2818853Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVector0600QPair24000100QVariant.o sipQtCoreQVector0600QPair24000100QVariant.cpp
2020-10-21T17:26:56.4055088Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVector0100QTimeZoneOffsetData.o sipQtCoreQVector0100QTimeZoneOffsetData.cpp
2020-10-21T17:26:57.6334083Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0101QObject.o sipQtCoreQList0101QObject.cpp
2020-10-21T17:26:57.7442791Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QModelIndex.o sipQtCoreQList0100QModelIndex.cpp
2020-10-21T17:26:58.9737125Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QFileInfo.o sipQtCoreQList0100QFileInfo.cpp
2020-10-21T17:26:59.0690045Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVector1600.o sipQtCoreQVector1600.cpp
2020-10-21T17:27:00.2858067Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVector1800.o sipQtCoreQVector1800.cpp
2020-10-21T17:27:00.3761657Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQPair18001800.o sipQtCoreQPair18001800.cpp
2020-10-21T17:27:01.6101681Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVariantMap.o sipQtCoreQVariantMap.cpp
2020-10-21T17:27:01.6188885Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQJsonArray.o sipQtCoreQJsonArray.cpp
2020-10-21T17:27:02.8224182Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQStringList.o sipQtCoreQStringList.cpp
2020-10-21T17:27:03.3554246Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0100QtDayOfWeek.o sipQtCoreQList0100QtDayOfWeek.cpp
2020-10-21T17:27:04.0746661Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList2400.o sipQtCoreQList2400.cpp
2020-10-21T17:27:04.6496541Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList1800.o sipQtCoreQList1800.cpp
2020-10-21T17:27:05.2936676Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQList0600QPair18001800.o sipQtCoreQList0600QPair18001800.cpp
2020-10-21T17:27:05.9485266Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQJsonObject.o sipQtCoreQJsonObject.cpp
2020-10-21T17:27:06.5342871Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSysInfo.o sipQtCoreQSysInfo.cpp
2020-10-21T17:27:07.2298658Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQXmlStreamWriter.o sipQtCoreQXmlStreamWriter.cpp
2020-10-21T17:27:07.7435178Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQXmlStreamReader.o sipQtCoreQXmlStreamReader.cpp
2020-10-21T17:27:08.6864770Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQXmlStreamEntityResolver.o sipQtCoreQXmlStreamEntityResolver.cpp
2020-10-21T17:27:09.2469562Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQXmlStreamEntityDeclaration.o sipQtCoreQXmlStreamEntityDeclaration.cpp
2020-10-21T17:27:09.9163974Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQXmlStreamNotationDeclaration.o sipQtCoreQXmlStreamNotationDeclaration.cpp
2020-10-21T17:27:10.5810874Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQXmlStreamNamespaceDeclaration.o sipQtCoreQXmlStreamNamespaceDeclaration.cpp
2020-10-21T17:27:11.1674771Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQXmlStreamAttributes.o sipQtCoreQXmlStreamAttributes.cpp
2020-10-21T17:27:11.8876318Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQXmlStreamAttribute.o sipQtCoreQXmlStreamAttribute.cpp
2020-10-21T17:27:12.9198118Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQWaitCondition.o sipQtCoreQWaitCondition.cpp
2020-10-21T17:27:13.2748892Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVersionNumber.o sipQtCoreQVersionNumber.cpp
2020-10-21T17:27:14.1897688Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVariant.o sipQtCoreQVariant.cpp
2020-10-21T17:27:14.6712677Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQUuid.o sipQtCoreQUuid.cpp
2020-10-21T17:27:15.2388140Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQVariant.cpp: In function ‘PyObject* slot_QVariant___ge__(PyObject*, PyObject*)’:
2020-10-21T17:27:15.2390759Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQVariant.cpp:439:57: warning: ‘bool QVariant::operator>=(const QVariant&) const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:27:15.2392369Z sipReleaseType(const_cast< ::QVariant *>(a0),sipType_QVariant,a0State);
2020-10-21T17:27:15.2392891Z ^
2020-10-21T17:27:15.2393321Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qlocale.h:43,
2020-10-21T17:27:15.2393906Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:46,
2020-10-21T17:27:15.2394423Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:27:15.2394933Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:27:15.2395473Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:27:15.2396012Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:27:15.2396527Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:27:15.2396991Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:27:15.2397958Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:27:15.2398743Z from sipQtCoreQVariant.cpp:24:
2020-10-21T17:27:15.2399333Z ../../../qt/5.15.1/gcc_64/include/QtCore/qvariant.h:473:31: note: declared here
2020-10-21T17:27:15.2400286Z QT_DEPRECATED inline bool operator>=(const QVariant &v) const
2020-10-21T17:27:15.2400725Z ^~~~~~~~
2020-10-21T17:27:15.2419365Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQVariant.cpp: In function ‘PyObject* slot_QVariant___gt__(PyObject*, PyObject*)’:
2020-10-21T17:27:15.2425686Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQVariant.cpp:473:56: warning: ‘bool QVariant::operator>(const QVariant&) const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:27:15.2429273Z sipReleaseType(const_cast< ::QVariant *>(a0),sipType_QVariant,a0State);
2020-10-21T17:27:15.2429813Z ^
2020-10-21T17:27:15.2430224Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qlocale.h:43,
2020-10-21T17:27:15.2430797Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:46,
2020-10-21T17:27:15.2431328Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:27:15.2432123Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:27:15.2432665Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:27:15.2433190Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:27:15.2433715Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:27:15.2434181Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:27:15.2435249Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:27:15.2436052Z from sipQtCoreQVariant.cpp:24:
2020-10-21T17:27:15.2436626Z ../../../qt/5.15.1/gcc_64/include/QtCore/qvariant.h:471:31: note: declared here
2020-10-21T17:27:15.2437232Z QT_DEPRECATED inline bool operator>(const QVariant &v) const
2020-10-21T17:27:15.2437666Z ^~~~~~~~
2020-10-21T17:27:15.2438874Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQVariant.cpp: In function ‘PyObject* slot_QVariant___le__(PyObject*, PyObject*)’:
2020-10-21T17:27:15.2441288Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQVariant.cpp:507:57: warning: ‘bool QVariant::operator<=(const QVariant&) const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:27:15.2442731Z sipReleaseType(const_cast< ::QVariant *>(a0),sipType_QVariant,a0State);
2020-10-21T17:27:15.2443262Z ^
2020-10-21T17:27:15.2443684Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qlocale.h:43,
2020-10-21T17:27:15.2444252Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:46,
2020-10-21T17:27:15.2444768Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:27:15.2445268Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:27:15.2445807Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:27:15.2446338Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:27:15.2446852Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:27:15.2447324Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:27:15.2448263Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:27:15.2449058Z from sipQtCoreQVariant.cpp:24:
2020-10-21T17:27:15.2449639Z ../../../qt/5.15.1/gcc_64/include/QtCore/qvariant.h:469:31: note: declared here
2020-10-21T17:27:15.2450242Z QT_DEPRECATED inline bool operator<=(const QVariant &v) const
2020-10-21T17:27:15.2450668Z ^~~~~~~~
2020-10-21T17:27:15.2452045Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQVariant.cpp: In function ‘PyObject* slot_QVariant___lt__(PyObject*, PyObject*)’:
2020-10-21T17:27:15.2454463Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQVariant.cpp:541:56: warning: ‘bool QVariant::operator<(const QVariant&) const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:27:15.2456018Z sipReleaseType(const_cast< ::QVariant *>(a0),sipType_QVariant,a0State);
2020-10-21T17:27:15.2456548Z ^
2020-10-21T17:27:15.2456973Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qlocale.h:43,
2020-10-21T17:27:15.2457536Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:46,
2020-10-21T17:27:15.2458048Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:27:15.2458569Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:27:15.2459108Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:27:15.2459635Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:27:15.2460153Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:27:15.2460603Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:27:15.2461560Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:27:15.2462352Z from sipQtCoreQVariant.cpp:24:
2020-10-21T17:27:15.2462936Z ../../../qt/5.15.1/gcc_64/include/QtCore/qvariant.h:467:31: note: declared here
2020-10-21T17:27:15.2463533Z QT_DEPRECATED inline bool operator<(const QVariant &v) const
2020-10-21T17:27:15.2463954Z ^~~~~~~~
2020-10-21T17:27:15.5944539Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQUrlQuery.o sipQtCoreQUrlQuery.cpp
2020-10-21T17:27:15.9984561Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQUrlUserInputResolutionOptions.o sipQtCoreQUrlUserInputResolutionOptions.cpp
2020-10-21T17:27:16.9865331Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQUrlComponentFormattingOptions.o sipQtCoreQUrlComponentFormattingOptions.cpp
2020-10-21T17:27:17.2804280Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQUrlFormattingOptions.o sipQtCoreQUrlFormattingOptions.cpp
2020-10-21T17:27:18.3188431Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQUrl.o sipQtCoreQUrl.cpp
2020-10-21T17:27:18.5519507Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTransposeProxyModel.o sipQtCoreQTransposeProxyModel.cpp
2020-10-21T17:27:19.3553214Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQUrl.cpp: In function ‘PyObject* meth_QUrl_topLevelDomain(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:27:19.3556149Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQUrl.cpp:1433:63: warning: ‘QString QUrl::topLevelDomain(QUrl::ComponentFormattingOptions) const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:27:19.3558097Z sipRes = new ::QString(sipCpp->topLevelDomain(*a0));
2020-10-21T17:27:19.3558537Z ^
2020-10-21T17:27:19.3559006Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:51,
2020-10-21T17:27:19.3559590Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:27:19.3560096Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:27:19.3560568Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:27:19.3561607Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:27:19.3562360Z from sipQtCoreQUrl.cpp:24:
2020-10-21T17:27:19.3562884Z ../../../qt/5.15.1/gcc_64/include/QtCore/qurl.h:238:27: note: declared here
2020-10-21T17:27:19.3563791Z QT_DEPRECATED QString topLevelDomain(ComponentFormattingOptions options = FullyDecoded) const;
2020-10-21T17:27:19.3564537Z ^~~~~~~~~~~~~~
2020-10-21T17:27:19.9385536Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTranslator.o sipQtCoreQTranslator.cpp
2020-10-21T17:27:20.1874238Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTimeZoneOffsetData.o sipQtCoreQTimeZoneOffsetData.cpp
2020-10-21T17:27:21.3160280Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTimeZone.o sipQtCoreQTimeZone.cpp
2020-10-21T17:27:21.4188787Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTimer.o sipQtCoreQTimer.cpp
2020-10-21T17:27:22.7449451Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTimeLine.o sipQtCoreQTimeLine.cpp
2020-10-21T17:27:22.7550043Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQThreadPool.o sipQtCoreQThreadPool.cpp
2020-10-21T17:27:23.7564804Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQThreadPool.cpp: In function ‘PyObject* meth_QThreadPool_cancel(PyObject*, PyObject*)’:
2020-10-21T17:27:23.7567694Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQThreadPool.cpp:807:30: warning: ‘void QThreadPool::cancel(QRunnable*)’ is deprecated: use tryTake(), but note the different deletion rules [-Wdeprecated-declarations]
2020-10-21T17:27:23.7569063Z }
2020-10-21T17:27:23.7569293Z ^
2020-10-21T17:27:23.7570219Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qthreadpool.sip:26:
2020-10-21T17:27:23.7571143Z ../../../qt/5.15.1/gcc_64/include/QtCore/qthreadpool.h:100:10: note: declared here
2020-10-21T17:27:23.7571690Z void cancel(QRunnable *runnable);
2020-10-21T17:27:23.7572026Z ^~~~~~
2020-10-21T17:27:23.8070916Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTimeLine.cpp: In function ‘PyObject* meth_QTimeLine_curveShape(PyObject*, PyObject*)’:
2020-10-21T17:27:23.8074473Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTimeLine.cpp:716:41: warning: ‘QTimeLine::CurveShape QTimeLine::curveShape() const’ is deprecated: Access easingCurve directly [-Wdeprecated-declarations]
2020-10-21T17:27:23.8076388Z sipRes = sipCpp->curveShape();
2020-10-21T17:27:23.8076798Z ^
2020-10-21T17:27:23.8077890Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qtimeline.sip:26:
2020-10-21T17:27:23.8078933Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtimeline.h:112:16: note: declared here
2020-10-21T17:27:23.8079563Z CurveShape curveShape() const;
2020-10-21T17:27:23.8079964Z ^~~~~~~~~~
2020-10-21T17:27:23.8081506Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTimeLine.cpp: In function ‘PyObject* meth_QTimeLine_setCurveShape(PyObject*, PyObject*)’:
2020-10-21T17:27:23.8084734Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTimeLine.cpp:741:37: warning: ‘void QTimeLine::setCurveShape(QTimeLine::CurveShape)’ is deprecated: Access easingCurve directly [-Wdeprecated-declarations]
2020-10-21T17:27:23.8086638Z sipCpp->setCurveShape(a0);
2020-10-21T17:27:23.8087039Z ^
2020-10-21T17:27:23.8088126Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qtimeline.sip:26:
2020-10-21T17:27:23.8089152Z ../../../qt/5.15.1/gcc_64/include/QtCore/qtimeline.h:114:10: note: declared here
2020-10-21T17:27:23.8089832Z void setCurveShape(CurveShape shape);
2020-10-21T17:27:23.8090254Z ^~~~~~~~~~~~~
2020-10-21T17:27:24.1020217Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQThread.o sipQtCoreQThread.cpp
2020-10-21T17:27:24.2119348Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTextStreamManipulator.o sipQtCoreQTextStreamManipulator.cpp
2020-10-21T17:27:25.4183661Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTextStreamNumberFlags.o sipQtCoreQTextStreamNumberFlags.cpp
2020-10-21T17:27:25.4742955Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTextStream.o sipQtCoreQTextStream.cpp
2020-10-21T17:27:26.6901269Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTextDecoder.o sipQtCoreQTextDecoder.cpp
2020-10-21T17:27:26.9544973Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTextEncoder.o sipQtCoreQTextEncoder.cpp
2020-10-21T17:27:27.8781333Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTextCodecConverterState.o sipQtCoreQTextCodecConverterState.cpp
2020-10-21T17:27:28.2077661Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTextCodecConversionFlags.o sipQtCoreQTextCodecConversionFlags.cpp
2020-10-21T17:27:29.0572513Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTextCodec.o sipQtCoreQTextCodec.cpp
2020-10-21T17:27:29.5264135Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTextBoundaryFinderBoundaryReasons.o sipQtCoreQTextBoundaryFinderBoundaryReasons.cpp
2020-10-21T17:27:30.0479383Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTextCodec.cpp: In function ‘PyObject* meth_QTextCodec_convertFromUnicode(PyObject*, PyObject*)’:
2020-10-21T17:27:30.0481563Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTextCodec.cpp:791:13: warning: unused variable ‘a0State’ [-Wunused-variable]
2020-10-21T17:27:30.0482558Z int a0State = 0;
2020-10-21T17:27:30.0482820Z ^~~~~~~
2020-10-21T17:27:30.3905263Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTextBoundaryFinder.o sipQtCoreQTextBoundaryFinder.cpp
2020-10-21T17:27:30.8717677Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTemporaryFile.o sipQtCoreQTemporaryFile.cpp
2020-10-21T17:27:31.6326169Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTemporaryDir.o sipQtCoreQTemporaryDir.cpp
2020-10-21T17:27:32.3304481Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSystemSemaphore.o sipQtCoreQSystemSemaphore.cpp
2020-10-21T17:27:32.8768333Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQStringListModel.o sipQtCoreQStringListModel.cpp
2020-10-21T17:27:33.6232258Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQStringRef.o sipQtCoreQStringRef.cpp
2020-10-21T17:27:34.4312670Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQString.o sipQtCoreQString.cpp
2020-10-21T17:27:34.8436594Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQStorageInfo.o sipQtCoreQStorageInfo.cpp
2020-10-21T17:27:35.6124944Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQStateMachineWrappedEvent.o sipQtCoreQStateMachineWrappedEvent.cpp
2020-10-21T17:27:36.2703022Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQStateMachineSignalEvent.o sipQtCoreQStateMachineSignalEvent.cpp
2020-10-21T17:27:36.8087179Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQStateMachine.o sipQtCoreQStateMachine.cpp
2020-10-21T17:27:37.5327149Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQState.o sipQtCoreQState.cpp
2020-10-21T17:27:38.1975565Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQStandardPathsLocateOptions.o sipQtCoreQStandardPathsLocateOptions.cpp
2020-10-21T17:27:38.9386799Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQStandardPaths.o sipQtCoreQStandardPaths.cpp
2020-10-21T17:27:39.4766630Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSortFilterProxyModel.o sipQtCoreQSortFilterProxyModel.cpp
2020-10-21T17:27:39.9636938Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQStandardPaths.cpp: In function ‘PyObject* meth_QStandardPaths_enableTestMode(PyObject*, PyObject*)’:
2020-10-21T17:27:39.9640277Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQStandardPaths.cpp:246:32: warning: ‘static void QStandardPaths::enableTestMode(bool)’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:27:39.9641788Z ::QStandardPaths::enableTestMode(a0);
2020-10-21T17:27:39.9642198Z ^~~~~~~~~~~~~~
2020-10-21T17:27:39.9649251Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qstandardpaths.sip:26:
2020-10-21T17:27:39.9650245Z ../../../qt/5.15.1/gcc_64/include/QtCore/qstandardpaths.h:100:31: note: declared here
2020-10-21T17:27:39.9650956Z static QT_DEPRECATED void enableTestMode(bool testMode);
2020-10-21T17:27:39.9651416Z ^~~~~~~~~~~~~~
2020-10-21T17:27:39.9658881Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQStandardPaths.cpp:246:49: warning: ‘static void QStandardPaths::enableTestMode(bool)’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:27:39.9660404Z ::QStandardPaths::enableTestMode(a0);
2020-10-21T17:27:39.9660818Z ^
2020-10-21T17:27:39.9666636Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qstandardpaths.sip:26:
2020-10-21T17:27:39.9667618Z ../../../qt/5.15.1/gcc_64/include/QtCore/qstandardpaths.h:100:31: note: declared here
2020-10-21T17:27:39.9668305Z static QT_DEPRECATED void enableTestMode(bool testMode);
2020-10-21T17:27:39.9668744Z ^~~~~~~~~~~~~~
2020-10-21T17:27:39.9675801Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQStandardPaths.cpp:246:49: warning: ‘static void QStandardPaths::enableTestMode(bool)’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:27:39.9677310Z ::QStandardPaths::enableTestMode(a0);
2020-10-21T17:27:39.9677723Z ^
2020-10-21T17:27:39.9696259Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qstandardpaths.sip:26:
2020-10-21T17:27:39.9697777Z ../../../qt/5.15.1/gcc_64/include/QtCore/qstandardpaths.h:100:31: note: declared here
2020-10-21T17:27:39.9698743Z static QT_DEPRECATED void enableTestMode(bool testMode);
2020-10-21T17:27:39.9699311Z ^~~~~~~~~~~~~~
2020-10-21T17:27:40.2254089Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSocketNotifier.o sipQtCoreQSocketNotifier.cpp
2020-10-21T17:27:41.4033314Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSizeF.o sipQtCoreQSizeF.cpp
2020-10-21T17:27:41.5361935Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSize.o sipQtCoreQSize.cpp
2020-10-21T17:27:42.8212902Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSignalTransition.o sipQtCoreQSignalTransition.cpp
2020-10-21T17:27:42.9870291Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSignalMapper.o sipQtCoreQSignalMapper.cpp
2020-10-21T17:27:44.1282870Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSharedMemory.o sipQtCoreQSharedMemory.cpp
2020-10-21T17:27:44.3111242Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSettings.o sipQtCoreQSettings.cpp
2020-10-21T17:27:45.4819497Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSequentialAnimationGroup.o sipQtCoreQSequentialAnimationGroup.cpp
2020-10-21T17:27:45.8221773Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSemaphoreReleaser.o sipQtCoreQSemaphoreReleaser.cpp
2020-10-21T17:27:46.7343381Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSemaphore.o sipQtCoreQSemaphore.cpp
2020-10-21T17:27:47.0994167Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSaveFile.o sipQtCoreQSaveFile.cpp
2020-10-21T17:27:47.9376622Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRunnable.o sipQtCoreQRunnable.cpp
2020-10-21T17:27:48.5133994Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQResource.o sipQtCoreQResource.cpp
2020-10-21T17:27:49.1549722Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRegularExpressionMatchIterator.o sipQtCoreQRegularExpressionMatchIterator.cpp
2020-10-21T17:27:49.5184985Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQResource.cpp: In function ‘PyObject* meth_QResource_isCompressed(PyObject*, PyObject*)’:
2020-10-21T17:27:49.5187926Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQResource.cpp:158:43: warning: ‘bool QResource::isCompressed() const’ is deprecated: Use QResource::compressionAlgorithm() instead [-Wdeprecated-declarations]
2020-10-21T17:27:49.5189402Z return PyBool_FromLong(sipRes);
2020-10-21T17:27:49.5189748Z ^
2020-10-21T17:27:49.5190678Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qresource.sip:26:
2020-10-21T17:27:49.5191561Z ../../../qt/5.15.1/gcc_64/include/QtCore/qresource.h:91:10: note: declared here
2020-10-21T17:27:49.5192294Z bool isCompressed() const;
2020-10-21T17:27:49.5192612Z ^~~~~~~~~~~~
2020-10-21T17:27:49.8535529Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRegularExpressionMatch.o sipQtCoreQRegularExpressionMatch.cpp
2020-10-21T17:27:50.3680784Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRegularExpressionMatchOptions.o sipQtCoreQRegularExpressionMatchOptions.cpp
2020-10-21T17:27:51.1555575Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRegularExpressionPatternOptions.o sipQtCoreQRegularExpressionPatternOptions.cpp
2020-10-21T17:27:51.6411660Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRegularExpression.o sipQtCoreQRegularExpression.cpp
2020-10-21T17:27:52.4945686Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRegExp.o sipQtCoreQRegExp.cpp
2020-10-21T17:27:52.9508987Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRectF.o sipQtCoreQRectF.cpp
2020-10-21T17:27:53.8807348Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRect.o sipQtCoreQRect.cpp
2020-10-21T17:27:54.6681932Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQWriteLocker.o sipQtCoreQWriteLocker.cpp
2020-10-21T17:27:55.6451617Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQReadLocker.o sipQtCoreQReadLocker.cpp
2020-10-21T17:27:55.8730132Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQReadWriteLock.o sipQtCoreQReadWriteLock.cpp
2020-10-21T17:27:56.9046206Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRandomGenerator.o sipQtCoreQRandomGenerator.cpp
2020-10-21T17:27:57.0768791Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQProcessEnvironment.o sipQtCoreQProcessEnvironment.cpp
2020-10-21T17:27:58.3145193Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQProcess.o sipQtCoreQProcess.cpp
2020-10-21T17:27:58.3345131Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQPointF.o sipQtCoreQPointF.cpp
2020-10-21T17:27:59.4045426Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQProcess.cpp: In function ‘PyObject* meth_QProcess_start(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:27:59.4048656Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQProcess.cpp:737:34: warning: ‘void QProcess::start(const QString&, QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
2020-10-21T17:27:59.4050480Z sipCpp->start(*a0,*a1);
2020-10-21T17:27:59.4050791Z ^
2020-10-21T17:27:59.4051702Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qprocess.sip:38:
2020-10-21T17:27:59.4052559Z ../../../qt/5.15.1/gcc_64/include/QtCore/qprocess.h:168:10: note: declared here
2020-10-21T17:27:59.4053171Z void start(const QString &command, OpenMode mode = ReadWrite);
2020-10-21T17:27:59.4053594Z ^~~~~
2020-10-21T17:27:59.4099926Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQProcess.cpp: In function ‘PyObject* meth_QProcess_execute(PyObject*, PyObject*)’:
2020-10-21T17:27:59.4102868Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQProcess.cpp:1447:46: warning: ‘static int QProcess::execute(const QString&)’ is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
2020-10-21T17:27:59.4104414Z sipRes = ::QProcess::execute(*a0);
2020-10-21T17:27:59.4104764Z ^
2020-10-21T17:27:59.4105689Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qprocess.sip:38:
2020-10-21T17:27:59.4106548Z ../../../qt/5.15.1/gcc_64/include/QtCore/qprocess.h:263:16: note: declared here
2020-10-21T17:27:59.4107091Z static int execute(const QString &command);
2020-10-21T17:27:59.4107443Z ^~~~~~~
2020-10-21T17:27:59.4109536Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQProcess.cpp:1447:46: warning: ‘static int QProcess::execute(const QString&)’ is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
2020-10-21T17:27:59.4111050Z sipRes = ::QProcess::execute(*a0);
2020-10-21T17:27:59.4111382Z ^
2020-10-21T17:27:59.4112434Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qprocess.sip:38:
2020-10-21T17:27:59.4113301Z ../../../qt/5.15.1/gcc_64/include/QtCore/qprocess.h:263:16: note: declared here
2020-10-21T17:27:59.4113818Z static int execute(const QString &command);
2020-10-21T17:27:59.4114172Z ^~~~~~~
2020-10-21T17:27:59.4115548Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQProcess.cpp: In function ‘PyObject* meth_QProcess_startDetached(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:27:59.4118880Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQProcess.cpp:1525:52: warning: ‘static bool QProcess::startDetached(const QString&)’ is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
2020-10-21T17:27:59.4120555Z sipRes = ::QProcess::startDetached(*a0);
2020-10-21T17:27:59.4120934Z ^
2020-10-21T17:27:59.4121970Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qprocess.sip:38:
2020-10-21T17:27:59.4122829Z ../../../qt/5.15.1/gcc_64/include/QtCore/qprocess.h:278:17: note: declared here
2020-10-21T17:27:59.4123417Z static bool startDetached(const QString &command);
2020-10-21T17:27:59.4123823Z ^~~~~~~~~~~~~
2020-10-21T17:27:59.4126021Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQProcess.cpp:1525:52: warning: ‘static bool QProcess::startDetached(const QString&)’ is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
2020-10-21T17:27:59.4127680Z sipRes = ::QProcess::startDetached(*a0);
2020-10-21T17:27:59.4128056Z ^
2020-10-21T17:27:59.4128948Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qprocess.sip:38:
2020-10-21T17:27:59.4129806Z ../../../qt/5.15.1/gcc_64/include/QtCore/qprocess.h:278:17: note: declared here
2020-10-21T17:27:59.4130394Z static bool startDetached(const QString &command);
2020-10-21T17:27:59.4130799Z ^~~~~~~~~~~~~
2020-10-21T17:27:59.7365358Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQPoint.o sipQtCoreQPoint.cpp
2020-10-21T17:28:00.0316936Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQPluginLoader.o sipQtCoreQPluginLoader.cpp
2020-10-21T17:28:01.0935462Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQPropertyAnimation.o sipQtCoreQPropertyAnimation.cpp
2020-10-21T17:28:01.4195949Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQVariantAnimation.o sipQtCoreQVariantAnimation.cpp
2020-10-21T17:28:02.4076169Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQPauseAnimation.o sipQtCoreQPauseAnimation.cpp
2020-10-21T17:28:02.8132988Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQParallelAnimationGroup.o sipQtCoreQParallelAnimationGroup.cpp
2020-10-21T17:28:03.7072284Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQOperatingSystemVersion.o sipQtCoreQOperatingSystemVersion.cpp
2020-10-21T17:28:04.1201257Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQGenericReturnArgument.o sipQtCoreQGenericReturnArgument.cpp
2020-10-21T17:28:05.0070892Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQGenericArgument.o sipQtCoreQGenericArgument.cpp
2020-10-21T17:28:05.2869634Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMetaObjectConnection.o sipQtCoreQMetaObjectConnection.cpp
2020-10-21T17:28:06.1692254Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMetaObject.o sipQtCoreQMetaObject.cpp
2020-10-21T17:28:06.4731508Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQObjectCleanupHandler.o sipQtCoreQObjectCleanupHandler.cpp
2020-10-21T17:28:07.5750909Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQSignalBlocker.o sipQtCoreQSignalBlocker.cpp
2020-10-21T17:28:07.7338206Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQRecursiveMutex.o sipQtCoreQRecursiveMutex.cpp
2020-10-21T17:28:08.7723039Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMutex.o sipQtCoreQMutex.cpp
2020-10-21T17:28:08.9039254Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMutexLocker.o sipQtCoreQMutexLocker.cpp
2020-10-21T17:28:09.9761850Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMimeType.o sipQtCoreQMimeType.cpp
2020-10-21T17:28:10.1158591Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMimeDatabase.o sipQtCoreQMimeDatabase.cpp
2020-10-21T17:28:11.2486095Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMimeData.o sipQtCoreQMimeData.cpp
2020-10-21T17:28:11.3763366Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMetaTypeTypeFlags.o sipQtCoreQMetaTypeTypeFlags.cpp
2020-10-21T17:28:12.6165474Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMetaType.o sipQtCoreQMetaType.cpp
2020-10-21T17:28:12.6596511Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMetaClassInfo.o sipQtCoreQMetaClassInfo.cpp
2020-10-21T17:28:13.8579733Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMetaProperty.o sipQtCoreQMetaProperty.cpp
2020-10-21T17:28:13.8698963Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMetaEnum.o sipQtCoreQMetaEnum.cpp
2020-10-21T17:28:15.1378491Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMetaMethod.o sipQtCoreQMetaMethod.cpp
2020-10-21T17:28:15.1634745Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMessageAuthenticationCode.o sipQtCoreQMessageAuthenticationCode.cpp
2020-10-21T17:28:16.3757065Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMarginsF.o sipQtCoreQMarginsF.cpp
2020-10-21T17:28:16.4886074Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMargins.o sipQtCoreQMargins.cpp
2020-10-21T17:28:17.7980547Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQLoggingCategory.o sipQtCoreQLoggingCategory.cpp
2020-10-21T17:28:17.9106388Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMessageLogger.o sipQtCoreQMessageLogger.cpp
2020-10-21T17:28:19.0251517Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQMessageLogContext.o sipQtCoreQMessageLogContext.cpp
2020-10-21T17:28:19.1310291Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQLockFile.o sipQtCoreQLockFile.cpp
2020-10-21T17:28:20.2122108Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQLocaleDataSizeFormats.o sipQtCoreQLocaleDataSizeFormats.cpp
2020-10-21T17:28:20.3481290Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQLocaleNumberOptions.o sipQtCoreQLocaleNumberOptions.cpp
2020-10-21T17:28:21.4790352Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQLocale.o sipQtCoreQLocale.cpp
2020-10-21T17:28:21.6281703Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQLineF.o sipQtCoreQLineF.cpp
2020-10-21T17:28:22.4797502Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLocale.cpp: In function ‘PyObject* meth_QLocale_toTime(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:28:22.4800472Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLocale.cpp:1147:60: warning: ‘QTime QLocale::toTime(const QString&, QLocale::FormatType, QCalendar) const’ is deprecated: Calendar is ignored when parsing times [-Wdeprecated-declarations]
2020-10-21T17:28:22.4806066Z return sipConvertFromNewType(sipRes,sipType_QTime,SIP_NULLPTR);
2020-10-21T17:28:22.4833715Z ^
2020-10-21T17:28:22.4839192Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:46,
2020-10-21T17:28:22.4839782Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:28:22.4840302Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:28:22.4840859Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:28:22.4841384Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:22.4841897Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:22.4842365Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:22.4843599Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:22.4844692Z from sipQtCoreQLocale.cpp:24:
2020-10-21T17:28:22.4845279Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlocale.h:1046:11: note: declared here
2020-10-21T17:28:22.4845940Z QTime toTime(const QString &string, FormatType format, QCalendar cal) const;
2020-10-21T17:28:22.4846422Z ^~~~~~
2020-10-21T17:28:22.4848475Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLocale.cpp:1166:61: warning: ‘QTime QLocale::toTime(const QString&, const QString&, QCalendar) const’ is deprecated: Calendar is ignored when parsing times [-Wdeprecated-declarations]
2020-10-21T17:28:22.4849909Z
2020-10-21T17:28:22.4850151Z ^
2020-10-21T17:28:22.4850610Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qtextstream.h:46,
2020-10-21T17:28:22.4851172Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qdebug.h:49,
2020-10-21T17:28:22.4851687Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborcommon.h:45,
2020-10-21T17:28:22.4852231Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:45,
2020-10-21T17:28:22.4852762Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:22.4853259Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:22.4853726Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:22.4854684Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:22.4855465Z from sipQtCoreQLocale.cpp:24:
2020-10-21T17:28:22.4856032Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlocale.h:1048:11: note: declared here
2020-10-21T17:28:22.4856682Z QTime toTime(const QString &string, const QString &format, QCalendar cal) const;
2020-10-21T17:28:22.4857156Z ^~~~~~
2020-10-21T17:28:22.6264752Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLineF.cpp: In function ‘PyObject* meth_QLineF_intersect(PyObject*, PyObject*)’:
2020-10-21T17:28:22.6267558Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLineF.cpp:133:46: warning: ‘QLineF::IntersectType QLineF::intersect(const QLineF&, QPointF*) const’ is deprecated: Use intersects() instead [-Wdeprecated-declarations]
2020-10-21T17:28:22.6269148Z sipRes = sipCpp->intersect(*a0,a1);
2020-10-21T17:28:22.6269513Z ^
2020-10-21T17:28:22.6270394Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qline.sip:95:
2020-10-21T17:28:22.6271220Z ../../../qt/5.15.1/gcc_64/include/QtCore/qline.h:256:19: note: declared here
2020-10-21T17:28:22.6272147Z IntersectType intersect(const QLineF &l, QPointF *intersectionPoint) const;
2020-10-21T17:28:22.6272700Z ^~~~~~~~~
2020-10-21T17:28:23.0807815Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQLine.o sipQtCoreQLine.cpp
2020-10-21T17:28:23.1572214Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQLibraryInfo.o sipQtCoreQLibraryInfo.cpp
2020-10-21T17:28:24.1271061Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp: In function ‘PyObject* meth_QLibraryInfo_licensee(PyObject*, PyObject*)’:
2020-10-21T17:28:24.1274957Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp:53:54: warning: ‘static QString QLibraryInfo::licensee()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:24.1276553Z sipRes = new ::QString( ::QLibraryInfo::licensee());
2020-10-21T17:28:24.1277087Z ^~~~~~~~
2020-10-21T17:28:24.1283335Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qlibraryinfo.sip:26:
2020-10-21T17:28:24.1284551Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlibraryinfo.h:55:34: note: declared here
2020-10-21T17:28:24.1285252Z static QT_DEPRECATED QString licensee();
2020-10-21T17:28:24.1285726Z ^~~~~~~~
2020-10-21T17:28:24.1291032Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp:53:63: warning: ‘static QString QLibraryInfo::licensee()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:24.1292673Z sipRes = new ::QString( ::QLibraryInfo::licensee());
2020-10-21T17:28:24.1293193Z ^
2020-10-21T17:28:24.1296988Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qlibraryinfo.sip:26:
2020-10-21T17:28:24.1298284Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlibraryinfo.h:55:34: note: declared here
2020-10-21T17:28:24.1298984Z static QT_DEPRECATED QString licensee();
2020-10-21T17:28:24.1299466Z ^~~~~~~~
2020-10-21T17:28:24.1304412Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp:53:63: warning: ‘static QString QLibraryInfo::licensee()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:24.1306624Z sipRes = new ::QString( ::QLibraryInfo::licensee());
2020-10-21T17:28:24.1307056Z ^
2020-10-21T17:28:24.1319580Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qlibraryinfo.sip:26:
2020-10-21T17:28:24.1320542Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlibraryinfo.h:55:34: note: declared here
2020-10-21T17:28:24.1321139Z static QT_DEPRECATED QString licensee();
2020-10-21T17:28:24.1321508Z ^~~~~~~~
2020-10-21T17:28:24.1322943Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp: In function ‘PyObject* meth_QLibraryInfo_licensedProducts(PyObject*, PyObject*)’:
2020-10-21T17:28:24.1325704Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp:77:54: warning: ‘static QString QLibraryInfo::licensedProducts()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:24.1327217Z sipRes = new ::QString( ::QLibraryInfo::licensedProducts());
2020-10-21T17:28:24.1327705Z ^~~~~~~~~~~~~~~~
2020-10-21T17:28:24.1358474Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qlibraryinfo.sip:26:
2020-10-21T17:28:24.1359432Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlibraryinfo.h:56:34: note: declared here
2020-10-21T17:28:24.1360091Z static QT_DEPRECATED QString licensedProducts();
2020-10-21T17:28:24.1360552Z ^~~~~~~~~~~~~~~~
2020-10-21T17:28:24.1362494Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp:77:71: warning: ‘static QString QLibraryInfo::licensedProducts()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:24.1364005Z sipRes = new ::QString( ::QLibraryInfo::licensedProducts());
2020-10-21T17:28:24.1364491Z ^
2020-10-21T17:28:24.1365744Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qlibraryinfo.sip:26:
2020-10-21T17:28:24.1366656Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlibraryinfo.h:56:34: note: declared here
2020-10-21T17:28:24.1367305Z static QT_DEPRECATED QString licensedProducts();
2020-10-21T17:28:24.1367746Z ^~~~~~~~~~~~~~~~
2020-10-21T17:28:24.1369629Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp:77:71: warning: ‘static QString QLibraryInfo::licensedProducts()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:24.1371242Z sipRes = new ::QString( ::QLibraryInfo::licensedProducts());
2020-10-21T17:28:24.1371723Z ^
2020-10-21T17:28:24.1372698Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qlibraryinfo.sip:26:
2020-10-21T17:28:24.1373615Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlibraryinfo.h:56:34: note: declared here
2020-10-21T17:28:24.1374272Z static QT_DEPRECATED QString licensedProducts();
2020-10-21T17:28:24.1374713Z ^~~~~~~~~~~~~~~~
2020-10-21T17:28:24.1376048Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp: In function ‘PyObject* meth_QLibraryInfo_buildDate(PyObject*, PyObject*)’:
2020-10-21T17:28:24.1378645Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp:127:52: warning: ‘static QDate QLibraryInfo::buildDate()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:24.1380006Z sipRes = new ::QDate( ::QLibraryInfo::buildDate());
2020-10-21T17:28:24.1380418Z ^~~~~~~~~
2020-10-21T17:28:24.1381375Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qlibraryinfo.sip:26:
2020-10-21T17:28:24.1382311Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlibraryinfo.h:61:32: note: declared here
2020-10-21T17:28:24.1382889Z static QT_DEPRECATED QDate buildDate();
2020-10-21T17:28:24.1383253Z ^~~~~~~~~
2020-10-21T17:28:24.1385039Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp:127:62: warning: ‘static QDate QLibraryInfo::buildDate()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:24.1386408Z sipRes = new ::QDate( ::QLibraryInfo::buildDate());
2020-10-21T17:28:24.1386823Z ^
2020-10-21T17:28:24.1387771Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qlibraryinfo.sip:26:
2020-10-21T17:28:24.1388678Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlibraryinfo.h:61:32: note: declared here
2020-10-21T17:28:24.1389257Z static QT_DEPRECATED QDate buildDate();
2020-10-21T17:28:24.1389621Z ^~~~~~~~~
2020-10-21T17:28:24.1391406Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQLibraryInfo.cpp:127:62: warning: ‘static QDate QLibraryInfo::buildDate()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:24.1473364Z sipRes = new ::QDate( ::QLibraryInfo::buildDate());
2020-10-21T17:28:24.1473798Z ^
2020-10-21T17:28:24.1475071Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qlibraryinfo.sip:26:
2020-10-21T17:28:24.1476005Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlibraryinfo.h:61:32: note: declared here
2020-10-21T17:28:24.1476590Z static QT_DEPRECATED QDate buildDate();
2020-10-21T17:28:24.1476963Z ^~~~~~~~~
2020-10-21T17:28:24.3543224Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQLibraryLoadHints.o sipQtCoreQLibraryLoadHints.cpp
2020-10-21T17:28:24.4028567Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQLibrary.o sipQtCoreQLibrary.cpp
2020-10-21T17:28:25.6206364Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQJsonValue.o sipQtCoreQJsonValue.cpp
2020-10-21T17:28:25.7204926Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQJsonDocument.o sipQtCoreQJsonDocument.cpp
2020-10-21T17:28:26.7201176Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp: In function ‘PyObject* meth_QJsonDocument_fromRawData(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:28:26.7204535Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp:75:61: warning: ‘static QJsonDocument QJsonDocument::fromRawData(const char*, int, QJsonDocument::DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
2020-10-21T17:28:26.7206377Z sipRes = new ::QJsonDocument( ::QJsonDocument::fromRawData(a0,a1,a2));
2020-10-21T17:28:26.7206902Z ^~~~~~~~~~~
2020-10-21T17:28:26.7207892Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qjsondocument.sip:58:
2020-10-21T17:28:26.7208857Z ../../../qt/5.15.1/gcc_64/include/QtCore/qjsondocument.h:116:26: note: declared here
2020-10-21T17:28:26.7209710Z static QJsonDocument fromRawData(const char *data, int size, DataValidation validation = Validate);
2020-10-21T17:28:26.7210334Z ^~~~~~~~~~~
2020-10-21T17:28:26.7212559Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp:75:81: warning: ‘static QJsonDocument QJsonDocument::fromRawData(const char*, int, QJsonDocument::DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
2020-10-21T17:28:26.7215063Z sipRes = new ::QJsonDocument( ::QJsonDocument::fromRawData(a0,a1,a2));
2020-10-21T17:28:26.7215707Z ^
2020-10-21T17:28:26.7216768Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qjsondocument.sip:58:
2020-10-21T17:28:26.7217728Z ../../../qt/5.15.1/gcc_64/include/QtCore/qjsondocument.h:116:26: note: declared here
2020-10-21T17:28:26.7218568Z static QJsonDocument fromRawData(const char *data, int size, DataValidation validation = Validate);
2020-10-21T17:28:26.7219191Z ^~~~~~~~~~~
2020-10-21T17:28:26.7221746Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp:75:81: warning: ‘static QJsonDocument QJsonDocument::fromRawData(const char*, int, QJsonDocument::DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
2020-10-21T17:28:26.7238148Z sipRes = new ::QJsonDocument( ::QJsonDocument::fromRawData(a0,a1,a2));
2020-10-21T17:28:26.7238686Z ^
2020-10-21T17:28:26.7240034Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qjsondocument.sip:58:
2020-10-21T17:28:26.7241223Z ../../../qt/5.15.1/gcc_64/include/QtCore/qjsondocument.h:116:26: note: declared here
2020-10-21T17:28:26.7242073Z static QJsonDocument fromRawData(const char *data, int size, DataValidation validation = Validate);
2020-10-21T17:28:26.7242695Z ^~~~~~~~~~~
2020-10-21T17:28:26.7244064Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp: In function ‘PyObject* meth_QJsonDocument_rawData(PyObject*, PyObject*)’:
2020-10-21T17:28:26.7246827Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp:102:41: warning: ‘const char* QJsonDocument::rawData(int*) const’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
2020-10-21T17:28:26.7248364Z sipRes = sipCpp->rawData(&a0);
2020-10-21T17:28:26.7248696Z ^
2020-10-21T17:28:26.7249633Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qjsondocument.sip:58:
2020-10-21T17:28:26.7250582Z ../../../qt/5.15.1/gcc_64/include/QtCore/qjsondocument.h:119:17: note: declared here
2020-10-21T17:28:26.7251135Z const char *rawData(int *size) const;
2020-10-21T17:28:26.7251455Z ^~~~~~~
2020-10-21T17:28:26.7252890Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp: In function ‘PyObject* meth_QJsonDocument_fromBinaryData(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:28:26.7256069Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp:135:61: warning: ‘static QJsonDocument QJsonDocument::fromBinaryData(const QByteArray&, QJsonDocument::DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
2020-10-21T17:28:26.7257950Z sipRes = new ::QJsonDocument( ::QJsonDocument::fromBinaryData(*a0,a1));
2020-10-21T17:28:26.7258491Z ^~~~~~~~~~~~~~
2020-10-21T17:28:26.7259467Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qjsondocument.sip:58:
2020-10-21T17:28:26.7260413Z ../../../qt/5.15.1/gcc_64/include/QtCore/qjsondocument.h:122:26: note: declared here
2020-10-21T17:28:26.7261293Z static QJsonDocument fromBinaryData(const QByteArray &data, DataValidation validation = Validate);
2020-10-21T17:28:26.7261953Z ^~~~~~~~~~~~~~
2020-10-21T17:28:26.7264228Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp:135:82: warning: ‘static QJsonDocument QJsonDocument::fromBinaryData(const QByteArray&, QJsonDocument::DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
2020-10-21T17:28:26.7266121Z sipRes = new ::QJsonDocument( ::QJsonDocument::fromBinaryData(*a0,a1));
2020-10-21T17:28:26.7266653Z ^
2020-10-21T17:28:26.7267636Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qjsondocument.sip:58:
2020-10-21T17:28:26.7268580Z ../../../qt/5.15.1/gcc_64/include/QtCore/qjsondocument.h:122:26: note: declared here
2020-10-21T17:28:26.7269458Z static QJsonDocument fromBinaryData(const QByteArray &data, DataValidation validation = Validate);
2020-10-21T17:28:26.7270115Z ^~~~~~~~~~~~~~
2020-10-21T17:28:26.7313773Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp:135:82: warning: ‘static QJsonDocument QJsonDocument::fromBinaryData(const QByteArray&, QJsonDocument::DataValidation)’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
2020-10-21T17:28:26.7315787Z sipRes = new ::QJsonDocument( ::QJsonDocument::fromBinaryData(*a0,a1));
2020-10-21T17:28:26.7316331Z ^
2020-10-21T17:28:26.7317680Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qjsondocument.sip:58:
2020-10-21T17:28:26.7318633Z ../../../qt/5.15.1/gcc_64/include/QtCore/qjsondocument.h:122:26: note: declared here
2020-10-21T17:28:26.7319519Z static QJsonDocument fromBinaryData(const QByteArray &data, DataValidation validation = Validate);
2020-10-21T17:28:26.7320181Z ^~~~~~~~~~~~~~
2020-10-21T17:28:26.7321577Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp: In function ‘PyObject* meth_QJsonDocument_toBinaryData(PyObject*, PyObject*)’:
2020-10-21T17:28:26.7324462Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQJsonDocument.cpp:162:61: warning: ‘QByteArray QJsonDocument::toBinaryData() const’ is deprecated: Use CBOR format instead [-Wdeprecated-declarations]
2020-10-21T17:28:26.7326320Z sipRes = new ::QByteArray(sipCpp->toBinaryData());
2020-10-21T17:28:26.7326759Z ^
2020-10-21T17:28:26.7327727Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qjsondocument.sip:58:
2020-10-21T17:28:26.7328680Z ../../../qt/5.15.1/gcc_64/include/QtCore/qjsondocument.h:125:16: note: declared here
2020-10-21T17:28:26.7329267Z QByteArray toBinaryData() const;
2020-10-21T17:28:26.7329627Z ^~~~~~~~~~~~
2020-10-21T17:28:26.9412019Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQJsonParseError.o sipQtCoreQJsonParseError.cpp
2020-10-21T17:28:27.0512861Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQItemSelection.o sipQtCoreQItemSelection.cpp
2020-10-21T17:28:28.0572592Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQItemSelection.cpp: In function ‘PyObject* meth_QItemSelection_swap(PyObject*, PyObject*)’:
2020-10-21T17:28:28.0575672Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQItemSelection.cpp:510:31: warning: ‘void QList<T>::swap(int, int) [with T = QItemSelectionRange]’ is deprecated: Use QList<T>::swapItemsAt() [-Wdeprecated-declarations]
2020-10-21T17:28:28.0577284Z sipCpp->swap(a0,a1);
2020-10-21T17:28:28.0577587Z ^
2020-10-21T17:28:28.0578030Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qobject.h:49,
2020-10-21T17:28:28.0578571Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qthread.h:44,
2020-10-21T17:28:28.0579049Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QThread:1,
2020-10-21T17:28:28.0579498Z from sipAPIQtCore.h:34,
2020-10-21T17:28:28.0580078Z from sipQtCoreQItemSelection.cpp:24:
2020-10-21T17:28:28.0580736Z ../../../qt/5.15.1/gcc_64/include/QtCore/qlist.h:225:10: note: declared here
2020-10-21T17:28:28.0581607Z void swap(int i, int j) { swapItemsAt(i, j); }
2020-10-21T17:28:28.0581953Z ^~~~
2020-10-21T17:28:28.1434917Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQItemSelectionModelSelectionFlags.o sipQtCoreQItemSelectionModelSelectionFlags.cpp
2020-10-21T17:28:28.6466905Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQItemSelectionModel.o sipQtCoreQItemSelectionModel.cpp
2020-10-21T17:28:29.4533950Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQItemSelectionRange.o sipQtCoreQItemSelectionRange.cpp
2020-10-21T17:28:30.0704198Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQIODeviceOpenMode.o sipQtCoreQIODeviceOpenMode.cpp
2020-10-21T17:28:30.8793491Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQIdentityProxyModel.o sipQtCoreQIdentityProxyModel.cpp
2020-10-21T17:28:31.3767969Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQHistoryState.o sipQtCoreQHistoryState.cpp
2020-10-21T17:28:32.5287938Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQFinalState.o sipQtCoreQFinalState.cpp
2020-10-21T17:28:32.6912085Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQFileSystemWatcher.o sipQtCoreQFileSystemWatcher.cpp
2020-10-21T17:28:33.8039949Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQFileSelector.o sipQtCoreQFileSelector.cpp
2020-10-21T17:28:33.9731854Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQFileInfo.o sipQtCoreQFileInfo.cpp
2020-10-21T17:28:34.9736486Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQFileInfo.cpp: In function ‘PyObject* meth_QFileInfo_created(PyObject*, PyObject*)’:
2020-10-21T17:28:34.9739321Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQFileInfo.cpp:1035:55: warning: ‘QDateTime QFileInfo::created() const’ is deprecated: Use either birthTime() or metadataChangeTime() [-Wdeprecated-declarations]
2020-10-21T17:28:34.9740735Z return SIP_NULLPTR;
2020-10-21T17:28:34.9741044Z ^
2020-10-21T17:28:34.9741993Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qfileinfo.sip:26:
2020-10-21T17:28:34.9742871Z ../../../qt/5.15.1/gcc_64/include/QtCore/qfileinfo.h:139:15: note: declared here
2020-10-21T17:28:34.9743378Z QDateTime created() const;
2020-10-21T17:28:34.9743690Z ^~~~~~~
2020-10-21T17:28:35.0604173Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQFileDeviceFileHandleFlags.o sipQtCoreQFileDeviceFileHandleFlags.cpp
2020-10-21T17:28:35.4394012Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQFileDevicePermissions.o sipQtCoreQFileDevicePermissions.cpp
2020-10-21T17:28:36.3301320Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQFile.o sipQtCoreQFile.cpp
2020-10-21T17:28:36.7055949Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQFileDevice.o sipQtCoreQFileDevice.cpp
2020-10-21T17:28:37.8111913Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQEventTransition.o sipQtCoreQEventTransition.cpp
2020-10-21T17:28:38.0271028Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQEventLoopLocker.o sipQtCoreQEventLoopLocker.cpp
2020-10-21T17:28:39.1135332Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQEventLoopProcessEventsFlags.o sipQtCoreQEventLoopProcessEventsFlags.cpp
2020-10-21T17:28:39.2160346Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQEventLoop.o sipQtCoreQEventLoop.cpp
2020-10-21T17:28:40.3841315Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQElapsedTimer.o sipQtCoreQElapsedTimer.cpp
2020-10-21T17:28:40.4806831Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQEasingCurve.o sipQtCoreQEasingCurve.cpp
2020-10-21T17:28:41.6419439Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQDirIteratorIteratorFlags.o sipQtCoreQDirIteratorIteratorFlags.cpp
2020-10-21T17:28:41.7949383Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQDirIterator.o sipQtCoreQDirIterator.cpp
2020-10-21T17:28:42.9445296Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQDirSortFlags.o sipQtCoreQDirSortFlags.cpp
2020-10-21T17:28:43.0310729Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQDirFilters.o sipQtCoreQDirFilters.cpp
2020-10-21T17:28:44.2324092Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQDir.o sipQtCoreQDir.cpp
2020-10-21T17:28:44.3210335Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQDeadlineTimer.o sipQtCoreQDeadlineTimer.cpp
2020-10-21T17:28:45.6818831Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQDateTime.o sipQtCoreQDateTime.cpp
2020-10-21T17:28:45.8410842Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTime.o sipQtCoreQTime.cpp
2020-10-21T17:28:46.7689321Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDateTime.cpp: In function ‘void* init_type_QDateTime(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
2020-10-21T17:28:46.7692883Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDateTime.cpp:1893:42: warning: ‘QDateTime::QDateTime(const QDate&)’ is deprecated: Use QDate::startOfDay() [-Wdeprecated-declarations]
2020-10-21T17:28:46.7694984Z #line 416 "/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qdatetime.sip"
2020-10-21T17:28:46.7695845Z ^
2020-10-21T17:28:46.7696864Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:46.7697522Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:46.7698032Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:46.7698578Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:46.7699866Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:46.7700704Z from sipQtCoreQDateTime.cpp:24:
2020-10-21T17:28:46.7701333Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:298:57: note: declared here
2020-10-21T17:28:46.7702041Z QT_DEPRECATED_X("Use QDate::startOfDay()") explicit QDateTime(const QDate &);
2020-10-21T17:28:46.7702545Z ^~~~~~~~~
2020-10-21T17:28:46.8265851Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTime.cpp: In function ‘PyObject* meth_QTime_start(PyObject*, PyObject*)’:
2020-10-21T17:28:46.8270533Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTime.cpp:544:27: warning: ‘void QTime::start()’ is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
2020-10-21T17:28:46.8271771Z
2020-10-21T17:28:46.8271999Z ^
2020-10-21T17:28:46.8272441Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:46.8273153Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:46.8273671Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:46.8274137Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:46.8275115Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:46.8275874Z from sipQtCoreQTime.cpp:24:
2020-10-21T17:28:46.8276435Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:235:55: note: declared here
2020-10-21T17:28:46.8277052Z QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
2020-10-21T17:28:46.8277495Z ^~~~~
2020-10-21T17:28:46.8278666Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTime.cpp: In function ‘PyObject* meth_QTime_restart(PyObject*, PyObject*)’:
2020-10-21T17:28:46.8281012Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTime.cpp:571:38: warning: ‘int QTime::restart()’ is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
2020-10-21T17:28:46.8282129Z
2020-10-21T17:28:46.8282360Z ^
2020-10-21T17:28:46.8282799Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:46.8283382Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:46.8283898Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:46.8284370Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:46.8285305Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:46.8286059Z from sipQtCoreQTime.cpp:24:
2020-10-21T17:28:46.8286618Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:236:54: note: declared here
2020-10-21T17:28:46.8287255Z QT_DEPRECATED_X("Use QElapsedTimer instead") int restart();
2020-10-21T17:28:46.8287689Z ^~~~~~~
2020-10-21T17:28:46.8288859Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTime.cpp: In function ‘PyObject* meth_QTime_elapsed(PyObject*, PyObject*)’:
2020-10-21T17:28:46.8291205Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQTime.cpp:597:38: warning: ‘int QTime::elapsed() const’ is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
2020-10-21T17:28:46.8292337Z
2020-10-21T17:28:46.8292571Z ^
2020-10-21T17:28:46.8293008Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:46.8293591Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:46.8294110Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:46.8294583Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:46.8295521Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:46.8296276Z from sipQtCoreQTime.cpp:24:
2020-10-21T17:28:46.8296832Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:237:54: note: declared here
2020-10-21T17:28:46.8297476Z QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
2020-10-21T17:28:46.8297928Z ^~~~~~~
2020-10-21T17:28:47.4958434Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQDate.o sipQtCoreQDate.cpp
2020-10-21T17:28:47.4961898Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQDataStream.o sipQtCoreQDataStream.cpp
2020-10-21T17:28:48.1970545Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_shortMonthName(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:28:48.1974892Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:488:47: warning: ‘static QString QDate::shortMonthName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::monthName or QLocale::standaloneMonthName [-Wdeprecated-declarations]
2020-10-21T17:28:48.1976562Z
2020-10-21T17:28:48.1976844Z ^
2020-10-21T17:28:48.1977451Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.1978408Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.1979105Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.1979725Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.1981243Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.1982519Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.1983471Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:106:24: note: declared here
2020-10-21T17:28:48.1984599Z static QString shortMonthName(int month, MonthNameType type = DateFormat);
2020-10-21T17:28:48.1985382Z ^~~~~~~~~~~~~~
2020-10-21T17:28:48.1988587Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:488:67: warning: ‘static QString QDate::shortMonthName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::monthName or QLocale::standaloneMonthName [-Wdeprecated-declarations]
2020-10-21T17:28:48.1990186Z
2020-10-21T17:28:48.1990461Z ^
2020-10-21T17:28:48.1990939Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.1991624Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.1992328Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.1992898Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.1994380Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.1995554Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.1996446Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:106:24: note: declared here
2020-10-21T17:28:48.1997558Z static QString shortMonthName(int month, MonthNameType type = DateFormat);
2020-10-21T17:28:48.1998358Z ^~~~~~~~~~~~~~
2020-10-21T17:28:48.2002129Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:488:67: warning: ‘static QString QDate::shortMonthName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::monthName or QLocale::standaloneMonthName [-Wdeprecated-declarations]
2020-10-21T17:28:48.2004123Z
2020-10-21T17:28:48.2004379Z ^
2020-10-21T17:28:48.2004922Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2005599Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2006214Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2006922Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2008036Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2009042Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2034057Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:106:24: note: declared here
2020-10-21T17:28:48.2034816Z static QString shortMonthName(int month, MonthNameType type = DateFormat);
2020-10-21T17:28:48.2035377Z ^~~~~~~~~~~~~~
2020-10-21T17:28:48.2036929Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_shortDayName(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:28:48.2039747Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:520:47: warning: ‘static QString QDate::shortDayName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::dayName or QLocale::standaloneDayName [-Wdeprecated-declarations]
2020-10-21T17:28:48.2041162Z
2020-10-21T17:28:48.2041406Z ^
2020-10-21T17:28:48.2041849Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2042423Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2042934Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2043390Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2044329Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2045087Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2045643Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:108:24: note: declared here
2020-10-21T17:28:48.2046364Z static QString shortDayName(int weekday, MonthNameType type = DateFormat);
2020-10-21T17:28:48.2046897Z ^~~~~~~~~~~~
2020-10-21T17:28:48.2048956Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:520:65: warning: ‘static QString QDate::shortDayName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::dayName or QLocale::standaloneDayName [-Wdeprecated-declarations]
2020-10-21T17:28:48.2050362Z
2020-10-21T17:28:48.2050605Z ^
2020-10-21T17:28:48.2051060Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2051628Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2052148Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2052614Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2053551Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2054313Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2054868Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:108:24: note: declared here
2020-10-21T17:28:48.2055577Z static QString shortDayName(int weekday, MonthNameType type = DateFormat);
2020-10-21T17:28:48.2056106Z ^~~~~~~~~~~~
2020-10-21T17:28:48.2058419Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:520:65: warning: ‘static QString QDate::shortDayName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::dayName or QLocale::standaloneDayName [-Wdeprecated-declarations]
2020-10-21T17:28:48.2059818Z
2020-10-21T17:28:48.2060043Z ^
2020-10-21T17:28:48.2060489Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2061163Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2061729Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2062196Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2063148Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2063903Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2064460Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:108:24: note: declared here
2020-10-21T17:28:48.2065181Z static QString shortDayName(int weekday, MonthNameType type = DateFormat);
2020-10-21T17:28:48.2065692Z ^~~~~~~~~~~~
2020-10-21T17:28:48.2066956Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_longMonthName(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:28:48.2069798Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:552:47: warning: ‘static QString QDate::longMonthName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::monthName or QLocale::standaloneMonthName [-Wdeprecated-declarations]
2020-10-21T17:28:48.2071254Z
2020-10-21T17:28:48.2071492Z ^
2020-10-21T17:28:48.2072062Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2072645Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2073169Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2073637Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2074592Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2075348Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2075899Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:110:24: note: declared here
2020-10-21T17:28:48.2076605Z static QString longMonthName(int month, MonthNameType type = DateFormat);
2020-10-21T17:28:48.2077130Z ^~~~~~~~~~~~~
2020-10-21T17:28:48.2079235Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:552:66: warning: ‘static QString QDate::longMonthName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::monthName or QLocale::standaloneMonthName [-Wdeprecated-declarations]
2020-10-21T17:28:48.2080678Z
2020-10-21T17:28:48.2080924Z ^
2020-10-21T17:28:48.2081374Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2081950Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2082464Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2082933Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2083853Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2084603Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2085153Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:110:24: note: declared here
2020-10-21T17:28:48.2085860Z static QString longMonthName(int month, MonthNameType type = DateFormat);
2020-10-21T17:28:48.2086381Z ^~~~~~~~~~~~~
2020-10-21T17:28:48.2088588Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:552:66: warning: ‘static QString QDate::longMonthName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::monthName or QLocale::standaloneMonthName [-Wdeprecated-declarations]
2020-10-21T17:28:48.2090041Z
2020-10-21T17:28:48.2090280Z ^
2020-10-21T17:28:48.2090806Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2091389Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2091891Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2092354Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2093305Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2094062Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2094628Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:110:24: note: declared here
2020-10-21T17:28:48.2095339Z static QString longMonthName(int month, MonthNameType type = DateFormat);
2020-10-21T17:28:48.2095863Z ^~~~~~~~~~~~~
2020-10-21T17:28:48.2097114Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_longDayName(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:28:48.2099881Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:584:47: warning: ‘static QString QDate::longDayName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::dayName or QLocale::standaloneDayName [-Wdeprecated-declarations]
2020-10-21T17:28:48.2101275Z
2020-10-21T17:28:48.2101517Z ^
2020-10-21T17:28:48.2101948Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2102534Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2103055Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2103524Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2104461Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2105228Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2105788Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:112:24: note: declared here
2020-10-21T17:28:48.2106489Z static QString longDayName(int weekday, MonthNameType type = DateFormat);
2020-10-21T17:28:48.2107009Z ^~~~~~~~~~~
2020-10-21T17:28:48.2109079Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:584:64: warning: ‘static QString QDate::longDayName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::dayName or QLocale::standaloneDayName [-Wdeprecated-declarations]
2020-10-21T17:28:48.2110472Z
2020-10-21T17:28:48.2110695Z ^
2020-10-21T17:28:48.2111143Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2152149Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2152845Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2153322Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2154558Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2155318Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2155878Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:112:24: note: declared here
2020-10-21T17:28:48.2156891Z static QString longDayName(int weekday, MonthNameType type = DateFormat);
2020-10-21T17:28:48.2157407Z ^~~~~~~~~~~
2020-10-21T17:28:48.2159545Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:584:64: warning: ‘static QString QDate::longDayName(int, QDate::MonthNameType)’ is deprecated: Use QLocale::dayName or QLocale::standaloneDayName [-Wdeprecated-declarations]
2020-10-21T17:28:48.2161091Z
2020-10-21T17:28:48.2161379Z ^
2020-10-21T17:28:48.2161830Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2162416Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2162932Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2163396Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2164354Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2165117Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2165658Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:112:24: note: declared here
2020-10-21T17:28:48.2166361Z static QString longDayName(int weekday, MonthNameType type = DateFormat);
2020-10-21T17:28:48.2166880Z ^~~~~~~~~~~
2020-10-21T17:28:48.2168100Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp: In function ‘PyObject* meth_QDate_toString(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:28:48.2170654Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQDate.cpp:633:60: warning: ‘QString QDate::toString(Qt::DateFormat, QCalendar) const’ is deprecated: Use QLocale or omit the calendar [-Wdeprecated-declarations]
2020-10-21T17:28:48.2171899Z
2020-10-21T17:28:48.2172135Z ^
2020-10-21T17:28:48.2172586Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qcborvalue.h:44,
2020-10-21T17:28:48.2173162Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qjsonvalue.h:46,
2020-10-21T17:28:48.2173682Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QJsonValue:1,
2020-10-21T17:28:48.2174133Z from ../../qpy/QtCore/qpycore_api.h:25,
2020-10-21T17:28:48.2175073Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qobject.sip:742,
2020-10-21T17:28:48.2175831Z from sipQtCoreQDate.cpp:24:
2020-10-21T17:28:48.2176396Z ../../../qt/5.15.1/gcc_64/include/QtCore/qdatetime.h:119:13: note: declared here
2020-10-21T17:28:48.2177033Z QString toString(Qt::DateFormat format, QCalendar cal) const;
2020-10-21T17:28:48.2177467Z ^~~~~~~~
2020-10-21T17:28:48.6859453Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCryptographicHash.o sipQtCoreQCryptographicHash.cpp
2020-10-21T17:28:49.5135127Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQDynamicPropertyChangeEvent.o sipQtCoreQDynamicPropertyChangeEvent.cpp
2020-10-21T17:28:49.8832862Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQChildEvent.o sipQtCoreQChildEvent.cpp
2020-10-21T17:28:50.7199562Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQTimerEvent.o sipQtCoreQTimerEvent.cpp
2020-10-21T17:28:51.0860232Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQEvent.o sipQtCoreQEvent.cpp
2020-10-21T17:28:51.9177211Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCoreApplication.o sipQtCoreQCoreApplication.cpp
2020-10-21T17:28:52.3181787Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQConcatenateTablesProxyModel.o sipQtCoreQConcatenateTablesProxyModel.cpp
2020-10-21T17:28:52.9368878Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCoreApplication.cpp: In function ‘PyObject* meth_QCoreApplication_hasPendingEvents(PyObject*, PyObject*)’:
2020-10-21T17:28:52.9372075Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCoreApplication.cpp:829:43: warning: ‘static bool QCoreApplication::hasPendingEvents()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:52.9373720Z sipRes = ::QCoreApplication::hasPendingEvents();
2020-10-21T17:28:52.9374201Z ^~~~~~~~~~~~~~~~
2020-10-21T17:28:52.9375215Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qcoreapplication.sip:30:
2020-10-21T17:28:52.9376237Z ../../../qt/5.15.1/gcc_64/include/QtCore/qcoreapplication.h:129:31: note: declared here
2020-10-21T17:28:52.9376923Z QT_DEPRECATED static bool hasPendingEvents();
2020-10-21T17:28:52.9377351Z ^~~~~~~~~~~~~~~~
2020-10-21T17:28:52.9379314Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCoreApplication.cpp:829:60: warning: ‘static bool QCoreApplication::hasPendingEvents()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:52.9380904Z sipRes = ::QCoreApplication::hasPendingEvents();
2020-10-21T17:28:52.9381379Z ^
2020-10-21T17:28:52.9382382Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qcoreapplication.sip:30:
2020-10-21T17:28:52.9383378Z ../../../qt/5.15.1/gcc_64/include/QtCore/qcoreapplication.h:129:31: note: declared here
2020-10-21T17:28:52.9384059Z QT_DEPRECATED static bool hasPendingEvents();
2020-10-21T17:28:52.9384489Z ^~~~~~~~~~~~~~~~
2020-10-21T17:28:52.9386820Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCoreApplication.cpp:829:60: warning: ‘static bool QCoreApplication::hasPendingEvents()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:52.9388420Z sipRes = ::QCoreApplication::hasPendingEvents();
2020-10-21T17:28:52.9388890Z ^
2020-10-21T17:28:52.9390032Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qcoreapplication.sip:30:
2020-10-21T17:28:52.9391042Z ../../../qt/5.15.1/gcc_64/include/QtCore/qcoreapplication.h:129:31: note: declared here
2020-10-21T17:28:52.9391849Z QT_DEPRECATED static bool hasPendingEvents();
2020-10-21T17:28:52.9392279Z ^~~~~~~~~~~~~~~~
2020-10-21T17:28:52.9423220Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCoreApplication.cpp: In function ‘PyObject* meth_QCoreApplication_flush(PyObject*, PyObject*)’:
2020-10-21T17:28:52.9426311Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCoreApplication.cpp:1178:34: warning: ‘static void QCoreApplication::flush()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:52.9427823Z ::QCoreApplication::flush();
2020-10-21T17:28:52.9428200Z ^~~~~
2020-10-21T17:28:52.9429263Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qcoreapplication.sip:30:
2020-10-21T17:28:52.9430353Z ../../../qt/5.15.1/gcc_64/include/QtCore/qcoreapplication.h:169:31: note: declared here
2020-10-21T17:28:52.9430990Z QT_DEPRECATED static void flush();
2020-10-21T17:28:52.9431355Z ^~~~~
2020-10-21T17:28:52.9433482Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCoreApplication.cpp:1178:40: warning: ‘static void QCoreApplication::flush()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:52.9434976Z ::QCoreApplication::flush();
2020-10-21T17:28:52.9435353Z ^
2020-10-21T17:28:52.9436366Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qcoreapplication.sip:30:
2020-10-21T17:28:52.9437377Z ../../../qt/5.15.1/gcc_64/include/QtCore/qcoreapplication.h:169:31: note: declared here
2020-10-21T17:28:52.9437973Z QT_DEPRECATED static void flush();
2020-10-21T17:28:52.9438292Z ^~~~~
2020-10-21T17:28:52.9440171Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCoreApplication.cpp:1178:40: warning: ‘static void QCoreApplication::flush()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:28:52.9441606Z ::QCoreApplication::flush();
2020-10-21T17:28:52.9441965Z ^
2020-10-21T17:28:52.9442974Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qcoreapplication.sip:30:
2020-10-21T17:28:52.9443995Z ../../../qt/5.15.1/gcc_64/include/QtCore/qcoreapplication.h:169:31: note: declared here
2020-10-21T17:28:52.9444589Z QT_DEPRECATED static void flush();
2020-10-21T17:28:52.9444925Z ^~~~~
2020-10-21T17:28:53.4110817Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCommandLineParser.o sipQtCoreQCommandLineParser.cpp
2020-10-21T17:28:53.9302062Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCommandLineOptionFlags.o sipQtCoreQCommandLineOptionFlags.cpp
2020-10-21T17:28:54.7398491Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCommandLineOption.o sipQtCoreQCommandLineOption.cpp
2020-10-21T17:28:55.1995438Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCollator.o sipQtCoreQCollator.cpp
2020-10-21T17:28:55.7226929Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCommandLineOption.cpp: In function ‘PyObject* meth_QCommandLineOption_setHidden(PyObject*, PyObject*)’:
2020-10-21T17:28:55.7230230Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCommandLineOption.cpp:296:33: warning: ‘void QCommandLineOption::setHidden(bool)’ is deprecated: Use setFlags() with HiddenFromHelp [-Wdeprecated-declarations]
2020-10-21T17:28:55.7232125Z sipCpp->setHidden(a0);
2020-10-21T17:28:55.7232422Z ^
2020-10-21T17:28:55.7239109Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qcommandlineoption.sip:28:
2020-10-21T17:28:55.7240215Z ../../../qt/5.15.1/gcc_64/include/QtCore/qcommandlineoption.h:96:10: note: declared here
2020-10-21T17:28:55.7240817Z void setHidden(bool hidden);
2020-10-21T17:28:55.7241129Z ^~~~~~~~~
2020-10-21T17:28:55.7251625Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCommandLineOption.cpp: In function ‘PyObject* meth_QCommandLineOption_isHidden(PyObject*, PyObject*)’:
2020-10-21T17:28:55.7254792Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQCommandLineOption.cpp:323:39: warning: ‘bool QCommandLineOption::isHidden() const’ is deprecated: Use flags() and HiddenFromHelp [-Wdeprecated-declarations]
2020-10-21T17:28:55.7256525Z sipRes = sipCpp->isHidden();
2020-10-21T17:28:55.7256855Z ^
2020-10-21T17:28:55.7262681Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qcommandlineoption.sip:28:
2020-10-21T17:28:55.7263783Z ../../../qt/5.15.1/gcc_64/include/QtCore/qcommandlineoption.h:98:10: note: declared here
2020-10-21T17:28:55.7264360Z bool isHidden() const;
2020-10-21T17:28:55.7264647Z ^~~~~~~~
2020-10-21T17:28:56.0219588Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCollatorSortKey.o sipQtCoreQCollatorSortKey.cpp
2020-10-21T17:28:56.4391898Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQChar.o sipQtCoreQChar.cpp
2020-10-21T17:28:57.2353765Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCborStreamReader.o sipQtCoreQCborStreamReader.cpp
2020-10-21T17:28:57.6286582Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCborStreamWriter.o sipQtCoreQCborStreamWriter.cpp
2020-10-21T17:28:58.6581348Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCborError.o sipQtCoreQCborError.cpp
2020-10-21T17:28:58.8944742Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCalendarYearMonthDay.o sipQtCoreQCalendarYearMonthDay.cpp
2020-10-21T17:28:59.8825336Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQCalendar.o sipQtCoreQCalendar.cpp
2020-10-21T17:29:00.1002255Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQByteArrayMatcher.o sipQtCoreQByteArrayMatcher.cpp
2020-10-21T17:29:01.2009355Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQByteArrayFromBase64Result.o sipQtCoreQByteArrayFromBase64Result.cpp
2020-10-21T17:29:01.3027339Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQByteArrayBase64Options.o sipQtCoreQByteArrayBase64Options.cpp
2020-10-21T17:29:02.4428226Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQByteArray.o sipQtCoreQByteArray.cpp
2020-10-21T17:29:02.5743759Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQBuffer.o sipQtCoreQBuffer.cpp
2020-10-21T17:29:03.4353360Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_indexOf(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:29:03.4356312Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp:195:44: warning: ‘int QByteArray::indexOf(const QString&, int) const’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
2020-10-21T17:29:03.4357936Z sipRes = sipCpp->indexOf(*a0,a1);
2020-10-21T17:29:03.4358271Z ^
2020-10-21T17:29:03.4358767Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qhashfunctions.h:44,
2020-10-21T17:29:03.4359441Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qvarlengtharray.h:47,
2020-10-21T17:29:03.4360019Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:48,
2020-10-21T17:29:03.4360526Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:29:03.4360972Z from sipAPIQtCore.h:33,
2020-10-21T17:29:03.4361505Z from sipQtCoreQByteArray.cpp:24:
2020-10-21T17:29:03.4362120Z ../../../qt/5.15.1/gcc_64/include/QtCore/qstring.h:1514:12: note: declared here
2020-10-21T17:29:03.4362734Z inline int QByteArray::indexOf(const QString &s, int from) const
2020-10-21T17:29:03.4363150Z ^~~~~~~~~~
2020-10-21T17:29:03.4368707Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_lastIndexOf(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:29:03.4371604Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp:253:48: warning: ‘int QByteArray::lastIndexOf(const QString&, int) const’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
2020-10-21T17:29:03.4373264Z sipRes = sipCpp->lastIndexOf(*a0,a1);
2020-10-21T17:29:03.4373628Z ^
2020-10-21T17:29:03.4374112Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qhashfunctions.h:44,
2020-10-21T17:29:03.4374793Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qvarlengtharray.h:47,
2020-10-21T17:29:03.4375367Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:48,
2020-10-21T17:29:03.4375868Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:29:03.4376326Z from sipAPIQtCore.h:33,
2020-10-21T17:29:03.4376864Z from sipQtCoreQByteArray.cpp:24:
2020-10-21T17:29:03.4377462Z ../../../qt/5.15.1/gcc_64/include/QtCore/qstring.h:1516:12: note: declared here
2020-10-21T17:29:03.4378094Z inline int QByteArray::lastIndexOf(const QString &s, int from) const
2020-10-21T17:29:03.4378541Z ^~~~~~~~~~
2020-10-21T17:29:03.4399143Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_append(PyObject*, PyObject*)’:
2020-10-21T17:29:03.4402447Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp:759:41: warning: ‘QByteArray& QByteArray::append(const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
2020-10-21T17:29:03.4406879Z sipRes = &sipCpp->append(*a0);
2020-10-21T17:29:03.4407210Z ^
2020-10-21T17:29:03.4407694Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qhashfunctions.h:44,
2020-10-21T17:29:03.4408563Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qvarlengtharray.h:47,
2020-10-21T17:29:03.4409137Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:48,
2020-10-21T17:29:03.4409644Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:29:03.4410105Z from sipAPIQtCore.h:33,
2020-10-21T17:29:03.4410634Z from sipQtCoreQByteArray.cpp:24:
2020-10-21T17:29:03.4411231Z ../../../qt/5.15.1/gcc_64/include/QtCore/qstring.h:1502:20: note: declared here
2020-10-21T17:29:03.4411845Z inline QByteArray &QByteArray::append(const QString &s)
2020-10-21T17:29:03.4412260Z ^~~~~~~~~~
2020-10-21T17:29:03.4413611Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_insert(PyObject*, PyObject*)’:
2020-10-21T17:29:03.4416392Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp:823:44: warning: ‘QByteArray& QByteArray::insert(int, const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
2020-10-21T17:29:03.4418012Z sipRes = &sipCpp->insert(a0,*a1);
2020-10-21T17:29:03.4418335Z ^
2020-10-21T17:29:03.4418809Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qhashfunctions.h:44,
2020-10-21T17:29:03.4419478Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qvarlengtharray.h:47,
2020-10-21T17:29:03.4420059Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:48,
2020-10-21T17:29:03.4420561Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:29:03.4421017Z from sipAPIQtCore.h:33,
2020-10-21T17:29:03.4421549Z from sipQtCoreQByteArray.cpp:24:
2020-10-21T17:29:03.4422162Z ../../../qt/5.15.1/gcc_64/include/QtCore/qstring.h:1504:20: note: declared here
2020-10-21T17:29:03.4422779Z inline QByteArray &QByteArray::insert(int i, const QString &s)
2020-10-21T17:29:03.4423187Z ^~~~~~~~~~
2020-10-21T17:29:03.4424468Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* meth_QByteArray_replace(PyObject*, PyObject*)’:
2020-10-21T17:29:03.4427350Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp:937:46: warning: ‘QByteArray& QByteArray::replace(const QString&, const QByteArray&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
2020-10-21T17:29:03.4429026Z sipRes = &sipCpp->replace(*a0,*a1);
2020-10-21T17:29:03.4429355Z ^
2020-10-21T17:29:03.4429836Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qhashfunctions.h:44,
2020-10-21T17:29:03.4430510Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qvarlengtharray.h:47,
2020-10-21T17:29:03.4431086Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:48,
2020-10-21T17:29:03.4431591Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:29:03.4432189Z from sipAPIQtCore.h:33,
2020-10-21T17:29:03.4432721Z from sipQtCoreQByteArray.cpp:24:
2020-10-21T17:29:03.4433333Z ../../../qt/5.15.1/gcc_64/include/QtCore/qstring.h:1510:20: note: declared here
2020-10-21T17:29:03.4434165Z inline QByteArray &QByteArray::replace(const QString &before, const QByteArray &after)
2020-10-21T17:29:03.4434705Z ^~~~~~~~~~
2020-10-21T17:29:03.4581923Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp: In function ‘PyObject* slot_QByteArray___iadd__(PyObject*, PyObject*)’:
2020-10-21T17:29:03.4584830Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQByteArray.cpp:3021:50: warning: ‘QByteArray& QByteArray::operator+=(const QString&)’ is deprecated: Use QString's toUtf8(), toLatin1() or toLocal8Bit() [-Wdeprecated-declarations]
2020-10-21T17:29:03.4586486Z
2020-10-21T17:29:03.4586725Z ^
2020-10-21T17:29:03.4587192Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qhashfunctions.h:44,
2020-10-21T17:29:03.4587867Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qvarlengtharray.h:47,
2020-10-21T17:29:03.4588457Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:48,
2020-10-21T17:29:03.4588968Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:29:03.4589426Z from sipAPIQtCore.h:33,
2020-10-21T17:29:03.4589953Z from sipQtCoreQByteArray.cpp:24:
2020-10-21T17:29:03.4590557Z ../../../qt/5.15.1/gcc_64/include/QtCore/qstring.h:1512:20: note: declared here
2020-10-21T17:29:03.4591180Z inline QByteArray &QByteArray::operator+=(const QString &s)
2020-10-21T17:29:03.4591610Z ^~~~~~~~~~
2020-10-21T17:29:04.0108772Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQIODevice.o sipQtCoreQIODevice.cpp
2020-10-21T17:29:04.2692507Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQBitArray.o sipQtCoreQBitArray.cpp
2020-10-21T17:29:05.5734016Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQBasicTimer.o sipQtCoreQBasicTimer.cpp
2020-10-21T17:29:05.6978865Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAnimationGroup.o sipQtCoreQAnimationGroup.cpp
2020-10-21T17:29:06.5520450Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQBasicTimer.cpp: In function ‘void assign_QBasicTimer(void*, Py_ssize_t, void*)’:
2020-10-21T17:29:06.5523624Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQBasicTimer.cpp:202:103: warning: ‘QBasicTimer& QBasicTimer::operator=(const QBasicTimer&)’ is deprecated: copy-assignment is unsupported; use move-assignment instead [-Wdeprecated-declarations]
2020-10-21T17:29:06.5525535Z reinterpret_cast< ::QBasicTimer *>(sipDst)[sipDstIdx] = *reinterpret_cast< ::QBasicTimer *>(sipSrc);
2020-10-21T17:29:06.5526484Z ^
2020-10-21T17:29:06.5534265Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qbasictimer.sip:26:
2020-10-21T17:29:06.5535198Z ../../../qt/5.15.1/gcc_64/include/QtCore/qbasictimer.h:62:18: note: declared here
2020-10-21T17:29:06.5536017Z QBasicTimer &operator=(const QBasicTimer &);
2020-10-21T17:29:06.5536408Z ^~~~~~~~
2020-10-21T17:29:06.5544346Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQBasicTimer.cpp: In function ‘void* copy_QBasicTimer(const void*, Py_ssize_t)’:
2020-10-21T17:29:06.5547300Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQBasicTimer.cpp:209:90: warning: ‘QBasicTimer::QBasicTimer(const QBasicTimer&)’ is deprecated: copy-construction is unsupported; use move-construction instead [-Wdeprecated-declarations]
2020-10-21T17:29:06.5549157Z return new ::QBasicTimer(reinterpret_cast<const ::QBasicTimer *>(sipSrc)[sipSrcIdx]);
2020-10-21T17:29:06.5549717Z ^
2020-10-21T17:29:06.5556225Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qbasictimer.sip:26:
2020-10-21T17:29:06.5557181Z ../../../qt/5.15.1/gcc_64/include/QtCore/qbasictimer.h:60:5: note: declared here
2020-10-21T17:29:06.5557747Z QBasicTimer(const QBasicTimer &);
2020-10-21T17:29:06.5558100Z ^~~~~~~~~~~
2020-10-21T17:29:06.5568082Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQBasicTimer.cpp: In function ‘void* init_type_QBasicTimer(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
2020-10-21T17:29:06.5571271Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQBasicTimer.cpp:242:44: warning: ‘QBasicTimer::QBasicTimer(const QBasicTimer&)’ is deprecated: copy-construction is unsupported; use move-construction instead [-Wdeprecated-declarations]
2020-10-21T17:29:06.5572894Z sipCpp = new ::QBasicTimer(*a0);
2020-10-21T17:29:06.5573223Z ^
2020-10-21T17:29:06.5635148Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qbasictimer.sip:26:
2020-10-21T17:29:06.5636124Z ../../../qt/5.15.1/gcc_64/include/QtCore/qbasictimer.h:60:5: note: declared here
2020-10-21T17:29:06.5636738Z QBasicTimer(const QBasicTimer &);
2020-10-21T17:29:06.5637090Z ^~~~~~~~~~~
2020-10-21T17:29:06.7913308Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractTransition.o sipQtCoreQAbstractTransition.cpp
2020-10-21T17:29:06.9964242Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractState.o sipQtCoreQAbstractState.cpp
2020-10-21T17:29:08.1179183Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractProxyModel.o sipQtCoreQAbstractProxyModel.cpp
2020-10-21T17:29:08.2709433Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractNativeEventFilter.o sipQtCoreQAbstractNativeEventFilter.cpp
2020-10-21T17:29:09.4626523Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractListModel.o sipQtCoreQAbstractListModel.cpp
2020-10-21T17:29:09.8358573Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractTableModel.o sipQtCoreQAbstractTableModel.cpp
2020-10-21T17:29:10.9151012Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractItemModelCheckIndexOptions.o sipQtCoreQAbstractItemModelCheckIndexOptions.cpp
2020-10-21T17:29:11.2955481Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractItemModel.o sipQtCoreQAbstractItemModel.cpp
2020-10-21T17:29:12.2216455Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQPersistentModelIndex.o sipQtCoreQPersistentModelIndex.cpp
2020-10-21T17:29:13.2174179Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQPersistentModelIndex.cpp: In function ‘PyObject* meth_QPersistentModelIndex_child(PyObject*, PyObject*)’:
2020-10-21T17:29:13.2177682Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQPersistentModelIndex.cpp:223:60: warning: ‘QModelIndex QPersistentModelIndex::child(int, int) const’ is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations]
2020-10-21T17:29:13.2179827Z sipRes = new ::QModelIndex(sipCpp->child(a0,a1));
2020-10-21T17:29:13.2180230Z ^
2020-10-21T17:29:13.2188413Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qabstractitemmodel.sip:76:
2020-10-21T17:29:13.2189497Z ../../../qt/5.15.1/gcc_64/include/QtCore/qabstractitemmodel.h:136:66: note: declared here
2020-10-21T17:29:13.2190390Z QT_DEPRECATED_X("Use QAbstractItemModel::index") QModelIndex child(int row, int column) const;
2020-10-21T17:29:13.2191329Z ^~~~~
2020-10-21T17:29:13.2193765Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQModelIndex.o sipQtCoreQModelIndex.cpp
2020-10-21T17:29:13.5256646Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractEventDispatcherTimerInfo.o sipQtCoreQAbstractEventDispatcherTimerInfo.cpp
2020-10-21T17:29:14.2164047Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQModelIndex.cpp: In function ‘PyObject* meth_QModelIndex_child(PyObject*, PyObject*)’:
2020-10-21T17:29:14.2167049Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/sipQtCoreQModelIndex.cpp:60:60: warning: ‘QModelIndex QModelIndex::child(int, int) const’ is deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations]
2020-10-21T17:29:14.2168947Z sipRes = new ::QModelIndex(sipCpp->child(a0,a1));
2020-10-21T17:29:14.2169352Z ^
2020-10-21T17:29:14.2176361Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtCore/qabstractitemmodel.sip:26:
2020-10-21T17:29:14.2177443Z ../../../qt/5.15.1/gcc_64/include/QtCore/qabstractitemmodel.h:455:20: note: declared here
2020-10-21T17:29:14.2178217Z inline QModelIndex QModelIndex::child(int arow, int acolumn) const
2020-10-21T17:29:14.2178680Z ^~~~~~~~~~~
2020-10-21T17:29:14.5582174Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractEventDispatcher.o sipQtCoreQAbstractEventDispatcher.cpp
2020-10-21T17:29:14.7194720Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQAbstractAnimation.o sipQtCoreQAbstractAnimation.cpp
2020-10-21T17:29:15.9611528Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQObject.o sipQtCoreQObject.cpp
2020-10-21T17:29:16.0813072Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtMouseEventFlags.o sipQtCoreQtMouseEventFlags.cpp
2020-10-21T17:29:17.3501586Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtEdges.o sipQtCoreQtEdges.cpp
2020-10-21T17:29:17.6273154Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtApplicationStates.o sipQtCoreQtApplicationStates.cpp
2020-10-21T17:29:18.6178052Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtFindChildOptions.o sipQtCoreQtFindChildOptions.cpp
2020-10-21T17:29:18.9046471Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtScreenOrientations.o sipQtCoreQtScreenOrientations.cpp
2020-10-21T17:29:19.8907146Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtGestureFlags.o sipQtCoreQtGestureFlags.cpp
2020-10-21T17:29:20.1835258Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtTouchPointStates.o sipQtCoreQtTouchPointStates.cpp
2020-10-21T17:29:21.1693889Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtInputMethodHints.o sipQtCoreQtInputMethodHints.cpp
2020-10-21T17:29:21.4620428Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtTextInteractionFlags.o sipQtCoreQtTextInteractionFlags.cpp
2020-10-21T17:29:22.4427135Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtMatchFlags.o sipQtCoreQtMatchFlags.cpp
2020-10-21T17:29:22.7364669Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtItemFlags.o sipQtCoreQtItemFlags.cpp
2020-10-21T17:29:23.7172523Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtDropActions.o sipQtCoreQtDropActions.cpp
2020-10-21T17:29:24.0054102Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtInputMethodQueries.o sipQtCoreQtInputMethodQueries.cpp
2020-10-21T17:29:24.9900935Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtToolBarAreas.o sipQtCoreQtToolBarAreas.cpp
2020-10-21T17:29:25.2732487Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtDockWidgetAreas.o sipQtCoreQtDockWidgetAreas.cpp
2020-10-21T17:29:26.2533941Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtImageConversionFlags.o sipQtCoreQtImageConversionFlags.cpp
2020-10-21T17:29:26.5405292Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtWindowStates.o sipQtCoreQtWindowStates.cpp
2020-10-21T17:29:27.5320398Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtWindowFlags.o sipQtCoreQtWindowFlags.cpp
2020-10-21T17:29:27.8104491Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtAlignment.o sipQtCoreQtAlignment.cpp
2020-10-21T17:29:28.7967889Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtOrientations.o sipQtCoreQtOrientations.cpp
2020-10-21T17:29:29.0826968Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtMouseButtons.o sipQtCoreQtMouseButtons.cpp
2020-10-21T17:29:30.0650709Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQtKeyboardModifiers.o sipQtCoreQtKeyboardModifiers.cpp
2020-10-21T17:29:30.3788132Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreQt.o sipQtCoreQt.cpp
2020-10-21T17:29:31.3404338Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCorequintptr.o sipQtCorequintptr.cpp
2020-10-21T17:29:31.5605280Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtCoreqintptr.o sipQtCoreqintptr.cpp
2020-10-21T17:29:32.5104372Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_chimera.o ../../qpy/QtCore/qpycore_chimera.cpp
2020-10-21T17:29:32.7307086Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_chimera_signature.o ../../qpy/QtCore/qpycore_chimera_signature.cpp
2020-10-21T17:29:33.9418967Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_chimera_storage.o ../../qpy/QtCore/qpycore_chimera_storage.cpp
2020-10-21T17:29:34.4989294Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_classinfo.o ../../qpy/QtCore/qpycore_classinfo.cpp
2020-10-21T17:29:35.1575843Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_decorators.o ../../qpy/QtCore/qpycore_decorators.cpp
2020-10-21T17:29:35.7713241Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_enums_flags.o ../../qpy/QtCore/qpycore_enums_flags.cpp
2020-10-21T17:29:36.3555467Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_event_handlers.o ../../qpy/QtCore/qpycore_event_handlers.cpp
2020-10-21T17:29:37.1511850Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_init.o ../../qpy/QtCore/qpycore_init.cpp
2020-10-21T17:29:37.6127440Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_misc.o ../../qpy/QtCore/qpycore_misc.cpp
2020-10-21T17:29:38.3443917Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_public_api.o ../../qpy/QtCore/qpycore_public_api.cpp
2020-10-21T17:29:38.7848566Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_pyqtboundsignal.o ../../qpy/QtCore/qpycore_pyqtboundsignal.cpp
2020-10-21T17:29:39.7136212Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_pyqtconfigure.o ../../qpy/QtCore/qpycore_pyqtconfigure.cpp
2020-10-21T17:29:39.8007560Z ../../qpy/QtCore/qpycore_pyqtboundsignal.cpp:115:41: warning: cast between incompatible function types from ‘PyObject* (*)(PyObject*, PyObject*, PyObject*)’ {aka ‘_object* (*)(_object*, _object*, _object*)’} to ‘PyCFunction’ {aka ‘_object* (*)(_object*, _object*)’} [-Wcast-function-type]
2020-10-21T17:29:39.8008994Z {CHAR_CAST("connect"), (PyCFunction)pyqtBoundSignal_connect,
2020-10-21T17:29:39.8009489Z ^~~~~~~~~~~~~~~~~~~~~~~
2020-10-21T17:29:40.2157085Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_pyqtmethodproxy.o ../../qpy/QtCore/qpycore_pyqtmethodproxy.cpp
2020-10-21T17:29:40.9300961Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_pyqtproperty.o ../../qpy/QtCore/qpycore_pyqtproperty.cpp
2020-10-21T17:29:41.4585545Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_pyqtpyobject.o ../../qpy/QtCore/qpycore_pyqtpyobject.cpp
2020-10-21T17:29:42.1808443Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_pyqtsignal.o ../../qpy/QtCore/qpycore_pyqtsignal.cpp
2020-10-21T17:29:42.6633410Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_pyqtslot.o ../../qpy/QtCore/qpycore_pyqtslot.cpp
2020-10-21T17:29:43.5294336Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_pyqtslotproxy.o ../../qpy/QtCore/qpycore_pyqtslotproxy.cpp
2020-10-21T17:29:43.9178910Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qjsonvalue.o ../../qpy/QtCore/qpycore_qjsonvalue.cpp
2020-10-21T17:29:44.8712083Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qmessagelogger.o ../../qpy/QtCore/qpycore_qmessagelogger.cpp
2020-10-21T17:29:45.1124084Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qmetaobject.o ../../qpy/QtCore/qpycore_qmetaobject.cpp
2020-10-21T17:29:46.0472191Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qmetaobject_helpers.o ../../qpy/QtCore/qpycore_qmetaobject_helpers.cpp
2020-10-21T17:29:46.3182230Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qobject_getattr.o ../../qpy/QtCore/qpycore_qobject_getattr.cpp
2020-10-21T17:29:47.2947249Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qobject_helpers.o ../../qpy/QtCore/qpycore_qobject_helpers.cpp
2020-10-21T17:29:47.5757902Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qstring.o ../../qpy/QtCore/qpycore_qstring.cpp
2020-10-21T17:29:48.5372052Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qt_conf.o ../../qpy/QtCore/qpycore_qt_conf.cpp
2020-10-21T17:29:48.7691021Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qvariant.o ../../qpy/QtCore/qpycore_qvariant.cpp
2020-10-21T17:29:49.6006510Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qvariant_value.o ../../qpy/QtCore/qpycore_qvariant_value.cpp
2020-10-21T17:29:49.9413298Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_qvariantmap.o ../../qpy/QtCore/qpycore_qvariantmap.cpp
2020-10-21T17:29:50.8538020Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_types.o ../../qpy/QtCore/qpycore_types.cpp
2020-10-21T17:29:51.3124378Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpycore_post_init.o qpycore_post_init.cpp
2020-10-21T17:29:52.2833562Z g++ -pipe -O2 -fno-exceptions -Wall -Wextra -dM -E -o moc_predefs.h ../../../qt/5.15.1/gcc_64/mkspecs/features/data/dummy.cpp
2020-10-21T17:29:52.2924113Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/moc -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB --include /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore/moc_predefs.h -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/mkspecs/linux-g++ -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/qpy/QtCore -I/usr/local/include/python3.8 -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtCore -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../qpy/QtCore/qpycore_event_handlers.h -o moc_qpycore_event_handlers.cpp
2020-10-21T17:29:52.4629060Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtCore -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o moc_qpycore_event_handlers.o moc_qpycore_event_handlers.cpp
2020-10-21T17:29:53.2997814Z rm -f libQtCore.so
2020-10-21T17:29:53.3104111Z g++ -Wl,--version-script=QtCore.exp -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -shared -o libQtCore.so sipQtCorecmodule.o sipQtCoreQList0600QPair0100QString0100QString.o sipQtCoreQList0100QStorageInfo.o sipQtCoreQSet0101QAbstractState.o sipQtCoreQList0101QAbstractTransition.o sipQtCoreQList0100QMimeType.o sipQtCoreQList0100QUrl.o sipQtCoreQList0100QLocale.o sipQtCoreQVector0100QPointF.o sipQtCoreQList0101QAbstractItemModel.o sipQtCoreQList0100QCommandLineOption.o sipQtCoreQList0101QAbstractAnimation.o sipQtCoreQList0101QAbstractState.o sipQtCoreQHash18000100QByteArray.o sipQtCoreQList0100QPersistentModelIndex.o sipQtCoreQMap18000100QVariant.o sipQtCoreQList0100QAbstractEventDispatcherTimerInfo.o sipQtCoreQList0100QByteArray.o sipQtCoreQVector0100QXmlStreamNotationDeclaration.o sipQtCoreQVector0100QXmlStreamNamespaceDeclaration.o sipQtCoreQVector0100QXmlStreamEntityDeclaration.o sipQtCoreQList0100QVariant.o sipQtCoreQHash0100QString0100QVariant.o sipQtCoreQVector0600QPair24000100QVariant.o sipQtCoreQVector0100QTimeZoneOffsetData.o sipQtCoreQList0101QObject.o sipQtCoreQList0100QModelIndex.o sipQtCoreQList0100QFileInfo.o sipQtCoreQVector1600.o sipQtCoreQVector1800.o sipQtCoreQPair18001800.o sipQtCoreQVariantMap.o sipQtCoreQJsonArray.o sipQtCoreQStringList.o sipQtCoreQList0100QtDayOfWeek.o sipQtCoreQList2400.o sipQtCoreQList1800.o sipQtCoreQList0600QPair18001800.o sipQtCoreQJsonObject.o sipQtCoreQSysInfo.o sipQtCoreQXmlStreamWriter.o sipQtCoreQXmlStreamReader.o sipQtCoreQXmlStreamEntityResolver.o sipQtCoreQXmlStreamEntityDeclaration.o sipQtCoreQXmlStreamNotationDeclaration.o sipQtCoreQXmlStreamNamespaceDeclaration.o sipQtCoreQXmlStreamAttributes.o sipQtCoreQXmlStreamAttribute.o sipQtCoreQWaitCondition.o sipQtCoreQVersionNumber.o sipQtCoreQVariant.o sipQtCoreQUuid.o sipQtCoreQUrlQuery.o sipQtCoreQUrlUserInputResolutionOptions.o sipQtCoreQUrlComponentFormattingOptions.o sipQtCoreQUrlFormattingOptions.o sipQtCoreQUrl.o sipQtCoreQTransposeProxyModel.o sipQtCoreQTranslator.o sipQtCoreQTimeZoneOffsetData.o sipQtCoreQTimeZone.o sipQtCoreQTimer.o sipQtCoreQTimeLine.o sipQtCoreQThreadPool.o sipQtCoreQThread.o sipQtCoreQTextStreamManipulator.o sipQtCoreQTextStreamNumberFlags.o sipQtCoreQTextStream.o sipQtCoreQTextDecoder.o sipQtCoreQTextEncoder.o sipQtCoreQTextCodecConverterState.o sipQtCoreQTextCodecConversionFlags.o sipQtCoreQTextCodec.o sipQtCoreQTextBoundaryFinderBoundaryReasons.o sipQtCoreQTextBoundaryFinder.o sipQtCoreQTemporaryFile.o sipQtCoreQTemporaryDir.o sipQtCoreQSystemSemaphore.o sipQtCoreQStringListModel.o sipQtCoreQStringRef.o sipQtCoreQString.o sipQtCoreQStorageInfo.o sipQtCoreQStateMachineWrappedEvent.o sipQtCoreQStateMachineSignalEvent.o sipQtCoreQStateMachine.o sipQtCoreQState.o sipQtCoreQStandardPathsLocateOptions.o sipQtCoreQStandardPaths.o sipQtCoreQSortFilterProxyModel.o sipQtCoreQSocketNotifier.o sipQtCoreQSizeF.o sipQtCoreQSize.o sipQtCoreQSignalTransition.o sipQtCoreQSignalMapper.o sipQtCoreQSharedMemory.o sipQtCoreQSettings.o sipQtCoreQSequentialAnimationGroup.o sipQtCoreQSemaphoreReleaser.o sipQtCoreQSemaphore.o sipQtCoreQSaveFile.o sipQtCoreQRunnable.o sipQtCoreQResource.o sipQtCoreQRegularExpressionMatchIterator.o sipQtCoreQRegularExpressionMatch.o sipQtCoreQRegularExpressionMatchOptions.o sipQtCoreQRegularExpressionPatternOptions.o sipQtCoreQRegularExpression.o sipQtCoreQRegExp.o sipQtCoreQRectF.o sipQtCoreQRect.o sipQtCoreQWriteLocker.o sipQtCoreQReadLocker.o sipQtCoreQReadWriteLock.o sipQtCoreQRandomGenerator.o sipQtCoreQProcessEnvironment.o sipQtCoreQProcess.o sipQtCoreQPointF.o sipQtCoreQPoint.o sipQtCoreQPluginLoader.o sipQtCoreQPropertyAnimation.o sipQtCoreQVariantAnimation.o sipQtCoreQPauseAnimation.o sipQtCoreQParallelAnimationGroup.o sipQtCoreQOperatingSystemVersion.o sipQtCoreQGenericReturnArgument.o sipQtCoreQGenericArgument.o sipQtCoreQMetaObjectConnection.o sipQtCoreQMetaObject.o sipQtCoreQObjectCleanupHandler.o sipQtCoreQSignalBlocker.o sipQtCoreQRecursiveMutex.o sipQtCoreQMutex.o sipQtCoreQMutexLocker.o sipQtCoreQMimeType.o sipQtCoreQMimeDatabase.o sipQtCoreQMimeData.o sipQtCoreQMetaTypeTypeFlags.o sipQtCoreQMetaType.o sipQtCoreQMetaClassInfo.o sipQtCoreQMetaProperty.o sipQtCoreQMetaEnum.o sipQtCoreQMetaMethod.o sipQtCoreQMessageAuthenticationCode.o sipQtCoreQMarginsF.o sipQtCoreQMargins.o sipQtCoreQLoggingCategory.o sipQtCoreQMessageLogger.o sipQtCoreQMessageLogContext.o sipQtCoreQLockFile.o sipQtCoreQLocaleDataSizeFormats.o sipQtCoreQLocaleNumberOptions.o sipQtCoreQLocale.o sipQtCoreQLineF.o sipQtCoreQLine.o sipQtCoreQLibraryInfo.o sipQtCoreQLibraryLoadHints.o sipQtCoreQLibrary.o sipQtCoreQJsonValue.o sipQtCoreQJsonDocument.o sipQtCoreQJsonParseError.o sipQtCoreQItemSelection.o sipQtCoreQItemSelectionModelSelectionFlags.o sipQtCoreQItemSelectionModel.o sipQtCoreQItemSelectionRange.o sipQtCoreQIODeviceOpenMode.o sipQtCoreQIdentityProxyModel.o sipQtCoreQHistoryState.o sipQtCoreQFinalState.o sipQtCoreQFileSystemWatcher.o sipQtCoreQFileSelector.o sipQtCoreQFileInfo.o sipQtCoreQFileDeviceFileHandleFlags.o sipQtCoreQFileDevicePermissions.o sipQtCoreQFile.o sipQtCoreQFileDevice.o sipQtCoreQEventTransition.o sipQtCoreQEventLoopLocker.o sipQtCoreQEventLoopProcessEventsFlags.o sipQtCoreQEventLoop.o sipQtCoreQElapsedTimer.o sipQtCoreQEasingCurve.o sipQtCoreQDirIteratorIteratorFlags.o sipQtCoreQDirIterator.o sipQtCoreQDirSortFlags.o sipQtCoreQDirFilters.o sipQtCoreQDir.o sipQtCoreQDeadlineTimer.o sipQtCoreQDateTime.o sipQtCoreQTime.o sipQtCoreQDate.o sipQtCoreQDataStream.o sipQtCoreQCryptographicHash.o sipQtCoreQDynamicPropertyChangeEvent.o sipQtCoreQChildEvent.o sipQtCoreQTimerEvent.o sipQtCoreQEvent.o sipQtCoreQCoreApplication.o sipQtCoreQConcatenateTablesProxyModel.o sipQtCoreQCommandLineParser.o sipQtCoreQCommandLineOptionFlags.o sipQtCoreQCommandLineOption.o sipQtCoreQCollator.o sipQtCoreQCollatorSortKey.o sipQtCoreQChar.o sipQtCoreQCborStreamReader.o sipQtCoreQCborStreamWriter.o sipQtCoreQCborError.o sipQtCoreQCalendarYearMonthDay.o sipQtCoreQCalendar.o sipQtCoreQByteArrayMatcher.o sipQtCoreQByteArrayFromBase64Result.o sipQtCoreQByteArrayBase64Options.o sipQtCoreQByteArray.o sipQtCoreQBuffer.o sipQtCoreQIODevice.o sipQtCoreQBitArray.o sipQtCoreQBasicTimer.o sipQtCoreQAnimationGroup.o sipQtCoreQAbstractTransition.o sipQtCoreQAbstractState.o sipQtCoreQAbstractProxyModel.o sipQtCoreQAbstractNativeEventFilter.o sipQtCoreQAbstractListModel.o sipQtCoreQAbstractTableModel.o sipQtCoreQAbstractItemModelCheckIndexOptions.o sipQtCoreQAbstractItemModel.o sipQtCoreQPersistentModelIndex.o sipQtCoreQModelIndex.o sipQtCoreQAbstractEventDispatcherTimerInfo.o sipQtCoreQAbstractEventDispatcher.o sipQtCoreQAbstractAnimation.o sipQtCoreQObject.o sipQtCoreQtMouseEventFlags.o sipQtCoreQtEdges.o sipQtCoreQtApplicationStates.o sipQtCoreQtFindChildOptions.o sipQtCoreQtScreenOrientations.o sipQtCoreQtGestureFlags.o sipQtCoreQtTouchPointStates.o sipQtCoreQtInputMethodHints.o sipQtCoreQtTextInteractionFlags.o sipQtCoreQtMatchFlags.o sipQtCoreQtItemFlags.o sipQtCoreQtDropActions.o sipQtCoreQtInputMethodQueries.o sipQtCoreQtToolBarAreas.o sipQtCoreQtDockWidgetAreas.o sipQtCoreQtImageConversionFlags.o sipQtCoreQtWindowStates.o sipQtCoreQtWindowFlags.o sipQtCoreQtAlignment.o sipQtCoreQtOrientations.o sipQtCoreQtMouseButtons.o sipQtCoreQtKeyboardModifiers.o sipQtCoreQt.o sipQtCorequintptr.o sipQtCoreqintptr.o qpycore_chimera.o qpycore_chimera_signature.o qpycore_chimera_storage.o qpycore_classinfo.o qpycore_decorators.o qpycore_enums_flags.o qpycore_event_handlers.o qpycore_init.o qpycore_misc.o qpycore_public_api.o qpycore_pyqtboundsignal.o qpycore_pyqtconfigure.o qpycore_pyqtmethodproxy.o qpycore_pyqtproperty.o qpycore_pyqtpyobject.o qpycore_pyqtsignal.o qpycore_pyqtslot.o qpycore_pyqtslotproxy.o qpycore_qjsonvalue.o qpycore_qmessagelogger.o qpycore_qmetaobject.o qpycore_qmetaobject_helpers.o qpycore_qobject_getattr.o qpycore_qobject_helpers.o qpycore_qstring.o qpycore_qt_conf.o qpycore_qvariant.o qpycore_qvariant_value.o qpycore_qvariantmap.o qpycore_types.o qpycore_post_init.o moc_qpycore_event_handlers.o /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lpthread
2020-10-21T17:29:53.5479709Z cp -f libQtCore.so QtCore.abi3.so
2020-10-21T17:29:53.5539661Z make[1]: Leaving directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtCore'
2020-10-21T17:29:53.5557919Z cd QtGui/ && ( test -e Makefile || /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake -o Makefile /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/QtGui.pro ) && make -f Makefile
2020-10-21T17:29:53.6489890Z make[1]: Entering directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui'
2020-10-21T17:29:53.6492789Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuicmodule.o sipQtGuicmodule.cpp
2020-10-21T17:29:53.6496760Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0111QTouchDevice.o sipQtGuiQList0111QTouchDevice.cpp
2020-10-21T17:29:54.8456294Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0101QTextFrame.o sipQtGuiQList0101QTextFrame.cpp
2020-10-21T17:29:56.3390068Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QTextBlock.o sipQtGuiQList0100QTextBlock.cpp
2020-10-21T17:29:56.7176844Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QGlyphRun.o sipQtGuiQList0100QGlyphRun.cpp
2020-10-21T17:29:57.8597823Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0100QTextLayoutFormatRange.o sipQtGuiQVector0100QTextLayoutFormatRange.cpp
2020-10-21T17:29:58.0318121Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QTextLayoutFormatRange.o sipQtGuiQList0100QTextLayoutFormatRange.cpp
2020-10-21T17:29:59.3633718Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QTextOptionTab.o sipQtGuiQList0100QTextOptionTab.cpp
2020-10-21T17:29:59.5680915Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0100QTextLength.o sipQtGuiQVector0100QTextLength.cpp
2020-10-21T17:30:00.5649530Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0100QTextFormat.o sipQtGuiQVector0100QTextFormat.cpp
2020-10-21T17:30:00.9956431Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0101QStandardItem.o sipQtGuiQList0101QStandardItem.cpp
2020-10-21T17:30:01.9798694Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QPolygonF.o sipQtGuiQList0100QPolygonF.cpp
2020-10-21T17:30:02.3875038Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0100QRect.o sipQtGuiQVector0100QRect.cpp
2020-10-21T17:30:03.2569597Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0100QRectF.o sipQtGuiQVector0100QRectF.cpp
2020-10-21T17:30:03.6560700Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0100QPoint.o sipQtGuiQVector0100QPoint.cpp
2020-10-21T17:30:04.5189417Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0100QLine.o sipQtGuiQVector0100QLine.cpp
2020-10-21T17:30:04.8923098Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0100QLineF.o sipQtGuiQVector0100QLineF.cpp
2020-10-21T17:30:05.7524676Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0101QOpenGLShader.o sipQtGuiQList0101QOpenGLShader.cpp
2020-10-21T17:30:06.1243242Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0100QSize.o sipQtGuiQVector0100QSize.cpp
2020-10-21T17:30:07.1161324Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QOpenGLDebugMessage.o sipQtGuiQList0100QOpenGLDebugMessage.cpp
2020-10-21T17:30:07.3500452Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQSet0100QByteArray.o sipQtGuiQSet0100QByteArray.cpp
2020-10-21T17:30:08.3848442Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0101QOpenGLContext.o sipQtGuiQList0101QOpenGLContext.cpp
2020-10-21T17:30:08.5810869Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QKeySequence.o sipQtGuiQList0100QKeySequence.cpp
2020-10-21T17:30:09.5717175Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0101QScreen.o sipQtGuiQList0101QScreen.cpp
2020-10-21T17:30:09.7917314Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QTouchEventTouchPoint.o sipQtGuiQList0100QTouchEventTouchPoint.cpp
2020-10-21T17:30:10.8774797Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QInputMethodEventAttribute.o sipQtGuiQList0100QInputMethodEventAttribute.cpp
2020-10-21T17:30:11.1027461Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QSize.o sipQtGuiQList0100QSize.cpp
2020-10-21T17:30:12.2091366Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0100QAbstractTextDocumentLayoutSelection.o sipQtGuiQVector0100QAbstractTextDocumentLayoutSelection.cpp
2020-10-21T17:30:12.3132766Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0101QWindow.o sipQtGuiQList0101QWindow.cpp
2020-10-21T17:30:13.6566436Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector0600QPair24000100QColor.o sipQtGuiQVector0600QPair24000100QColor.cpp
2020-10-21T17:30:13.7550750Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector3900.o sipQtGuiQVector3900.cpp
2020-10-21T17:30:14.9190093Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector2400.o sipQtGuiQVector2400.cpp
2020-10-21T17:30:14.9580995Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector2200.o sipQtGuiQVector2200.cpp
2020-10-21T17:30:16.1212178Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector1900.o sipQtGuiQVector1900.cpp
2020-10-21T17:30:16.1814602Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQList0100QFontDatabaseWritingSystem.o sipQtGuiQList0100QFontDatabaseWritingSystem.cpp
2020-10-21T17:30:17.3298468Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPair22002200.o sipQtGuiQPair22002200.cpp
2020-10-21T17:30:17.4237757Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPair0100QOpenGLTextureFilter0100QOpenGLTextureFilter.o sipQtGuiQPair0100QOpenGLTextureFilter0100QOpenGLTextureFilter.cpp
2020-10-21T17:30:18.4840045Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector4D.o sipQtGuiQVector4D.cpp
2020-10-21T17:30:18.7249861Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector3D.o sipQtGuiQVector3D.cpp
2020-10-21T17:30:20.0396741Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQVector2D.o sipQtGuiQVector2D.cpp
2020-10-21T17:30:20.3307038Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQRegularExpressionValidator.o sipQtGuiQRegularExpressionValidator.cpp
2020-10-21T17:30:21.4098771Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQRegExpValidator.o sipQtGuiQRegExpValidator.cpp
2020-10-21T17:30:21.6140707Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQDoubleValidator.o sipQtGuiQDoubleValidator.cpp
2020-10-21T17:30:22.6919294Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQIntValidator.o sipQtGuiQIntValidator.cpp
2020-10-21T17:30:22.9431592Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQValidator.o sipQtGuiQValidator.cpp
2020-10-21T17:30:24.0042474Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTransform.o sipQtGuiQTransform.cpp
2020-10-21T17:30:24.2106818Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTouchDeviceCapabilities.o sipQtGuiQTouchDeviceCapabilities.cpp
2020-10-21T17:30:25.4453537Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTouchDevice.o sipQtGuiQTouchDevice.cpp
2020-10-21T17:30:25.6188659Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextTable.o sipQtGuiQTextTable.cpp
2020-10-21T17:30:26.6306696Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextTableCell.o sipQtGuiQTextTableCell.cpp
2020-10-21T17:30:27.2266479Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextOptionTab.o sipQtGuiQTextOptionTab.cpp
2020-10-21T17:30:28.1385531Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextOptionFlags.o sipQtGuiQTextOptionFlags.cpp
2020-10-21T17:30:28.4289438Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextOption.o sipQtGuiQTextOption.cpp
2020-10-21T17:30:29.3710707Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextBlockUserData.o sipQtGuiQTextBlockUserData.cpp
2020-10-21T17:30:29.3893673Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextOption.cpp: In function ‘PyObject* meth_QTextOption_tabStop(PyObject*, PyObject*)’:
2020-10-21T17:30:29.3896280Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextOption.cpp:222:38: warning: ‘qreal QTextOption::tabStop() const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:30:29.3897658Z sipRes = sipCpp->tabStop();
2020-10-21T17:30:29.3897979Z ^
2020-10-21T17:30:29.3904883Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qtextoption.sip:26:
2020-10-21T17:30:29.3905807Z ../../../qt/5.15.1/gcc_64/include/QtGui/qtextoption.h:122:32: note: declared here
2020-10-21T17:30:29.3906507Z QT_DEPRECATED inline qreal tabStop() const { return tabStopDistance(); }
2020-10-21T17:30:29.3907001Z ^~~~~~~
2020-10-21T17:30:29.3939601Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextOption.cpp: In function ‘PyObject* meth_QTextOption_setTabStop(PyObject*, PyObject*)’:
2020-10-21T17:30:29.3942178Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextOption.cpp:409:34: warning: ‘void QTextOption::setTabStop(qreal)’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:30:29.3943578Z sipCpp->setTabStop(a0);
2020-10-21T17:30:29.3943900Z ^
2020-10-21T17:30:29.3950251Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qtextoption.sip:26:
2020-10-21T17:30:29.3951181Z ../../../qt/5.15.1/gcc_64/include/QtGui/qtextoption.h:158:13: note: declared here
2020-10-21T17:30:29.3952045Z inline void QTextOption::setTabStop(qreal atabStop)
2020-10-21T17:30:29.3952466Z ^~~~~~~~~~~
2020-10-21T17:30:29.6947326Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextFragment.o sipQtGuiQTextFragment.cpp
2020-10-21T17:30:30.8215163Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextBlockiterator.o sipQtGuiQTextBlockiterator.cpp
2020-10-21T17:30:31.2370694Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextBlock.o sipQtGuiQTextBlock.cpp
2020-10-21T17:30:32.3026314Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextFrameiterator.o sipQtGuiQTextFrameiterator.cpp
2020-10-21T17:30:32.8649328Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextFrame.o sipQtGuiQTextFrame.cpp
2020-10-21T17:30:33.7944420Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextObject.o sipQtGuiQTextObject.cpp
2020-10-21T17:30:34.4250130Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextList.o sipQtGuiQTextList.cpp
2020-10-21T17:30:35.3264766Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextBlockGroup.o sipQtGuiQTextBlockGroup.cpp
2020-10-21T17:30:35.9172833Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextLine.o sipQtGuiQTextLine.cpp
2020-10-21T17:30:36.8773867Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextLayoutFormatRange.o sipQtGuiQTextLayoutFormatRange.cpp
2020-10-21T17:30:37.4832262Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextLayout.o sipQtGuiQTextLayout.cpp
2020-10-21T17:30:38.3580322Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextInlineObject.o sipQtGuiQTextInlineObject.cpp
2020-10-21T17:30:38.7260919Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextLayout.cpp: In function ‘PyObject* meth_QTextLayout_setAdditionalFormats(PyObject*, PyObject*)’:
2020-10-21T17:30:38.7265043Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextLayout.cpp:332:45: warning: ‘void QTextLayout::setAdditionalFormats(const QList<QTextLayout::FormatRange>&)’ is deprecated: Use setFormats() [-Wdeprecated-declarations]
2020-10-21T17:30:38.7267704Z sipCpp->setAdditionalFormats(*a0);
2020-10-21T17:30:38.7268133Z ^
2020-10-21T17:30:38.7269088Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qtextlayout.sip:48:
2020-10-21T17:30:38.7269995Z ../../../qt/5.15.1/gcc_64/include/QtGui/qtextlayout.h:154:46: note: declared here
2020-10-21T17:30:38.7270856Z QT_DEPRECATED_X("Use setFormats()") void setAdditionalFormats(const QList<FormatRange> &overrides);
2020-10-21T17:30:38.7271521Z ^~~~~~~~~~~~~~~~~~~~
2020-10-21T17:30:38.7273570Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextLayout.cpp: In function ‘PyObject* meth_QTextLayout_additionalFormats(PyObject*, PyObject*)’:
2020-10-21T17:30:38.7276433Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextLayout.cpp:360:87: warning: ‘QList<QTextLayout::FormatRange> QTextLayout::additionalFormats() const’ is deprecated: Use formats() [-Wdeprecated-declarations]
2020-10-21T17:30:38.7278475Z sipRes = new QList< ::QTextLayout::FormatRange>(sipCpp->additionalFormats());
2020-10-21T17:30:38.7279165Z ^
2020-10-21T17:30:38.7280135Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qtextlayout.sip:48:
2020-10-21T17:30:38.7281034Z ../../../qt/5.15.1/gcc_64/include/QtGui/qtextlayout.h:155:57: note: declared here
2020-10-21T17:30:38.7281770Z QT_DEPRECATED_X("Use formats()") QList<FormatRange> additionalFormats() const;
2020-10-21T17:30:38.7282329Z ^~~~~~~~~~~~~~~~~
2020-10-21T17:30:38.7284593Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextLayout.cpp: In function ‘PyObject* meth_QTextLayout_clearAdditionalFormats(PyObject*, PyObject*)’:
2020-10-21T17:30:38.7287914Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextLayout.cpp:384:44: warning: ‘void QTextLayout::clearAdditionalFormats()’ is deprecated: Use clearFormats() [-Wdeprecated-declarations]
2020-10-21T17:30:38.7289922Z sipCpp->clearAdditionalFormats();
2020-10-21T17:30:38.7290564Z ^
2020-10-21T17:30:38.7294654Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qtextlayout.sip:48:
2020-10-21T17:30:38.7295877Z ../../../qt/5.15.1/gcc_64/include/QtGui/qtextlayout.h:156:48: note: declared here
2020-10-21T17:30:38.7296824Z QT_DEPRECATED_X("Use clearFormats()") void clearAdditionalFormats();
2020-10-21T17:30:38.7297593Z ^~~~~~~~~~~~~~~~~~~~~~
2020-10-21T17:30:39.1679581Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextTableCellFormat.o sipQtGuiQTextTableCellFormat.cpp
2020-10-21T17:30:39.8715963Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextTableFormat.o sipQtGuiQTextTableFormat.cpp
2020-10-21T17:30:40.7054500Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextFrameFormat.o sipQtGuiQTextFrameFormat.cpp
2020-10-21T17:30:41.3062440Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextImageFormat.o sipQtGuiQTextImageFormat.cpp
2020-10-21T17:30:42.1958970Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextListFormat.o sipQtGuiQTextListFormat.cpp
2020-10-21T17:30:42.7161037Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextBlockFormat.o sipQtGuiQTextBlockFormat.cpp
2020-10-21T17:30:43.5830124Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextCharFormat.o sipQtGuiQTextCharFormat.cpp
2020-10-21T17:30:44.2210936Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextFormatPageBreakFlags.o sipQtGuiQTextFormatPageBreakFlags.cpp
2020-10-21T17:30:45.2454218Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextFormat.o sipQtGuiQTextFormat.cpp
2020-10-21T17:30:45.6612640Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextLength.o sipQtGuiQTextLength.cpp
2020-10-21T17:30:46.8601599Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextDocumentWriter.o sipQtGuiQTextDocumentWriter.cpp
2020-10-21T17:30:47.1031014Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextDocumentFragment.o sipQtGuiQTextDocumentFragment.cpp
2020-10-21T17:30:48.1398306Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextDocumentMarkdownFeatures.o sipQtGuiQTextDocumentMarkdownFeatures.cpp
2020-10-21T17:30:48.5188311Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextDocumentFindFlags.o sipQtGuiQTextDocumentFindFlags.cpp
2020-10-21T17:30:49.4428802Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextDocument.o sipQtGuiQTextDocument.cpp
2020-10-21T17:30:49.8334638Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQt.o sipQtGuiQt.cpp
2020-10-21T17:30:50.7426649Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextDocument.cpp: In function ‘PyObject* meth_QTextDocument_find(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:30:50.7430008Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextDocument.cpp:864:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:30:50.7431953Z ::QTextDocument::FindFlags a2def = 0;
2020-10-21T17:30:50.7432344Z ^
2020-10-21T17:30:50.7432763Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:30:50.7433316Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:30:50.7433821Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:30:50.7434270Z from sipAPIQtGui.h:33,
2020-10-21T17:30:50.7434823Z from sipQtGuiQTextDocument.cpp:24:
2020-10-21T17:30:50.7435826Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:30:50.7436576Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:30:50.7437152Z ^~~~~~
2020-10-21T17:30:50.7447113Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextDocument.cpp:890:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:30:50.7449268Z ::QTextDocument::FindFlags a2def = 0;
2020-10-21T17:30:50.7449639Z ^
2020-10-21T17:30:50.7450061Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:30:50.7450595Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:30:50.7451103Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:30:50.7451555Z from sipAPIQtGui.h:33,
2020-10-21T17:30:50.7452105Z from sipQtGuiQTextDocument.cpp:24:
2020-10-21T17:30:50.7452731Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:30:50.7453478Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:30:50.7454069Z ^~~~~~
2020-10-21T17:30:50.7462252Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextDocument.cpp:915:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:30:50.7464115Z ::QTextDocument::FindFlags a2def = 0;
2020-10-21T17:30:50.7464488Z ^
2020-10-21T17:30:50.7464904Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:30:50.7465461Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:30:50.7465968Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:30:50.7466428Z from sipAPIQtGui.h:33,
2020-10-21T17:30:50.7466984Z from sipQtGuiQTextDocument.cpp:24:
2020-10-21T17:30:50.7467597Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:30:50.7468334Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:30:50.7468924Z ^~~~~~
2020-10-21T17:30:50.7477029Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextDocument.cpp:941:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:30:50.7478906Z ::QTextDocument::FindFlags a2def = 0;
2020-10-21T17:30:50.7479271Z ^
2020-10-21T17:30:50.7479691Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:30:50.7480244Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:30:50.7480746Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:30:50.7481198Z from sipAPIQtGui.h:33,
2020-10-21T17:30:50.7481747Z from sipQtGuiQTextDocument.cpp:24:
2020-10-21T17:30:50.7482602Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:30:50.7483350Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:30:50.7483944Z ^~~~~~
2020-10-21T17:30:50.7491474Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextDocument.cpp:967:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:30:50.7493528Z ::QTextDocument::FindFlags a2def = 0;
2020-10-21T17:30:50.7493944Z ^
2020-10-21T17:30:50.7494364Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:30:50.7494916Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:30:50.7495432Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:30:50.7495888Z from sipAPIQtGui.h:33,
2020-10-21T17:30:50.7496426Z from sipQtGuiQTextDocument.cpp:24:
2020-10-21T17:30:50.7497055Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:30:50.7497792Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:30:50.7498383Z ^~~~~~
2020-10-21T17:30:50.7506147Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTextDocument.cpp:992:45: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:30:50.7508010Z ::QTextDocument::FindFlags a2def = 0;
2020-10-21T17:30:50.7508382Z ^
2020-10-21T17:30:50.7508801Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:30:50.7509359Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:30:50.7509861Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:30:50.7510320Z from sipAPIQtGui.h:33,
2020-10-21T17:30:50.7510873Z from sipQtGuiQTextDocument.cpp:24:
2020-10-21T17:30:50.7511511Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:30:50.7512395Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:30:50.7512991Z ^~~~~~
2020-10-21T17:30:51.0506543Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextCursor.o sipQtGuiQTextCursor.cpp
2020-10-21T17:30:51.4526344Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQSyntaxHighlighter.o sipQtGuiQSyntaxHighlighter.cpp
2020-10-21T17:30:52.8521017Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQSurfaceFormatFormatOptions.o sipQtGuiQSurfaceFormatFormatOptions.cpp
2020-10-21T17:30:53.0304721Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQSurfaceFormat.o sipQtGuiQSurfaceFormat.cpp
2020-10-21T17:30:53.9782035Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQSurfaceFormat.cpp: In function ‘PyObject* meth_QSurfaceFormat_setOption(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:30:53.9785021Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQSurfaceFormat.cpp:729:34: warning: ‘void QSurfaceFormat::setOption(QSurfaceFormat::FormatOptions)’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:30:53.9786643Z sipCpp->setOption(*a0);
2020-10-21T17:30:53.9786938Z ^
2020-10-21T17:30:53.9787391Z In file included from ../../../qt/5.15.1/gcc_64/include/QtGui/QSurfaceFormat:1,
2020-10-21T17:30:53.9788029Z from ../../../qt/5.15.1/gcc_64/include/QtGui/qopenglcontext.h:51,
2020-10-21T17:30:53.9788631Z from ../../../qt/5.15.1/gcc_64/include/QtGui/QOpenGLContext:1,
2020-10-21T17:30:53.9789136Z from ../../qpy/QtGui/qpyopengl_api.h:31,
2020-10-21T17:30:53.9790235Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qopenglshaderprogram.sip:335,
2020-10-21T17:30:53.9791249Z from sipQtGuiQSurfaceFormat.cpp:24:
2020-10-21T17:30:53.9792203Z ../../../qt/5.15.1/gcc_64/include/QtGui/qsurfaceformat.h:142:24: note: declared here
2020-10-21T17:30:53.9792964Z QT_DEPRECATED void setOption(QSurfaceFormat::FormatOptions opt);
2020-10-21T17:30:53.9793455Z ^~~~~~~~~
2020-10-21T17:30:53.9838246Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQSurfaceFormat.cpp: In function ‘PyObject* meth_QSurfaceFormat_testOption(PyObject*, PyObject*)’:
2020-10-21T17:30:53.9841227Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQSurfaceFormat.cpp:779:44: warning: ‘bool QSurfaceFormat::testOption(QSurfaceFormat::FormatOptions) const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:30:53.9842876Z sipRes = sipCpp->testOption(*a0);
2020-10-21T17:30:53.9843219Z ^
2020-10-21T17:30:53.9843669Z In file included from ../../../qt/5.15.1/gcc_64/include/QtGui/QSurfaceFormat:1,
2020-10-21T17:30:53.9844304Z from ../../../qt/5.15.1/gcc_64/include/QtGui/qopenglcontext.h:51,
2020-10-21T17:30:53.9844904Z from ../../../qt/5.15.1/gcc_64/include/QtGui/QOpenGLContext:1,
2020-10-21T17:30:53.9845408Z from ../../qpy/QtGui/qpyopengl_api.h:31,
2020-10-21T17:30:53.9846509Z from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qopenglshaderprogram.sip:335,
2020-10-21T17:30:53.9847521Z from sipQtGuiQSurfaceFormat.cpp:24:
2020-10-21T17:30:53.9848229Z ../../../qt/5.15.1/gcc_64/include/QtGui/qsurfaceformat.h:143:24: note: declared here
2020-10-21T17:30:53.9849323Z QT_DEPRECATED bool testOption(QSurfaceFormat::FormatOptions opt) const;
2020-10-21T17:30:53.9849849Z ^~~~~~~~~~
2020-10-21T17:30:54.0832163Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQStyleHints.o sipQtGuiQStyleHints.cpp
2020-10-21T17:30:54.3652364Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQStaticText.o sipQtGuiQStaticText.cpp
2020-10-21T17:30:55.3465603Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQStandardItem.o sipQtGuiQStandardItem.cpp
2020-10-21T17:30:55.7182521Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQStandardItemModel.o sipQtGuiQStandardItemModel.cpp
2020-10-21T17:30:56.4717557Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQStandardItem.cpp: In function ‘PyObject* meth_QStandardItem_isTristate(PyObject*, PyObject*)’:
2020-10-21T17:30:56.4720372Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQStandardItem.cpp:965:41: warning: ‘bool QStandardItem::isTristate() const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:30:56.4721835Z sipRes = sipCpp->isTristate();
2020-10-21T17:30:56.4722180Z ^
2020-10-21T17:30:56.4723202Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qstandarditemmodel.sip:103:
2020-10-21T17:30:56.4724268Z ../../../qt/5.15.1/gcc_64/include/QtGui/qstandarditemmodel.h:179:24: note: declared here
2020-10-21T17:30:56.4725018Z QT_DEPRECATED bool isTristate() const { return isAutoTristate(); }
2020-10-21T17:30:56.4725488Z ^~~~~~~~~~
2020-10-21T17:30:56.4726838Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQStandardItem.cpp: In function ‘PyObject* meth_QStandardItem_setTristate(PyObject*, PyObject*)’:
2020-10-21T17:30:56.4729434Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQStandardItem.cpp:990:35: warning: ‘void QStandardItem::setTristate(bool)’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:30:56.4730864Z sipCpp->setTristate(a0);
2020-10-21T17:30:56.4731171Z ^
2020-10-21T17:30:56.4732179Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qstandarditemmodel.sip:103:
2020-10-21T17:30:56.4733560Z ../../../qt/5.15.1/gcc_64/include/QtGui/qstandarditemmodel.h:180:24: note: declared here
2020-10-21T17:30:56.4734246Z QT_DEPRECATED void setTristate(bool tristate);
2020-10-21T17:30:56.4734644Z ^~~~~~~~~~~
2020-10-21T17:30:57.2894279Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQSessionManager.o sipQtGuiQSessionManager.cpp
2020-10-21T17:30:57.6908824Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQScreen.o sipQtGuiQScreen.cpp
2020-10-21T17:30:58.6118661Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQRgba64.o sipQtGuiQRgba64.cpp
2020-10-21T17:30:59.1566299Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQRegion.o sipQtGuiQRegion.cpp
2020-10-21T17:30:59.8870398Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQRawFontLayoutFlags.o sipQtGuiQRawFontLayoutFlags.cpp
2020-10-21T17:31:00.2380260Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQRegion.cpp: In function ‘PyObject* meth_QRegion_rects(PyObject*, PyObject*)’:
2020-10-21T17:31:00.2382806Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQRegion.cpp:290:58: warning: ‘QVector<QRect> QRegion::rects() const’ is deprecated: Use begin()/end() instead [-Wdeprecated-declarations]
2020-10-21T17:31:00.2384419Z sipRes = new QVector< ::QRect>(sipCpp->rects());
2020-10-21T17:31:00.2384814Z ^
2020-10-21T17:31:00.2385719Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qregion.sip:26:
2020-10-21T17:31:00.2386557Z ../../../qt/5.15.1/gcc_64/include/QtGui/qregion.h:125:20: note: declared here
2020-10-21T17:31:00.2387036Z QVector<QRect> rects() const;
2020-10-21T17:31:00.2387345Z ^~~~~
2020-10-21T17:31:00.6774759Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQRawFont.o sipQtGuiQRawFont.cpp
2020-10-21T17:31:01.2445066Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQRasterWindow.o sipQtGuiQRasterWindow.cpp
2020-10-21T17:31:02.1982486Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQQuaternion.o sipQtGuiQQuaternion.cpp
2020-10-21T17:31:02.8403735Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPolygonF.o sipQtGuiQPolygonF.cpp
2020-10-21T17:31:03.2492177Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQQuaternion.cpp: In function ‘PyObject* meth_QQuaternion_conjugate(PyObject*, PyObject*)’:
2020-10-21T17:31:03.2494847Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQQuaternion.cpp:545:59: warning: ‘QQuaternion QQuaternion::conjugate() const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:31:03.2496557Z sipRes = new ::QQuaternion(sipCpp->conjugate());
2020-10-21T17:31:03.2496947Z ^
2020-10-21T17:31:03.2497892Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qquaternion.sip:30:
2020-10-21T17:31:03.2498797Z ../../../qt/5.15.1/gcc_64/include/QtGui/qquaternion.h:225:20: note: declared here
2020-10-21T17:31:03.2499418Z inline QQuaternion QQuaternion::conjugate() const
2020-10-21T17:31:03.2499828Z ^~~~~~~~~~~
2020-10-21T17:31:03.7848896Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPolygon.o sipQtGuiQPolygon.cpp
2020-10-21T17:31:04.6770581Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPixmapCacheKey.o sipQtGuiQPixmapCacheKey.cpp
2020-10-21T17:31:05.5881415Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPixmapCache.o sipQtGuiQPixmapCache.cpp
2020-10-21T17:31:05.9948754Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPixelFormat.o sipQtGuiQPixelFormat.cpp
2020-10-21T17:31:06.9157764Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPictureIO.o sipQtGuiQPictureIO.cpp
2020-10-21T17:31:07.3160509Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPicture.o sipQtGuiQPicture.cpp
2020-10-21T17:31:08.2857057Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPen.o sipQtGuiQPen.cpp
2020-10-21T17:31:08.7826297Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPdfWriter.o sipQtGuiQPdfWriter.cpp
2020-10-21T17:31:09.7433104Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPalette.o sipQtGuiQPalette.cpp
2020-10-21T17:31:09.9362227Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp: In member function ‘virtual void sipQPdfWriter::setPageSize(QPagedPaintDevice::PageSize)’:
2020-10-21T17:31:09.9365599Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:269:38: warning: ‘virtual void QPdfWriter::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize(id)) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9367266Z ::QPdfWriter::setPageSize(a0);
2020-10-21T17:31:09.9367616Z ^
2020-10-21T17:31:09.9368572Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9369574Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:96:10: note: declared here
2020-10-21T17:31:09.9370151Z void setPageSize(PageSize size) override;
2020-10-21T17:31:09.9370522Z ^~~~~~~~~~~
2020-10-21T17:31:09.9372121Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp: In member function ‘virtual void sipQPdfWriter::setPageSizeMM(const QSizeF&)’:
2020-10-21T17:31:09.9375035Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:292:24: warning: ‘virtual void QPdfWriter::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize(size, QPageSize::Millimeter)) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9376636Z ::QPdfWriter::setPageSizeMM(a0);
2020-10-21T17:31:09.9377004Z ^~~~~~~~~~~~~
2020-10-21T17:31:09.9377932Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9378809Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:98:10: note: declared here
2020-10-21T17:31:09.9379408Z void setPageSizeMM(const QSizeF &size) override;
2020-10-21T17:31:09.9379810Z ^~~~~~~~~~~~~
2020-10-21T17:31:09.9382132Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:292:40: warning: ‘virtual void QPdfWriter::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize(size, QPageSize::Millimeter)) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9384407Z ::QPdfWriter::setPageSizeMM(a0);
2020-10-21T17:31:09.9384779Z ^
2020-10-21T17:31:09.9386805Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9387693Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:98:10: note: declared here
2020-10-21T17:31:09.9388303Z void setPageSizeMM(const QSizeF &size) override;
2020-10-21T17:31:09.9388822Z ^~~~~~~~~~~~~
2020-10-21T17:31:09.9391238Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp: In member function ‘virtual void sipQPdfWriter::setMargins(const QPagedPaintDevice::Margins&)’:
2020-10-21T17:31:09.9394985Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:315:24: warning: ‘virtual void QPdfWriter::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF(l, t, r, b), QPageLayout::Millimeter) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9396694Z ::QPdfWriter::setMargins(a0);
2020-10-21T17:31:09.9397152Z ^~~~~~~~~~
2020-10-21T17:31:09.9398403Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9399290Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:100:10: note: declared here
2020-10-21T17:31:09.9399869Z void setMargins(const Margins &m) override;
2020-10-21T17:31:09.9400236Z ^~~~~~~~~~
2020-10-21T17:31:09.9403264Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:315:37: warning: ‘virtual void QPdfWriter::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF(l, t, r, b), QPageLayout::Millimeter) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9405357Z ::QPdfWriter::setMargins(a0);
2020-10-21T17:31:09.9405860Z ^
2020-10-21T17:31:09.9406828Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9407963Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:100:10: note: declared here
2020-10-21T17:31:09.9408529Z void setMargins(const Margins &m) override;
2020-10-21T17:31:09.9408896Z ^~~~~~~~~~
2020-10-21T17:31:09.9410407Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp: In function ‘PyObject* meth_QPdfWriter_setPageSize(PyObject*, PyObject*)’:
2020-10-21T17:31:09.9472926Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:629:67: warning: ‘virtual void QPdfWriter::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize(id)) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9475621Z (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setPageSize(a0) : sipCpp->setPageSize(a0));
2020-10-21T17:31:09.9476197Z ^
2020-10-21T17:31:09.9477149Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9478035Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:96:10: note: declared here
2020-10-21T17:31:09.9478607Z void setPageSize(PageSize size) override;
2020-10-21T17:31:09.9478992Z ^~~~~~~~~~~
2020-10-21T17:31:09.9481088Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:629:93: warning: ‘virtual void QPdfWriter::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize(id)) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9483202Z (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setPageSize(a0) : sipCpp->setPageSize(a0));
2020-10-21T17:31:09.9483771Z ^
2020-10-21T17:31:09.9484715Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9485594Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:96:10: note: declared here
2020-10-21T17:31:09.9486161Z void setPageSize(PageSize size) override;
2020-10-21T17:31:09.9486514Z ^~~~~~~~~~~
2020-10-21T17:31:09.9487814Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp: In function ‘PyObject* meth_QPdfWriter_setPageSizeMM(PyObject*, PyObject*)’:
2020-10-21T17:31:09.9490687Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:656:70: warning: ‘virtual void QPdfWriter::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize(size, QPageSize::Millimeter)) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9492869Z (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setPageSizeMM(*a0) : sipCpp->setPageSizeMM(*a0));
2020-10-21T17:31:09.9493471Z ^
2020-10-21T17:31:09.9494404Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9495281Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:98:10: note: declared here
2020-10-21T17:31:09.9495880Z void setPageSizeMM(const QSizeF &size) override;
2020-10-21T17:31:09.9496288Z ^~~~~~~~~~~~~
2020-10-21T17:31:09.9498392Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:656:99: warning: ‘virtual void QPdfWriter::setPageSizeMM(const QSizeF&)’ is deprecated: Use setPageSize(QPageSize(size, QPageSize::Millimeter)) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9500563Z (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setPageSizeMM(*a0) : sipCpp->setPageSizeMM(*a0));
2020-10-21T17:31:09.9501418Z ^
2020-10-21T17:31:09.9502392Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9503269Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:98:10: note: declared here
2020-10-21T17:31:09.9503845Z void setPageSizeMM(const QSizeF &size) override;
2020-10-21T17:31:09.9504349Z ^~~~~~~~~~~~~
2020-10-21T17:31:09.9505725Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp: In function ‘PyObject* meth_QPdfWriter_setMargins(PyObject*, PyObject*)’:
2020-10-21T17:31:09.9508730Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:683:67: warning: ‘virtual void QPdfWriter::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF(l, t, r, b), QPageLayout::Millimeter) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9510980Z (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setMargins(*a0) : sipCpp->setMargins(*a0));
2020-10-21T17:31:09.9511525Z ^
2020-10-21T17:31:09.9512637Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9513515Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:100:10: note: declared here
2020-10-21T17:31:09.9514087Z void setMargins(const Margins &m) override;
2020-10-21T17:31:09.9514452Z ^~~~~~~~~~
2020-10-21T17:31:09.9516712Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPdfWriter.cpp:683:93: warning: ‘virtual void QPdfWriter::setMargins(const QPagedPaintDevice::Margins&)’ is deprecated: Use setPageMargins(QMarginsF(l, t, r, b), QPageLayout::Millimeter) instead [-Wdeprecated-declarations]
2020-10-21T17:31:09.9518953Z (sipSelfWasArg ? sipCpp-> ::QPdfWriter::setMargins(*a0) : sipCpp->setMargins(*a0));
2020-10-21T17:31:09.9519514Z ^
2020-10-21T17:31:09.9520455Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpdfwriter.sip:26:
2020-10-21T17:31:09.9521315Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpdfwriter.h:100:10: note: declared here
2020-10-21T17:31:09.9521876Z void setMargins(const Margins &m) override;
2020-10-21T17:31:09.9522248Z ^~~~~~~~~~
2020-10-21T17:31:10.3465764Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPainterPathStroker.o sipQtGuiQPainterPathStroker.cpp
2020-10-21T17:31:11.3109902Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPainterPathElement.o sipQtGuiQPainterPathElement.cpp
2020-10-21T17:31:11.7083692Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPainterPath.o sipQtGuiQPainterPath.cpp
2020-10-21T17:31:12.6014126Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPaintEngineState.o sipQtGuiQPaintEngineState.cpp
2020-10-21T17:31:13.3437318Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPaintEngineDirtyFlags.o sipQtGuiQPaintEngineDirtyFlags.cpp
2020-10-21T17:31:14.0310307Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPaintEnginePaintEngineFeatures.o sipQtGuiQPaintEnginePaintEngineFeatures.cpp
2020-10-21T17:31:14.7731649Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPaintEngine.o sipQtGuiQPaintEngine.cpp
2020-10-21T17:31:15.4625658Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextItemRenderFlags.o sipQtGuiQTextItemRenderFlags.cpp
2020-10-21T17:31:16.3715926Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextItem.o sipQtGuiQTextItem.cpp
2020-10-21T17:31:17.0381000Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQWindow.o sipQtGuiQWindow.cpp
2020-10-21T17:31:17.7357652Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPainterPixmapFragmentHints.o sipQtGuiQPainterPixmapFragmentHints.cpp
2020-10-21T17:31:19.0515333Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPainterPixmapFragment.o sipQtGuiQPainterPixmapFragment.cpp
2020-10-21T17:31:19.1498363Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPainterRenderHints.o sipQtGuiQPainterRenderHints.cpp
2020-10-21T17:31:20.4311189Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPainter.o sipQtGuiQPainter.cpp
2020-10-21T17:31:20.5660512Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPageSize.o sipQtGuiQPageSize.cpp
2020-10-21T17:31:21.6232553Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPainter.cpp: In function ‘PyObject* meth_QPainter_drawPixmapFragments(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:31:21.6236401Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPainter.cpp:4687:50: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QPainter::PixmapFragmentHint; QFlags<T>::Zero = int QFlags<QPainter::PixmapFragmentHint>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:31:21.6238133Z return Py_None;
2020-10-21T17:31:21.6238422Z ^
2020-10-21T17:31:21.6238849Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:31:21.6239524Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:31:21.6240025Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:31:21.6240480Z from sipAPIQtGui.h:33,
2020-10-21T17:31:21.6240964Z from sipQtGuiQPainter.cpp:24:
2020-10-21T17:31:21.6241524Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:31:21.6242272Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:31:21.6242863Z ^~~~~~
2020-10-21T17:31:21.9014148Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPageLayout.o sipQtGuiQPageLayout.cpp
2020-10-21T17:31:22.8139976Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPagedPaintDeviceMargins.o sipQtGuiQPagedPaintDeviceMargins.cpp
2020-10-21T17:31:23.2636602Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPagedPaintDevice.o sipQtGuiQPagedPaintDevice.cpp
2020-10-21T17:31:24.0440831Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLWindow.o sipQtGuiQOpenGLWindow.cpp
2020-10-21T17:31:24.3910363Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPagedPaintDevice.cpp: In constructor ‘sipQPagedPaintDevice::sipQPagedPaintDevice()’:
2020-10-21T17:31:24.3913461Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQPagedPaintDevice.cpp:83:92: warning: ‘QPagedPaintDevice::QPagedPaintDevice()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:31:24.3915320Z sipQPagedPaintDevice::sipQPagedPaintDevice(): ::QPagedPaintDevice(), sipPySelf(SIP_NULLPTR)
2020-10-21T17:31:24.3916083Z ^
2020-10-21T17:31:24.3917473Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qpagedpaintdevice.sip:26:
2020-10-21T17:31:24.3918521Z ../../../qt/5.15.1/gcc_64/include/QtGui/qpagedpaintdevice.h:58:19: note: declared here
2020-10-21T17:31:24.3919187Z QT_DEPRECATED QPagedPaintDevice();
2020-10-21T17:31:24.3919571Z ^~~~~~~~~~~~~~~~~
2020-10-21T17:31:24.7188482Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPaintDeviceWindow.o sipQtGuiQPaintDeviceWindow.cpp
2020-10-21T17:31:25.7446179Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLVertexArrayObjectBinder.o sipQtGuiQOpenGLVertexArrayObjectBinder.cpp
2020-10-21T17:31:26.1964247Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLVertexArrayObject.o sipQtGuiQOpenGLVertexArrayObject.cpp
2020-10-21T17:31:26.8949716Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQAbstractOpenGLFunctions.o sipQtGuiQAbstractOpenGLFunctions.cpp
2020-10-21T17:31:27.4261333Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLTimeMonitor.o sipQtGuiQOpenGLTimeMonitor.cpp
2020-10-21T17:31:28.0228370Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLTimerQuery.o sipQtGuiQOpenGLTimerQuery.cpp
2020-10-21T17:31:28.7055483Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLTextureBlitter.o sipQtGuiQOpenGLTextureBlitter.cpp
2020-10-21T17:31:29.2833915Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLTextureFeatures.o sipQtGuiQOpenGLTextureFeatures.cpp
2020-10-21T17:31:30.0721993Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLTexture.o sipQtGuiQOpenGLTexture.cpp
2020-10-21T17:31:30.6510301Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLShaderProgram.o sipQtGuiQOpenGLShaderProgram.cpp
2020-10-21T17:31:31.7678500Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLShaderShaderType.o sipQtGuiQOpenGLShaderShaderType.cpp
2020-10-21T17:31:32.4965745Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLShader.o sipQtGuiQOpenGLShader.cpp
2020-10-21T17:31:33.1906920Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLPixelTransferOptions.o sipQtGuiQOpenGLPixelTransferOptions.cpp
2020-10-21T17:31:33.9139687Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLPaintDevice.o sipQtGuiQOpenGLPaintDevice.cpp
2020-10-21T17:31:34.4313043Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLFramebufferObjectFormat.o sipQtGuiQOpenGLFramebufferObjectFormat.cpp
2020-10-21T17:31:35.3367830Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLFramebufferObject.o sipQtGuiQOpenGLFramebufferObject.cpp
2020-10-21T17:31:35.6728969Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLDebugLogger.o sipQtGuiQOpenGLDebugLogger.cpp
2020-10-21T17:31:36.7377391Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLDebugMessageSeverities.o sipQtGuiQOpenGLDebugMessageSeverities.cpp
2020-10-21T17:31:37.0347734Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLDebugMessageTypes.o sipQtGuiQOpenGLDebugMessageTypes.cpp
2020-10-21T17:31:38.0367983Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLDebugMessageSources.o sipQtGuiQOpenGLDebugMessageSources.cpp
2020-10-21T17:31:38.3450906Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLDebugMessage.o sipQtGuiQOpenGLDebugMessage.cpp
2020-10-21T17:31:39.3346727Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLVersionProfile.o sipQtGuiQOpenGLVersionProfile.cpp
2020-10-21T17:31:39.6269703Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLContext.o sipQtGuiQOpenGLContext.cpp
2020-10-21T17:31:40.5164791Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLContextGroup.o sipQtGuiQOpenGLContextGroup.cpp
2020-10-21T17:31:41.0708719Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLBufferRangeAccessFlags.o sipQtGuiQOpenGLBufferRangeAccessFlags.cpp
2020-10-21T17:31:41.6736166Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOpenGLBuffer.o sipQtGuiQOpenGLBuffer.cpp
2020-10-21T17:31:42.3043936Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQOffscreenSurface.o sipQtGuiQOffscreenSurface.cpp
2020-10-21T17:31:42.8813198Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQSurface.o sipQtGuiQSurface.cpp
2020-10-21T17:31:43.6881927Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMovie.o sipQtGuiQMovie.cpp
2020-10-21T17:31:44.0388036Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMatrix4x4.o sipQtGuiQMatrix4x4.cpp
2020-10-21T17:31:45.3426522Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQKeySequence.o sipQtGuiQKeySequence.cpp
2020-10-21T17:31:45.9637612Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQInputMethod.o sipQtGuiQInputMethod.cpp
2020-10-21T17:31:46.6853929Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQImageWriter.o sipQtGuiQImageWriter.cpp
2020-10-21T17:31:47.5478205Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQImageReader.o sipQtGuiQImageReader.cpp
2020-10-21T17:31:47.9014054Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQImageWriter.cpp: In function ‘PyObject* meth_QImageWriter_setGamma(PyObject*, PyObject*)’:
2020-10-21T17:31:47.9016838Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQImageWriter.cpp:278:32: warning: ‘void QImageWriter::setGamma(float)’ is deprecated: Use QColorSpace instead [-Wdeprecated-declarations]
2020-10-21T17:31:47.9018348Z sipCpp->setGamma(a0);
2020-10-21T17:31:47.9018653Z ^
2020-10-21T17:31:47.9019585Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qimagewriter.sip:26:
2020-10-21T17:31:47.9020509Z ../../../qt/5.15.1/gcc_64/include/QtGui/qimagewriter.h:89:10: note: declared here
2020-10-21T17:31:47.9021030Z void setGamma(float gamma);
2020-10-21T17:31:47.9021332Z ^~~~~~~~
2020-10-21T17:31:47.9022936Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQImageWriter.cpp: In function ‘PyObject* meth_QImageWriter_gamma(PyObject*, PyObject*)’:
2020-10-21T17:31:47.9025548Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQImageWriter.cpp:305:36: warning: ‘float QImageWriter::gamma() const’ is deprecated: Use QColorSpace instead [-Wdeprecated-declarations]
2020-10-21T17:31:47.9027003Z sipRes = sipCpp->gamma();
2020-10-21T17:31:47.9027436Z ^
2020-10-21T17:31:47.9028382Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qimagewriter.sip:26:
2020-10-21T17:31:47.9029299Z ../../../qt/5.15.1/gcc_64/include/QtGui/qimagewriter.h:91:11: note: declared here
2020-10-21T17:31:47.9029785Z float gamma() const;
2020-10-21T17:31:47.9030059Z ^~~~~
2020-10-21T17:31:48.2756988Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQImageIOHandlerTransformations.o sipQtGuiQImageIOHandlerTransformations.cpp
2020-10-21T17:31:48.5458794Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQImageReader.cpp: In function ‘PyObject* meth_QImageReader_setGamma(PyObject*, PyObject*)’:
2020-10-21T17:31:48.5461675Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQImageReader.cpp:1278:32: warning: ‘void QImageReader::setGamma(float)’ is deprecated: Use QColorSpace instead [-Wdeprecated-declarations]
2020-10-21T17:31:48.5464227Z sipCpp->setGamma(a0);
2020-10-21T17:31:48.5464820Z ^
2020-10-21T17:31:48.5465899Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qimagereader.sip:26:
2020-10-21T17:31:48.5466832Z ../../../qt/5.15.1/gcc_64/include/QtGui/qimagereader.h:122:10: note: declared here
2020-10-21T17:31:48.5467356Z void setGamma(float gamma);
2020-10-21T17:31:48.5467663Z ^~~~~~~~
2020-10-21T17:31:48.5468941Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQImageReader.cpp: In function ‘PyObject* meth_QImageReader_gamma(PyObject*, PyObject*)’:
2020-10-21T17:31:48.5471568Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQImageReader.cpp:1305:36: warning: ‘float QImageReader::gamma() const’ is deprecated: Use QColorSpace instead [-Wdeprecated-declarations]
2020-10-21T17:31:48.5473140Z sipRes = sipCpp->gamma();
2020-10-21T17:31:48.5473449Z ^
2020-10-21T17:31:48.5474384Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qimagereader.sip:26:
2020-10-21T17:31:48.5475309Z ../../../qt/5.15.1/gcc_64/include/QtGui/qimagereader.h:124:11: note: declared here
2020-10-21T17:31:48.5475797Z float gamma() const;
2020-10-21T17:31:48.5476057Z ^~~~~
2020-10-21T17:31:48.9930653Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQImageIOHandler.o sipQtGuiQImageIOHandler.cpp
2020-10-21T17:31:49.6635352Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQImage.o sipQtGuiQImage.cpp
2020-10-21T17:31:50.5751184Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPaintDevice.o sipQtGuiQPaintDevice.cpp
2020-10-21T17:31:50.8250764Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQImage.cpp: In function ‘PyObject* meth_QImage_byteCount(PyObject*, PyObject*)’:
2020-10-21T17:31:50.8253363Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQImage.cpp:2201:40: warning: ‘int QImage::byteCount() const’ is deprecated: Use sizeInBytes [-Wdeprecated-declarations]
2020-10-21T17:31:50.8254737Z sipRes = sipCpp->byteCount();
2020-10-21T17:31:50.8255077Z ^
2020-10-21T17:31:50.8255969Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qimage.sip:26:
2020-10-21T17:31:50.8256813Z ../../../qt/5.15.1/gcc_64/include/QtGui/qimage.h:221:44: note: declared here
2020-10-21T17:31:50.8257406Z QT_DEPRECATED_X("Use sizeInBytes") int byteCount() const;
2020-10-21T17:31:50.8257846Z ^~~~~~~~~
2020-10-21T17:31:51.5991267Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQIconEngineScaledPixmapArgument.o sipQtGuiQIconEngineScaledPixmapArgument.cpp
2020-10-21T17:31:51.9963662Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQIconEngineAvailableSizesArgument.o sipQtGuiQIconEngineAvailableSizesArgument.cpp
2020-10-21T17:31:52.9365145Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQIconEngine.o sipQtGuiQIconEngine.cpp
2020-10-21T17:31:53.3141119Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQIcon.o sipQtGuiQIcon.cpp
2020-10-21T17:31:54.4308297Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQGuiApplication.o sipQtGuiQGuiApplication.cpp
2020-10-21T17:31:54.8235776Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQGlyphRunGlyphRunFlags.o sipQtGuiQGlyphRunGlyphRunFlags.cpp
2020-10-21T17:31:56.0863531Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQGlyphRun.o sipQtGuiQGlyphRun.cpp
2020-10-21T17:31:56.1575168Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMatrix2x2.o sipQtGuiQMatrix2x2.cpp
2020-10-21T17:31:57.4644468Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMatrix2x3.o sipQtGuiQMatrix2x3.cpp
2020-10-21T17:31:57.5337049Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMatrix2x4.o sipQtGuiQMatrix2x4.cpp
2020-10-21T17:31:58.8991865Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMatrix3x2.o sipQtGuiQMatrix3x2.cpp
2020-10-21T17:31:58.9138862Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMatrix3x3.o sipQtGuiQMatrix3x3.cpp
2020-10-21T17:32:00.3036282Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMatrix3x4.o sipQtGuiQMatrix3x4.cpp
2020-10-21T17:32:00.3081938Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMatrix4x2.o sipQtGuiQMatrix4x2.cpp
2020-10-21T17:32:01.6918042Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMatrix4x3.o sipQtGuiQMatrix4x3.cpp
2020-10-21T17:32:01.7103314Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQFontMetricsF.o sipQtGuiQFontMetricsF.cpp
2020-10-21T17:32:03.0786148Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQFontMetrics.o sipQtGuiQFontMetrics.cpp
2020-10-21T17:32:03.0927503Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQFontInfo.o sipQtGuiQFontInfo.cpp
2020-10-21T17:32:04.0980322Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFontMetrics.cpp: In function ‘PyObject* meth_QFontMetrics_widthChar(PyObject*, PyObject*)’:
2020-10-21T17:32:04.0983217Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFontMetrics.cpp:390:39: warning: ‘int QFontMetrics::width(QChar) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
2020-10-21T17:32:04.0984802Z sipRes = sipCpp->width(*a0);
2020-10-21T17:32:04.0993948Z ^
2020-10-21T17:32:04.0996996Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qfontmetrics.sip:26:
2020-10-21T17:32:04.0997978Z ../../../qt/5.15.1/gcc_64/include/QtGui/qfontmetrics.h:110:9: note: declared here
2020-10-21T17:32:04.0998486Z int width(QChar) const;
2020-10-21T17:32:04.0998828Z ^~~~~
2020-10-21T17:32:04.1000204Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFontMetrics.cpp: In function ‘PyObject* meth_QFontMetrics_width(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:32:04.1003234Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFontMetrics.cpp:425:42: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
2020-10-21T17:32:04.1004870Z sipRes = sipCpp->width(*a0,a1);
2020-10-21T17:32:04.1005192Z ^
2020-10-21T17:32:04.1006157Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qfontmetrics.sip:26:
2020-10-21T17:32:04.1007090Z ../../../qt/5.15.1/gcc_64/include/QtGui/qfontmetrics.h:106:9: note: declared here
2020-10-21T17:32:04.1008014Z int width(const QString &, int len = -1) const;
2020-10-21T17:32:04.1008359Z ^~~~~
2020-10-21T17:32:04.2976889Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQFontDatabase.o sipQtGuiQFontDatabase.cpp
2020-10-21T17:32:04.4685675Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQFont.o sipQtGuiQFont.cpp
2020-10-21T17:32:05.2811172Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFontDatabase.cpp: In function ‘PyObject* meth_QFontDatabase_supportsThreadedFontRendering(PyObject*, PyObject*)’:
2020-10-21T17:32:05.2814451Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFontDatabase.cpp:769:40: warning: ‘static bool QFontDatabase::supportsThreadedFontRendering()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:32:05.2816329Z sipRes = ::QFontDatabase::supportsThreadedFontRendering();
2020-10-21T17:32:05.2817007Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-10-21T17:32:05.2824053Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qfontdatabase.sip:26:
2020-10-21T17:32:05.2825017Z ../../../qt/5.15.1/gcc_64/include/QtGui/qfontdatabase.h:154:31: note: declared here
2020-10-21T17:32:05.2825846Z QT_DEPRECATED static bool supportsThreadedFontRendering();
2020-10-21T17:32:05.2826485Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-10-21T17:32:05.2834580Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFontDatabase.cpp:769:70: warning: ‘static bool QFontDatabase::supportsThreadedFontRendering()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:32:05.2836423Z sipRes = ::QFontDatabase::supportsThreadedFontRendering();
2020-10-21T17:32:05.2837060Z ^
2020-10-21T17:32:05.2843779Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qfontdatabase.sip:26:
2020-10-21T17:32:05.2844742Z ../../../qt/5.15.1/gcc_64/include/QtGui/qfontdatabase.h:154:31: note: declared here
2020-10-21T17:32:05.2845575Z QT_DEPRECATED static bool supportsThreadedFontRendering();
2020-10-21T17:32:05.2846178Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-10-21T17:32:05.2875989Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFontDatabase.cpp:769:70: warning: ‘static bool QFontDatabase::supportsThreadedFontRendering()’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:32:05.2878087Z sipRes = ::QFontDatabase::supportsThreadedFontRendering();
2020-10-21T17:32:05.2878728Z ^
2020-10-21T17:32:05.2879729Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qfontdatabase.sip:26:
2020-10-21T17:32:05.2880677Z ../../../qt/5.15.1/gcc_64/include/QtGui/qfontdatabase.h:154:31: note: declared here
2020-10-21T17:32:05.2881510Z QT_DEPRECATED static bool supportsThreadedFontRendering();
2020-10-21T17:32:05.2882127Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-10-21T17:32:05.4759731Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFont.cpp: In function ‘PyObject* meth_QFont_setRawName(PyObject*, PyObject*)’:
2020-10-21T17:32:05.4765850Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFont.cpp:899:35: warning: ‘void QFont::setRawName(const QString&)’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:32:05.4767187Z sipCpp->setRawName(*a0);
2020-10-21T17:32:05.4767510Z ^
2020-10-21T17:32:05.4768387Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qfont.sip:26:
2020-10-21T17:32:05.4769199Z ../../../qt/5.15.1/gcc_64/include/QtGui/qfont.h:271:24: note: declared here
2020-10-21T17:32:05.4769763Z QT_DEPRECATED void setRawName(const QString &);
2020-10-21T17:32:05.4770158Z ^~~~~~~~~~
2020-10-21T17:32:05.4771386Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFont.cpp: In function ‘PyObject* meth_QFont_rawName(PyObject*, PyObject*)’:
2020-10-21T17:32:05.4773597Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFont.cpp:927:53: warning: ‘QString QFont::rawName() const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:32:05.4775066Z sipRes = new ::QString(sipCpp->rawName());
2020-10-21T17:32:05.4775428Z ^
2020-10-21T17:32:05.4776299Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qfont.sip:26:
2020-10-21T17:32:05.4777105Z ../../../qt/5.15.1/gcc_64/include/QtGui/qfont.h:272:27: note: declared here
2020-10-21T17:32:05.4777623Z QT_DEPRECATED QString rawName() const;
2020-10-21T17:32:05.4777990Z ^~~~~~~
2020-10-21T17:32:05.4796330Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFont.cpp: In function ‘PyObject* meth_QFont_lastResortFamily(PyObject*, PyObject*)’:
2020-10-21T17:32:05.4802534Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFont.cpp:1296:62: warning: ‘QString QFont::lastResortFamily() const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:32:05.4804310Z sipRes = new ::QString(sipCpp->lastResortFamily());
2020-10-21T17:32:05.4804762Z ^
2020-10-21T17:32:05.4805650Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qfont.sip:26:
2020-10-21T17:32:05.4806461Z ../../../qt/5.15.1/gcc_64/include/QtGui/qfont.h:295:27: note: declared here
2020-10-21T17:32:05.4807043Z QT_DEPRECATED QString lastResortFamily() const;
2020-10-21T17:32:05.4807803Z ^~~~~~~~~~~~~~~~
2020-10-21T17:32:05.4809095Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFont.cpp: In function ‘PyObject* meth_QFont_lastResortFont(PyObject*, PyObject*)’:
2020-10-21T17:32:05.4811415Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQFont.cpp:1322:60: warning: ‘QString QFont::lastResortFont() const’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:32:05.4813121Z sipRes = new ::QString(sipCpp->lastResortFont());
2020-10-21T17:32:05.4813543Z ^
2020-10-21T17:32:05.4814416Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qfont.sip:26:
2020-10-21T17:32:05.4815221Z ../../../qt/5.15.1/gcc_64/include/QtGui/qfont.h:296:27: note: declared here
2020-10-21T17:32:05.4815837Z QT_DEPRECATED QString lastResortFont() const;
2020-10-21T17:32:05.4816253Z ^~~~~~~~~~~~~~
2020-10-21T17:32:05.6435588Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPointingDeviceUniqueId.o sipQtGuiQPointingDeviceUniqueId.cpp
2020-10-21T17:32:06.0295920Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPlatformSurfaceEvent.o sipQtGuiQPlatformSurfaceEvent.cpp
2020-10-21T17:32:06.9182966Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQNativeGestureEvent.o sipQtGuiQNativeGestureEvent.cpp
2020-10-21T17:32:07.2893766Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQEnterEvent.o sipQtGuiQEnterEvent.cpp
2020-10-21T17:32:07.9685906Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQNativeGestureEvent.cpp: In constructor ‘sipQNativeGestureEvent::sipQNativeGestureEvent(Qt::NativeGestureType, const QPointF&, const QPointF&, const QPointF&, qreal, ulong, quint64)’:
2020-10-21T17:32:07.9689898Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQNativeGestureEvent.cpp:66:246: warning: ‘QNativeGestureEvent::QNativeGestureEvent(Qt::NativeGestureType, const QPointF&, const QPointF&, const QPointF&, qreal, ulong, quint64)’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:32:07.9693045Z sipQNativeGestureEvent::sipQNativeGestureEvent( ::Qt::NativeGestureType a0,const ::QPointF& a1,const ::QPointF& a2,const ::QPointF& a3, ::qreal a4, ::ulong a5, ::quint64 a6): ::QNativeGestureEvent(a0,a1,a2,a3,a4,a5,a6), sipPySelf(SIP_NULLPTR)
2020-10-21T17:32:07.9694399Z ^
2020-10-21T17:32:07.9695381Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:872:
2020-10-21T17:32:07.9696311Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:347:19: note: declared here
2020-10-21T17:32:07.9697227Z QT_DEPRECATED QNativeGestureEvent(Qt::NativeGestureType type, const QPointF &localPos, const QPointF &windowPos,
2020-10-21T17:32:07.9697958Z ^~~~~~~~~~~~~~~~~~~
2020-10-21T17:32:08.2377688Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQScrollEvent.o sipQtGuiQScrollEvent.cpp
2020-10-21T17:32:08.6053688Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQScrollPrepareEvent.o sipQtGuiQScrollPrepareEvent.cpp
2020-10-21T17:32:09.5023805Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQExposeEvent.o sipQtGuiQExposeEvent.cpp
2020-10-21T17:32:09.9094968Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTouchEventTouchPointInfoFlags.o sipQtGuiQTouchEventTouchPointInfoFlags.cpp
2020-10-21T17:32:10.7699480Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTouchEventTouchPoint.o sipQtGuiQTouchEventTouchPoint.cpp
2020-10-21T17:32:11.2550075Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTouchEvent.o sipQtGuiQTouchEvent.cpp
2020-10-21T17:32:11.8163736Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTouchEventTouchPoint.cpp: In function ‘PyObject* meth_QTouchEvent_TouchPoint_rect(PyObject*, PyObject*)’:
2020-10-21T17:32:11.8166952Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTouchEventTouchPoint.cpp:438:49: warning: ‘QRectF QTouchEvent::TouchPoint::rect() const’ is deprecated: Use pos() and ellipseDiameters() [-Wdeprecated-declarations]
2020-10-21T17:32:11.8169239Z sipRes = new ::QRectF(sipCpp->rect());
2020-10-21T17:32:11.8169586Z ^
2020-10-21T17:32:11.8176656Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:726:
2020-10-21T17:32:11.8177511Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:939:16: note: declared here
2020-10-21T17:32:11.8177962Z QRectF rect() const;
2020-10-21T17:32:11.8178262Z ^~~~
2020-10-21T17:32:11.8187586Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTouchEventTouchPoint.cpp: In function ‘PyObject* meth_QTouchEvent_TouchPoint_sceneRect(PyObject*, PyObject*)’:
2020-10-21T17:32:11.8190808Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTouchEventTouchPoint.cpp:464:54: warning: ‘QRectF QTouchEvent::TouchPoint::sceneRect() const’ is deprecated: Use scenePos() and ellipseDiameters() [-Wdeprecated-declarations]
2020-10-21T17:32:11.8192950Z sipRes = new ::QRectF(sipCpp->sceneRect());
2020-10-21T17:32:11.8193328Z ^
2020-10-21T17:32:11.8199403Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:726:
2020-10-21T17:32:11.8200237Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:941:16: note: declared here
2020-10-21T17:32:11.8200720Z QRectF sceneRect() const;
2020-10-21T17:32:11.8201032Z ^~~~~~~~~
2020-10-21T17:32:11.8210734Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTouchEventTouchPoint.cpp: In function ‘PyObject* meth_QTouchEvent_TouchPoint_screenRect(PyObject*, PyObject*)’:
2020-10-21T17:32:11.8213964Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTouchEventTouchPoint.cpp:490:55: warning: ‘QRectF QTouchEvent::TouchPoint::screenRect() const’ is deprecated: Use screenPos() and ellipseDiameters() [-Wdeprecated-declarations]
2020-10-21T17:32:11.8216020Z sipRes = new ::QRectF(sipCpp->screenRect());
2020-10-21T17:32:11.8216408Z ^
2020-10-21T17:32:11.8273826Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:726:
2020-10-21T17:32:11.8274657Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:943:16: note: declared here
2020-10-21T17:32:11.8275170Z QRectF screenRect() const;
2020-10-21T17:32:11.8275494Z ^~~~~~~~~~
2020-10-21T17:32:12.1579680Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQWindowStateChangeEvent.o sipQtGuiQWindowStateChangeEvent.cpp
2020-10-21T17:32:12.6904294Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQShortcutEvent.o sipQtGuiQShortcutEvent.cpp
2020-10-21T17:32:13.4039274Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQFileOpenEvent.o sipQtGuiQFileOpenEvent.cpp
2020-10-21T17:32:13.9714920Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQActionEvent.o sipQtGuiQActionEvent.cpp
2020-10-21T17:32:14.6632699Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQWhatsThisClickedEvent.o sipQtGuiQWhatsThisClickedEvent.cpp
2020-10-21T17:32:15.2284221Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQStatusTipEvent.o sipQtGuiQStatusTipEvent.cpp
2020-10-21T17:32:15.9385554Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQHelpEvent.o sipQtGuiQHelpEvent.cpp
2020-10-21T17:32:16.5006806Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQDragLeaveEvent.o sipQtGuiQDragLeaveEvent.cpp
2020-10-21T17:32:17.2394347Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQDragEnterEvent.o sipQtGuiQDragEnterEvent.cpp
2020-10-21T17:32:17.7634317Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQDragMoveEvent.o sipQtGuiQDragMoveEvent.cpp
2020-10-21T17:32:18.5160116Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQDropEvent.o sipQtGuiQDropEvent.cpp
2020-10-21T17:32:19.0490581Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQInputMethodQueryEvent.o sipQtGuiQInputMethodQueryEvent.cpp
2020-10-21T17:32:19.8563058Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQInputMethodEventAttribute.o sipQtGuiQInputMethodEventAttribute.cpp
2020-10-21T17:32:20.3612816Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQInputMethodEvent.o sipQtGuiQInputMethodEvent.cpp
2020-10-21T17:32:21.1529936Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQContextMenuEvent.o sipQtGuiQContextMenuEvent.cpp
2020-10-21T17:32:21.6873882Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQHideEvent.o sipQtGuiQHideEvent.cpp
2020-10-21T17:32:22.4702797Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQShowEvent.o sipQtGuiQShowEvent.cpp
2020-10-21T17:32:22.9752842Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQIconDragEvent.o sipQtGuiQIconDragEvent.cpp
2020-10-21T17:32:23.7585256Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQCloseEvent.o sipQtGuiQCloseEvent.cpp
2020-10-21T17:32:24.2219258Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQResizeEvent.o sipQtGuiQResizeEvent.cpp
2020-10-21T17:32:25.0297606Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMoveEvent.o sipQtGuiQMoveEvent.cpp
2020-10-21T17:32:25.4895778Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPaintEvent.o sipQtGuiQPaintEvent.cpp
2020-10-21T17:32:26.3091585Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQFocusEvent.o sipQtGuiQFocusEvent.cpp
2020-10-21T17:32:26.7557105Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQKeyEvent.o sipQtGuiQKeyEvent.cpp
2020-10-21T17:32:27.5888011Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTabletEvent.o sipQtGuiQTabletEvent.cpp
2020-10-21T17:32:28.1078163Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQWheelEvent.o sipQtGuiQWheelEvent.cpp
2020-10-21T17:32:28.6428789Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTabletEvent.cpp: In constructor ‘sipQTabletEvent::sipQTabletEvent(QEvent::Type, const QPointF&, const QPointF&, int, int, qreal, int, int, qreal, qreal, int, Qt::KeyboardModifiers, qint64)’:
2020-10-21T17:32:28.6432597Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTabletEvent.cpp:70:293: warning: ‘QTabletEvent::QTabletEvent(QEvent::Type, const QPointF&, const QPointF&, int, int, qreal, int, int, qreal, qreal, int, Qt::KeyboardModifiers, qint64)’ is deprecated: Use the other QTabletEvent constructor [-Wdeprecated-declarations]
2020-10-21T17:32:28.6435392Z sipQTabletEvent::sipQTabletEvent( ::QEvent::Type a0,const ::QPointF& a1,const ::QPointF& a2,int a3,int a4, ::qreal a5,int a6,int a7, ::qreal a8, ::qreal a9,int a10, ::Qt::KeyboardModifiers a11, ::qint64 a12): ::QTabletEvent(a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12), sipPySelf(SIP_NULLPTR)
2020-10-21T17:32:28.6436710Z ^
2020-10-21T17:32:28.6437719Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:302:
2020-10-21T17:32:28.6438538Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:285:5: note: declared here
2020-10-21T17:32:28.6439164Z QTabletEvent(Type t, const QPointF &pos, const QPointF &globalPos,
2020-10-21T17:32:28.6439614Z ^~~~~~~~~~~~
2020-10-21T17:32:28.6451840Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTabletEvent.cpp: In function ‘PyObject* meth_QTabletEvent_hiResGlobalX(PyObject*, PyObject*)’:
2020-10-21T17:32:28.6454629Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTabletEvent.cpp:254:43: warning: ‘qreal QTabletEvent::hiResGlobalX() const’ is deprecated: use globalPosF().x() [-Wdeprecated-declarations]
2020-10-21T17:32:28.6456176Z sipRes = sipCpp->hiResGlobalX();
2020-10-21T17:32:28.6456536Z ^
2020-10-21T17:32:28.6457421Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:302:
2020-10-21T17:32:28.6458250Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:312:18: note: declared here
2020-10-21T17:32:28.6458825Z inline qreal hiResGlobalX() const { return mGPos.x(); }
2020-10-21T17:32:28.6459210Z ^~~~~~~~~~~~
2020-10-21T17:32:28.6460546Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTabletEvent.cpp: In function ‘PyObject* meth_QTabletEvent_hiResGlobalY(PyObject*, PyObject*)’:
2020-10-21T17:32:28.6463562Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTabletEvent.cpp:280:43: warning: ‘qreal QTabletEvent::hiResGlobalY() const’ is deprecated: use globalPosF().y() [-Wdeprecated-declarations]
2020-10-21T17:32:28.6465117Z sipRes = sipCpp->hiResGlobalY();
2020-10-21T17:32:28.6465473Z ^
2020-10-21T17:32:28.6466356Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:302:
2020-10-21T17:32:28.6467291Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:314:18: note: declared here
2020-10-21T17:32:28.6467859Z inline qreal hiResGlobalY() const { return mGPos.y(); }
2020-10-21T17:32:28.6468262Z ^~~~~~~~~~~~
2020-10-21T17:32:28.6472489Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTabletEvent.cpp: In function ‘PyObject* meth_QTabletEvent_device(PyObject*, PyObject*)’:
2020-10-21T17:32:28.6475249Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQTabletEvent.cpp:306:37: warning: ‘QTabletEvent::TabletDevice QTabletEvent::device() const’ is deprecated: Use deviceType() [-Wdeprecated-declarations]
2020-10-21T17:32:28.6476800Z sipRes = sipCpp->device();
2020-10-21T17:32:28.6477096Z ^
2020-10-21T17:32:28.6477975Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:302:
2020-10-21T17:32:28.6478802Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:316:25: note: declared here
2020-10-21T17:32:28.6479424Z inline TabletDevice device() const { return TabletDevice(mDev); }
2020-10-21T17:32:28.6479881Z ^~~~~~
2020-10-21T17:32:28.9886746Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQHoverEvent.o sipQtGuiQHoverEvent.cpp
2020-10-21T17:32:29.1649236Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In constructor ‘sipQWheelEvent::sipQWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers)’:
2020-10-21T17:32:29.1653169Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:69:244: warning: ‘QWheelEvent::QWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers)’ is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations]
2020-10-21T17:32:29.1655947Z sipQWheelEvent::sipQWheelEvent(const ::QPointF& a0,const ::QPointF& a1, ::QPoint a2, ::QPoint a3,int a4, ::Qt::Orientation a5, ::Qt::MouseButtons a6, ::Qt::KeyboardModifiers a7): ::QWheelEvent(a0,a1,a2,a3,a4,a5,a6,a7), sipPySelf(SIP_NULLPTR)
2020-10-21T17:32:29.1657083Z ^
2020-10-21T17:32:29.1663092Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1663925Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:190:5: note: declared here
2020-10-21T17:32:29.1664521Z QWheelEvent(const QPointF &pos, const QPointF& globalPos,
2020-10-21T17:32:29.1664933Z ^~~~~~~~~~~
2020-10-21T17:32:29.1674757Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In constructor ‘sipQWheelEvent::sipQWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase)’:
2020-10-21T17:32:29.1678783Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:73:269: warning: ‘QWheelEvent::QWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase)’ is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations]
2020-10-21T17:32:29.1681804Z sipQWheelEvent::sipQWheelEvent(const ::QPointF& a0,const ::QPointF& a1, ::QPoint a2, ::QPoint a3,int a4, ::Qt::Orientation a5, ::Qt::MouseButtons a6, ::Qt::KeyboardModifiers a7, ::Qt::ScrollPhase a8): ::QWheelEvent(a0,a1,a2,a3,a4,a5,a6,a7,a8), sipPySelf(SIP_NULLPTR)
2020-10-21T17:32:29.1683044Z ^
2020-10-21T17:32:29.1687736Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1688577Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:194:5: note: declared here
2020-10-21T17:32:29.1689179Z QWheelEvent(const QPointF &pos, const QPointF& globalPos,
2020-10-21T17:32:29.1689615Z ^~~~~~~~~~~
2020-10-21T17:32:29.1698727Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In constructor ‘sipQWheelEvent::sipQWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase, Qt::MouseEventSource)’:
2020-10-21T17:32:29.1702968Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:77:299: warning: ‘QWheelEvent::QWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase, Qt::MouseEventSource)’ is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations]
2020-10-21T17:32:29.1706103Z sipQWheelEvent::sipQWheelEvent(const ::QPointF& a0,const ::QPointF& a1, ::QPoint a2, ::QPoint a3,int a4, ::Qt::Orientation a5, ::Qt::MouseButtons a6, ::Qt::KeyboardModifiers a7, ::Qt::ScrollPhase a8, ::Qt::MouseEventSource a9): ::QWheelEvent(a0,a1,a2,a3,a4,a5,a6,a7,a8,a9), sipPySelf(SIP_NULLPTR)
2020-10-21T17:32:29.1707485Z ^
2020-10-21T17:32:29.1715618Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1716452Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:198:5: note: declared here
2020-10-21T17:32:29.1717193Z QWheelEvent(const QPointF &pos, const QPointF &globalPos, QPoint pixelDelta, QPoint angleDelta,
2020-10-21T17:32:29.1717777Z ^~~~~~~~~~~
2020-10-21T17:32:29.1720093Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In constructor ‘sipQWheelEvent::sipQWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase, Qt::MouseEventSource, bool)’:
2020-10-21T17:32:29.1724572Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:81:312: warning: ‘QWheelEvent::QWheelEvent(const QPointF&, const QPointF&, QPoint, QPoint, int, Qt::Orientation, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::ScrollPhase, Qt::MouseEventSource, bool)’ is deprecated: Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted [-Wdeprecated-declarations]
2020-10-21T17:32:29.1727812Z sipQWheelEvent::sipQWheelEvent(const ::QPointF& a0,const ::QPointF& a1, ::QPoint a2, ::QPoint a3,int a4, ::Qt::Orientation a5, ::Qt::MouseButtons a6, ::Qt::KeyboardModifiers a7, ::Qt::ScrollPhase a8, ::Qt::MouseEventSource a9,bool a10): ::QWheelEvent(a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10), sipPySelf(SIP_NULLPTR)
2020-10-21T17:32:29.1729350Z ^
2020-10-21T17:32:29.1730349Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1731170Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:202:5: note: declared here
2020-10-21T17:32:29.1731930Z QWheelEvent(const QPointF &pos, const QPointF &globalPos, QPoint pixelDelta, QPoint angleDelta,
2020-10-21T17:32:29.1732516Z ^~~~~~~~~~~
2020-10-21T17:32:29.1748504Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_pos(PyObject*, PyObject*)’:
2020-10-21T17:32:29.1751058Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:113:48: warning: ‘QPoint QWheelEvent::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
2020-10-21T17:32:29.1752853Z sipRes = new ::QPoint(sipCpp->pos());
2020-10-21T17:32:29.1753191Z ^
2020-10-21T17:32:29.1762580Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1763409Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:225:19: note: declared here
2020-10-21T17:32:29.1763951Z inline QPoint pos() const { return p.toPoint(); }
2020-10-21T17:32:29.1764307Z ^~~
2020-10-21T17:32:29.1765602Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_globalPos(PyObject*, PyObject*)’:
2020-10-21T17:32:29.1768233Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:139:54: warning: ‘QPoint QWheelEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
2020-10-21T17:32:29.1769931Z sipRes = new ::QPoint(sipCpp->globalPos());
2020-10-21T17:32:29.1770304Z ^
2020-10-21T17:32:29.1796160Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1797000Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:227:19: note: declared here
2020-10-21T17:32:29.1797584Z inline QPoint globalPos() const { return g.toPoint(); }
2020-10-21T17:32:29.1797974Z ^~~~~~~~~
2020-10-21T17:32:29.1799233Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_x(PyObject*, PyObject*)’:
2020-10-21T17:32:29.1801719Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:165:32: warning: ‘int QWheelEvent::x() const’ is deprecated: Use position() [-Wdeprecated-declarations]
2020-10-21T17:32:29.1803071Z sipRes = sipCpp->x();
2020-10-21T17:32:29.1803341Z ^
2020-10-21T17:32:29.1804219Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1805038Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:229:16: note: declared here
2020-10-21T17:32:29.1805520Z inline int x() const { return int(p.x()); }
2020-10-21T17:32:29.1805824Z ^
2020-10-21T17:32:29.1807255Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_y(PyObject*, PyObject*)’:
2020-10-21T17:32:29.1809719Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:191:32: warning: ‘int QWheelEvent::y() const’ is deprecated: Use position() [-Wdeprecated-declarations]
2020-10-21T17:32:29.1811175Z sipRes = sipCpp->y();
2020-10-21T17:32:29.1811461Z ^
2020-10-21T17:32:29.1812322Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1813137Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:231:16: note: declared here
2020-10-21T17:32:29.1813620Z inline int y() const { return int(p.y()); }
2020-10-21T17:32:29.1813972Z ^
2020-10-21T17:32:29.1815242Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_globalX(PyObject*, PyObject*)’:
2020-10-21T17:32:29.1817784Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:217:38: warning: ‘int QWheelEvent::globalX() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
2020-10-21T17:32:29.1819230Z sipRes = sipCpp->globalX();
2020-10-21T17:32:29.1819554Z ^
2020-10-21T17:32:29.1820437Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1821255Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:233:16: note: declared here
2020-10-21T17:32:29.1821761Z inline int globalX() const { return int(g.x()); }
2020-10-21T17:32:29.1822086Z ^~~~~~~
2020-10-21T17:32:29.1823355Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_globalY(PyObject*, PyObject*)’:
2020-10-21T17:32:29.1825901Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:243:38: warning: ‘int QWheelEvent::globalY() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
2020-10-21T17:32:29.1827350Z sipRes = sipCpp->globalY();
2020-10-21T17:32:29.1827668Z ^
2020-10-21T17:32:29.1828560Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1829372Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:235:16: note: declared here
2020-10-21T17:32:29.1829876Z inline int globalY() const { return int(g.y()); }
2020-10-21T17:32:29.1830213Z ^~~~~~~
2020-10-21T17:32:29.1831453Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_posF(PyObject*, PyObject*)’:
2020-10-21T17:32:29.1834123Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:347:50: warning: ‘const QPointF& QWheelEvent::posF() const’ is deprecated: Use position() [-Wdeprecated-declarations]
2020-10-21T17:32:29.1835713Z sipRes = new ::QPointF(sipCpp->posF());
2020-10-21T17:32:29.1836063Z ^
2020-10-21T17:32:29.1836957Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1837774Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:238:27: note: declared here
2020-10-21T17:32:29.1838284Z inline const QPointF &posF() const { return p; }
2020-10-21T17:32:29.1838630Z ^~~~
2020-10-21T17:32:29.1839918Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp: In function ‘PyObject* meth_QWheelEvent_globalPosF(PyObject*, PyObject*)’:
2020-10-21T17:32:29.1842657Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQWheelEvent.cpp:373:56: warning: ‘const QPointF& QWheelEvent::globalPosF() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
2020-10-21T17:32:29.1844401Z sipRes = new ::QPointF(sipCpp->globalPosF());
2020-10-21T17:32:29.1844790Z ^
2020-10-21T17:32:29.1845773Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qevent.sip:253:
2020-10-21T17:32:29.1846572Z ../../../qt/5.15.1/gcc_64/include/QtGui/qevent.h:240:27: note: declared here
2020-10-21T17:32:29.1847125Z inline const QPointF &globalPosF() const { return g; }
2020-10-21T17:32:29.1847516Z ^~~~~~~~~~
2020-10-21T17:32:29.5336118Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQMouseEvent.o sipQtGuiQMouseEvent.cpp
2020-10-21T17:32:30.2981694Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQInputEvent.o sipQtGuiQInputEvent.cpp
2020-10-21T17:32:30.9015451Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQDrag.o sipQtGuiQDrag.cpp
2020-10-21T17:32:31.5755366Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQDesktopServices.o sipQtGuiQDesktopServices.cpp
2020-10-21T17:32:32.3220557Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQCursor.o sipQtGuiQCursor.cpp
2020-10-21T17:32:32.7515510Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQColorTransform.o sipQtGuiQColorTransform.cpp
2020-10-21T17:32:33.4119914Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQCursor.cpp: In function ‘PyObject* meth_QCursor_bitmap(PyObject*, PyObject*)’:
2020-10-21T17:32:33.4122732Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQCursor.cpp:116:37: warning: ‘const QBitmap* QCursor::bitmap() const’ is deprecated: Use the other overload which returns QBitmap by-value [-Wdeprecated-declarations]
2020-10-21T17:32:33.4124355Z sipRes = sipCpp->bitmap();
2020-10-21T17:32:33.4124668Z ^
2020-10-21T17:32:33.4131040Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qcursor.sip:26:
2020-10-21T17:32:33.4131898Z ../../../qt/5.15.1/gcc_64/include/QtGui/qcursor.h:102:20: note: declared here
2020-10-21T17:32:33.4132459Z const QBitmap *bitmap() const; // ### Qt 7: Remove function
2020-10-21T17:32:33.4132840Z ^~~~~~
2020-10-21T17:32:33.4142069Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQCursor.cpp: In function ‘PyObject* meth_QCursor_mask(PyObject*, PyObject*)’:
2020-10-21T17:32:33.4144649Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui/sipQtGuiQCursor.cpp:142:35: warning: ‘const QBitmap* QCursor::mask() const’ is deprecated: Use the other overload which returns QBitmap by-value [-Wdeprecated-declarations]
2020-10-21T17:32:33.4146118Z sipRes = sipCpp->mask();
2020-10-21T17:32:33.4146420Z ^
2020-10-21T17:32:33.4152403Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtGui/qcursor.sip:26:
2020-10-21T17:32:33.4153257Z ../../../qt/5.15.1/gcc_64/include/QtGui/qcursor.h:105:20: note: declared here
2020-10-21T17:32:33.4153799Z const QBitmap *mask() const; // ### Qt 7: Remove function
2020-10-21T17:32:33.4154158Z ^~~~
2020-10-21T17:32:33.7230572Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQColorSpace.o sipQtGuiQColorSpace.cpp
2020-10-21T17:32:33.9261961Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQClipboard.o sipQtGuiQClipboard.cpp
2020-10-21T17:32:34.9833885Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQConicalGradient.o sipQtGuiQConicalGradient.cpp
2020-10-21T17:32:35.3121907Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQRadialGradient.o sipQtGuiQRadialGradient.cpp
2020-10-21T17:32:36.3509838Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQLinearGradient.o sipQtGuiQLinearGradient.cpp
2020-10-21T17:32:36.7036536Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQGradient.o sipQtGuiQGradient.cpp
2020-10-21T17:32:37.7190516Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQBrush.o sipQtGuiQBrush.cpp
2020-10-21T17:32:38.0883272Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQColorConstantsSvg.o sipQtGuiQColorConstantsSvg.cpp
2020-10-21T17:32:39.1328491Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQColorConstants.o sipQtGuiQColorConstants.cpp
2020-10-21T17:32:39.5453999Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQColor.o sipQtGuiQColor.cpp
2020-10-21T17:32:40.3147092Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQBitmap.o sipQtGuiQBitmap.cpp
2020-10-21T17:32:41.1719086Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQPixmap.o sipQtGuiQPixmap.cpp
2020-10-21T17:32:41.9022196Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQBackingStore.o sipQtGuiQBackingStore.cpp
2020-10-21T17:32:42.9698730Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQTextObjectInterface.o sipQtGuiQTextObjectInterface.cpp
2020-10-21T17:32:43.2433780Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQAbstractTextDocumentLayoutPaintContext.o sipQtGuiQAbstractTextDocumentLayoutPaintContext.cpp
2020-10-21T17:32:44.4696240Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQAbstractTextDocumentLayoutSelection.o sipQtGuiQAbstractTextDocumentLayoutSelection.cpp
2020-10-21T17:32:44.7621488Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtGuiQAbstractTextDocumentLayout.o sipQtGuiQAbstractTextDocumentLayout.cpp
2020-10-21T17:32:45.9358844Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyopengl_add_constants.o ../../qpy/QtGui/qpyopengl_add_constants.cpp
2020-10-21T17:32:46.4810115Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyopengl_array_convertors.o ../../qpy/QtGui/qpyopengl_array_convertors.cpp
2020-10-21T17:32:47.1393199Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyopengl_attribute_array.o ../../qpy/QtGui/qpyopengl_attribute_array.cpp
2020-10-21T17:32:47.6426833Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyopengl_data_cache.o ../../qpy/QtGui/qpyopengl_data_cache.cpp
2020-10-21T17:32:48.5092770Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyopengl_get.o ../../qpy/QtGui/qpyopengl_get.cpp
2020-10-21T17:32:48.8236733Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyopengl_init.o ../../qpy/QtGui/qpyopengl_init.cpp
2020-10-21T17:32:50.0615517Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyopengl_uniform_value_array.o ../../qpy/QtGui/qpyopengl_uniform_value_array.cpp
2020-10-21T17:32:50.0619181Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyopengl_value_array.o ../../qpy/QtGui/qpyopengl_value_array.cpp
2020-10-21T17:32:51.0883267Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtGui -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyopengl_version_functions.o ../../qpy/QtGui/qpyopengl_version_functions.cpp
2020-10-21T17:32:52.2608187Z rm -f libQtGui.so
2020-10-21T17:32:52.2711917Z g++ -Wl,--version-script=QtGui.exp -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -shared -o libQtGui.so sipQtGuicmodule.o sipQtGuiQList0111QTouchDevice.o sipQtGuiQList0101QTextFrame.o sipQtGuiQList0100QTextBlock.o sipQtGuiQList0100QGlyphRun.o sipQtGuiQVector0100QTextLayoutFormatRange.o sipQtGuiQList0100QTextLayoutFormatRange.o sipQtGuiQList0100QTextOptionTab.o sipQtGuiQVector0100QTextLength.o sipQtGuiQVector0100QTextFormat.o sipQtGuiQList0101QStandardItem.o sipQtGuiQList0100QPolygonF.o sipQtGuiQVector0100QRect.o sipQtGuiQVector0100QRectF.o sipQtGuiQVector0100QPoint.o sipQtGuiQVector0100QLine.o sipQtGuiQVector0100QLineF.o sipQtGuiQList0101QOpenGLShader.o sipQtGuiQVector0100QSize.o sipQtGuiQList0100QOpenGLDebugMessage.o sipQtGuiQSet0100QByteArray.o sipQtGuiQList0101QOpenGLContext.o sipQtGuiQList0100QKeySequence.o sipQtGuiQList0101QScreen.o sipQtGuiQList0100QTouchEventTouchPoint.o sipQtGuiQList0100QInputMethodEventAttribute.o sipQtGuiQList0100QSize.o sipQtGuiQVector0100QAbstractTextDocumentLayoutSelection.o sipQtGuiQList0101QWindow.o sipQtGuiQVector0600QPair24000100QColor.o sipQtGuiQVector3900.o sipQtGuiQVector2400.o sipQtGuiQVector2200.o sipQtGuiQVector1900.o sipQtGuiQList0100QFontDatabaseWritingSystem.o sipQtGuiQPair22002200.o sipQtGuiQPair0100QOpenGLTextureFilter0100QOpenGLTextureFilter.o sipQtGuiQVector4D.o sipQtGuiQVector3D.o sipQtGuiQVector2D.o sipQtGuiQRegularExpressionValidator.o sipQtGuiQRegExpValidator.o sipQtGuiQDoubleValidator.o sipQtGuiQIntValidator.o sipQtGuiQValidator.o sipQtGuiQTransform.o sipQtGuiQTouchDeviceCapabilities.o sipQtGuiQTouchDevice.o sipQtGuiQTextTable.o sipQtGuiQTextTableCell.o sipQtGuiQTextOptionTab.o sipQtGuiQTextOptionFlags.o sipQtGuiQTextOption.o sipQtGuiQTextBlockUserData.o sipQtGuiQTextFragment.o sipQtGuiQTextBlockiterator.o sipQtGuiQTextBlock.o sipQtGuiQTextFrameiterator.o sipQtGuiQTextFrame.o sipQtGuiQTextObject.o sipQtGuiQTextList.o sipQtGuiQTextBlockGroup.o sipQtGuiQTextLine.o sipQtGuiQTextLayoutFormatRange.o sipQtGuiQTextLayout.o sipQtGuiQTextInlineObject.o sipQtGuiQTextTableCellFormat.o sipQtGuiQTextTableFormat.o sipQtGuiQTextFrameFormat.o sipQtGuiQTextImageFormat.o sipQtGuiQTextListFormat.o sipQtGuiQTextBlockFormat.o sipQtGuiQTextCharFormat.o sipQtGuiQTextFormatPageBreakFlags.o sipQtGuiQTextFormat.o sipQtGuiQTextLength.o sipQtGuiQTextDocumentWriter.o sipQtGuiQTextDocumentFragment.o sipQtGuiQTextDocumentMarkdownFeatures.o sipQtGuiQTextDocumentFindFlags.o sipQtGuiQTextDocument.o sipQtGuiQt.o sipQtGuiQTextCursor.o sipQtGuiQSyntaxHighlighter.o sipQtGuiQSurfaceFormatFormatOptions.o sipQtGuiQSurfaceFormat.o sipQtGuiQStyleHints.o sipQtGuiQStaticText.o sipQtGuiQStandardItem.o sipQtGuiQStandardItemModel.o sipQtGuiQSessionManager.o sipQtGuiQScreen.o sipQtGuiQRgba64.o sipQtGuiQRegion.o sipQtGuiQRawFontLayoutFlags.o sipQtGuiQRawFont.o sipQtGuiQRasterWindow.o sipQtGuiQQuaternion.o sipQtGuiQPolygonF.o sipQtGuiQPolygon.o sipQtGuiQPixmapCacheKey.o sipQtGuiQPixmapCache.o sipQtGuiQPixelFormat.o sipQtGuiQPictureIO.o sipQtGuiQPicture.o sipQtGuiQPen.o sipQtGuiQPdfWriter.o sipQtGuiQPalette.o sipQtGuiQPainterPathStroker.o sipQtGuiQPainterPathElement.o sipQtGuiQPainterPath.o sipQtGuiQPaintEngineState.o sipQtGuiQPaintEngineDirtyFlags.o sipQtGuiQPaintEnginePaintEngineFeatures.o sipQtGuiQPaintEngine.o sipQtGuiQTextItemRenderFlags.o sipQtGuiQTextItem.o sipQtGuiQWindow.o sipQtGuiQPainterPixmapFragmentHints.o sipQtGuiQPainterPixmapFragment.o sipQtGuiQPainterRenderHints.o sipQtGuiQPainter.o sipQtGuiQPageSize.o sipQtGuiQPageLayout.o sipQtGuiQPagedPaintDeviceMargins.o sipQtGuiQPagedPaintDevice.o sipQtGuiQOpenGLWindow.o sipQtGuiQPaintDeviceWindow.o sipQtGuiQOpenGLVertexArrayObjectBinder.o sipQtGuiQOpenGLVertexArrayObject.o sipQtGuiQAbstractOpenGLFunctions.o sipQtGuiQOpenGLTimeMonitor.o sipQtGuiQOpenGLTimerQuery.o sipQtGuiQOpenGLTextureBlitter.o sipQtGuiQOpenGLTextureFeatures.o sipQtGuiQOpenGLTexture.o sipQtGuiQOpenGLShaderProgram.o sipQtGuiQOpenGLShaderShaderType.o sipQtGuiQOpenGLShader.o sipQtGuiQOpenGLPixelTransferOptions.o sipQtGuiQOpenGLPaintDevice.o sipQtGuiQOpenGLFramebufferObjectFormat.o sipQtGuiQOpenGLFramebufferObject.o sipQtGuiQOpenGLDebugLogger.o sipQtGuiQOpenGLDebugMessageSeverities.o sipQtGuiQOpenGLDebugMessageTypes.o sipQtGuiQOpenGLDebugMessageSources.o sipQtGuiQOpenGLDebugMessage.o sipQtGuiQOpenGLVersionProfile.o sipQtGuiQOpenGLContext.o sipQtGuiQOpenGLContextGroup.o sipQtGuiQOpenGLBufferRangeAccessFlags.o sipQtGuiQOpenGLBuffer.o sipQtGuiQOffscreenSurface.o sipQtGuiQSurface.o sipQtGuiQMovie.o sipQtGuiQMatrix4x4.o sipQtGuiQKeySequence.o sipQtGuiQInputMethod.o sipQtGuiQImageWriter.o sipQtGuiQImageReader.o sipQtGuiQImageIOHandlerTransformations.o sipQtGuiQImageIOHandler.o sipQtGuiQImage.o sipQtGuiQPaintDevice.o sipQtGuiQIconEngineScaledPixmapArgument.o sipQtGuiQIconEngineAvailableSizesArgument.o sipQtGuiQIconEngine.o sipQtGuiQIcon.o sipQtGuiQGuiApplication.o sipQtGuiQGlyphRunGlyphRunFlags.o sipQtGuiQGlyphRun.o sipQtGuiQMatrix2x2.o sipQtGuiQMatrix2x3.o sipQtGuiQMatrix2x4.o sipQtGuiQMatrix3x2.o sipQtGuiQMatrix3x3.o sipQtGuiQMatrix3x4.o sipQtGuiQMatrix4x2.o sipQtGuiQMatrix4x3.o sipQtGuiQFontMetricsF.o sipQtGuiQFontMetrics.o sipQtGuiQFontInfo.o sipQtGuiQFontDatabase.o sipQtGuiQFont.o sipQtGuiQPointingDeviceUniqueId.o sipQtGuiQPlatformSurfaceEvent.o sipQtGuiQNativeGestureEvent.o sipQtGuiQEnterEvent.o sipQtGuiQScrollEvent.o sipQtGuiQScrollPrepareEvent.o sipQtGuiQExposeEvent.o sipQtGuiQTouchEventTouchPointInfoFlags.o sipQtGuiQTouchEventTouchPoint.o sipQtGuiQTouchEvent.o sipQtGuiQWindowStateChangeEvent.o sipQtGuiQShortcutEvent.o sipQtGuiQFileOpenEvent.o sipQtGuiQActionEvent.o sipQtGuiQWhatsThisClickedEvent.o sipQtGuiQStatusTipEvent.o sipQtGuiQHelpEvent.o sipQtGuiQDragLeaveEvent.o sipQtGuiQDragEnterEvent.o sipQtGuiQDragMoveEvent.o sipQtGuiQDropEvent.o sipQtGuiQInputMethodQueryEvent.o sipQtGuiQInputMethodEventAttribute.o sipQtGuiQInputMethodEvent.o sipQtGuiQContextMenuEvent.o sipQtGuiQHideEvent.o sipQtGuiQShowEvent.o sipQtGuiQIconDragEvent.o sipQtGuiQCloseEvent.o sipQtGuiQResizeEvent.o sipQtGuiQMoveEvent.o sipQtGuiQPaintEvent.o sipQtGuiQFocusEvent.o sipQtGuiQKeyEvent.o sipQtGuiQTabletEvent.o sipQtGuiQWheelEvent.o sipQtGuiQHoverEvent.o sipQtGuiQMouseEvent.o sipQtGuiQInputEvent.o sipQtGuiQDrag.o sipQtGuiQDesktopServices.o sipQtGuiQCursor.o sipQtGuiQColorTransform.o sipQtGuiQColorSpace.o sipQtGuiQClipboard.o sipQtGuiQConicalGradient.o sipQtGuiQRadialGradient.o sipQtGuiQLinearGradient.o sipQtGuiQGradient.o sipQtGuiQBrush.o sipQtGuiQColorConstantsSvg.o sipQtGuiQColorConstants.o sipQtGuiQColor.o sipQtGuiQBitmap.o sipQtGuiQPixmap.o sipQtGuiQBackingStore.o sipQtGuiQTextObjectInterface.o sipQtGuiQAbstractTextDocumentLayoutPaintContext.o sipQtGuiQAbstractTextDocumentLayoutSelection.o sipQtGuiQAbstractTextDocumentLayout.o qpyopengl_add_constants.o qpyopengl_array_convertors.o qpyopengl_attribute_array.o qpyopengl_data_cache.o qpyopengl_get.o qpyopengl_init.o qpyopengl_uniform_value_array.o qpyopengl_value_array.o qpyopengl_version_functions.o /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Gui.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
2020-10-21T17:32:52.6026509Z cp -f libQtGui.so QtGui.abi3.so
2020-10-21T17:32:52.6088859Z make[1]: Leaving directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtGui'
2020-10-21T17:32:52.6107194Z cd QtQml/ && ( test -e Makefile || /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake -o Makefile /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQml/QtQml.pro ) && make -f Makefile
2020-10-21T17:32:52.6834176Z make[1]: Entering directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQml'
2020-10-21T17:32:52.6842047Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlcmodule.o sipQtQmlcmodule.cpp
2020-10-21T17:32:52.6847411Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQVector0100QQmlContextPropertyPair.o sipQtQmlQVector0100QQmlContextPropertyPair.cpp
2020-10-21T17:32:54.0624316Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtQml/qmlattachedpropertiesobject.sip: In function ‘PyObject* func_qmlAttachedPropertiesObject(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:32:54.0628329Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQList0100QQmlError.o sipQtQmlQList0100QQmlError.cpp
2020-10-21T17:32:54.0633533Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtQml/qmlattachedpropertiesobject.sip:42:65: warning: ‘QObject* QtQml::qmlAttachedPropertiesObject(int*, const QObject*, const QMetaObject*, bool)’ is deprecated: Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, bool [-Wdeprecated-declarations]
2020-10-21T17:32:54.0636110Z sipRes = qmlAttachedPropertiesObject(&idx, proxy, mo, a2);
2020-10-21T17:32:54.0636791Z ^
2020-10-21T17:32:54.0638075Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtQml/qmlattachedpropertiesobject.sip:22,
2020-10-21T17:32:54.0639143Z from sipQtQmlcmodule.cpp:24:
2020-10-21T17:32:54.0639784Z ../../../qt/5.15.1/gcc_64/include/QtQml/qqml.h:671:14: note: declared here
2020-10-21T17:32:54.0640536Z QObject *qmlAttachedPropertiesObject(
2020-10-21T17:32:54.0641141Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-10-21T17:32:54.0644098Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtQml/qmlattachedpropertiesobject.sip:42:65: warning: ‘QObject* QtQml::qmlAttachedPropertiesObject(int*, const QObject*, const QMetaObject*, bool)’ is deprecated: Use qmlAttachedPropertiesObject(QObject *, QQmlAttachedPropertiesFunc, bool [-Wdeprecated-declarations]
2020-10-21T17:32:54.0646623Z sipRes = qmlAttachedPropertiesObject(&idx, proxy, mo, a2);
2020-10-21T17:32:54.0647291Z ^
2020-10-21T17:32:54.0648585Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtQml/qmlattachedpropertiesobject.sip:22,
2020-10-21T17:32:54.0649758Z from sipQtQmlcmodule.cpp:24:
2020-10-21T17:32:54.0650379Z ../../../qt/5.15.1/gcc_64/include/QtQml/qqml.h:671:14: note: declared here
2020-10-21T17:32:54.0651126Z QObject *qmlAttachedPropertiesObject(
2020-10-21T17:32:54.0651731Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-10-21T17:32:54.2606916Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQList0100QQmlProperty.o sipQtQmlQList0100QQmlProperty.cpp
2020-10-21T17:32:55.1519324Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQList0100QJSValue.o sipQtQmlQList0100QJSValue.cpp
2020-10-21T17:32:55.4698841Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlListProperty0100QObject.o sipQtQmlQQmlListProperty0100QObject.cpp
2020-10-21T17:32:56.3611581Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlScriptString.o sipQtQmlQQmlScriptString.cpp
2020-10-21T17:32:56.6161088Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlPropertyValueSource.o sipQtQmlQQmlPropertyValueSource.cpp
2020-10-21T17:32:57.5590465Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlPropertyMap.o sipQtQmlQQmlPropertyMap.cpp
2020-10-21T17:32:57.7807486Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlProperty.o sipQtQmlQQmlProperty.cpp
2020-10-21T17:32:58.8451064Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlParserStatus.o sipQtQmlQQmlParserStatus.cpp
2020-10-21T17:32:59.1594874Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlNetworkAccessManagerFactory.o sipQtQmlQQmlNetworkAccessManagerFactory.cpp
2020-10-21T17:33:00.0225876Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlListReference.o sipQtQmlQQmlListReference.cpp
2020-10-21T17:33:00.4015463Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlIncubationController.o sipQtQmlQQmlIncubationController.cpp
2020-10-21T17:33:01.2601713Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlIncubator.o sipQtQmlQQmlIncubator.cpp
2020-10-21T17:33:01.5901783Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlFileSelector.o sipQtQmlQQmlFileSelector.cpp
2020-10-21T17:33:02.4988009Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlEngineExtensionPlugin.o sipQtQmlQQmlEngineExtensionPlugin.cpp
2020-10-21T17:33:02.8280228Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlExtensionPlugin.o sipQtQmlQQmlExtensionPlugin.cpp
2020-10-21T17:33:03.7880561Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlExpression.o sipQtQmlQQmlExpression.cpp
2020-10-21T17:33:04.1329092Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlError.o sipQtQmlQQmlError.cpp
2020-10-21T17:33:05.0982534Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlImageProviderBaseFlags.o sipQtQmlQQmlImageProviderBaseFlags.cpp
2020-10-21T17:33:05.3630002Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlImageProviderBase.o sipQtQmlQQmlImageProviderBase.cpp
2020-10-21T17:33:06.3451782Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlContextPropertyPair.o sipQtQmlQQmlContextPropertyPair.cpp
2020-10-21T17:33:06.5268922Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlContext.o sipQtQmlQQmlContext.cpp
2020-10-21T17:33:07.5316646Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlComponent.o sipQtQmlQQmlComponent.cpp
2020-10-21T17:33:07.8161406Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlApplicationEngine.o sipQtQmlQQmlApplicationEngine.cpp
2020-10-21T17:33:08.9011577Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlEngine.o sipQtQmlQQmlEngine.cpp
2020-10-21T17:33:09.1621388Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQQmlAbstractUrlInterceptor.o sipQtQmlQQmlAbstractUrlInterceptor.cpp
2020-10-21T17:33:10.3147707Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQJSValueIterator.o sipQtQmlQJSValueIterator.cpp
2020-10-21T17:33:10.4035759Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQJSValue.o sipQtQmlQJSValue.cpp
2020-10-21T17:33:11.4652842Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQJSEngineExtensions.o sipQtQmlQJSEngineExtensions.cpp
2020-10-21T17:33:11.7609870Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQmlQJSEngine.o sipQtQmlQJSEngine.cpp
2020-10-21T17:33:12.7036515Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyqml_listdata.o ../../qpy/QtQml/qpyqml_listdata.cpp
2020-10-21T17:33:12.7327805Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQml/sipQtQmlQJSEngine.cpp: In function ‘PyObject* meth_QJSEngine_installTranslatorFunctions(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:33:12.7330901Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQml/sipQtQmlQJSEngine.cpp:521:51: warning: ‘void QJSEngine::installTranslatorFunctions(const QJSValue&)’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:33:12.7332669Z sipCpp->installTranslatorFunctions(*a0);
2020-10-21T17:33:12.7333182Z ^
2020-10-21T17:33:12.7334243Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtQml/qjsengine.sip:30:
2020-10-21T17:33:12.7335112Z ../../../qt/5.15.1/gcc_64/include/QtQml/qjsengine.h:104:24: note: declared here
2020-10-21T17:33:12.7335946Z QT_DEPRECATED void installTranslatorFunctions(const QJSValue &object = QJSValue());
2020-10-21T17:33:12.7336598Z ^~~~~~~~~~~~~~~~~~~~~~~~~~
2020-10-21T17:33:13.0923387Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyqml_post_init.o ../../qpy/QtQml/qpyqml_post_init.cpp
2020-10-21T17:33:13.4840696Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyqml_qjsvalue.o ../../qpy/QtQml/qpyqml_qjsvalue.cpp
2020-10-21T17:33:14.2976319Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyqml_register_singleton_type.o ../../qpy/QtQml/qpyqml_register_singleton_type.cpp
2020-10-21T17:33:14.6330034Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyqml_register_type.o ../../qpy/QtQml/qpyqml_register_type.cpp
2020-10-21T17:33:15.8963232Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyqmllistproperty.o ../../qpy/QtQml/qpyqmllistproperty.cpp
2020-10-21T17:33:17.1396428Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyqmllistpropertywrapper.o ../../qpy/QtQml/qpyqmllistpropertywrapper.cpp
2020-10-21T17:33:18.0166692Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyqmlobject.o ../../qpy/QtQml/qpyqmlobject.cpp
2020-10-21T17:33:19.3661137Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyqmlsingletonobject.o ../../qpy/QtQml/qpyqmlsingletonobject.cpp
2020-10-21T17:33:20.5145666Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyqmlvalidator.o ../../qpy/QtQml/qpyqmlvalidator.cpp
2020-10-21T17:33:20.7321071Z g++ -pipe -O2 -fno-exceptions -Wall -Wextra -dM -E -o moc_predefs.h ../../../qt/5.15.1/gcc_64/mkspecs/features/data/dummy.cpp
2020-10-21T17:33:20.7406792Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/moc -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQml/moc_predefs.h -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/mkspecs/linux-g++ -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/qpy/QtQml -I/usr/local/include/python3.8 -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtGui -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtQml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtNetwork -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtCore -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../qpy/QtQml/qpyqml_listdata.h -o moc_qpyqml_listdata.cpp
2020-10-21T17:33:20.8996722Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQml -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o moc_qpyqml_listdata.o moc_qpyqml_listdata.cpp
2020-10-21T17:33:22.0426395Z rm -f libQtQml.so
2020-10-21T17:33:22.0450918Z g++ -Wl,--version-script=QtQml.exp -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -shared -o libQtQml.so sipQtQmlcmodule.o sipQtQmlQVector0100QQmlContextPropertyPair.o sipQtQmlQList0100QQmlError.o sipQtQmlQList0100QQmlProperty.o sipQtQmlQList0100QJSValue.o sipQtQmlQQmlListProperty0100QObject.o sipQtQmlQQmlScriptString.o sipQtQmlQQmlPropertyValueSource.o sipQtQmlQQmlPropertyMap.o sipQtQmlQQmlProperty.o sipQtQmlQQmlParserStatus.o sipQtQmlQQmlNetworkAccessManagerFactory.o sipQtQmlQQmlListReference.o sipQtQmlQQmlIncubationController.o sipQtQmlQQmlIncubator.o sipQtQmlQQmlFileSelector.o sipQtQmlQQmlEngineExtensionPlugin.o sipQtQmlQQmlExtensionPlugin.o sipQtQmlQQmlExpression.o sipQtQmlQQmlError.o sipQtQmlQQmlImageProviderBaseFlags.o sipQtQmlQQmlImageProviderBase.o sipQtQmlQQmlContextPropertyPair.o sipQtQmlQQmlContext.o sipQtQmlQQmlComponent.o sipQtQmlQQmlApplicationEngine.o sipQtQmlQQmlEngine.o sipQtQmlQQmlAbstractUrlInterceptor.o sipQtQmlQJSValueIterator.o sipQtQmlQJSValue.o sipQtQmlQJSEngineExtensions.o sipQtQmlQJSEngine.o qpyqml_listdata.o qpyqml_post_init.o qpyqml_qjsvalue.o qpyqml_register_singleton_type.o qpyqml_register_type.o qpyqmllistproperty.o qpyqmllistpropertywrapper.o qpyqmlobject.o qpyqmlsingletonobject.o qpyqmlvalidator.o moc_qpyqml_listdata.o /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Gui.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Qml.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Network.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
2020-10-21T17:33:22.3518248Z cp -f libQtQml.so QtQml.abi3.so
2020-10-21T17:33:22.3551266Z make[1]: Leaving directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQml'
2020-10-21T17:33:22.3566974Z cd QtDesigner/ && ( test -e Makefile || /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake -o Makefile /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/QtDesigner.pro ) && make -f Makefile
2020-10-21T17:33:22.4587405Z make[1]: Entering directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner'
2020-10-21T17:33:22.4593428Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignercmodule.o sipQtDesignercmodule.cpp
2020-10-21T17:33:22.4603551Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQList0101QDesignerCustomWidgetInterface.o sipQtDesignerQList0101QDesignerCustomWidgetInterface.cpp
2020-10-21T17:33:25.8593382Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQPyDesignerMemberSheetExtension.o sipQtDesignerQPyDesignerMemberSheetExtension.cpp
2020-10-21T17:33:25.9774782Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQPyDesignerPropertySheetExtension.o sipQtDesignerQPyDesignerPropertySheetExtension.cpp
2020-10-21T17:33:27.0108801Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQPyDesignerTaskMenuExtension.o sipQtDesignerQPyDesignerTaskMenuExtension.cpp
2020-10-21T17:33:27.1368537Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQPyDesignerCustomWidgetPlugin.o sipQtDesignerQPyDesignerCustomWidgetPlugin.cpp
2020-10-21T17:33:28.3196821Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQPyDesignerCustomWidgetCollectionPlugin.o sipQtDesignerQPyDesignerCustomWidgetCollectionPlugin.cpp
2020-10-21T17:33:30.4340812Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQPyDesignerContainerExtension.o sipQtDesignerQPyDesignerContainerExtension.cpp
2020-10-21T17:33:31.5636494Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerTaskMenuExtension.o sipQtDesignerQDesignerTaskMenuExtension.cpp
2020-10-21T17:33:31.7905132Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQExtensionManager.o sipQtDesignerQExtensionManager.cpp
2020-10-21T17:33:32.8440016Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerPropertySheetExtension.o sipQtDesignerQDesignerPropertySheetExtension.cpp
2020-10-21T17:33:32.9517971Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerMemberSheetExtension.o sipQtDesignerQDesignerMemberSheetExtension.cpp
2020-10-21T17:33:34.0340980Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQFormBuilder.o sipQtDesignerQFormBuilder.cpp
2020-10-21T17:33:34.0522086Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQAbstractExtensionManager.o sipQtDesignerQAbstractExtensionManager.cpp
2020-10-21T17:33:35.0431070Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQExtensionFactory.o sipQtDesignerQExtensionFactory.cpp
2020-10-21T17:33:36.4410305Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQAbstractExtensionFactory.o sipQtDesignerQAbstractExtensionFactory.cpp
2020-10-21T17:33:37.2485015Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerCustomWidgetCollectionInterface.o sipQtDesignerQDesignerCustomWidgetCollectionInterface.cpp
2020-10-21T17:33:37.4128485Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerCustomWidgetInterface.o sipQtDesignerQDesignerCustomWidgetInterface.cpp
2020-10-21T17:33:40.4106971Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerContainerExtension.o sipQtDesignerQDesignerContainerExtension.cpp
2020-10-21T17:33:40.7585290Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerWidgetBoxInterface.o sipQtDesignerQDesignerWidgetBoxInterface.cpp
2020-10-21T17:33:41.6575633Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerPropertyEditorInterface.o sipQtDesignerQDesignerPropertyEditorInterface.cpp
2020-10-21T17:33:42.2552215Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerObjectInspectorInterface.o sipQtDesignerQDesignerObjectInspectorInterface.cpp
2020-10-21T17:33:42.8907613Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/sipQtDesignerQDesignerPropertyEditorInterface.cpp: In function ‘void* init_type_QDesignerPropertyEditorInterface(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
2020-10-21T17:33:42.8912525Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/sipQtDesignerQDesignerPropertyEditorInterface.cpp:1814:36: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:33:42.8914727Z ::Qt::WindowFlags a1def = 0;
2020-10-21T17:33:42.8915022Z ^
2020-10-21T17:33:42.8915441Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:33:42.8916007Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:33:42.8916510Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:33:42.8917011Z from sipAPIQtDesigner.h:33,
2020-10-21T17:33:42.8918125Z from sipQtDesignerQDesignerPropertyEditorInterface.cpp:24:
2020-10-21T17:33:42.8919279Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:33:42.8920020Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:33:42.8920612Z ^~~~~~
2020-10-21T17:33:43.3546834Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerFormWindowManagerInterface.o sipQtDesignerQDesignerFormWindowManagerInterface.cpp
2020-10-21T17:33:43.5003771Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/sipQtDesignerQDesignerObjectInspectorInterface.cpp: In function ‘void* init_type_QDesignerObjectInspectorInterface(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
2020-10-21T17:33:43.5008623Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/sipQtDesignerQDesignerObjectInspectorInterface.cpp:1535:36: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:33:43.5010837Z ::Qt::WindowFlags a1def = 0;
2020-10-21T17:33:43.5011144Z ^
2020-10-21T17:33:43.5011573Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:33:43.5012130Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:33:43.5012631Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:33:43.5013133Z from sipAPIQtDesigner.h:33,
2020-10-21T17:33:43.5014281Z from sipQtDesignerQDesignerObjectInspectorInterface.cpp:24:
2020-10-21T17:33:43.5015457Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:33:43.5016203Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:33:43.5016775Z ^~~~~~
2020-10-21T17:33:43.9213177Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerFormWindowCursorInterface.o sipQtDesignerQDesignerFormWindowCursorInterface.cpp
2020-10-21T17:33:44.4069419Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/sipQtDesignerQDesignerFormWindowManagerInterface.cpp: In function ‘PyObject* meth_QDesignerFormWindowManagerInterface_createFormWindow(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:33:44.4074534Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/sipQtDesignerQDesignerFormWindowManagerInterface.cpp:265:36: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:33:44.4076810Z ::Qt::WindowFlags a1def = 0;
2020-10-21T17:33:44.4077123Z ^
2020-10-21T17:33:44.4077545Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:33:44.4078437Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:33:44.4078956Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:33:44.4079459Z from sipAPIQtDesigner.h:33,
2020-10-21T17:33:44.4080662Z from sipQtDesignerQDesignerFormWindowManagerInterface.cpp:24:
2020-10-21T17:33:44.4082021Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:33:44.4082763Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:33:44.4083357Z ^~~~~~
2020-10-21T17:33:44.6922179Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerFormWindowInterfaceFeature.o sipQtDesignerQDesignerFormWindowInterfaceFeature.cpp
2020-10-21T17:33:45.2921849Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerFormWindowInterface.o sipQtDesignerQDesignerFormWindowInterface.cpp
2020-10-21T17:33:45.9395401Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerFormEditorInterface.o sipQtDesignerQDesignerFormEditorInterface.cpp
2020-10-21T17:33:47.0666238Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQAbstractFormBuilder.o sipQtDesignerQAbstractFormBuilder.cpp
2020-10-21T17:33:47.3532513Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtDesignerQDesignerActionEditorInterface.o sipQtDesignerQDesignerActionEditorInterface.cpp
2020-10-21T17:33:48.3120723Z g++ -pipe -O2 -fno-exceptions -Wall -Wextra -dM -E -o moc_predefs.h ../../../qt/5.15.1/gcc_64/mkspecs/features/data/dummy.cpp
2020-10-21T17:33:48.3206899Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/moc -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS --include /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/moc_predefs.h -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/mkspecs/linux-g++ -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/qpy/QtDesigner -I/usr/local/include/python3.8 -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtUiPlugin -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtWidgets -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtGui -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtXml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtCore -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../qpy/QtDesigner/qpydesignercontainerextension.h -o moc_qpydesignercontainerextension.cpp
2020-10-21T17:33:48.4463481Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/moc -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS --include /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/moc_predefs.h -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/mkspecs/linux-g++ -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/qpy/QtDesigner -I/usr/local/include/python3.8 -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtUiPlugin -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtWidgets -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtGui -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtXml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtCore -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../qpy/QtDesigner/qpydesignercustomwidgetcollectionplugin.h -o moc_qpydesignercustomwidgetcollectionplugin.cpp
2020-10-21T17:33:48.5792772Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/sipQtDesignerQDesignerActionEditorInterface.cpp: In function ‘void* init_type_QDesignerActionEditorInterface(sipSimpleWrapper*, PyObject*, PyObject*, PyObject**, PyObject**, PyObject**)’:
2020-10-21T17:33:48.5797453Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/sipQtDesignerQDesignerActionEditorInterface.cpp:1643:36: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
2020-10-21T17:33:48.5799600Z ::Qt::WindowFlags a1def = 0;
2020-10-21T17:33:48.5799913Z ^
2020-10-21T17:33:48.5800334Z In file included from ../../../qt/5.15.1/gcc_64/include/QtCore/qglobal.h:1304,
2020-10-21T17:33:48.5800889Z from ../../../qt/5.15.1/gcc_64/include/QtCore/qmetatype.h:45,
2020-10-21T17:33:48.5801392Z from ../../../qt/5.15.1/gcc_64/include/QtCore/QMetaType:1,
2020-10-21T17:33:48.5801898Z from sipAPIQtDesigner.h:33,
2020-10-21T17:33:48.5802973Z from sipQtDesignerQDesignerActionEditorInterface.cpp:24:
2020-10-21T17:33:48.5804064Z ../../../qt/5.15.1/gcc_64/include/QtCore/qflags.h:123:80: note: declared here
2020-10-21T17:33:48.5804805Z QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
2020-10-21T17:33:48.5805397Z ^~~~~~
2020-10-21T17:33:48.8157118Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/moc -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS --include /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/moc_predefs.h -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/mkspecs/linux-g++ -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/qpy/QtDesigner -I/usr/local/include/python3.8 -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtUiPlugin -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtWidgets -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtGui -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtXml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtCore -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../qpy/QtDesigner/qpydesignercustomwidgetplugin.h -o moc_qpydesignercustomwidgetplugin.cpp
2020-10-21T17:33:49.0188759Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/moc -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS --include /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/moc_predefs.h -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/mkspecs/linux-g++ -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/qpy/QtDesigner -I/usr/local/include/python3.8 -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtUiPlugin -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtWidgets -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtGui -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtXml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtCore -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../qpy/QtDesigner/qpydesignermembersheetextension.h -o moc_qpydesignermembersheetextension.cpp
2020-10-21T17:33:49.1413259Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/moc -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS --include /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/moc_predefs.h -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/mkspecs/linux-g++ -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/qpy/QtDesigner -I/usr/local/include/python3.8 -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtUiPlugin -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtWidgets -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtGui -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtXml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtCore -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../qpy/QtDesigner/qpydesignerpropertysheetextension.h -o moc_qpydesignerpropertysheetextension.cpp
2020-10-21T17:33:49.1903586Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/moc -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS --include /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner/moc_predefs.h -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/mkspecs/linux-g++ -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/qpy/QtDesigner -I/usr/local/include/python3.8 -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtDesigner -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtUiPlugin -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtWidgets -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtGui -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtXml -I/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/include/QtCore -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../qpy/QtDesigner/qpydesignertaskmenuextension.h -o moc_qpydesignertaskmenuextension.cpp
2020-10-21T17:33:49.2625001Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o moc_qpydesignercontainerextension.o moc_qpydesignercontainerextension.cpp
2020-10-21T17:33:49.3148911Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o moc_qpydesignercustomwidgetcollectionplugin.o moc_qpydesignercustomwidgetcollectionplugin.cpp
2020-10-21T17:33:50.0228526Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o moc_qpydesignercustomwidgetplugin.o moc_qpydesignercustomwidgetplugin.cpp
2020-10-21T17:33:52.4564712Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o moc_qpydesignermembersheetextension.o moc_qpydesignermembersheetextension.cpp
2020-10-21T17:33:53.1294286Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o moc_qpydesignerpropertysheetextension.o moc_qpydesignerpropertysheetextension.cpp
2020-10-21T17:33:53.2200453Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DESIGNER_LIB -DQT_UIPLUGIN_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -I. -I. -I.. -I../../qpy/QtDesigner -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtDesigner -I../../../qt/5.15.1/gcc_64/include/QtUiPlugin -I../../../qt/5.15.1/gcc_64/include/QtWidgets -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtXml -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o moc_qpydesignertaskmenuextension.o moc_qpydesignertaskmenuextension.cpp
2020-10-21T17:33:53.9883242Z rm -f libQtDesigner.so
2020-10-21T17:33:53.9917591Z g++ -Wl,--version-script=QtDesigner.exp -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -shared -o libQtDesigner.so sipQtDesignercmodule.o sipQtDesignerQList0101QDesignerCustomWidgetInterface.o sipQtDesignerQPyDesignerMemberSheetExtension.o sipQtDesignerQPyDesignerPropertySheetExtension.o sipQtDesignerQPyDesignerTaskMenuExtension.o sipQtDesignerQPyDesignerCustomWidgetPlugin.o sipQtDesignerQPyDesignerCustomWidgetCollectionPlugin.o sipQtDesignerQPyDesignerContainerExtension.o sipQtDesignerQDesignerTaskMenuExtension.o sipQtDesignerQExtensionManager.o sipQtDesignerQDesignerPropertySheetExtension.o sipQtDesignerQDesignerMemberSheetExtension.o sipQtDesignerQFormBuilder.o sipQtDesignerQAbstractExtensionManager.o sipQtDesignerQExtensionFactory.o sipQtDesignerQAbstractExtensionFactory.o sipQtDesignerQDesignerCustomWidgetCollectionInterface.o sipQtDesignerQDesignerCustomWidgetInterface.o sipQtDesignerQDesignerContainerExtension.o sipQtDesignerQDesignerWidgetBoxInterface.o sipQtDesignerQDesignerPropertyEditorInterface.o sipQtDesignerQDesignerObjectInspectorInterface.o sipQtDesignerQDesignerFormWindowManagerInterface.o sipQtDesignerQDesignerFormWindowCursorInterface.o sipQtDesignerQDesignerFormWindowInterfaceFeature.o sipQtDesignerQDesignerFormWindowInterface.o sipQtDesignerQDesignerFormEditorInterface.o sipQtDesignerQAbstractFormBuilder.o sipQtDesignerQDesignerActionEditorInterface.o moc_qpydesignercontainerextension.o moc_qpydesignercustomwidgetcollectionplugin.o moc_qpydesignercustomwidgetplugin.o moc_qpydesignermembersheetextension.o moc_qpydesignerpropertysheetextension.o moc_qpydesignertaskmenuextension.o /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Designer.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Widgets.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Gui.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Xml.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
2020-10-21T17:33:54.3436881Z cp -f libQtDesigner.so QtDesigner.abi3.so
2020-10-21T17:33:54.3457586Z make[1]: Leaving directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtDesigner'
2020-10-21T17:33:54.3474125Z cd QtQuick/ && ( test -e Makefile || /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/bin/qmake -o Makefile /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQuick/QtQuick.pro ) && make -f Makefile
2020-10-21T17:33:54.4283205Z make[1]: Entering directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQuick'
2020-10-21T17:33:54.4289505Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickcmodule.o sipQtQuickcmodule.cpp
2020-10-21T17:33:54.4303598Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQList0101QQuickItem.o sipQtQuickQList0101QQuickItem.cpp
2020-10-21T17:33:56.0765850Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGVertexColorMaterial.o sipQtQuickQSGVertexColorMaterial.cpp
2020-10-21T17:33:56.5168583Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGTextureProvider.o sipQtQuickQSGTextureProvider.cpp
2020-10-21T17:33:57.7486757Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGTextureMaterial.o sipQtQuickQSGTextureMaterial.cpp
2020-10-21T17:33:58.1176761Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGOpaqueTextureMaterial.o sipQtQuickQSGOpaqueTextureMaterial.cpp
2020-10-21T17:33:59.4375765Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGDynamicTexture.o sipQtQuickQSGDynamicTexture.cpp
2020-10-21T17:33:59.8152042Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGTextureNativeTexture.o sipQtQuickQSGTextureNativeTexture.cpp
2020-10-21T17:34:01.1387862Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGTexture.o sipQtQuickQSGTexture.cpp
2020-10-21T17:34:01.3547140Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGSimpleTextureNodeTextureCoordinatesTransformMode.o sipQtQuickQSGSimpleTextureNodeTextureCoordinatesTransformMode.cpp
2020-10-21T17:34:02.9586047Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGSimpleTextureNode.o sipQtQuickQSGSimpleTextureNode.cpp
2020-10-21T17:34:03.0005364Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGSimpleRectNode.o sipQtQuickQSGSimpleRectNode.cpp
2020-10-21T17:34:04.6084599Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGRenderNodeRenderState.o sipQtQuickQSGRenderNodeRenderState.cpp
2020-10-21T17:34:04.6694739Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGRenderNodeRenderingFlags.o sipQtQuickQSGRenderNodeRenderingFlags.cpp
2020-10-21T17:34:06.1978480Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGRenderNodeStateFlags.o sipQtQuickQSGRenderNodeStateFlags.cpp
2020-10-21T17:34:06.3937399Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGRenderNode.o sipQtQuickQSGRenderNode.cpp
2020-10-21T17:34:07.8326185Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGRendererInterfaceShaderSourceTypes.o sipQtQuickQSGRendererInterfaceShaderSourceTypes.cpp
2020-10-21T17:34:08.0857602Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGRendererInterfaceShaderCompilationTypes.o sipQtQuickQSGRendererInterfaceShaderCompilationTypes.cpp
2020-10-21T17:34:09.4708214Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGRendererInterface.o sipQtQuickQSGRendererInterface.cpp
2020-10-21T17:34:09.7797717Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGRectangleNode.o sipQtQuickQSGRectangleNode.cpp
2020-10-21T17:34:11.0444416Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGOpacityNode.o sipQtQuickQSGOpacityNode.cpp
2020-10-21T17:34:11.4523615Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGTransformNode.o sipQtQuickQSGTransformNode.cpp
2020-10-21T17:34:12.6191091Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGClipNode.o sipQtQuickQSGClipNode.cpp
2020-10-21T17:34:13.1260972Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGBasicGeometryNode.o sipQtQuickQSGBasicGeometryNode.cpp
2020-10-21T17:34:14.2022976Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGNodeDirtyState.o sipQtQuickQSGNodeDirtyState.cpp
2020-10-21T17:34:14.7689352Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGNodeFlags.o sipQtQuickQSGNodeFlags.cpp
2020-10-21T17:34:15.8397960Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGNode.o sipQtQuickQSGNode.cpp
2020-10-21T17:34:16.5111232Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterialRhiShaderFlags.o sipQtQuickQSGMaterialRhiShaderFlags.cpp
2020-10-21T17:34:17.5375968Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterialRhiShaderGraphicsPipelineStateColorMask.o sipQtQuickQSGMaterialRhiShaderGraphicsPipelineStateColorMask.cpp
2020-10-21T17:34:18.2491634Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterialRhiShaderGraphicsPipelineState.o sipQtQuickQSGMaterialRhiShaderGraphicsPipelineState.cpp
2020-10-21T17:34:19.2024977Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterialRhiShaderRenderState.o sipQtQuickQSGMaterialRhiShaderRenderState.cpp
2020-10-21T17:34:19.8917387Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterialRhiShader.o sipQtQuickQSGMaterialRhiShader.cpp
2020-10-21T17:34:20.8185277Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterialFlags.o sipQtQuickQSGMaterialFlags.cpp
2020-10-21T17:34:21.6499657Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterialType.o sipQtQuickQSGMaterialType.cpp
2020-10-21T17:34:22.4704344Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterialShaderRenderStateDirtyStates.o sipQtQuickQSGMaterialShaderRenderStateDirtyStates.cpp
2020-10-21T17:34:23.3798082Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterialShaderRenderState.o sipQtQuickQSGMaterialShaderRenderState.cpp
2020-10-21T17:34:24.2326292Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterialShader.o sipQtQuickQSGMaterialShader.cpp
2020-10-21T17:34:25.0658085Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGImageNodeTextureCoordinatesTransformMode.o sipQtQuickQSGImageNodeTextureCoordinatesTransformMode.cpp
2020-10-21T17:34:25.9715403Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGImageNode.o sipQtQuickQSGImageNode.cpp
2020-10-21T17:34:26.7090863Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGGeometryNode.o sipQtQuickQSGGeometryNode.cpp
2020-10-21T17:34:27.6841218Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGGeometryColoredPoint2D.o sipQtQuickQSGGeometryColoredPoint2D.cpp
2020-10-21T17:34:28.3087755Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGGeometryTexturedPoint2D.o sipQtQuickQSGGeometryTexturedPoint2D.cpp
2020-10-21T17:34:29.3005591Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGGeometryPoint2D.o sipQtQuickQSGGeometryPoint2D.cpp
2020-10-21T17:34:29.8848444Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGGeometryAttributeSet.o sipQtQuickQSGGeometryAttributeSet.cpp
2020-10-21T17:34:30.9725367Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGGeometryAttribute.o sipQtQuickQSGGeometryAttribute.cpp
2020-10-21T17:34:31.5168789Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGGeometry.o sipQtQuickQSGGeometry.cpp
2020-10-21T17:34:32.5572517Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGFlatColorMaterial.o sipQtQuickQSGFlatColorMaterial.cpp
2020-10-21T17:34:33.2130926Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGMaterial.o sipQtQuickQSGMaterial.cpp
2020-10-21T17:34:34.1757731Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGEngineCreateTextureOptions.o sipQtQuickQSGEngineCreateTextureOptions.cpp
2020-10-21T17:34:34.8174209Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGEngine.o sipQtQuickQSGEngine.cpp
2020-10-21T17:34:35.8179214Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGAbstractRendererMatrixTransformFlags.o sipQtQuickQSGAbstractRendererMatrixTransformFlags.cpp
2020-10-21T17:34:36.1881913Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQuick/sipQtQuickQSGEngine.cpp: In function ‘PyObject* meth_QSGEngine_initialize(PyObject*, PyObject*)’:
2020-10-21T17:34:36.1885009Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQuick/sipQtQuickQSGEngine.cpp:353:34: warning: ‘void QSGEngine::initialize(QOpenGLContext*)’ is deprecated: QSGEngine is going to be removed in Qt 6.0. Use QQuickRenderControl instead. [-Wdeprecated-declarations]
2020-10-21T17:34:36.1886802Z sipCpp->initialize(a0);
2020-10-21T17:34:36.1887121Z ^
2020-10-21T17:34:36.1888047Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtQuick/qsgengine.sip:28:
2020-10-21T17:34:36.1888949Z ../../../qt/5.15.1/gcc_64/include/QtQuick/qsgengine.h:76:10: note: declared here
2020-10-21T17:34:36.1889548Z void initialize(QOpenGLContext *context);
2020-10-21T17:34:36.1889940Z ^~~~~~~~~~
2020-10-21T17:34:36.5322375Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGAbstractRendererClearMode.o sipQtQuickQSGAbstractRendererClearMode.cpp
2020-10-21T17:34:37.4689304Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQSGAbstractRenderer.o sipQtQuickQSGAbstractRenderer.cpp
2020-10-21T17:34:38.1815959Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickCloseEvent.o sipQtQuickQQuickCloseEvent.cpp
2020-10-21T17:34:39.1032798Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickWindowCreateTextureOptions.o sipQtQuickQQuickWindowCreateTextureOptions.cpp
2020-10-21T17:34:39.7119910Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickView.o sipQtQuickQQuickView.cpp
2020-10-21T17:34:40.7589228Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickWindow.o sipQtQuickQQuickWindow.cpp
2020-10-21T17:34:41.5862370Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickTextDocument.o sipQtQuickQQuickTextDocument.cpp
2020-10-21T17:34:42.1313360Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQuick/sipQtQuickQQuickWindow.cpp: In function ‘PyObject* meth_QQuickWindow_sendEvent(PyObject*, PyObject*)’:
2020-10-21T17:34:42.1316372Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQuick/sipQtQuickQQuickWindow.cpp:962:45: warning: ‘bool QQuickWindow::sendEvent(QQuickItem*, QEvent*)’ is deprecated [-Wdeprecated-declarations]
2020-10-21T17:34:42.1317939Z sipRes = sipCpp->sendEvent(a0,a1);
2020-10-21T17:34:42.1318268Z ^
2020-10-21T17:34:42.1319219Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtQuick/qquickwindow.sip:26,
2020-10-21T17:34:42.1320205Z from sipQtQuickQQuickWindow.cpp:24:
2020-10-21T17:34:42.1320905Z ../../../qt/5.15.1/gcc_64/include/QtQuick/qquickwindow.h:130:24: note: declared here
2020-10-21T17:34:42.1321540Z QT_DEPRECATED bool sendEvent(QQuickItem *, QEvent *);
2020-10-21T17:34:42.1321949Z ^~~~~~~~~
2020-10-21T17:34:42.1336954Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQuick/sipQtQuickQQuickWindow.cpp: In function ‘PyObject* meth_QQuickWindow_createTextureFromId(PyObject*, PyObject*, PyObject*)’:
2020-10-21T17:34:42.1340744Z /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQuick/sipQtQuickQQuickWindow.cpp:1217:60: warning: ‘QSGTexture* QQuickWindow::createTextureFromId(uint, const QSize&, QQuickWindow::CreateTextureOptions) const’ is deprecated: Use createTextureFromNativeObject() instead [-Wdeprecated-declarations]
2020-10-21T17:34:42.1343090Z sipRes = sipCpp->createTextureFromId(a0,*a1,*a2);
2020-10-21T17:34:42.1343559Z ^
2020-10-21T17:34:42.1344527Z In file included from /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/sip/QtQuick/qquickwindow.sip:26,
2020-10-21T17:34:42.1345502Z from sipQtQuickQQuickWindow.cpp:24:
2020-10-21T17:34:42.1346213Z ../../../qt/5.15.1/gcc_64/include/QtQuick/qquickwindow.h:163:17: note: declared here
2020-10-21T17:34:42.1347268Z QSGTexture *createTextureFromId(uint id, const QSize &size, CreateTextureOptions options = CreateTextureOption()) const;
2020-10-21T17:34:42.1348114Z ^~~~~~~~~~~~~~~~~~~
2020-10-21T17:34:42.8239753Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickRenderControl.o sipQtQuickQQuickRenderControl.cpp
2020-10-21T17:34:43.2212911Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickPaintedItemPerformanceHints.o sipQtQuickQQuickPaintedItemPerformanceHints.cpp
2020-10-21T17:34:44.5334882Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickPaintedItem.o sipQtQuickQQuickPaintedItem.cpp
2020-10-21T17:34:44.8710947Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickItemGrabResult.o sipQtQuickQQuickItemGrabResult.cpp
2020-10-21T17:34:46.4490865Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickItemUpdatePaintNodeData.o sipQtQuickQQuickItemUpdatePaintNodeData.cpp
2020-10-21T17:34:46.4497472Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickItemItemChangeData.o sipQtQuickQQuickItemItemChangeData.cpp
2020-10-21T17:34:48.0259792Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickItemFlags.o sipQtQuickQQuickItemFlags.cpp
2020-10-21T17:34:48.0373532Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickAsyncImageProvider.o sipQtQuickQQuickAsyncImageProvider.cpp
2020-10-21T17:34:49.6378268Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickImageResponse.o sipQtQuickQQuickImageResponse.cpp
2020-10-21T17:34:49.6766507Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickImageProvider.o sipQtQuickQQuickImageProvider.cpp
2020-10-21T17:34:51.2942545Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickTextureFactory.o sipQtQuickQQuickTextureFactory.cpp
2020-10-21T17:34:51.3364450Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickFramebufferObjectRenderer.o sipQtQuickQQuickFramebufferObjectRenderer.cpp
2020-10-21T17:34:52.9272971Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickFramebufferObject.o sipQtQuickQQuickFramebufferObject.cpp
2020-10-21T17:34:52.9546353Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o sipQtQuickQQuickItem.o sipQtQuickQQuickItem.cpp
2020-10-21T17:34:54.7248487Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyquick_chimera_helpers.o ../../qpy/QtQuick/qpyquick_chimera_helpers.cpp
2020-10-21T17:34:55.4216641Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyquick_post_init.o ../../qpy/QtQuick/qpyquick_post_init.cpp
2020-10-21T17:34:56.3315366Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyquick_register_type.o ../../qpy/QtQuick/qpyquick_register_type.cpp
2020-10-21T17:34:56.9673253Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyquickframebufferobject.o ../../qpy/QtQuick/qpyquickframebufferobject.cpp
2020-10-21T17:34:57.9239020Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyquickitem.o ../../qpy/QtQuick/qpyquickitem.cpp
2020-10-21T17:34:59.9426653Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyquickpainteditem.o ../../qpy/QtQuick/qpyquickpainteditem.cpp
2020-10-21T17:35:02.5619951Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyquickview.o ../../qpy/QtQuick/qpyquickview.cpp
2020-10-21T17:35:02.9102327Z g++ -c -pipe -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03040000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../qpy/QtQuick -I/usr/local/include/python3.8 -I../../../qt/5.15.1/gcc_64/include -I../../../qt/5.15.1/gcc_64/include/QtQuick -I../../../qt/5.15.1/gcc_64/include/QtGui -I../../../qt/5.15.1/gcc_64/include/QtQmlModels -I../../../qt/5.15.1/gcc_64/include/QtQml -I../../../qt/5.15.1/gcc_64/include/QtNetwork -I../../../qt/5.15.1/gcc_64/include/QtCore -I. -I/usr/include/libdrm -I../../../qt/5.15.1/gcc_64/mkspecs/linux-g++ -o qpyquickwindow.o ../../qpy/QtQuick/qpyquickwindow.cpp
2020-10-21T17:35:05.3974308Z rm -f libQtQuick.so
2020-10-21T17:35:05.4019614Z g++ -Wl,--version-script=QtQuick.exp -Wl,-O1 -Wl,-rpath,/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib -shared -o libQtQuick.so sipQtQuickcmodule.o sipQtQuickQList0101QQuickItem.o sipQtQuickQSGVertexColorMaterial.o sipQtQuickQSGTextureProvider.o sipQtQuickQSGTextureMaterial.o sipQtQuickQSGOpaqueTextureMaterial.o sipQtQuickQSGDynamicTexture.o sipQtQuickQSGTextureNativeTexture.o sipQtQuickQSGTexture.o sipQtQuickQSGSimpleTextureNodeTextureCoordinatesTransformMode.o sipQtQuickQSGSimpleTextureNode.o sipQtQuickQSGSimpleRectNode.o sipQtQuickQSGRenderNodeRenderState.o sipQtQuickQSGRenderNodeRenderingFlags.o sipQtQuickQSGRenderNodeStateFlags.o sipQtQuickQSGRenderNode.o sipQtQuickQSGRendererInterfaceShaderSourceTypes.o sipQtQuickQSGRendererInterfaceShaderCompilationTypes.o sipQtQuickQSGRendererInterface.o sipQtQuickQSGRectangleNode.o sipQtQuickQSGOpacityNode.o sipQtQuickQSGTransformNode.o sipQtQuickQSGClipNode.o sipQtQuickQSGBasicGeometryNode.o sipQtQuickQSGNodeDirtyState.o sipQtQuickQSGNodeFlags.o sipQtQuickQSGNode.o sipQtQuickQSGMaterialRhiShaderFlags.o sipQtQuickQSGMaterialRhiShaderGraphicsPipelineStateColorMask.o sipQtQuickQSGMaterialRhiShaderGraphicsPipelineState.o sipQtQuickQSGMaterialRhiShaderRenderState.o sipQtQuickQSGMaterialRhiShader.o sipQtQuickQSGMaterialFlags.o sipQtQuickQSGMaterialType.o sipQtQuickQSGMaterialShaderRenderStateDirtyStates.o sipQtQuickQSGMaterialShaderRenderState.o sipQtQuickQSGMaterialShader.o sipQtQuickQSGImageNodeTextureCoordinatesTransformMode.o sipQtQuickQSGImageNode.o sipQtQuickQSGGeometryNode.o sipQtQuickQSGGeometryColoredPoint2D.o sipQtQuickQSGGeometryTexturedPoint2D.o sipQtQuickQSGGeometryPoint2D.o sipQtQuickQSGGeometryAttributeSet.o sipQtQuickQSGGeometryAttribute.o sipQtQuickQSGGeometry.o sipQtQuickQSGFlatColorMaterial.o sipQtQuickQSGMaterial.o sipQtQuickQSGEngineCreateTextureOptions.o sipQtQuickQSGEngine.o sipQtQuickQSGAbstractRendererMatrixTransformFlags.o sipQtQuickQSGAbstractRendererClearMode.o sipQtQuickQSGAbstractRenderer.o sipQtQuickQQuickCloseEvent.o sipQtQuickQQuickWindowCreateTextureOptions.o sipQtQuickQQuickView.o sipQtQuickQQuickWindow.o sipQtQuickQQuickTextDocument.o sipQtQuickQQuickRenderControl.o sipQtQuickQQuickPaintedItemPerformanceHints.o sipQtQuickQQuickPaintedItem.o sipQtQuickQQuickItemGrabResult.o sipQtQuickQQuickItemUpdatePaintNodeData.o sipQtQuickQQuickItemItemChangeData.o sipQtQuickQQuickItemFlags.o sipQtQuickQQuickAsyncImageProvider.o sipQtQuickQQuickImageResponse.o sipQtQuickQQuickImageProvider.o sipQtQuickQQuickTextureFactory.o sipQtQuickQQuickFramebufferObjectRenderer.o sipQtQuickQQuickFramebufferObject.o sipQtQuickQQuickItem.o qpyquick_chimera_helpers.o qpyquick_post_init.o qpyquick_register_type.o qpyquickframebufferobject.o qpyquickitem.o qpyquickpainteditem.o qpyquickview.o qpyquickwindow.o /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Quick.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Gui.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5QmlModels.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Qml.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Network.so /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/lib/libQt5Core.so -lGL -lpthread
2020-10-21T17:35:05.8699456Z cp -f libQtQuick.so QtQuick.abi3.so
2020-10-21T17:35:05.8737593Z make[1]: Leaving directory '/__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/pyqt5/build/QtQuick'
2020-10-21T17:35:25.9398974Z before ---!!!
2020-10-21T17:35:25.9400047Z ----<==== Build PyQt5 Plugin Copy Actions ====>----
2020-10-21T17:35:25.9403248Z after ---!!!
2020-10-21T17:35:25.9404094Z ----<==== Execute Copy Actions ====>----
2020-10-21T17:35:25.9406041Z Traceback (most recent call last):
2020-10-21T17:35:25.9407455Z destination_root /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt
2020-10-21T17:35:25.9408958Z File "./build.py", line 171, in copy
2020-10-21T17:35:25.9410180Z self.source /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9412149Z destination.parent.mkdir(parents=True, exist_ok=True)
2020-10-21T17:35:25.9413024Z self.destination plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9414483Z File "/usr/local/lib/python3.8/pathlib.py", line 1287, in mkdir
2020-10-21T17:35:25.9415709Z destination /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9417338Z self._accessor.mkdir(self, mode)
2020-10-21T17:35:25.9418575Z destination.parent /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms False False
2020-10-21T17:35:25.9421006Z NotADirectoryError: [Errno 20] Not a directory: '/__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms'
2020-10-21T17:35:25.9422402Z destination_root /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt
2020-10-21T17:35:25.9423673Z
2020-10-21T17:35:25.9424801Z self.source /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9426680Z During handling of the above exception, another exception occurred:
2020-10-21T17:35:25.9427501Z self.destination plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9429527Z
2020-10-21T17:35:25.9429941Z Traceback (most recent call last):
2020-10-21T17:35:25.9430490Z File "./build.py", line 47, in build_packages
2020-10-21T17:35:25.9430896Z main(
2020-10-21T17:35:25.9431270Z File "./build.py", line 611, in main
2020-10-21T17:35:25.9432068Z return build(configuration=configuration)
2020-10-21T17:35:25.9432667Z File "./build.py", line 784, in build
2020-10-21T17:35:25.9433235Z action.copy(destination_root=reference)
2020-10-21T17:35:25.9434571Z File "/tmp/pep517-build-env-3ubiri1j/lib/python3.8/site-packages/tenacity/__init__.py", line 329, in wrapped_f
2020-10-21T17:35:25.9435475Z return self.call(f, *args, **kw)
2020-10-21T17:35:25.9436614Z File "/tmp/pep517-build-env-3ubiri1j/lib/python3.8/site-packages/tenacity/__init__.py", line 409, in call
2020-10-21T17:35:25.9437513Z do = self.iter(retry_state=retry_state)
2020-10-21T17:35:25.9438668Z File "/tmp/pep517-build-env-3ubiri1j/lib/python3.8/site-packages/tenacity/__init__.py", line 368, in iter
2020-10-21T17:35:25.9439534Z raise retry_exc.reraise()
2020-10-21T17:35:25.9440695Z File "/tmp/pep517-build-env-3ubiri1j/lib/python3.8/site-packages/tenacity/__init__.py", line 186, in reraise
2020-10-21T17:35:25.9441643Z raise self.last_attempt.result()
2020-10-21T17:35:25.9442363Z File "/usr/local/lib/python3.8/concurrent/futures/_base.py", line 432, in result
2020-10-21T17:35:25.9443009Z return self.__get_result()
2020-10-21T17:35:25.9443668Z File "/usr/local/lib/python3.8/concurrent/futures/_base.py", line 388, in __get_result
2020-10-21T17:35:25.9444329Z raise self._exception
2020-10-21T17:35:25.9445428Z File "/tmp/pep517-build-env-3ubiri1j/lib/python3.8/site-packages/tenacity/__init__.py", line 412, in call
2020-10-21T17:35:25.9446273Z result = fn(*args, **kwargs)
2020-10-21T17:35:25.9446721Z File "./build.py", line 178, in copy
2020-10-21T17:35:25.9447911Z print('destination.parent.iterdir()', list(destination.parent.iterdir()))
2020-10-21T17:35:25.9449001Z File "/usr/local/lib/python3.8/pathlib.py", line 1121, in iterdir
2020-10-21T17:35:25.9449687Z for name in self._accessor.listdir(self):
2020-10-21T17:35:25.9451335Z NotADirectoryError: [Errno 20] Not a directory: '/__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms'
2020-10-21T17:35:25.9452920Z error: [Errno 20] Not a directory: '/__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms'
2020-10-21T17:35:25.9454317Z destination /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9455924Z destination.parent /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms False False
2020-10-21T17:35:25.9457231Z destination_root /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt
2020-10-21T17:35:25.9458643Z self.source /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9459724Z self.destination plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9460928Z destination /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9462420Z destination.parent /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms False False
2020-10-21T17:35:25.9463737Z destination_root /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt
2020-10-21T17:35:25.9465151Z self.source /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9466233Z self.destination plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9467442Z destination /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9468921Z destination.parent /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms False False
2020-10-21T17:35:25.9470217Z destination_root /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt
2020-10-21T17:35:25.9471633Z self.source /__w/pyqt5-tools/pyqt5-tools/build/pyqtplugins-rtp6hwhg/qt/5.15.1/gcc_64/plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9474448Z self.destination plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9475716Z destination /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms/libqxcb.so
2020-10-21T17:35:25.9487394Z destination.parent /__w/pyqt5-tools/pyqt5-tools/build/lib/pyqtplugins/Qt/plugins/platforms False False
2020-10-21T17:35:26.0629527Z Traceback (most recent call last):
2020-10-21T17:35:26.0630136Z File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
2020-10-21T17:35:26.0630712Z return _run_code(code, main_globals, None,
2020-10-21T17:35:26.0631215Z File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
2020-10-21T17:35:26.0631912Z exec(code, run_globals)
2020-10-21T17:35:26.0633185Z File "/usr/local/lib/python3.8/site-packages/pep517/build.py", line 124, in <module>
2020-10-21T17:35:26.0633734Z main(parser.parse_args())
2020-10-21T17:35:26.0634488Z File "/usr/local/lib/python3.8/site-packages/pep517/build.py", line 120, in main
2020-10-21T17:35:26.0635087Z build(args.source_dir, dist, args.out_dir)
2020-10-21T17:35:26.0635886Z File "/usr/local/lib/python3.8/site-packages/pep517/build.py", line 88, in build
2020-10-21T17:35:26.0636434Z _do_build(hooks, env, dist, dest)
2020-10-21T17:35:26.0637185Z File "/usr/local/lib/python3.8/site-packages/pep517/build.py", line 71, in _do_build
2020-10-21T17:35:26.0637721Z filename = build(td, {})
2020-10-21T17:35:26.0638480Z File "/usr/local/lib/python3.8/site-packages/pep517/wrappers.py", line 213, in build_wheel
2020-10-21T17:35:26.0639244Z return self._call_hook('build_wheel', {
2020-10-21T17:35:26.0640016Z File "/usr/local/lib/python3.8/site-packages/pep517/wrappers.py", line 274, in _call_hook
2020-10-21T17:35:26.0640599Z self._subprocess_runner(
2020-10-21T17:35:26.0641466Z File "/usr/local/lib/python3.8/site-packages/pep517/wrappers.py", line 75, in default_subprocess_runner
2020-10-21T17:35:26.0642119Z check_call(cmd, cwd=cwd, env=env)
2020-10-21T17:35:26.0642630Z File "/usr/local/lib/python3.8/subprocess.py", line 364, in check_call
2020-10-21T17:35:26.0643556Z raise CalledProcessError(retcode, cmd)
2020-10-21T17:35:26.0645101Z subprocess.CalledProcessError: Command '['/usr/local/bin/python', '/usr/local/lib/python3.8/site-packages/pep517/_in_process.py', 'build_wheel', '/tmp/tmpwmx2c5a6']' returned non-zero exit status 1.
2020-10-21T17:35:26.1134579Z ##[error]Process completed with exit code 1.
2020-10-21T17:35:26.1176579Z Stop and remove container: 4a5b6c61fefe44c0ab2a9781860dc0ee_python38buster_cf8165
2020-10-21T17:35:26.1180900Z ##[command]/usr/bin/docker rm --force 8f508434df69843e01a1a6b8af6440d96965aced8a27a92acf19066a863d320f
2020-10-21T17:35:27.1316730Z 8f508434df69843e01a1a6b8af6440d96965aced8a27a92acf19066a863d320f
2020-10-21T17:35:27.1356822Z Remove container network: github_network_46d273beb0f24d94a888f312e40a8877
2020-10-21T17:35:27.1360128Z ##[command]/usr/bin/docker network rm github_network_46d273beb0f24d94a888f312e40a8877
2020-10-21T17:35:27.2686088Z github_network_46d273beb0f24d94a888f312e40a8877
2020-10-21T17:35:27.2733158Z Cleaning up orphan processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment