0s autopkgtest: DBG: testbed init 0s autopkgtest [08:06:34]: starting date and time: 2024-11-13 08:06:34+0000 0s autopkgtest [08:06:34]: git checkout: 0acbae0a WIP show VirtSubproc stderr in real-time 0s autopkgtest [08:06:34]: host juju-7f2275-prod-proposed-migration-environment-2; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.fmbb4vup/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:python3-defaults,src:python3-stdlib-extensions --apt-upgrade azure-kusto-python --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=python3-defaults/3.12.7-1 python3-stdlib-extensions/3.12.7-1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-2@lcy02-14.secgroup --name adt-plucky-amd64-azure-kusto-python-20241113-080633-juju-7f2275-prod-proposed-migration-environment-2-c19292be-be35-498d-a922-6e7a168cf1fb --image adt/ubuntu-plucky-amd64-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-2 --net-id=net_prod-proposed-migration -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 1s autopkgtest: DBG: got reply from testbed: ok 1s autopkgtest: DBG: testbed open, scratch=None 1s autopkgtest: DBG: sending command to testbed: open 124s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.yxNDP2 124s autopkgtest: DBG: sending command to testbed: print-execute-command 124s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.kghzzkeg/runcmd 124s autopkgtest: DBG: sending command to testbed: capabilities 124s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu revert revert-full-system isolation-machine reboot root-on-testbed 124s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'revert', 'revert-full-system', 'isolation-machine', 'reboot', 'root-on-testbed', 'has_internet'] 124s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yxNDP2'], kind short, sout raw, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.yxNDP2/wrapper.sh 124s autopkgtest: DBG: got reply from testbed: ok 124s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yxNDP2/wrapper.sh'], kind short, sout raw, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest [08:08:38]: testbed dpkg architecture: amd64 124s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest [08:08:38]: testbed apt version: 2.9.8 124s autopkgtest [08:08:38]: @@@@@@@@@@@@@@@@@@@@ test bed setup 124s autopkgtest: DBG: testbed command ['sh', '-euc', '#!/bin/sh\n# Copyright 2014-2016 Martin Pitt\n# Copyright 2017-2023 Paul Gevers\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script is ment to be used as Template by adt_testbed, where\n# \'$pocket\' is replaced, but calling it with one input argument\n# achieves the same results: This script builds a source.list.d entry\n# for the requested pocket for each main suite (lacking a hypen (-))\n# in all sources.lists.\n\n# TODO: Debian is moving towards deb822 based sources, this isn\'t\n# supported yet.\n\nset -eu\n\nusage () {\n echo "Usage: create-sources.list-for-pocket [POCKET]" >&2\n exit 2\n}\n\nif [ "$#" -ne 1 ]; then\n usage\nfi\n\npocket=$1\n\nSRCS=$(ls /etc/apt/sources.list /etc/apt/sources.list.d/*.list 2>/dev/null || true)\nif [ -z "$SRCS" ]; then\n exit 0\nfi\n# Deliberately word-splitting $SRCS\n# shellcheck disable=SC2086\nsed -rn \'s/^(deb|deb-src) +(\\[.*\\] *)?((http|https|file):[^ ]*) +([^ -]+) +(.*)$/\\1 \\2\\3 \\5-\'"$pocket"\' \\6/p\' \\\n$SRCS > /etc/apt/sources.list.d/"$pocket".list\n# retry only needed before Debian 9 (buster) and Ubuntu 18.04 (bionic)\n# testbed has \'Acquire::Retries "10";\' apt config\nfor retry in 1 2 3; do\n apt-get --no-list-cleanup \\\n\t -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/"$pocket".list \\\n\t -o Dir::Etc::sourceparts=/dev/null \\\n\t update 2>&1 && break\n if [ $retry = 3 ] ; then\n return 1\n else\n sleep 15\n fi\ndone\n', 'sh', 'proposed'], kind short, sout raw, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: testbed command ['sh', '-ec', 'ls -1 /etc/apt/sources.list.d/*.sources'], kind short, sout pipe, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: testbed command ['cat', '/etc/apt/sources.list.d/ubuntu.sources'], kind short, sout pipe, serr pipe, env [] 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: adding APT source: Types: deb deb-src 124s URIs: http://ftpmaster.internal/ubuntu/ 124s Suites: plucky-proposed 124s Components: main restricted universe multiverse 124s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 124s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2022 Paul Gevers\n# Copyright © 2022 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script writes the requested apt_source_line to the\n# apt_source_filename and updates the apt index for just added entry\n# (and only that one)\n\n# Usage $0 \n\nset -eu\n\nusage () {\n echo "Usage: $0 APT_SOURCE_LINE APT_SOURCE_FILENAME" >&2\n exit 2\n}\n\nif [ "$#" -lt 2 ]; then\n usage\nfi\n\n# Check for options for future-proofing, but none are actually accepted\ncase "${1-}" in\n (--)\n shift\n ;;\n\n (-*)\n usage\n ;;\nesac\n\necho "$1" >> /etc/apt/sources.list.d/"$2"\n# retry only needed before Debian 9 (buster) and Ubuntu 18.04 (bionic)\n# testbed has \'Acquire::Retries "10";\' apt config\nfor retry in 1 2 3; do\n apt-get --no-list-cleanup \\\n -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/"$2" \\\n -o Dir::Etc::sourceparts=/dev/null \\\n update 2>&1 && break\n if [ $retry = 3 ] ; then\n return 1\n else\n sleep 15\n fi\ndone\n', 'sh', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg', 'proposed.sources'], kind short, sout raw, serr pipe, env [] 125s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [73.9 kB] 125s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.4 kB] 125s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [848 kB] 125s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.3 kB] 125s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [7016 B] 125s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 Packages [111 kB] 125s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main i386 Packages [65.2 kB] 125s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted amd64 Packages [32.6 kB] 125s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe i386 Packages [255 kB] 125s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe amd64 Packages [637 kB] 125s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse amd64 Packages [37.7 kB] 125s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse i386 Packages [13.0 kB] 125s Fetched 2171 kB in 0s (6895 kB/s) 125s Reading package lists... 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2015-2017 Martin Pitt\n# Copyright © 2017 Steve Langasek\n# Copyright © 2017-2022 Paul Gevers\n# Copyright © 2018 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the first suite found in apt sources. We can\'t just rely\n# on /etc/os-release because it doesn\'t allow to distinguish between Debian\n# unstable and testing.\n#\n# This release detection logic should be kept in sync with similar code in the\n# setup-testbed script.\n#\n# For more information on APT data sources see sources.list(5).\n\n# Usage $0\n\nset -eu\n\ndistro=UNKNOWN\nif [ -r /etc/os-release ]; then\n # shellcheck disable=SC1091\n distro=$(. /etc/os-release && echo "${ID:-$distro}")\nfi\n\n# Try guessing the default release from deb822-style format sources.\n#\n# While not mandatory, APT upstream expects distros to follow the\n# .sources naming pattern for the default deb822 sources.\napt_sources="/etc/apt/sources.list.d/$distro.sources"\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'s/^Suites:\\s*(\\w+).*/\\1/Ip\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Try guessing the default release from one-line-style format sources.\napt_sources=/etc/apt/sources.list\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'/^(deb|deb-src) +(\\[.*\\] *)?(http|https|file):/ { s/\\[.*\\] +//; s/^[^ ]+ +[^ ]* +([^ ]+) +.*$/\\1/p }\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Could not guess the default release\necho "Could not guess the default release from the APT sources." >&2\nexit 1\n'], kind short, sout pipe, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['sh', '-ec', 'mkdir -p /etc/apt/preferences.d; printf "Package: *\\nPin: release a=plucky-proposed\\nPin-Priority: 500\\n" > /etc/apt/preferences.d/autopkgtest-plucky-proposed-baseline; '], kind short, sout raw, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: sending command to testbed: copydown /tmp/tmpty0x8wi3 /etc/apt/preferences.d/autopkgtest-plucky-proposed 125s autopkgtest: DBG: got reply from testbed: ok 125s autopkgtest: DBG: testbed command ['chmod', '-R', '0644', '--', '/etc/apt/preferences.d/autopkgtest-plucky-proposed'], kind short, sout raw, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: autopkgtest-plucky-proposed content: 125s Package: src:python3-defaults:* src:python3-stdlib-extensions:* 125s Pin: release a=plucky-proposed 125s Pin-Priority: 995 125s 125s Package: * 125s Pin: release a=plucky-updates 125s Pin-Priority: 990 125s 125s 125s autopkgtest: DBG: testbed command ['sh', '-ec', 'mkdir -p /etc/apt/preferences.d; printf "Package: *\\nPin: release a=plucky\\nPin-Priority: 990\\n" > /etc/apt/preferences.d/autopkgtest-default-release'], kind short, sout raw, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.yxNDP2/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu', 'DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 127s Reading package lists... 127s Building dependency tree... 127s Reading state information... 127s Calculating upgrade... 127s The following NEW packages will be installed: 127s python3.13-gdbm 127s The following packages will be upgraded: 127s libgpgme11t64 libpython3-stdlib python3 python3-gdbm python3-minimal 127s 5 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 127s Need to get 253 kB of archives. 127s After this operation, 147 kB of additional disk space will be used. 127s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3-minimal amd64 3.12.7-1 [27.4 kB] 127s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3 amd64 3.12.7-1 [24.0 kB] 127s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 libpython3-stdlib amd64 3.12.7-1 [10.0 kB] 127s Get:4 http://ftpmaster.internal/ubuntu plucky/main amd64 python3.13-gdbm amd64 3.13.0-2 [31.3 kB] 127s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3-gdbm amd64 3.12.7-1 [8642 B] 127s Get:6 http://ftpmaster.internal/ubuntu plucky/main amd64 libgpgme11t64 amd64 1.23.2-5ubuntu4 [152 kB] 128s Fetched 253 kB in 0s (5972 kB/s) 128s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 75541 files and directories currently installed.) 128s Preparing to unpack .../python3-minimal_3.12.7-1_amd64.deb ... 128s Unpacking python3-minimal (3.12.7-1) over (3.12.6-0ubuntu1) ... 128s Setting up python3-minimal (3.12.7-1) ... 128s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 75541 files and directories currently installed.) 128s Preparing to unpack .../python3_3.12.7-1_amd64.deb ... 128s Unpacking python3 (3.12.7-1) over (3.12.6-0ubuntu1) ... 128s Preparing to unpack .../libpython3-stdlib_3.12.7-1_amd64.deb ... 128s Unpacking libpython3-stdlib:amd64 (3.12.7-1) over (3.12.6-0ubuntu1) ... 128s Selecting previously unselected package python3.13-gdbm. 128s Preparing to unpack .../python3.13-gdbm_3.13.0-2_amd64.deb ... 128s Unpacking python3.13-gdbm (3.13.0-2) ... 128s Preparing to unpack .../python3-gdbm_3.12.7-1_amd64.deb ... 128s Unpacking python3-gdbm:amd64 (3.12.7-1) over (3.12.6-1ubuntu1) ... 128s Preparing to unpack .../libgpgme11t64_1.23.2-5ubuntu4_amd64.deb ... 128s Unpacking libgpgme11t64:amd64 (1.23.2-5ubuntu4) over (1.18.0-4.1ubuntu4) ... 129s Setting up libgpgme11t64:amd64 (1.23.2-5ubuntu4) ... 129s Setting up python3.13-gdbm (3.13.0-2) ... 129s Setting up libpython3-stdlib:amd64 (3.12.7-1) ... 129s Setting up python3 (3.12.7-1) ... 129s Setting up python3-gdbm:amd64 (3.12.7-1) ... 129s Processing triggers for man-db (2.12.1-3) ... 129s Processing triggers for libc-bin (2.40-1ubuntu3) ... 130s Reading package lists... 130s Building dependency tree... 130s Reading state information... 130s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['sh', '-ec', '(O=$(bash -o pipefail -ec \'apt-get update | tee /proc/self/fd/2\') ||{ [ "${O%404*Not Found*}" = "$O" ] || exit 100; sleep 15; apt-get update; } || { sleep 60; apt-get update; } || false) && $(command -v eatmydata || true) apt-get dist-upgrade -y -o Dpkg::Options::="--force-confnew" && $(command -v eatmydata || true) apt-get --purge autoremove -y'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu', 'DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 130s Hit:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease 131s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 131s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 131s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 132s Reading package lists... 132s Reading package lists... 132s Building dependency tree... 132s Reading state information... 133s Calculating upgrade... 133s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 133s Reading package lists... 133s Building dependency tree... 133s Reading state information... 134s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.yxNDP2/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed has eatmydata 134s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yxNDP2/testbed-packages"], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/testbed-packages /tmp/autopkgtest-work.fmbb4vup/out/testbed-packages 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 134s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yxNDP2'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.yxNDP2/autopkgtest-reboot 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yxNDP2/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yxNDP2/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yxNDP2/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yxNDP2'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.yxNDP2/autopkgtest-reboot-prepare 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yxNDP2/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yxNDP2/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest [08:08:49]: testbed running kernel: Linux 6.11.0-8-generic #8-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 16 13:41:20 UTC 2024 135s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: Binaries: initialising 135s autopkgtest [08:08:49]: @@@@@@@@@@@@@@@@@@@@ apt-source azure-kusto-python 135s autopkgtest: DBG: blame += azure-kusto-python 135s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 135s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'azure-kusto-python'], kind short, sout pipe, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-azure-kusto-data$'], kind short, sout pipe, serr raw, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-azure-kusto-data=4.6.1-1'], kind short, sout pipe, serr raw, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: install_deps: deps_new=[] 135s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 135s autopkgtest: DBG: testbed command exited with code 0 135s autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh ubuntu -c \'set -e; exec 3>&1 >&2; set -x; cd /; builddir=$(mktemp -d /tmp/autopkgtest.yxNDP2/build.XXX); cd $builddir; \nOUT=$(apt-get source -d -q --only-source azure-kusto-python=4.6.1-1 2>&1) || RC=$?;\nif [ -n "$RC" ]; then\n if echo "$OUT" | grep -q "Unable to find a source package"; then\n exit 1;\n else\n exit $RC;\n fi;\nfi;\necho "$OUT" | grep ^Get: || true;\ndpkg-source -x azure-kusto-python_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=python3-defaults/3.12.7-1 python3-stdlib-extensions/3.12.7-1'] 135s + cd / 135s + mktemp -d /tmp/autopkgtest.yxNDP2/build.XXX 135s + builddir=/tmp/autopkgtest.yxNDP2/build.ehl 135s + cd /tmp/autopkgtest.yxNDP2/build.ehl 135s + apt-get source -d -q --only-source azure-kusto-python=4.6.1-1 135s + OUT=Reading package lists... 135s NOTICE: 'azure-kusto-python' packaging is maintained in the 'Git' version control system at: 135s https://salsa.debian.org/python-team/packages/azure-kusto-python.git 135s Please use: 135s git clone https://salsa.debian.org/python-team/packages/azure-kusto-python.git 135s to retrieve the latest (possibly unreleased) updates to the package. 135s Need to get 1487 kB of source archives. 135s Get:1 http://ftpmaster.internal/ubuntu plucky/universe azure-kusto-python 4.6.1-1 (dsc) [2544 B] 135s Get:2 http://ftpmaster.internal/ubuntu plucky/universe azure-kusto-python 4.6.1-1 (tar) [1480 kB] 135s Get:3 http://ftpmaster.internal/ubuntu plucky/universe azure-kusto-python 4.6.1-1 (diff) [4360 B] 135s Fetched 1487 kB in 0s (18.6 MB/s) 135s Download complete and in download only mode 135s + [ -n ] 135s + echo Reading package lists... 135s NOTICE: 'azure-kusto-python' packaging is maintained in the 'Git' version control system at: 135s https://salsa.debian.org/python-team/packages/azure-kusto-python.git 135s Please use: 135s git clone https://salsa.debian.org/python-team/packages/azure-kusto-python.git 135s to retrieve the latest (possibly unreleased) updates to the package. 135s Need to get 1487 kB of source archives. 135s Get:1 http://ftpmaster.internal/ubuntu plucky/universe azure-kusto-python 4.6.1-1 (dsc) [2544 B] 135s Get:2 http://ftpmaster.internal/ubuntu plucky/universe azure-kusto-python 4.6.1-1 (tar) [1480 kB] 135s Get:3 http://ftpmaster.internal/ubuntu plucky/universe azure-kusto-python 4.6.1-1 (diff) [4360 B] 135s Fetched 1487 kB in 0s (18.6 MB/s) 135s Download complete and in download only mode 135s + grep ^Get: 135s Get:1 http://ftpmaster.internal/ubuntu plucky/universe azure-kusto-python 4.6.1-1 (dsc) [2544 B] 135s Get:2 http://ftpmaster.internal/ubuntu plucky/universe azure-kusto-python 4.6.1-1 (tar) [1480 kB] 135s Get:3 http://ftpmaster.internal/ubuntu plucky/universe azure-kusto-python 4.6.1-1 (diff) [4360 B] 135s + dpkg-source -x azure-kusto-python_4.6.1-1.dsc src 135s gpgv: Signature made Tue Oct 1 11:20:19 2024 UTC 135s gpgv: using RSA key AC24AAC7DDC420F18ECA6B91286BF7EFCD77241E 135s gpgv: issuer "bluca@debian.org" 135s gpgv: Can't check signature: No public key 135s dpkg-source: warning: cannot verify inline signature for ./azure-kusto-python_4.6.1-1.dsc: no acceptable signature found 136s + chmod -R a+rX . 136s + cd src/. 136s + pwd 136s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest [08:08:50]: testing package azure-kusto-python version 4.6.1-1 136s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/build.ehl/src/debian/ /tmp/autopkgtest-work.fmbb4vup/out/pkg/debian/ 136s autopkgtest: DBG: got reply from testbed: ok 136s autopkgtest: DBG: autodep8 generated control: ----- 136s Tests: python3-tests 136s Depends: @builddeps@, python3-all:any, python3-azure-kusto-data, 136s 136s 136s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import azure.kusto.data; print(azure.kusto.data)" ; done 136s Depends: python3-all, python3-azure-kusto-data, 136s Restrictions: allow-stderr, superficial, 136s Features: test-name=autodep8-python3 136s 136s 136s ------- 136s autopkgtest: DBG: processing dependency @builddeps@ 136s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 136s autopkgtest: DBG: synthesised dependency dh-python 136s autopkgtest: DBG: synthesised dependency dh-sequence-python3 136s autopkgtest: DBG: synthesised dependency python3-adal 136s autopkgtest: DBG: synthesised dependency python3-all 136s autopkgtest: DBG: synthesised dependency python3-aioresponses 136s autopkgtest: DBG: synthesised dependency python3-asgiref 136s autopkgtest: DBG: synthesised dependency python3-azure (>= 20200519+git-1~) 136s autopkgtest: DBG: synthesised dependency python3-dateutil 136s autopkgtest: DBG: synthesised dependency python3-ijson 136s autopkgtest: DBG: synthesised dependency python3-pandas 136s autopkgtest: DBG: synthesised dependency python3-pytest 136s autopkgtest: DBG: synthesised dependency python3-pytest-asyncio 136s autopkgtest: DBG: synthesised dependency python3-requests 136s autopkgtest: DBG: synthesised dependency python3-responses 136s autopkgtest: DBG: synthesised dependency python3-setuptools 136s autopkgtest: DBG: synthesised dependency build-essential:native 136s autopkgtest: DBG: processing dependency python3-all:any 136s autopkgtest: DBG: processing dependency python3-azure-kusto-data 136s autopkgtest: DBG: marked alternatives ['python3-azure-kusto-data'] as a synthesised dependency 136s autopkgtest: DBG: Test defined: name python3-tests path debian/tests/python3-tests command "None" restrictions [] features [] depends ['debhelper-compat (= 13)', 'dh-python', 'dh-sequence-python3', 'python3-adal', 'python3-all', 'python3-aioresponses', 'python3-asgiref', 'python3-azure (>= 20200519+git-1~)', 'python3-dateutil', 'python3-ijson', 'python3-pandas', 'python3-pytest', 'python3-pytest-asyncio', 'python3-requests', 'python3-responses', 'python3-setuptools', 'build-essential:native', 'python3-all:any', 'python3-azure-kusto-data'] 136s autopkgtest: DBG: processing dependency python3-all 136s autopkgtest: DBG: processing dependency python3-azure-kusto-data 136s autopkgtest: DBG: marked alternatives ['python3-azure-kusto-data'] as a synthesised dependency 136s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import azure.kusto.data; print(azure.kusto.data)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-azure-kusto-data'] 136s autopkgtest [08:08:50]: build not needed 136s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/build.ehl/src/ /tmp/autopkgtest-work.fmbb4vup/out/tests-tree/ 136s autopkgtest: DBG: got reply from testbed: ok 136s autopkgtest: DBG: autodep8 generated control: ----- 136s Tests: python3-tests 136s Depends: @builddeps@, python3-all:any, python3-azure-kusto-data, 136s 136s 136s Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import azure.kusto.data; print(azure.kusto.data)" ; done 136s Depends: python3-all, python3-azure-kusto-data, 136s Restrictions: allow-stderr, superficial, 136s Features: test-name=autodep8-python3 136s 136s 136s ------- 136s autopkgtest: DBG: processing dependency @builddeps@ 136s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 136s autopkgtest: DBG: synthesised dependency dh-python 136s autopkgtest: DBG: synthesised dependency dh-sequence-python3 136s autopkgtest: DBG: synthesised dependency python3-adal 136s autopkgtest: DBG: synthesised dependency python3-all 136s autopkgtest: DBG: synthesised dependency python3-aioresponses 136s autopkgtest: DBG: synthesised dependency python3-asgiref 136s autopkgtest: DBG: synthesised dependency python3-azure (>= 20200519+git-1~) 136s autopkgtest: DBG: synthesised dependency python3-dateutil 136s autopkgtest: DBG: synthesised dependency python3-ijson 136s autopkgtest: DBG: synthesised dependency python3-pandas 136s autopkgtest: DBG: synthesised dependency python3-pytest 136s autopkgtest: DBG: synthesised dependency python3-pytest-asyncio 136s autopkgtest: DBG: synthesised dependency python3-requests 136s autopkgtest: DBG: synthesised dependency python3-responses 136s autopkgtest: DBG: synthesised dependency python3-setuptools 136s autopkgtest: DBG: synthesised dependency build-essential:native 136s autopkgtest: DBG: processing dependency python3-all:any 136s autopkgtest: DBG: processing dependency python3-azure-kusto-data 136s autopkgtest: DBG: marked alternatives ['python3-azure-kusto-data'] as a synthesised dependency 136s autopkgtest: DBG: Test defined: name python3-tests path debian/tests/python3-tests command "None" restrictions [] features [] depends ['debhelper-compat (= 13)', 'dh-python', 'dh-sequence-python3', 'python3-adal', 'python3-all', 'python3-aioresponses', 'python3-asgiref', 'python3-azure (>= 20200519+git-1~)', 'python3-dateutil', 'python3-ijson', 'python3-pandas', 'python3-pytest', 'python3-pytest-asyncio', 'python3-requests', 'python3-responses', 'python3-setuptools', 'build-essential:native', 'python3-all:any', 'python3-azure-kusto-data'] 136s autopkgtest: DBG: processing dependency python3-all 136s autopkgtest: DBG: processing dependency python3-azure-kusto-data 136s autopkgtest: DBG: marked alternatives ['python3-azure-kusto-data'] as a synthesised dependency 136s autopkgtest: DBG: Test defined: name autodep8-python3 path None command "set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import azure.kusto.data; print(azure.kusto.data)" ; done" restrictions ['allow-stderr', 'superficial'] features ['test-name=autodep8-python3'] depends ['python3-all', 'python3-azure-kusto-data'] 136s autopkgtest [08:08:50]: test python3-tests: preparing testbed 136s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['debhelper-compat (= 13)', 'dh-python', 'dh-sequence-python3', 'python3-adal', 'python3-all', 'python3-aioresponses', 'python3-asgiref', 'python3-azure (>= 20200519+git-1~)', 'python3-dateutil', 'python3-ijson', 'python3-pandas', 'python3-pytest', 'python3-pytest-asyncio', 'python3-requests', 'python3-responses', 'python3-setuptools', 'build-essential:native', 'python3-all:any', 'python3-azure-kusto-data'] 136s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 136s autopkgtest: DBG: install_deps: deps_new=['debhelper-compat (= 13)', 'dh-python', 'dh-sequence-python3', 'python3-adal', 'python3-all', 'python3-aioresponses', 'python3-asgiref', 'python3-azure (>= 20200519+git-1~)', 'python3-dateutil', 'python3-ijson', 'python3-pandas', 'python3-pytest', 'python3-pytest-asyncio', 'python3-requests', 'python3-responses', 'python3-setuptools', 'build-essential:native', 'python3-all:any', 'python3-azure-kusto-data'] 136s autopkgtest: DBG: install-deps: satisfying debhelper-compat (= 13), dh-python, dh-sequence-python3, python3-adal, python3-all, python3-aioresponses, python3-asgiref, python3-azure (>= 20200519+git-1~), python3-dateutil, python3-ijson, python3-pandas, python3-pytest, python3-pytest-asyncio, python3-requests, python3-responses, python3-setuptools, build-essential:native, python3-all:any, python3-azure-kusto-data 136s autopkgtest: DBG: install-deps: architecture resolved: debhelper-compat (= 13), dh-python, dh-sequence-python3, python3-adal, python3-all, python3-aioresponses, python3-asgiref, python3-azure (>= 20200519+git-1~), python3-dateutil, python3-ijson, python3-pandas, python3-pytest, python3-pytest-asyncio, python3-requests, python3-responses, python3-setuptools, build-essential, python3-all:any, python3-azure-kusto-data 136s autopkgtest: DBG: testbed command ['test', '-w', '/var/lib/dpkg/status'], kind short, sout raw, serr raw, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: can use apt-get on testbed: True 137s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yxNDP2'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.fmbb4vup/out/1-autopkgtest-satdep.deb /tmp/autopkgtest.yxNDP2/1-autopkgtest-satdep.deb 137s autopkgtest: DBG: got reply from testbed: ok 137s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.yxNDP2/1-autopkgtest-satdep.deb'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '/usr/bin/eatmydata apt-get install --assume-yes /tmp/autopkgtest.yxNDP2/1-autopkgtest-satdep.deb -o APT::Status-Fd=3 -o APT::Install-Recommends=false -o Dpkg::Options::=--force-confnew -o Debug::pkgProblemResolver=true 3>&2 2>&1'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 137s Reading package lists... 137s Building dependency tree... 137s Reading state information... 137s Starting pkgProblemResolver with broken count: 0 137s Starting 2 pkgProblemResolver with broken count: 0 137s Done 138s The following additional packages will be installed: 138s autoconf automake autopoint autotools-dev build-essential cpp cpp-14 138s cpp-14-x86-64-linux-gnu cpp-x86-64-linux-gnu debhelper debugedit 138s dh-autoreconf dh-python dh-strip-nondeterminism dwz fontconfig-config 138s fonts-dejavu-core fonts-dejavu-mono g++ g++-14 g++-14-x86-64-linux-gnu 138s g++-x86-64-linux-gnu gcc gcc-14 gcc-14-x86-64-linux-gnu gcc-x86-64-linux-gnu 138s gettext gir1.2-secret-1 intltool-debian libarchive-zip-perl libasan8 138s libblas3 libcairo-gobject2 libcairo2 libcc1-0 libdebhelper-perl 138s libfile-stripnondeterminism-perl libfontconfig1 libgcc-14-dev libgfortran5 138s libgomp1 libhwasan0 libisl23 libitm1 liblapack3 liblsan0 libmpc3 138s libpixman-1-0 libpython3.13-minimal libpython3.13-stdlib libquadmath0 138s libsecret-1-0 libsecret-common libstdc++-14-dev libtool libtsan2 libubsan1 138s libxcb-render0 libxcb-shm0 libxrender1 libyajl2 m4 po-debconf python3-adal 138s python3-aiohttp python3-aioresponses python3-aiosignal python3-all 138s python3-asgiref python3-async-generator python3-async-timeout python3-avro 138s python3-azure python3-azure-kusto-data python3-azure-storage python3-cairo 138s python3-click python3-colorama python3-dateutil python3-dnspython 138s python3-frozenlist python3-gi-cairo python3-ijson python3-iniconfig 138s python3-isodate python3-joblib python3-marshmallow python3-msal 138s python3-msal-extensions python3-msrest python3-msrestazure python3-multidict 138s python3-nltk python3-numpy python3-packaging python3-pandas 138s python3-pandas-lib python3-pluggy python3-portalocker python3-psutil 138s python3-pytest python3-pytest-asyncio python3-regex 138s python3-requests-oauthlib python3-responses python3-ruamel.yaml 138s python3-ruamel.yaml.clib python3-six python3-strictyaml python3-tqdm 138s python3-tz python3-websocket python3-yarl python3.13 python3.13-minimal 138s Suggested packages: 138s autoconf-archive gnu-standards autoconf-doc cpp-doc gcc-14-locales 138s cpp-14-doc dh-make flit python3-build python3-installer python3-wheel 138s g++-multilib g++-14-multilib gcc-14-doc gcc-multilib manpages-dev flex bison 138s gdb gcc-doc gcc-14-multilib gdb-x86-64-linux-gnu gettext-doc libasprintf-dev 138s libgettextpo-dev libstdc++-14-doc libtool-doc gfortran | fortran95-compiler 138s gcj-jdk m4-doc libmail-box-perl python-azure-doc python3-trio 138s python3-aioquic python3-h2 python3-httpx python3-httpcore python-joblib-doc 138s gfortran python-numpy-doc python3-dev python-pandas-doc python3-statsmodels 138s python3.13-venv python3.13-doc binfmt-support 138s Recommended packages: 138s libarchive-cpio-perl libltdl-dev libmail-sendmail-perl libjs-jquery 138s python3-aiodns python3-simplejson prover9 python3-tk python3-scipy 138s python3-matplotlib python3-bottleneck python3-numexpr python3-odf 138s python3-openpyxl python3-bs4 python3-html5lib python3-lxml python3-tables 138s python3-numba 138s The following NEW packages will be installed: 138s autoconf automake autopkgtest-satdep autopoint autotools-dev build-essential 138s cpp cpp-14 cpp-14-x86-64-linux-gnu cpp-x86-64-linux-gnu debhelper debugedit 138s dh-autoreconf dh-python dh-strip-nondeterminism dwz fontconfig-config 138s fonts-dejavu-core fonts-dejavu-mono g++ g++-14 g++-14-x86-64-linux-gnu 138s g++-x86-64-linux-gnu gcc gcc-14 gcc-14-x86-64-linux-gnu gcc-x86-64-linux-gnu 138s gettext gir1.2-secret-1 intltool-debian libarchive-zip-perl libasan8 138s libblas3 libcairo-gobject2 libcairo2 libcc1-0 libdebhelper-perl 138s libfile-stripnondeterminism-perl libfontconfig1 libgcc-14-dev libgfortran5 138s libgomp1 libhwasan0 libisl23 libitm1 liblapack3 liblsan0 libmpc3 138s libpixman-1-0 libpython3.13-minimal libpython3.13-stdlib libquadmath0 138s libsecret-1-0 libsecret-common libstdc++-14-dev libtool libtsan2 libubsan1 138s libxcb-render0 libxcb-shm0 libxrender1 libyajl2 m4 po-debconf python3-adal 138s python3-aiohttp python3-aioresponses python3-aiosignal python3-all 138s python3-asgiref python3-async-generator python3-async-timeout python3-avro 138s python3-azure python3-azure-kusto-data python3-azure-storage python3-cairo 138s python3-click python3-colorama python3-dateutil python3-dnspython 138s python3-frozenlist python3-gi-cairo python3-ijson python3-iniconfig 138s python3-isodate python3-joblib python3-marshmallow python3-msal 138s python3-msal-extensions python3-msrest python3-msrestazure python3-multidict 138s python3-nltk python3-numpy python3-packaging python3-pandas 138s python3-pandas-lib python3-pluggy python3-portalocker python3-psutil 138s python3-pytest python3-pytest-asyncio python3-regex 138s python3-requests-oauthlib python3-responses python3-ruamel.yaml 138s python3-ruamel.yaml.clib python3-six python3-strictyaml python3-tqdm 138s python3-tz python3-websocket python3-yarl python3.13 python3.13-minimal 138s 0 upgraded, 116 newly installed, 0 to remove and 0 not upgraded. 138s Need to get 116 MB/116 MB of archives. 138s After this operation, 1159 MB of additional disk space will be used. 138s Get:1 /tmp/autopkgtest.yxNDP2/1-autopkgtest-satdep.deb autopkgtest-satdep amd64 0 [860 B] 138s Get:2 http://ftpmaster.internal/ubuntu plucky/main amd64 libpython3.13-minimal amd64 3.13.0-2 [879 kB] 138s Get:3 http://ftpmaster.internal/ubuntu plucky/main amd64 python3.13-minimal amd64 3.13.0-2 [2188 kB] 138s Get:4 http://ftpmaster.internal/ubuntu plucky/main amd64 m4 amd64 1.4.19-4build1 [244 kB] 138s Get:5 http://ftpmaster.internal/ubuntu plucky/main amd64 autoconf all 2.72-3 [382 kB] 138s Get:6 http://ftpmaster.internal/ubuntu plucky/main amd64 autotools-dev all 20220109.1 [44.9 kB] 138s Get:7 http://ftpmaster.internal/ubuntu plucky/main amd64 automake all 1:1.16.5-1.3ubuntu1 [558 kB] 138s Get:8 http://ftpmaster.internal/ubuntu plucky/main amd64 autopoint all 0.22.5-2 [616 kB] 138s Get:9 http://ftpmaster.internal/ubuntu plucky/main amd64 libisl23 amd64 0.27-1 [685 kB] 138s Get:10 http://ftpmaster.internal/ubuntu plucky/main amd64 libmpc3 amd64 1.3.1-1build2 [55.3 kB] 138s Get:11 http://ftpmaster.internal/ubuntu plucky/main amd64 cpp-14-x86-64-linux-gnu amd64 14.2.0-8ubuntu1 [11.9 MB] 138s Get:12 http://ftpmaster.internal/ubuntu plucky/main amd64 cpp-14 amd64 14.2.0-8ubuntu1 [1030 B] 138s Get:13 http://ftpmaster.internal/ubuntu plucky/main amd64 cpp-x86-64-linux-gnu amd64 4:14.1.0-2ubuntu1 [5452 B] 139s Get:14 http://ftpmaster.internal/ubuntu plucky/main amd64 cpp amd64 4:14.1.0-2ubuntu1 [22.4 kB] 139s Get:15 http://ftpmaster.internal/ubuntu plucky/main amd64 libcc1-0 amd64 14.2.0-8ubuntu1 [47.6 kB] 139s Get:16 http://ftpmaster.internal/ubuntu plucky/main amd64 libgomp1 amd64 14.2.0-8ubuntu1 [148 kB] 139s Get:17 http://ftpmaster.internal/ubuntu plucky/main amd64 libitm1 amd64 14.2.0-8ubuntu1 [29.1 kB] 139s Get:18 http://ftpmaster.internal/ubuntu plucky/main amd64 libasan8 amd64 14.2.0-8ubuntu1 [2998 kB] 139s Get:19 http://ftpmaster.internal/ubuntu plucky/main amd64 liblsan0 amd64 14.2.0-8ubuntu1 [1317 kB] 139s Get:20 http://ftpmaster.internal/ubuntu plucky/main amd64 libtsan2 amd64 14.2.0-8ubuntu1 [2732 kB] 139s Get:21 http://ftpmaster.internal/ubuntu plucky/main amd64 libubsan1 amd64 14.2.0-8ubuntu1 [1177 kB] 139s Get:22 http://ftpmaster.internal/ubuntu plucky/main amd64 libhwasan0 amd64 14.2.0-8ubuntu1 [1634 kB] 139s Get:23 http://ftpmaster.internal/ubuntu plucky/main amd64 libquadmath0 amd64 14.2.0-8ubuntu1 [153 kB] 139s Get:24 http://ftpmaster.internal/ubuntu plucky/main amd64 libgcc-14-dev amd64 14.2.0-8ubuntu1 [2814 kB] 139s Get:25 http://ftpmaster.internal/ubuntu plucky/main amd64 gcc-14-x86-64-linux-gnu amd64 14.2.0-8ubuntu1 [23.3 MB] 139s Get:26 http://ftpmaster.internal/ubuntu plucky/main amd64 gcc-14 amd64 14.2.0-8ubuntu1 [528 kB] 139s Get:27 http://ftpmaster.internal/ubuntu plucky/main amd64 gcc-x86-64-linux-gnu amd64 4:14.1.0-2ubuntu1 [1214 B] 139s Get:28 http://ftpmaster.internal/ubuntu plucky/main amd64 gcc amd64 4:14.1.0-2ubuntu1 [5000 B] 139s Get:29 http://ftpmaster.internal/ubuntu plucky/main amd64 libstdc++-14-dev amd64 14.2.0-8ubuntu1 [2504 kB] 139s Get:30 http://ftpmaster.internal/ubuntu plucky/main amd64 g++-14-x86-64-linux-gnu amd64 14.2.0-8ubuntu1 [13.3 MB] 139s Get:31 http://ftpmaster.internal/ubuntu plucky/main amd64 g++-14 amd64 14.2.0-8ubuntu1 [19.9 kB] 139s Get:32 http://ftpmaster.internal/ubuntu plucky/main amd64 g++-x86-64-linux-gnu amd64 4:14.1.0-2ubuntu1 [966 B] 139s Get:33 http://ftpmaster.internal/ubuntu plucky/main amd64 g++ amd64 4:14.1.0-2ubuntu1 [1100 B] 139s Get:34 http://ftpmaster.internal/ubuntu plucky/main amd64 build-essential amd64 12.10ubuntu1 [4928 B] 139s Get:35 http://ftpmaster.internal/ubuntu plucky/main amd64 libdebhelper-perl all 13.20ubuntu1 [94.2 kB] 139s Get:36 http://ftpmaster.internal/ubuntu plucky/main amd64 libtool all 2.4.7-7build1 [166 kB] 139s Get:37 http://ftpmaster.internal/ubuntu plucky/main amd64 dh-autoreconf all 20 [16.1 kB] 139s Get:38 http://ftpmaster.internal/ubuntu plucky/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB] 139s Get:39 http://ftpmaster.internal/ubuntu plucky/main amd64 libfile-stripnondeterminism-perl all 1.14.0-1 [20.1 kB] 139s Get:40 http://ftpmaster.internal/ubuntu plucky/main amd64 dh-strip-nondeterminism all 1.14.0-1 [5058 B] 139s Get:41 http://ftpmaster.internal/ubuntu plucky/main amd64 debugedit amd64 1:5.1-1 [46.9 kB] 139s Get:42 http://ftpmaster.internal/ubuntu plucky/main amd64 dwz amd64 0.15-1build6 [115 kB] 139s Get:43 http://ftpmaster.internal/ubuntu plucky/main amd64 gettext amd64 0.22.5-2 [948 kB] 139s Get:44 http://ftpmaster.internal/ubuntu plucky/main amd64 intltool-debian all 0.35.0+20060710.6 [23.2 kB] 139s Get:45 http://ftpmaster.internal/ubuntu plucky/main amd64 po-debconf all 1.0.21+nmu1 [233 kB] 139s Get:46 http://ftpmaster.internal/ubuntu plucky/main amd64 debhelper all 13.20ubuntu1 [893 kB] 139s Get:47 http://ftpmaster.internal/ubuntu plucky/universe amd64 dh-python all 6.20241024 [112 kB] 139s Get:48 http://ftpmaster.internal/ubuntu plucky/main amd64 fonts-dejavu-mono all 2.37-8 [502 kB] 139s Get:49 http://ftpmaster.internal/ubuntu plucky/main amd64 fonts-dejavu-core all 2.37-8 [835 kB] 139s Get:50 http://ftpmaster.internal/ubuntu plucky/main amd64 fontconfig-config amd64 2.15.0-1.1ubuntu2 [37.3 kB] 139s Get:51 http://ftpmaster.internal/ubuntu plucky/main amd64 libsecret-common all 0.21.4-3 [4966 B] 139s Get:52 http://ftpmaster.internal/ubuntu plucky/main amd64 libsecret-1-0 amd64 0.21.4-3 [116 kB] 139s Get:53 http://ftpmaster.internal/ubuntu plucky/main amd64 gir1.2-secret-1 amd64 0.21.4-3 [9386 B] 139s Get:54 http://ftpmaster.internal/ubuntu plucky/main amd64 libblas3 amd64 3.12.0-3build2 [247 kB] 139s Get:55 http://ftpmaster.internal/ubuntu plucky/main amd64 libfontconfig1 amd64 2.15.0-1.1ubuntu2 [139 kB] 139s Get:56 http://ftpmaster.internal/ubuntu plucky/main amd64 libpixman-1-0 amd64 0.44.0-3 [427 kB] 139s Get:57 http://ftpmaster.internal/ubuntu plucky/main amd64 libxcb-render0 amd64 1.17.0-2 [16.2 kB] 139s Get:58 http://ftpmaster.internal/ubuntu plucky/main amd64 libxcb-shm0 amd64 1.17.0-2 [5758 B] 139s Get:59 http://ftpmaster.internal/ubuntu plucky/main amd64 libxrender1 amd64 1:0.9.10-1.1build1 [19.0 kB] 139s Get:60 http://ftpmaster.internal/ubuntu plucky/main amd64 libcairo2 amd64 1.18.2-2 [569 kB] 139s Get:61 http://ftpmaster.internal/ubuntu plucky/main amd64 libcairo-gobject2 amd64 1.18.2-2 [127 kB] 139s Get:62 http://ftpmaster.internal/ubuntu plucky/main amd64 libgfortran5 amd64 14.2.0-8ubuntu1 [909 kB] 139s Get:63 http://ftpmaster.internal/ubuntu plucky/main amd64 liblapack3 amd64 3.12.0-3build2 [2668 kB] 139s Get:64 http://ftpmaster.internal/ubuntu plucky/main amd64 libpython3.13-stdlib amd64 3.13.0-2 [2107 kB] 139s Get:65 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-six all 1.16.0-7 [13.1 kB] 139s Get:66 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-dateutil all 2.9.0-2 [80.3 kB] 139s Get:67 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-adal all 1.2.7-5 [33.0 kB] 139s Get:68 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-multidict amd64 6.1.0-1 [34.3 kB] 139s Get:69 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-yarl amd64 1.9.4-1 [71.8 kB] 139s Get:70 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-async-timeout all 4.0.3-1 [6412 B] 139s Get:71 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-frozenlist amd64 1.5.0-1 [53.2 kB] 139s Get:72 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-aiosignal all 1.3.1-1 [5172 B] 139s Get:73 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-aiohttp amd64 3.9.5-1 [285 kB] 139s Get:74 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-packaging all 24.1-1 [41.4 kB] 139s Get:75 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-aioresponses all 0.7.6-2 [10.9 kB] 139s Get:76 http://ftpmaster.internal/ubuntu plucky/main amd64 python3.13 amd64 3.13.0-2 [719 kB] 139s Get:77 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3-all amd64 3.12.7-1 [890 B] 139s Get:78 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-asgiref all 3.8.1-1 [24.8 kB] 139s Get:79 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-async-generator all 1.10-4 [17.5 kB] 139s Get:80 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-avro all 1.12.0+dfsg-1 [75.3 kB] 139s Get:81 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-isodate all 0.6.1-3 [24.3 kB] 139s Get:82 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-requests-oauthlib all 1.3.1-1 [18.8 kB] 139s Get:83 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-msrest all 0.6.21-4 [48.6 kB] 139s Get:84 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-msrestazure all 0.6.4-3 [27.0 kB] 139s Get:85 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-azure-storage all 20241111+git-1 [297 kB] 139s Get:86 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-colorama all 0.4.6-4 [32.1 kB] 139s Get:87 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-dnspython all 2.6.1-1ubuntu1 [163 kB] 139s Get:88 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-marshmallow all 3.20.1-1.1 [46.0 kB] 139s Get:89 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-msal all 1.31.0-1 [99.4 kB] 139s Get:90 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-portalocker all 2.2.1-1 [17.2 kB] 139s Get:91 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-cairo amd64 1.26.1-2 [119 kB] 139s Get:92 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-gi-cairo amd64 3.50.0-3 [8218 B] 139s Get:93 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-msal-extensions all 1.2.0-1 [17.6 kB] 139s Get:94 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-click all 8.1.7-2 [79.5 kB] 139s Get:95 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-joblib all 1.3.2-5 [206 kB] 139s Get:96 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-regex amd64 0.1.20240724-1 [299 kB] 139s Get:97 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-tqdm all 4.67.0-1 [91.6 kB] 139s Get:98 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-nltk all 3.9.1-2 [1006 kB] 139s Get:99 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-psutil amd64 5.9.8-2build2 [195 kB] 139s Get:100 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-ruamel.yaml.clib amd64 0.2.8+ds-2 [138 kB] 139s Get:101 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-ruamel.yaml all 0.18.6+ds-3 [126 kB] 139s Get:102 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-strictyaml all 1.6.1-3 [89.1 kB] 139s Get:103 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-websocket all 1.8.0-2 [38.5 kB] 139s Get:104 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-azure all 20241111+git-1 [16.7 MB] 140s Get:105 http://ftpmaster.internal/ubuntu plucky/main amd64 libyajl2 amd64 2.1.0-5build1 [20.2 kB] 140s Get:106 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-ijson amd64 3.3.0-1 [36.7 kB] 140s Get:107 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-azure-kusto-data all 4.6.1-1 [36.1 kB] 140s Get:108 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 140s Get:109 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-numpy amd64 1:1.26.4+ds-11build1 [4479 kB] 140s Get:110 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-tz all 2024.1-2 [31.4 kB] 140s Get:111 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-pandas-lib amd64 2.2.3+dfsg-5 [5087 kB] 140s Get:112 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-pandas all 2.2.3+dfsg-5 [3112 kB] 140s Get:113 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-pluggy all 1.5.0-1 [21.0 kB] 140s Get:114 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-pytest all 8.3.3-1 [251 kB] 140s Get:115 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-pytest-asyncio all 0.20.3-1.3 [10.7 kB] 140s Get:116 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-responses all 0.25.3-1 [54.3 kB] 141s Fetched 116 MB in 2s (58.1 MB/s) 141s Selecting previously unselected package libpython3.13-minimal:amd64. 141s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 75548 files and directories currently installed.) 141s Preparing to unpack .../000-libpython3.13-minimal_3.13.0-2_amd64.deb ... 141s Unpacking libpython3.13-minimal:amd64 (3.13.0-2) ... 141s Selecting previously unselected package python3.13-minimal. 141s Preparing to unpack .../001-python3.13-minimal_3.13.0-2_amd64.deb ... 141s Unpacking python3.13-minimal (3.13.0-2) ... 141s Selecting previously unselected package m4. 141s Preparing to unpack .../002-m4_1.4.19-4build1_amd64.deb ... 141s Unpacking m4 (1.4.19-4build1) ... 141s Selecting previously unselected package autoconf. 141s Preparing to unpack .../003-autoconf_2.72-3_all.deb ... 141s Unpacking autoconf (2.72-3) ... 141s Selecting previously unselected package autotools-dev. 141s Preparing to unpack .../004-autotools-dev_20220109.1_all.deb ... 141s Unpacking autotools-dev (20220109.1) ... 141s Selecting previously unselected package automake. 141s Preparing to unpack .../005-automake_1%3a1.16.5-1.3ubuntu1_all.deb ... 141s Unpacking automake (1:1.16.5-1.3ubuntu1) ... 141s Selecting previously unselected package autopoint. 141s Preparing to unpack .../006-autopoint_0.22.5-2_all.deb ... 141s Unpacking autopoint (0.22.5-2) ... 141s Selecting previously unselected package libisl23:amd64. 141s Preparing to unpack .../007-libisl23_0.27-1_amd64.deb ... 141s Unpacking libisl23:amd64 (0.27-1) ... 141s Selecting previously unselected package libmpc3:amd64. 141s Preparing to unpack .../008-libmpc3_1.3.1-1build2_amd64.deb ... 141s Unpacking libmpc3:amd64 (1.3.1-1build2) ... 141s Selecting previously unselected package cpp-14-x86-64-linux-gnu. 141s Preparing to unpack .../009-cpp-14-x86-64-linux-gnu_14.2.0-8ubuntu1_amd64.deb ... 141s Unpacking cpp-14-x86-64-linux-gnu (14.2.0-8ubuntu1) ... 141s Selecting previously unselected package cpp-14. 141s Preparing to unpack .../010-cpp-14_14.2.0-8ubuntu1_amd64.deb ... 141s Unpacking cpp-14 (14.2.0-8ubuntu1) ... 141s Selecting previously unselected package cpp-x86-64-linux-gnu. 141s Preparing to unpack .../011-cpp-x86-64-linux-gnu_4%3a14.1.0-2ubuntu1_amd64.deb ... 141s Unpacking cpp-x86-64-linux-gnu (4:14.1.0-2ubuntu1) ... 141s Selecting previously unselected package cpp. 141s Preparing to unpack .../012-cpp_4%3a14.1.0-2ubuntu1_amd64.deb ... 141s Unpacking cpp (4:14.1.0-2ubuntu1) ... 141s Selecting previously unselected package libcc1-0:amd64. 141s Preparing to unpack .../013-libcc1-0_14.2.0-8ubuntu1_amd64.deb ... 141s Unpacking libcc1-0:amd64 (14.2.0-8ubuntu1) ... 141s Selecting previously unselected package libgomp1:amd64. 141s Preparing to unpack .../014-libgomp1_14.2.0-8ubuntu1_amd64.deb ... 141s Unpacking libgomp1:amd64 (14.2.0-8ubuntu1) ... 141s Selecting previously unselected package libitm1:amd64. 141s Preparing to unpack .../015-libitm1_14.2.0-8ubuntu1_amd64.deb ... 141s Unpacking libitm1:amd64 (14.2.0-8ubuntu1) ... 141s Selecting previously unselected package libasan8:amd64. 141s Preparing to unpack .../016-libasan8_14.2.0-8ubuntu1_amd64.deb ... 141s Unpacking libasan8:amd64 (14.2.0-8ubuntu1) ... 142s Selecting previously unselected package liblsan0:amd64. 142s Preparing to unpack .../017-liblsan0_14.2.0-8ubuntu1_amd64.deb ... 142s Unpacking liblsan0:amd64 (14.2.0-8ubuntu1) ... 142s Selecting previously unselected package libtsan2:amd64. 142s Preparing to unpack .../018-libtsan2_14.2.0-8ubuntu1_amd64.deb ... 142s Unpacking libtsan2:amd64 (14.2.0-8ubuntu1) ... 142s Selecting previously unselected package libubsan1:amd64. 142s Preparing to unpack .../019-libubsan1_14.2.0-8ubuntu1_amd64.deb ... 142s Unpacking libubsan1:amd64 (14.2.0-8ubuntu1) ... 142s Selecting previously unselected package libhwasan0:amd64. 142s Preparing to unpack .../020-libhwasan0_14.2.0-8ubuntu1_amd64.deb ... 142s Unpacking libhwasan0:amd64 (14.2.0-8ubuntu1) ... 142s Selecting previously unselected package libquadmath0:amd64. 142s Preparing to unpack .../021-libquadmath0_14.2.0-8ubuntu1_amd64.deb ... 142s Unpacking libquadmath0:amd64 (14.2.0-8ubuntu1) ... 142s Selecting previously unselected package libgcc-14-dev:amd64. 142s Preparing to unpack .../022-libgcc-14-dev_14.2.0-8ubuntu1_amd64.deb ... 142s Unpacking libgcc-14-dev:amd64 (14.2.0-8ubuntu1) ... 142s Selecting previously unselected package gcc-14-x86-64-linux-gnu. 142s Preparing to unpack .../023-gcc-14-x86-64-linux-gnu_14.2.0-8ubuntu1_amd64.deb ... 142s Unpacking gcc-14-x86-64-linux-gnu (14.2.0-8ubuntu1) ... 142s Selecting previously unselected package gcc-14. 142s Preparing to unpack .../024-gcc-14_14.2.0-8ubuntu1_amd64.deb ... 142s Unpacking gcc-14 (14.2.0-8ubuntu1) ... 142s Selecting previously unselected package gcc-x86-64-linux-gnu. 142s Preparing to unpack .../025-gcc-x86-64-linux-gnu_4%3a14.1.0-2ubuntu1_amd64.deb ... 142s Unpacking gcc-x86-64-linux-gnu (4:14.1.0-2ubuntu1) ... 142s Selecting previously unselected package gcc. 142s Preparing to unpack .../026-gcc_4%3a14.1.0-2ubuntu1_amd64.deb ... 142s Unpacking gcc (4:14.1.0-2ubuntu1) ... 142s Selecting previously unselected package libstdc++-14-dev:amd64. 142s Preparing to unpack .../027-libstdc++-14-dev_14.2.0-8ubuntu1_amd64.deb ... 142s Unpacking libstdc++-14-dev:amd64 (14.2.0-8ubuntu1) ... 143s Selecting previously unselected package g++-14-x86-64-linux-gnu. 143s Preparing to unpack .../028-g++-14-x86-64-linux-gnu_14.2.0-8ubuntu1_amd64.deb ... 143s Unpacking g++-14-x86-64-linux-gnu (14.2.0-8ubuntu1) ... 143s Selecting previously unselected package g++-14. 143s Preparing to unpack .../029-g++-14_14.2.0-8ubuntu1_amd64.deb ... 143s Unpacking g++-14 (14.2.0-8ubuntu1) ... 143s Selecting previously unselected package g++-x86-64-linux-gnu. 143s Preparing to unpack .../030-g++-x86-64-linux-gnu_4%3a14.1.0-2ubuntu1_amd64.deb ... 143s Unpacking g++-x86-64-linux-gnu (4:14.1.0-2ubuntu1) ... 143s Selecting previously unselected package g++. 143s Preparing to unpack .../031-g++_4%3a14.1.0-2ubuntu1_amd64.deb ... 143s Unpacking g++ (4:14.1.0-2ubuntu1) ... 143s Selecting previously unselected package build-essential. 143s Preparing to unpack .../032-build-essential_12.10ubuntu1_amd64.deb ... 143s Unpacking build-essential (12.10ubuntu1) ... 143s Selecting previously unselected package libdebhelper-perl. 143s Preparing to unpack .../033-libdebhelper-perl_13.20ubuntu1_all.deb ... 143s Unpacking libdebhelper-perl (13.20ubuntu1) ... 143s Selecting previously unselected package libtool. 143s Preparing to unpack .../034-libtool_2.4.7-7build1_all.deb ... 143s Unpacking libtool (2.4.7-7build1) ... 143s Selecting previously unselected package dh-autoreconf. 143s Preparing to unpack .../035-dh-autoreconf_20_all.deb ... 143s Unpacking dh-autoreconf (20) ... 143s Selecting previously unselected package libarchive-zip-perl. 143s Preparing to unpack .../036-libarchive-zip-perl_1.68-1_all.deb ... 143s Unpacking libarchive-zip-perl (1.68-1) ... 143s Selecting previously unselected package libfile-stripnondeterminism-perl. 143s Preparing to unpack .../037-libfile-stripnondeterminism-perl_1.14.0-1_all.deb ... 143s Unpacking libfile-stripnondeterminism-perl (1.14.0-1) ... 143s Selecting previously unselected package dh-strip-nondeterminism. 143s Preparing to unpack .../038-dh-strip-nondeterminism_1.14.0-1_all.deb ... 143s Unpacking dh-strip-nondeterminism (1.14.0-1) ... 143s Selecting previously unselected package debugedit. 143s Preparing to unpack .../039-debugedit_1%3a5.1-1_amd64.deb ... 143s Unpacking debugedit (1:5.1-1) ... 143s Selecting previously unselected package dwz. 143s Preparing to unpack .../040-dwz_0.15-1build6_amd64.deb ... 143s Unpacking dwz (0.15-1build6) ... 143s Selecting previously unselected package gettext. 143s Preparing to unpack .../041-gettext_0.22.5-2_amd64.deb ... 143s Unpacking gettext (0.22.5-2) ... 143s Selecting previously unselected package intltool-debian. 143s Preparing to unpack .../042-intltool-debian_0.35.0+20060710.6_all.deb ... 143s Unpacking intltool-debian (0.35.0+20060710.6) ... 143s Selecting previously unselected package po-debconf. 143s Preparing to unpack .../043-po-debconf_1.0.21+nmu1_all.deb ... 143s Unpacking po-debconf (1.0.21+nmu1) ... 143s Selecting previously unselected package debhelper. 143s Preparing to unpack .../044-debhelper_13.20ubuntu1_all.deb ... 143s Unpacking debhelper (13.20ubuntu1) ... 143s Selecting previously unselected package dh-python. 144s Preparing to unpack .../045-dh-python_6.20241024_all.deb ... 144s Unpacking dh-python (6.20241024) ... 144s Selecting previously unselected package fonts-dejavu-mono. 144s Preparing to unpack .../046-fonts-dejavu-mono_2.37-8_all.deb ... 144s Unpacking fonts-dejavu-mono (2.37-8) ... 144s Selecting previously unselected package fonts-dejavu-core. 144s Preparing to unpack .../047-fonts-dejavu-core_2.37-8_all.deb ... 144s Unpacking fonts-dejavu-core (2.37-8) ... 144s Selecting previously unselected package fontconfig-config. 144s Preparing to unpack .../048-fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb ... 144s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 144s Selecting previously unselected package libsecret-common. 144s Preparing to unpack .../049-libsecret-common_0.21.4-3_all.deb ... 144s Unpacking libsecret-common (0.21.4-3) ... 144s Selecting previously unselected package libsecret-1-0:amd64. 144s Preparing to unpack .../050-libsecret-1-0_0.21.4-3_amd64.deb ... 144s Unpacking libsecret-1-0:amd64 (0.21.4-3) ... 144s Selecting previously unselected package gir1.2-secret-1:amd64. 144s Preparing to unpack .../051-gir1.2-secret-1_0.21.4-3_amd64.deb ... 144s Unpacking gir1.2-secret-1:amd64 (0.21.4-3) ... 144s Selecting previously unselected package libblas3:amd64. 144s Preparing to unpack .../052-libblas3_3.12.0-3build2_amd64.deb ... 144s Unpacking libblas3:amd64 (3.12.0-3build2) ... 144s Selecting previously unselected package libfontconfig1:amd64. 144s Preparing to unpack .../053-libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb ... 144s Unpacking libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ... 144s Selecting previously unselected package libpixman-1-0:amd64. 144s Preparing to unpack .../054-libpixman-1-0_0.44.0-3_amd64.deb ... 144s Unpacking libpixman-1-0:amd64 (0.44.0-3) ... 144s Selecting previously unselected package libxcb-render0:amd64. 144s Preparing to unpack .../055-libxcb-render0_1.17.0-2_amd64.deb ... 144s Unpacking libxcb-render0:amd64 (1.17.0-2) ... 144s Selecting previously unselected package libxcb-shm0:amd64. 144s Preparing to unpack .../056-libxcb-shm0_1.17.0-2_amd64.deb ... 144s Unpacking libxcb-shm0:amd64 (1.17.0-2) ... 144s Selecting previously unselected package libxrender1:amd64. 144s Preparing to unpack .../057-libxrender1_1%3a0.9.10-1.1build1_amd64.deb ... 144s Unpacking libxrender1:amd64 (1:0.9.10-1.1build1) ... 144s Selecting previously unselected package libcairo2:amd64. 144s Preparing to unpack .../058-libcairo2_1.18.2-2_amd64.deb ... 144s Unpacking libcairo2:amd64 (1.18.2-2) ... 144s Selecting previously unselected package libcairo-gobject2:amd64. 144s Preparing to unpack .../059-libcairo-gobject2_1.18.2-2_amd64.deb ... 144s Unpacking libcairo-gobject2:amd64 (1.18.2-2) ... 144s Selecting previously unselected package libgfortran5:amd64. 144s Preparing to unpack .../060-libgfortran5_14.2.0-8ubuntu1_amd64.deb ... 144s Unpacking libgfortran5:amd64 (14.2.0-8ubuntu1) ... 144s Selecting previously unselected package liblapack3:amd64. 144s Preparing to unpack .../061-liblapack3_3.12.0-3build2_amd64.deb ... 144s Unpacking liblapack3:amd64 (3.12.0-3build2) ... 144s Selecting previously unselected package libpython3.13-stdlib:amd64. 144s Preparing to unpack .../062-libpython3.13-stdlib_3.13.0-2_amd64.deb ... 144s Unpacking libpython3.13-stdlib:amd64 (3.13.0-2) ... 144s Selecting previously unselected package python3-six. 144s Preparing to unpack .../063-python3-six_1.16.0-7_all.deb ... 144s Unpacking python3-six (1.16.0-7) ... 145s Selecting previously unselected package python3-dateutil. 145s Preparing to unpack .../064-python3-dateutil_2.9.0-2_all.deb ... 145s Unpacking python3-dateutil (2.9.0-2) ... 145s Selecting previously unselected package python3-adal. 145s Preparing to unpack .../065-python3-adal_1.2.7-5_all.deb ... 145s Unpacking python3-adal (1.2.7-5) ... 145s Selecting previously unselected package python3-multidict. 145s Preparing to unpack .../066-python3-multidict_6.1.0-1_amd64.deb ... 145s Unpacking python3-multidict (6.1.0-1) ... 145s Selecting previously unselected package python3-yarl. 145s Preparing to unpack .../067-python3-yarl_1.9.4-1_amd64.deb ... 145s Unpacking python3-yarl (1.9.4-1) ... 145s Selecting previously unselected package python3-async-timeout. 145s Preparing to unpack .../068-python3-async-timeout_4.0.3-1_all.deb ... 145s Unpacking python3-async-timeout (4.0.3-1) ... 145s Selecting previously unselected package python3-frozenlist. 145s Preparing to unpack .../069-python3-frozenlist_1.5.0-1_amd64.deb ... 145s Unpacking python3-frozenlist (1.5.0-1) ... 145s Selecting previously unselected package python3-aiosignal. 145s Preparing to unpack .../070-python3-aiosignal_1.3.1-1_all.deb ... 145s Unpacking python3-aiosignal (1.3.1-1) ... 145s Selecting previously unselected package python3-aiohttp. 145s Preparing to unpack .../071-python3-aiohttp_3.9.5-1_amd64.deb ... 145s Unpacking python3-aiohttp (3.9.5-1) ... 145s Selecting previously unselected package python3-packaging. 145s Preparing to unpack .../072-python3-packaging_24.1-1_all.deb ... 145s Unpacking python3-packaging (24.1-1) ... 145s Selecting previously unselected package python3-aioresponses. 145s Preparing to unpack .../073-python3-aioresponses_0.7.6-2_all.deb ... 145s Unpacking python3-aioresponses (0.7.6-2) ... 145s Selecting previously unselected package python3.13. 145s Preparing to unpack .../074-python3.13_3.13.0-2_amd64.deb ... 145s Unpacking python3.13 (3.13.0-2) ... 145s Selecting previously unselected package python3-all. 145s Preparing to unpack .../075-python3-all_3.12.7-1_amd64.deb ... 145s Unpacking python3-all (3.12.7-1) ... 145s Selecting previously unselected package python3-asgiref. 145s Preparing to unpack .../076-python3-asgiref_3.8.1-1_all.deb ... 145s Unpacking python3-asgiref (3.8.1-1) ... 145s Selecting previously unselected package python3-async-generator. 145s Preparing to unpack .../077-python3-async-generator_1.10-4_all.deb ... 145s Unpacking python3-async-generator (1.10-4) ... 145s Selecting previously unselected package python3-avro. 145s Preparing to unpack .../078-python3-avro_1.12.0+dfsg-1_all.deb ... 145s Unpacking python3-avro (1.12.0+dfsg-1) ... 145s Selecting previously unselected package python3-isodate. 145s Preparing to unpack .../079-python3-isodate_0.6.1-3_all.deb ... 145s Unpacking python3-isodate (0.6.1-3) ... 145s Selecting previously unselected package python3-requests-oauthlib. 145s Preparing to unpack .../080-python3-requests-oauthlib_1.3.1-1_all.deb ... 145s Unpacking python3-requests-oauthlib (1.3.1-1) ... 145s Selecting previously unselected package python3-msrest. 145s Preparing to unpack .../081-python3-msrest_0.6.21-4_all.deb ... 145s Unpacking python3-msrest (0.6.21-4) ... 145s Selecting previously unselected package python3-msrestazure. 145s Preparing to unpack .../082-python3-msrestazure_0.6.4-3_all.deb ... 145s Unpacking python3-msrestazure (0.6.4-3) ... 145s Selecting previously unselected package python3-azure-storage. 145s Preparing to unpack .../083-python3-azure-storage_20241111+git-1_all.deb ... 145s Unpacking python3-azure-storage (20241111+git-1) ... 145s Selecting previously unselected package python3-colorama. 145s Preparing to unpack .../084-python3-colorama_0.4.6-4_all.deb ... 145s Unpacking python3-colorama (0.4.6-4) ... 145s Selecting previously unselected package python3-dnspython. 145s Preparing to unpack .../085-python3-dnspython_2.6.1-1ubuntu1_all.deb ... 145s Unpacking python3-dnspython (2.6.1-1ubuntu1) ... 145s Selecting previously unselected package python3-marshmallow. 145s Preparing to unpack .../086-python3-marshmallow_3.20.1-1.1_all.deb ... 145s Unpacking python3-marshmallow (3.20.1-1.1) ... 145s Selecting previously unselected package python3-msal. 145s Preparing to unpack .../087-python3-msal_1.31.0-1_all.deb ... 145s Unpacking python3-msal (1.31.0-1) ... 145s Selecting previously unselected package python3-portalocker. 145s Preparing to unpack .../088-python3-portalocker_2.2.1-1_all.deb ... 145s Unpacking python3-portalocker (2.2.1-1) ... 146s Selecting previously unselected package python3-cairo. 146s Preparing to unpack .../089-python3-cairo_1.26.1-2_amd64.deb ... 146s Unpacking python3-cairo (1.26.1-2) ... 146s Selecting previously unselected package python3-gi-cairo. 146s Preparing to unpack .../090-python3-gi-cairo_3.50.0-3_amd64.deb ... 146s Unpacking python3-gi-cairo (3.50.0-3) ... 146s Selecting previously unselected package python3-msal-extensions. 146s Preparing to unpack .../091-python3-msal-extensions_1.2.0-1_all.deb ... 146s Unpacking python3-msal-extensions (1.2.0-1) ... 146s Selecting previously unselected package python3-click. 146s Preparing to unpack .../092-python3-click_8.1.7-2_all.deb ... 146s Unpacking python3-click (8.1.7-2) ... 146s Selecting previously unselected package python3-joblib. 146s Preparing to unpack .../093-python3-joblib_1.3.2-5_all.deb ... 146s Unpacking python3-joblib (1.3.2-5) ... 146s Selecting previously unselected package python3-regex. 146s Preparing to unpack .../094-python3-regex_0.1.20240724-1_amd64.deb ... 146s Unpacking python3-regex (0.1.20240724-1) ... 146s Selecting previously unselected package python3-tqdm. 146s Preparing to unpack .../095-python3-tqdm_4.67.0-1_all.deb ... 146s Unpacking python3-tqdm (4.67.0-1) ... 146s Selecting previously unselected package python3-nltk. 146s Preparing to unpack .../096-python3-nltk_3.9.1-2_all.deb ... 146s Unpacking python3-nltk (3.9.1-2) ... 146s Selecting previously unselected package python3-psutil. 146s Preparing to unpack .../097-python3-psutil_5.9.8-2build2_amd64.deb ... 146s Unpacking python3-psutil (5.9.8-2build2) ... 146s Selecting previously unselected package python3-ruamel.yaml.clib:amd64. 146s Preparing to unpack .../098-python3-ruamel.yaml.clib_0.2.8+ds-2_amd64.deb ... 146s Unpacking python3-ruamel.yaml.clib:amd64 (0.2.8+ds-2) ... 146s Selecting previously unselected package python3-ruamel.yaml. 146s Preparing to unpack .../099-python3-ruamel.yaml_0.18.6+ds-3_all.deb ... 146s Unpacking python3-ruamel.yaml (0.18.6+ds-3) ... 146s Selecting previously unselected package python3-strictyaml. 146s Preparing to unpack .../100-python3-strictyaml_1.6.1-3_all.deb ... 146s Unpacking python3-strictyaml (1.6.1-3) ... 146s Selecting previously unselected package python3-websocket. 146s Preparing to unpack .../101-python3-websocket_1.8.0-2_all.deb ... 146s Unpacking python3-websocket (1.8.0-2) ... 146s Selecting previously unselected package python3-azure. 146s Preparing to unpack .../102-python3-azure_20241111+git-1_all.deb ... 146s Unpacking python3-azure (20241111+git-1) ... 153s Selecting previously unselected package libyajl2:amd64. 153s Preparing to unpack .../103-libyajl2_2.1.0-5build1_amd64.deb ... 153s Unpacking libyajl2:amd64 (2.1.0-5build1) ... 153s Selecting previously unselected package python3-ijson. 153s Preparing to unpack .../104-python3-ijson_3.3.0-1_amd64.deb ... 153s Unpacking python3-ijson (3.3.0-1) ... 153s Selecting previously unselected package python3-azure-kusto-data. 153s Preparing to unpack .../105-python3-azure-kusto-data_4.6.1-1_all.deb ... 153s Unpacking python3-azure-kusto-data (4.6.1-1) ... 153s Selecting previously unselected package python3-iniconfig. 153s Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 153s Unpacking python3-iniconfig (1.1.1-2) ... 153s Selecting previously unselected package python3-numpy. 153s Preparing to unpack .../107-python3-numpy_1%3a1.26.4+ds-11build1_amd64.deb ... 153s Unpacking python3-numpy (1:1.26.4+ds-11build1) ... 153s Selecting previously unselected package python3-tz. 153s Preparing to unpack .../108-python3-tz_2024.1-2_all.deb ... 153s Unpacking python3-tz (2024.1-2) ... 153s Selecting previously unselected package python3-pandas-lib:amd64. 154s Preparing to unpack .../109-python3-pandas-lib_2.2.3+dfsg-5_amd64.deb ... 154s Unpacking python3-pandas-lib:amd64 (2.2.3+dfsg-5) ... 154s Selecting previously unselected package python3-pandas. 154s Preparing to unpack .../110-python3-pandas_2.2.3+dfsg-5_all.deb ... 154s Unpacking python3-pandas (2.2.3+dfsg-5) ... 154s Selecting previously unselected package python3-pluggy. 154s Preparing to unpack .../111-python3-pluggy_1.5.0-1_all.deb ... 154s Unpacking python3-pluggy (1.5.0-1) ... 154s Selecting previously unselected package python3-pytest. 154s Preparing to unpack .../112-python3-pytest_8.3.3-1_all.deb ... 154s Unpacking python3-pytest (8.3.3-1) ... 154s Selecting previously unselected package python3-pytest-asyncio. 154s Preparing to unpack .../113-python3-pytest-asyncio_0.20.3-1.3_all.deb ... 154s Unpacking python3-pytest-asyncio (0.20.3-1.3) ... 154s Selecting previously unselected package python3-responses. 154s Preparing to unpack .../114-python3-responses_0.25.3-1_all.deb ... 154s Unpacking python3-responses (0.25.3-1) ... 154s Selecting previously unselected package autopkgtest-satdep. 154s Preparing to unpack .../115-1-autopkgtest-satdep.deb ... 154s Unpacking autopkgtest-satdep (0) ... 154s Setting up dh-python (6.20241024) ... 154s Setting up python3-iniconfig (1.1.1-2) ... 155s Setting up libpixman-1-0:amd64 (0.44.0-3) ... 155s Setting up python3-async-generator (1.10-4) ... 155s Setting up libxrender1:amd64 (1:0.9.10-1.1build1) ... 155s Setting up python3-joblib (1.3.2-5) ... 155s Setting up python3-colorama (0.4.6-4) ... 155s Setting up libxcb-render0:amd64 (1.17.0-2) ... 155s Setting up libarchive-zip-perl (1.68-1) ... 155s Setting up libdebhelper-perl (13.20ubuntu1) ... 155s Setting up python3-tqdm (4.67.0-1) ... 156s Setting up python3-ruamel.yaml.clib:amd64 (0.2.8+ds-2) ... 156s Setting up libyajl2:amd64 (2.1.0-5build1) ... 156s Setting up python3-msal (1.31.0-1) ... 156s Setting up m4 (1.4.19-4build1) ... 156s Setting up libxcb-shm0:amd64 (1.17.0-2) ... 156s Setting up libgomp1:amd64 (14.2.0-8ubuntu1) ... 156s Setting up python3-click (8.1.7-2) ... 156s Setting up python3-psutil (5.9.8-2build2) ... 157s Setting up python3-multidict (6.1.0-1) ... 157s Setting up python3-tz (2024.1-2) ... 157s Setting up python3-frozenlist (1.5.0-1) ... 157s Setting up python3-aiosignal (1.3.1-1) ... 157s Setting up python3-async-timeout (4.0.3-1) ... 158s Setting up python3-six (1.16.0-7) ... 158s Setting up libpython3.13-minimal:amd64 (3.13.0-2) ... 158s Setting up python3-responses (0.25.3-1) ... 158s Setting up python3-isodate (0.6.1-3) ... 158s Setting up autotools-dev (20220109.1) ... 158s Setting up libblas3:amd64 (3.12.0-3build2) ... 158s update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode 158s Setting up python3-packaging (24.1-1) ... 159s Setting up python3-avro (1.12.0+dfsg-1) ... 159s Setting up libquadmath0:amd64 (14.2.0-8ubuntu1) ... 159s Setting up fonts-dejavu-mono (2.37-8) ... 159s Setting up libmpc3:amd64 (1.3.1-1build2) ... 159s Setting up autopoint (0.22.5-2) ... 159s Setting up fonts-dejavu-core (2.37-8) ... 159s Setting up python3-regex (0.1.20240724-1) ... 159s Setting up libgfortran5:amd64 (14.2.0-8ubuntu1) ... 159s Setting up autoconf (2.72-3) ... 159s Setting up python3-pluggy (1.5.0-1) ... 160s Setting up libubsan1:amd64 (14.2.0-8ubuntu1) ... 160s Setting up python3-ruamel.yaml (0.18.6+ds-3) ... 160s Setting up dwz (0.15-1build6) ... 160s Setting up libhwasan0:amd64 (14.2.0-8ubuntu1) ... 160s Setting up python3-dnspython (2.6.1-1ubuntu1) ... 161s Setting up python3-portalocker (2.2.1-1) ... 161s Setting up libasan8:amd64 (14.2.0-8ubuntu1) ... 161s Setting up debugedit (1:5.1-1) ... 161s Setting up python3.13-minimal (3.13.0-2) ... 162s Setting up python3-dateutil (2.9.0-2) ... 162s Setting up libtsan2:amd64 (14.2.0-8ubuntu1) ... 162s Setting up libisl23:amd64 (0.27-1) ... 162s Setting up python3-nltk (3.9.1-2) ... 164s Setting up python3-yarl (1.9.4-1) ... 164s Setting up libpython3.13-stdlib:amd64 (3.13.0-2) ... 164s Setting up python3-websocket (1.8.0-2) ... 164s Setting up libcc1-0:amd64 (14.2.0-8ubuntu1) ... 164s Setting up libsecret-common (0.21.4-3) ... 164s Setting up liblsan0:amd64 (14.2.0-8ubuntu1) ... 164s Setting up libitm1:amd64 (14.2.0-8ubuntu1) ... 164s Setting up python3-asgiref (3.8.1-1) ... 164s Setting up python3-requests-oauthlib (1.3.1-1) ... 165s Setting up automake (1:1.16.5-1.3ubuntu1) ... 165s update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 165s Setting up libfile-stripnondeterminism-perl (1.14.0-1) ... 165s Setting up liblapack3:amd64 (3.12.0-3build2) ... 165s update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode 165s Setting up gettext (0.22.5-2) ... 165s Setting up python3-ijson (3.3.0-1) ... 165s Setting up python3.13 (3.13.0-2) ... 166s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 166s Setting up python3-pytest (8.3.3-1) ... 167s Setting up python3-aiohttp (3.9.5-1) ... 167s Setting up python3-marshmallow (3.20.1-1.1) ... 167s Setting up python3-all (3.12.7-1) ... 167s Setting up intltool-debian (0.35.0+20060710.6) ... 167s Setting up python3-msrest (0.6.21-4) ... 167s Setting up python3-strictyaml (1.6.1-3) ... 168s Setting up libsecret-1-0:amd64 (0.21.4-3) ... 168s Setting up gir1.2-secret-1:amd64 (0.21.4-3) ... 168s Setting up cpp-14-x86-64-linux-gnu (14.2.0-8ubuntu1) ... 168s Setting up python3-numpy (1:1.26.4+ds-11build1) ... 171s Setting up cpp-14 (14.2.0-8ubuntu1) ... 171s Setting up python3-pytest-asyncio (0.20.3-1.3) ... 171s Setting up dh-strip-nondeterminism (1.14.0-1) ... 171s Setting up python3-adal (1.2.7-5) ... 172s Setting up libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ... 172s Setting up python3-msrestazure (0.6.4-3) ... 172s Setting up libgcc-14-dev:amd64 (14.2.0-8ubuntu1) ... 172s Setting up libstdc++-14-dev:amd64 (14.2.0-8ubuntu1) ... 172s Setting up cpp-x86-64-linux-gnu (4:14.1.0-2ubuntu1) ... 172s Setting up python3-aioresponses (0.7.6-2) ... 172s Setting up po-debconf (1.0.21+nmu1) ... 172s Setting up python3-pandas-lib:amd64 (2.2.3+dfsg-5) ... 172s Setting up libcairo2:amd64 (1.18.2-2) ... 172s Setting up python3-pandas (2.2.3+dfsg-5) ... 181s Setting up cpp (4:14.1.0-2ubuntu1) ... 181s Setting up libcairo-gobject2:amd64 (1.18.2-2) ... 181s Setting up gcc-14-x86-64-linux-gnu (14.2.0-8ubuntu1) ... 181s Setting up python3-cairo (1.26.1-2) ... 182s Setting up gcc-x86-64-linux-gnu (4:14.1.0-2ubuntu1) ... 182s Setting up gcc-14 (14.2.0-8ubuntu1) ... 182s Setting up g++-14-x86-64-linux-gnu (14.2.0-8ubuntu1) ... 182s Setting up g++-x86-64-linux-gnu (4:14.1.0-2ubuntu1) ... 182s Setting up g++-14 (14.2.0-8ubuntu1) ... 182s Setting up python3-gi-cairo (3.50.0-3) ... 182s Setting up libtool (2.4.7-7build1) ... 182s Setting up python3-msal-extensions (1.2.0-1) ... 182s Setting up gcc (4:14.1.0-2ubuntu1) ... 182s Setting up dh-autoreconf (20) ... 182s Setting up g++ (4:14.1.0-2ubuntu1) ... 182s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 182s Setting up build-essential (12.10ubuntu1) ... 182s Setting up debhelper (13.20ubuntu1) ... 182s Setting up python3-azure (20241111+git-1) ... 193s /usr/lib/python3/dist-packages/azure/ai/ml/_restclient/v2023_10_01/models/_azure_machine_learning_services_enums.py:208: SyntaxWarning: invalid escape sequence '\ ' 193s """Random forest is a supervised learning algorithm. 193s /usr/lib/python3/dist-packages/azure/ai/ml/_restclient/v2023_10_01/models/_azure_machine_learning_services_enums.py:1327: SyntaxWarning: invalid escape sequence '\ ' 193s """Random forest is a supervised learning algorithm. 197s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/aio/operations/_resources_operations.py:60: SyntaxWarning: invalid escape sequence '\ ' 197s """Get all the resources for a resource group. 197s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/aio/operations/_resources_operations.py:387: SyntaxWarning: invalid escape sequence '\ ' 197s """Get all the resources in a subscription. 197s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/operations/_resources_operations.py:65: SyntaxWarning: invalid escape sequence '\ ' 197s """Get all the resources for a resource group. 197s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/operations/_resources_operations.py:413: SyntaxWarning: invalid escape sequence '\ ' 197s """Get all the resources in a subscription. 199s /usr/lib/python3/dist-packages/azure/batch/models/_models.py:9067: SyntaxWarning: invalid escape sequence '\ ' 199s """The source port ranges to match for the rule. Valid values are '\ *' (for all ports 0 - 65535), 199s /usr/lib/python3/dist-packages/azure/batch/models/_models.py:9225: SyntaxWarning: invalid escape sequence '\ ' 199s """A pattern indicating which file(s) to upload. Both relative and absolute paths are supported. 200s /usr/lib/python3/dist-packages/azure/communication/jobrouter/models/_models.py:2367: SyntaxWarning: invalid escape sequence '\ ' 200s """Encapsulates all options that can be passed as parameters for scoring rule with BestWorkerMode. 200s /usr/lib/python3/dist-packages/azure/communication/jobrouter/models/_models.py:2392: SyntaxWarning: invalid escape sequence '\ ' 200s """List of extra parameters from a job that will be sent as part of the payload to scoring rule. 203s /usr/lib/python3/dist-packages/azure/mgmt/advisor/aio/operations/_recommendations_operations.py:186: SyntaxWarning: invalid escape sequence '\ ' 203s """Obtains cached recommendations for a subscription. The recommendations are generated or 203s /usr/lib/python3/dist-packages/azure/mgmt/advisor/operations/_recommendations_operations.py:299: SyntaxWarning: invalid escape sequence '\ ' 203s """Obtains cached recommendations for a subscription. The recommendations are generated or 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:3908: SyntaxWarning: invalid escape sequence '\ ' 203s """Describes an available ApiManagement SKU. 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10189: SyntaxWarning: invalid escape sequence '\ ' 203s """Contract details. 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10245: SyntaxWarning: invalid escape sequence '\ ' 203s """ 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10267: SyntaxWarning: invalid escape sequence '\ ' 203s """Group contract Properties. 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10311: SyntaxWarning: invalid escape sequence '\ ' 203s """ 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10332: SyntaxWarning: invalid escape sequence '\ ' 203s """Parameters supplied to the Create Group operation. 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10366: SyntaxWarning: invalid escape sequence '\ ' 203s """ 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10386: SyntaxWarning: invalid escape sequence '\ ' 203s """Parameters supplied to the Update Group operation. 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10420: SyntaxWarning: invalid escape sequence '\ ' 203s """ 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:14739: SyntaxWarning: invalid escape sequence '\ ' 203s """The developer portal Content Security Policy (CSP) settings. 203s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:14765: SyntaxWarning: invalid escape sequence '\ ' 203s """ 207s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models.py:1416: SyntaxWarning: invalid escape sequence '\ ' 207s """Input directory for the job. 207s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models.py:2306: SyntaxWarning: invalid escape sequence '\ ' 207s """Output directory for the job. 207s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models_py3.py:1543: SyntaxWarning: invalid escape sequence '\ ' 207s """Input directory for the job. 207s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models_py3.py:2520: SyntaxWarning: invalid escape sequence '\ ' 207s """Output directory for the job. 218s /usr/lib/python3/dist-packages/azure/mgmt/computefleet/models/_models.py:623: SyntaxWarning: invalid escape sequence '\ ' 218s """Boot Diagnostics is a debugging feature which allows you to view Console Output 218s /usr/lib/python3/dist-packages/azure/mgmt/computefleet/models/_models.py:3701: SyntaxWarning: invalid escape sequence '\W' 218s """Specifies the password of the administrator account. :code:`
`:code:`
` **Minimum-length 233s /usr/lib/python3/dist-packages/azure/mgmt/datamigration/models/_models_py3.py:16832: SyntaxWarning: invalid escape sequence '\S' 233s """Information for connecting to SQL database server. 233s /usr/lib/python3/dist-packages/azure/mgmt/datamigration/models/_models_py3.py:16910: SyntaxWarning: invalid escape sequence '\S' 233s """ 235s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:63: SyntaxWarning: invalid escape sequence '\w' 235s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 235s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:130: SyntaxWarning: invalid escape sequence '\w' 235s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 235s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:224: SyntaxWarning: invalid escape sequence '\w' 235s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 235s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:312: SyntaxWarning: invalid escape sequence '\w' 235s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 235s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:398: SyntaxWarning: invalid escape sequence '\w' 235s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 235s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:543: SyntaxWarning: invalid escape sequence '\w' 235s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 235s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:612: SyntaxWarning: invalid escape sequence '\w' 235s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 235s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:675: SyntaxWarning: invalid escape sequence '\w' 235s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 235s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:738: SyntaxWarning: invalid escape sequence '\w' 235s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 235s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:807: SyntaxWarning: invalid escape sequence '\w' 235s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 238s /usr/lib/python3/dist-packages/azure/mgmt/hybridnetwork/models/_models_py3.py:6028: SyntaxWarning: invalid escape sequence '\ ' 238s """Site properties. 240s /usr/lib/python3/dist-packages/azure/mgmt/iotoperations/models/_models.py:3864: SyntaxWarning: invalid escape sequence '\ ' 240s """Give access to state store keys for the corresponding principals defined. When key type is 240s /usr/lib/python3/dist-packages/azure/mgmt/iotoperations/models/_models.py:3867: SyntaxWarning: invalid escape sequence '\ ' 240s """Give access for ``Read``\ , ``Write`` and ``ReadWrite`` access level. Required. Known values 242s /usr/lib/python3/dist-packages/azure/mgmt/machinelearningservices/models/_machine_learning_services_mgmt_client_enums.py:168: SyntaxWarning: invalid escape sequence '\ ' 242s """Random forest is a supervised learning algorithm. 242s /usr/lib/python3/dist-packages/azure/mgmt/machinelearningservices/models/_machine_learning_services_mgmt_client_enums.py:1031: SyntaxWarning: invalid escape sequence '\ ' 242s """Random forest is a supervised learning algorithm. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/aio/operations/_activity_logs_operations.py:56: SyntaxWarning: invalid escape sequence '\ ' 244s """Provides the list of records from the activity logs. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/aio/operations/_tenant_activity_logs_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 244s """Gets the Activity Logs for the Tenant.:code:`
`Everything that is applicable to the API to 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1611: SyntaxWarning: invalid escape sequence '\ ' 244s """The resource from which the rule collects its data. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1661: SyntaxWarning: invalid escape sequence '\ ' 244s """ 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1746: SyntaxWarning: invalid escape sequence '\ ' 244s """A rule management event data source. The discriminator fields is always 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1825: SyntaxWarning: invalid escape sequence '\ ' 244s """ 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1877: SyntaxWarning: invalid escape sequence '\ ' 244s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1921: SyntaxWarning: invalid escape sequence '\ ' 244s """ 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/operations/_activity_logs_operations.py:90: SyntaxWarning: invalid escape sequence '\ ' 244s """Provides the list of records from the activity logs. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/operations/_tenant_activity_logs_operations.py:84: SyntaxWarning: invalid escape sequence '\ ' 244s """Gets the Activity Logs for the Tenant.:code:`
`Everything that is applicable to the API to 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/aio/operations/_metric_definitions_operations.py:58: SyntaxWarning: invalid escape sequence '\P' 244s """Lists the metric definitions for the resource. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1314: SyntaxWarning: invalid escape sequence '\ ' 244s """The resource from which the rule collects its data. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1364: SyntaxWarning: invalid escape sequence '\ ' 244s """ 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1449: SyntaxWarning: invalid escape sequence '\ ' 244s """A rule management event data source. The discriminator fields is always 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1528: SyntaxWarning: invalid escape sequence '\ ' 244s """ 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1580: SyntaxWarning: invalid escape sequence '\ ' 244s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1624: SyntaxWarning: invalid escape sequence '\ ' 244s """ 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/operations/_metric_definitions_operations.py:87: SyntaxWarning: invalid escape sequence '\P' 244s """Lists the metric definitions for the resource. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/aio/operations/_metric_definitions_operations.py:59: SyntaxWarning: invalid escape sequence '\P' 244s """Lists the metric definitions for the resource. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1016: SyntaxWarning: invalid escape sequence '\ ' 244s """The resource from which the rule collects its data. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1066: SyntaxWarning: invalid escape sequence '\ ' 244s """ 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1151: SyntaxWarning: invalid escape sequence '\ ' 244s """A rule management event data source. The discriminator fields is always 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1230: SyntaxWarning: invalid escape sequence '\ ' 244s """ 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1282: SyntaxWarning: invalid escape sequence '\ ' 244s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1326: SyntaxWarning: invalid escape sequence '\ ' 244s """ 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/operations/_metric_definitions_operations.py:88: SyntaxWarning: invalid escape sequence '\P' 244s """Lists the metric definitions for the resource. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_metrics_operations.py:57: SyntaxWarning: invalid escape sequence '\ ' 244s """Lists the metric values for a resource. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:59: SyntaxWarning: invalid escape sequence '\ ' 244s """Gets the active diagnostic settings for the specified resource. **WARNING**\ : This method will 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:123: SyntaxWarning: invalid escape sequence '\ ' 244s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:143: SyntaxWarning: invalid escape sequence '\ ' 244s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:163: SyntaxWarning: invalid escape sequence '\ ' 244s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:245: SyntaxWarning: invalid escape sequence '\ ' 244s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:271: SyntaxWarning: invalid escape sequence '\ ' 244s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:294: SyntaxWarning: invalid escape sequence '\ ' 244s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_metrics_operations.py:86: SyntaxWarning: invalid escape sequence '\ ' 244s """Lists the metric values for a resource. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:136: SyntaxWarning: invalid escape sequence '\ ' 244s """Gets the active diagnostic settings for the specified resource. **WARNING**\ : This method will 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:200: SyntaxWarning: invalid escape sequence '\ ' 244s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:220: SyntaxWarning: invalid escape sequence '\ ' 244s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:240: SyntaxWarning: invalid escape sequence '\ ' 244s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:322: SyntaxWarning: invalid escape sequence '\ ' 244s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:348: SyntaxWarning: invalid escape sequence '\ ' 244s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:371: SyntaxWarning: invalid escape sequence '\ ' 244s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2017_05_01_preview/aio/operations/_metrics_operations.py:68: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric values for a resource**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2017_05_01_preview/operations/_metrics_operations.py:123: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric values for a resource**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_01_01/aio/operations/_metrics_operations.py:69: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric values for a resource**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_01_01/operations/_metrics_operations.py:127: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric values for a resource**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_09_01/aio/operations/_baselines_operations.py:70: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric baseline values for a resource**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_09_01/operations/_baselines_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric baseline values for a resource**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2019_03_01/aio/operations/_baselines_operations.py:70: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric baseline values for a resource**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2019_03_01/operations/_baselines_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric baseline values for a resource**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2020_10_01/models/_models_py3.py:293: SyntaxWarning: invalid escape sequence '\ ' 244s """An Activity Log Alert rule condition that is met when all its member conditions are met. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:75: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric data for a subscription**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:208: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric data for a subscription**. Parameters can be specified on either query 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:290: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric data for a subscription**. Parameters can be specified on either query 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:369: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric data for a subscription**. Parameters can be specified on either query 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:522: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric values for a resource**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/models/_models_py3.py:1263: SyntaxWarning: invalid escape sequence '\ ' 244s """Query parameters can also be specified in the body, specifying the same parameter in both the 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/models/_models_py3.py:1345: SyntaxWarning: invalid escape sequence '\ ' 244s """ 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:264: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric data for a subscription**. 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:397: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric data for a subscription**. Parameters can be specified on either query 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:479: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric data for a subscription**. Parameters can be specified on either query 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:558: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric data for a subscription**. Parameters can be specified on either query 244s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:711: SyntaxWarning: invalid escape sequence '\ ' 244s """**Lists the metric values for a resource**. 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:66: SyntaxWarning: invalid escape sequence '\ ' 249s """Get the quota limit of a resource. The response can be used to determine the remaining quota to 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:206: SyntaxWarning: invalid escape sequence '\ ' 249s """Create or update the quota limit for the specified resource with the requested value. To update 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:251: SyntaxWarning: invalid escape sequence '\ ' 249s """Create or update the quota limit for the specified resource with the requested value. To update 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:294: SyntaxWarning: invalid escape sequence '\ ' 249s """Create or update the quota limit for the specified resource with the requested value. To update 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:449: SyntaxWarning: invalid escape sequence '\ ' 249s """Update the quota limit for a specific resource to the specified value: 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:493: SyntaxWarning: invalid escape sequence '\ ' 249s """Update the quota limit for a specific resource to the specified value: 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:535: SyntaxWarning: invalid escape sequence '\ ' 249s """Update the quota limit for a specific resource to the specified value: 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:617: SyntaxWarning: invalid escape sequence '\ ' 249s """Get a list of current quota limits of all resources for the specified scope. The response from 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_request_status_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 249s """Get the quota request details and status by quota request ID for the resources of the resource 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_request_status_operations.py:126: SyntaxWarning: invalid escape sequence '\ ' 249s """For the specified scope, get the current quota requests for a one year period ending at the 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_usages_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 249s """Get the current usage of a resource. 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_usages_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 249s """Get a list of current usage for all resources for the scope specified. 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:1967: SyntaxWarning: invalid escape sequence '\ ' 249s """Quota properties for the specified resource. 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:2114: SyntaxWarning: invalid escape sequence '\ ' 249s """Quota request. 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:2315: SyntaxWarning: invalid escape sequence '\ ' 249s """Quota request status details. 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:3247: SyntaxWarning: invalid escape sequence '\ ' 249s """Usage properties for the specified resource. 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:168: SyntaxWarning: invalid escape sequence '\ ' 249s """Get the quota limit of a resource. The response can be used to determine the remaining quota to 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:308: SyntaxWarning: invalid escape sequence '\ ' 249s """Create or update the quota limit for the specified resource with the requested value. To update 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:353: SyntaxWarning: invalid escape sequence '\ ' 249s """Create or update the quota limit for the specified resource with the requested value. To update 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:396: SyntaxWarning: invalid escape sequence '\ ' 249s """Create or update the quota limit for the specified resource with the requested value. To update 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:550: SyntaxWarning: invalid escape sequence '\ ' 249s """Update the quota limit for a specific resource to the specified value: 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:594: SyntaxWarning: invalid escape sequence '\ ' 249s """Update the quota limit for a specific resource to the specified value: 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:636: SyntaxWarning: invalid escape sequence '\ ' 249s """Update the quota limit for a specific resource to the specified value: 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:717: SyntaxWarning: invalid escape sequence '\ ' 249s """Get a list of current quota limits of all resources for the specified scope. The response from 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_request_status_operations.py:122: SyntaxWarning: invalid escape sequence '\ ' 249s """Get the quota request details and status by quota request ID for the resources of the resource 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_request_status_operations.py:190: SyntaxWarning: invalid escape sequence '\ ' 249s """For the specified scope, get the current quota requests for a one year period ending at the 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_usages_operations.py:109: SyntaxWarning: invalid escape sequence '\ ' 249s """Get the current usage of a resource. 249s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_usages_operations.py:176: SyntaxWarning: invalid escape sequence '\ ' 249s """Get a list of current usage for all resources for the scope specified. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2542: SyntaxWarning: invalid escape sequence '\R' 250s """Execute Reverse Replication\Reprotect. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2583: SyntaxWarning: invalid escape sequence '\R' 250s """Execute Reverse Replication\Reprotect. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2622: SyntaxWarning: invalid escape sequence '\R' 250s """Execute Reverse Replication\Reprotect. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:5381: SyntaxWarning: invalid escape sequence '\L' 250s """Disk details for E2A provider. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:5433: SyntaxWarning: invalid escape sequence '\L' 250s """ 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:8816: SyntaxWarning: invalid escape sequence '\S' 250s """HyperVReplicaAzure specific enable protection input. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:8963: SyntaxWarning: invalid escape sequence '\S' 250s """ 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:9459: SyntaxWarning: invalid escape sequence '\S' 250s """Hyper V Replica Azure provider specific settings. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:9631: SyntaxWarning: invalid escape sequence '\S' 250s """ 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:11387: SyntaxWarning: invalid escape sequence '\S' 250s """VMware Azure specific enable protection input. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:11521: SyntaxWarning: invalid escape sequence '\S' 250s """ 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:12100: SyntaxWarning: invalid escape sequence '\S' 250s """InMageAzureV2 provider specific settings. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:12429: SyntaxWarning: invalid escape sequence '\S' 250s """ 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:26310: SyntaxWarning: invalid escape sequence '\S' 250s """Update protected item input properties. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:26370: SyntaxWarning: invalid escape sequence '\S' 250s """ 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3476: SyntaxWarning: invalid escape sequence '\R' 250s """Execute Reverse Replication\Reprotect. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3517: SyntaxWarning: invalid escape sequence '\R' 250s """Execute Reverse Replication\Reprotect. 250s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3556: SyntaxWarning: invalid escape sequence '\R' 250s """Execute Reverse Replication\Reprotect. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_azure_reservation_api_operations.py:163: SyntaxWarning: invalid escape sequence '\ ' 251s """Get list of applicable ``Reservation``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:375: SyntaxWarning: invalid escape sequence '\ ' 251s """Split the ``Reservation``. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:405: SyntaxWarning: invalid escape sequence '\ ' 251s """Split the ``Reservation``. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:435: SyntaxWarning: invalid escape sequence '\ ' 251s """Split the ``Reservation``. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:583: SyntaxWarning: invalid escape sequence '\ ' 251s """Merges two ``Reservation``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:614: SyntaxWarning: invalid escape sequence '\ ' 251s """Merges two ``Reservation``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:645: SyntaxWarning: invalid escape sequence '\ ' 251s """Merges two ``Reservation``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:721: SyntaxWarning: invalid escape sequence '\ ' 251s """Get ``Reservation``\ s in a given reservation Order. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_order_operations.py:183: SyntaxWarning: invalid escape sequence '\ ' 251s """Get all ``ReservationOrder``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/models/_models_py3.py:3172: SyntaxWarning: invalid escape sequence '\ ' 251s """List of ``Reservation``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/models/_models_py3.py:3288: SyntaxWarning: invalid escape sequence '\ ' 251s """List of ``ReservationOrder``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_azure_reservation_api_operations.py:239: SyntaxWarning: invalid escape sequence '\ ' 251s """Get list of applicable ``Reservation``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:660: SyntaxWarning: invalid escape sequence '\ ' 251s """Split the ``Reservation``. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:690: SyntaxWarning: invalid escape sequence '\ ' 251s """Split the ``Reservation``. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:720: SyntaxWarning: invalid escape sequence '\ ' 251s """Split the ``Reservation``. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:868: SyntaxWarning: invalid escape sequence '\ ' 251s """Merges two ``Reservation``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:899: SyntaxWarning: invalid escape sequence '\ ' 251s """Merges two ``Reservation``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:930: SyntaxWarning: invalid escape sequence '\ ' 251s """Merges two ``Reservation``\ s. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:1006: SyntaxWarning: invalid escape sequence '\ ' 251s """Get ``Reservation``\ s in a given reservation Order. 251s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_order_operations.py:299: SyntaxWarning: invalid escape sequence '\ ' 251s """Get all ``ReservationOrder``\ s. 254s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:63: SyntaxWarning: invalid escape sequence '\ ' 254s """An interval in time specifying the date and time for the inclusive start and exclusive end, i.e. ``[start, end)``. 254s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:88: SyntaxWarning: invalid escape sequence '\ ' 254s """ 254s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:1136: SyntaxWarning: invalid escape sequence '\ ' 254s """Specifies the date and time interval for a changes request. 254s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:1161: SyntaxWarning: invalid escape sequence '\ ' 254s """ 258s /usr/lib/python3/dist-packages/azure/mgmt/signalr/models/_models_py3.py:2816: SyntaxWarning: invalid escape sequence '\ ' 258s """Upstream template item settings. It defines the Upstream URL of the incoming requests. 258s /usr/lib/python3/dist-packages/azure/mgmt/signalr/models/_models_py3.py:2888: SyntaxWarning: invalid escape sequence '\ ' 258s """ 262s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_functions_operations.py:587: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all of the functions under the specified streaming job. 262s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_inputs_operations.py:585: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all of the inputs under the specified streaming job. 262s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_outputs_operations.py:585: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all of the outputs under the specified streaming job. 262s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/models/_stream_analytics_management_client_enums.py:14: SyntaxWarning: invalid escape sequence '\ ' 262s """Authentication Mode. Valid modes are ``ConnectionString``\ , ``Msi`` and 'UserToken'.""" 262s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_functions_operations.py:851: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all of the functions under the specified streaming job. 262s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_inputs_operations.py:813: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all of the inputs under the specified streaming job. 262s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_outputs_operations.py:813: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all of the outputs under the specified streaming job. 262s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_communications_no_subscription_operations.py:190: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all communications (attachments not included) for a support ticket. :code:`
`
262s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_communications_operations.py:191: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all communications (attachments not included) for a support ticket. :code:`
`
262s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:176: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all the support tickets for an Azure subscription. You can also filter the support 262s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:528: SyntaxWarning: invalid escape sequence '\ ' 262s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 262s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:570: SyntaxWarning: invalid escape sequence '\ ' 262s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 262s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:610: SyntaxWarning: invalid escape sequence '\ ' 262s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 262s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_communications_no_subscription_operations.py:305: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all communications (attachments not included) for a support ticket. :code:`
`
262s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_communications_operations.py:323: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all communications (attachments not included) for a support ticket. :code:`
`
262s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:318: SyntaxWarning: invalid escape sequence '\ ' 262s """Lists all the support tickets for an Azure subscription. You can also filter the support 262s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:669: SyntaxWarning: invalid escape sequence '\ ' 262s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 262s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:711: SyntaxWarning: invalid escape sequence '\ ' 262s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 262s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:751: SyntaxWarning: invalid escape sequence '\ ' 262s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 263s /usr/lib/python3/dist-packages/azure/mgmt/synapse/models/_models_py3.py:6218: SyntaxWarning: invalid escape sequence '\ ' 263s """Maintenance window options. 263s /usr/lib/python3/dist-packages/azure/mgmt/synapse/models/_models_py3.py:6285: SyntaxWarning: invalid escape sequence '\ ' 263s """ 276s /usr/lib/python3/dist-packages/azure/mgmt/workloads/models/_models_py3.py:2890: SyntaxWarning: invalid escape sequence '\W' 276s """Specifies the operating system settings for the virtual machine. Some of the settings cannot be 276s /usr/lib/python3/dist-packages/azure/mgmt/workloads/models/_models_py3.py:2936: SyntaxWarning: invalid escape sequence '\W' 276s """ 276s /usr/lib/python3/dist-packages/azure/mgmt/workloadssapvirtualinstance/models/_models_py3.py:1961: SyntaxWarning: invalid escape sequence '\W' 276s """Specifies the operating system settings for the virtual machine. Some of the settings cannot be 276s /usr/lib/python3/dist-packages/azure/mgmt/workloadssapvirtualinstance/models/_models_py3.py:2007: SyntaxWarning: invalid escape sequence '\W' 276s """ 277s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/aio/operations/_operations.py:230: SyntaxWarning: invalid escape sequence '\ ' 277s """**Lists the metric values for a resource**. 277s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:75: SyntaxWarning: invalid escape sequence '\ ' 277s """Lists the metric values for multiple resources. 277s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:250: SyntaxWarning: invalid escape sequence '\ ' 277s """Lists the metric values for multiple resources. 277s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:417: SyntaxWarning: invalid escape sequence '\ ' 277s """Lists the metric values for multiple resources. 277s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:137: SyntaxWarning: invalid escape sequence '\ ' 277s """Lists the metric values for multiple resources. 277s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:312: SyntaxWarning: invalid escape sequence '\ ' 277s """Lists the metric values for multiple resources. 277s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:479: SyntaxWarning: invalid escape sequence '\ ' 277s """Lists the metric values for multiple resources. 277s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/operations/_operations.py:348: SyntaxWarning: invalid escape sequence '\ ' 277s """**Lists the metric values for a resource**. 277s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:2729: SyntaxWarning: invalid escape sequence '\:' 277s """Get complete definition of an entity given its type and unique attribute. 277s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:3534: SyntaxWarning: invalid escape sequence '\:' 277s """Delete an entity identified by its type and unique attributes. 277s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:4211: SyntaxWarning: invalid escape sequence '\:' 277s """Bulk API to retrieve list of entities identified by its unique attributes. 277s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:6216: SyntaxWarning: invalid escape sequence '\:' 277s """Get complete definition of an entity given its type and unique attribute. 277s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:7021: SyntaxWarning: invalid escape sequence '\:' 277s """Delete an entity identified by its type and unique attributes. 277s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:7698: SyntaxWarning: invalid escape sequence '\:' 277s """Bulk API to retrieve list of entities identified by its unique attributes. 277s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:4763: SyntaxWarning: invalid escape sequence '\:' 277s """Get complete definition of an entity given its type and unique attribute. 277s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:6386: SyntaxWarning: invalid escape sequence '\:' 277s """Delete an entity identified by its type and unique attributes. 277s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:7343: SyntaxWarning: invalid escape sequence '\:' 277s """Bulk API to retrieve list of entities identified by its unique attributes. 277s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:6932: SyntaxWarning: invalid escape sequence '\:' 277s """Get complete definition of an entity given its type and unique attribute. 277s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:8555: SyntaxWarning: invalid escape sequence '\:' 277s """Delete an entity identified by its type and unique attributes. 277s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:9512: SyntaxWarning: invalid escape sequence '\:' 277s """Bulk API to retrieve list of entities identified by its unique attributes. 278s /usr/lib/python3/dist-packages/azure/search/documents/indexes/_generated/models/_models_py3.py:6632: SyntaxWarning: invalid escape sequence '\W' 278s pattern: str = "\W+", 278s /usr/lib/python3/dist-packages/azure/search/documents/indexes/_generated/models/_models_py3.py:6857: SyntaxWarning: invalid escape sequence '\W' 278s pattern: str = "\W+", 278s /usr/lib/python3/dist-packages/azure/servicemanagement/schedulermanagementservice.py:51: SyntaxWarning: invalid escape sequence '\m' 278s ''' 278s /usr/lib/python3/dist-packages/azure/servicemanagement/servicebusmanagementservice.py:51: SyntaxWarning: invalid escape sequence '\m' 278s ''' 278s /usr/lib/python3/dist-packages/azure/servicemanagement/servicemanagementservice.py:73: SyntaxWarning: invalid escape sequence '\m' 278s ''' 278s /usr/lib/python3/dist-packages/azure/servicemanagement/sqldatabasemanagementservice.py:47: SyntaxWarning: invalid escape sequence '\m' 278s ''' 278s /usr/lib/python3/dist-packages/azure/servicemanagement/websitemanagementservice.py:47: SyntaxWarning: invalid escape sequence '\m' 278s ''' 278s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:103: SyntaxWarning: invalid escape sequence '\d' 278s """Execution policy for an activity. 278s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:1303: SyntaxWarning: invalid escape sequence '\d' 278s """Azure Data Explorer command activity. 278s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:4202: SyntaxWarning: invalid escape sequence '\d' 278s """A copy activity sink. 278s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:4264: SyntaxWarning: invalid escape sequence '\d' 278s """A copy activity source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:18183: SyntaxWarning: invalid escape sequence '\d' 279s """SSIS package execution log location. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19073: SyntaxWarning: invalid escape sequence '\d' 279s """This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19165: SyntaxWarning: invalid escape sequence '\d' 279s """This activity verifies that an external resource exists. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19723: SyntaxWarning: invalid escape sequence '\d' 279s """WebHook activity. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:175: SyntaxWarning: invalid escape sequence '\d' 279s """Execution policy for an activity. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:222: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1151: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1248: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1271: SyntaxWarning: invalid escape sequence '\d' 279s """Copy activity sources of tabular type. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1406: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1439: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Amazon Marketplace Web Service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1495: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1683: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity AmazonRdsForOracle source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1750: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2025: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Amazon RDS for SQL Server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2110: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2407: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for Amazon Redshift Source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2468: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:3987: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4096: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4127: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Avro sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4186: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4225: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Avro source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4275: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5209: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Data Lake Storage Gen2 sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5265: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5302: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure BlobFS source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5358: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6437: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Databricks Delta Lake sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6497: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6538: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Databricks Delta Lake source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6588: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7023: SyntaxWarning: invalid escape sequence '\d' 279s """Azure Data Explorer command activity. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7096: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7267: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Data Explorer sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7333: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7378: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Data Explorer (Kusto) source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7440: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8222: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Data Lake Store sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8282: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8322: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Data Lake source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8368: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:9475: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure MariaDB source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:9531: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10532: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure MySql sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10588: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10625: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure MySQL source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10680: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10923: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure PostgreSQL sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10979: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11016: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure PostgreSQL source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11072: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11231: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Queue sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11282: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11420: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Search Index sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11477: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12300: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure SQL sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12383: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12439: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure SQL source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12524: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13019: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Table sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13090: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13139: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Table source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13200: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13886: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Binary sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13941: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13977: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Binary source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14026: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14318: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Blob sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14388: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14436: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure Blob source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14492: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14744: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for a Cassandra database. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14810: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15415: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Common Data Service for Apps sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15482: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15527: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Common Data Service for Apps source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15578: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15897: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Concur Service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15953: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16617: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity sink for a CosmosDB (MongoDB API) database. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16674: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16712: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for a CosmosDB (MongoDB API) database. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16780: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16932: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure CosmosDB (SQL API) Collection sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16988: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17025: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure CosmosDB (SQL API) Collection source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17090: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17228: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Couchbase server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17284: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20234: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for Db2 databases. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20289: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20862: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity DelimitedText sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20921: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20960: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity DelimitedText source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21014: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21316: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Document Database Collection sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21377: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21418: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Document Database Collection source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21478: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21612: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Drill server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21668: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22155: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Dynamics AX source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22218: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22559: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Dynamics CRM sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22626: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22671: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Dynamics CRM source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22722: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23061: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Dynamics sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23128: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23173: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Dynamics source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23224: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23511: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Eloqua server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23567: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23968: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity excel source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:24018: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25343: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity file system sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25398: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25434: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity file system source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25485: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:26723: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Google AdWords service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:26779: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27121: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Google BigQuery service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27177: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27461: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Google BigQuery service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27517: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28053: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Greenplum Database source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28109: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28536: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity HBase server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28592: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28932: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity HDFS source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28982: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:30727: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Hive Server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:30783: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31296: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for an HTTP file. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31344: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31617: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Hubspot Service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31673: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32120: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Impala server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32176: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32339: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Informix sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32395: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32432: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for Informix. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32487: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33502: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Jira Service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33558: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33869: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Json sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33928: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33967: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Json source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34021: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34739: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity for Microsoft Fabric LakeHouse Table sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34806: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34852: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for Microsoft Fabric LakeHouse Table. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34908: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:36915: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Magento server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:36971: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37417: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity MariaDB server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37473: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37845: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Marketo server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37901: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38208: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Microsoft Access sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38264: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38301: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for Microsoft Access. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38351: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38690: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for a MongoDB Atlas database. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38758: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39141: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for a MongoDB database. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39192: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39419: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for a MongoDB database. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39487: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39683: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for MySQL databases. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39738: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:40019: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Netezza source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:40084: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41138: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for OData source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41196: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41359: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity ODBC sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41415: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41452: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for ODBC databases. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41507: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41875: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for an Office 365 service. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41947: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42441: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Oracle Service Cloud source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42497: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42534: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Oracle sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42590: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42627: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Oracle source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42692: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43020: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity ORC sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43079: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43118: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity ORC source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43168: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43514: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Parquet sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43573: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43612: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Parquet source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43666: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43989: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Paypal Service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44045: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44386: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Phoenix server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44442: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45003: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for PostgreSQL databases. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45058: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45444: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for PostgreSQL databases. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45499: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46042: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Presto server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46098: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46702: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity QuickBooks server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46758: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47000: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for various relational databases. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47050: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47648: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Responsys source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47704: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48113: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Rest service Sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48190: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48244: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Rest service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48321: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49499: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Salesforce Marketing Cloud source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49555: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49932: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Salesforce Service Cloud sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50002: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50052: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Salesforce Service Cloud source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50107: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50379: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Salesforce Service Cloud V2 sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50449: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50499: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Salesforce Service Cloud V2 source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50554: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50590: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Salesforce sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50660: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50710: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Salesforce source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50770: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51046: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Salesforce V2 sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51116: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51166: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Salesforce V2 source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51226: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51485: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for SapBW server via MDX. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51540: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51787: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity SAP Cloud for Customer sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51851: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51895: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for SAP Cloud for Customer source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51958: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52212: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for SAP ECC source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52275: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52463: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for SAP HANA source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52532: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53040: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for SAP ODP source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53111: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53334: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for SAP Business Warehouse Open Hub Destination source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53407: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53961: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for SAP Table source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54059: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54322: SyntaxWarning: invalid escape sequence '\d' 279s """Script activity type. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54398: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55022: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity ServiceNow server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55078: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55310: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity ServiceNowV2 server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55365: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56196: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for sharePoint online list source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56248: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56508: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Shopify Service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56564: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57087: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity snowflake sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57147: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57187: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity snowflake source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57237: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57560: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity snowflake sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57620: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57660: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity snowflake source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57710: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59106: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Spark Server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59162: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59316: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity SQL Data Warehouse sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59396: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59452: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity SQL Data Warehouse source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59535: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59594: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure SQL Managed Instance sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59677: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59733: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Azure SQL Managed Instance source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59818: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60639: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity SQL server sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60722: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60778: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity SQL server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60863: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61167: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity SQL sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61250: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61306: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity SQL source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61387: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61696: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Square Service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61752: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61954: SyntaxWarning: invalid escape sequence '\d' 279s """SSIS package execution log location. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61992: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:62660: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for Sybase databases. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:62715: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:63882: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Teradata source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:63946: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64582: SyntaxWarning: invalid escape sequence '\d' 279s """Trigger that schedules pipeline runs for all fixed time interval windows from a start time 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64674: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64940: SyntaxWarning: invalid escape sequence '\d' 279s """This activity executes inner activities until the specified boolean expression results to true 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65014: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65117: SyntaxWarning: invalid escape sequence '\d' 279s """This activity verifies that an external resource exists. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65199: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65385: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Vertica source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65441: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65874: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Microsoft Fabric Warehouse sink. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65950: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66003: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Microsoft Fabric Warehouse source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66087: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66686: SyntaxWarning: invalid escape sequence '\d' 279s """WebHook activity. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66779: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66918: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity source for web page table. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66964: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:67735: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Xero Service source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:67791: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68043: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Xml source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68097: SyntaxWarning: invalid escape sequence '\d' 279s """ 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68532: SyntaxWarning: invalid escape sequence '\d' 279s """A copy activity Zoho server source. 279s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68588: SyntaxWarning: invalid escape sequence '\d' 279s """ 286s /usr/lib/python3/dist-packages/azure/ai/ml/_restclient/v2023_10_01/models/_azure_machine_learning_services_enums.py:208: SyntaxWarning: invalid escape sequence '\ ' 286s """Random forest is a supervised learning algorithm. 286s /usr/lib/python3/dist-packages/azure/ai/ml/_restclient/v2023_10_01/models/_azure_machine_learning_services_enums.py:1327: SyntaxWarning: invalid escape sequence '\ ' 286s """Random forest is a supervised learning algorithm. 289s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/aio/operations/_resources_operations.py:60: SyntaxWarning: invalid escape sequence '\ ' 289s """Get all the resources for a resource group. 289s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/aio/operations/_resources_operations.py:387: SyntaxWarning: invalid escape sequence '\ ' 289s """Get all the resources in a subscription. 290s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/operations/_resources_operations.py:65: SyntaxWarning: invalid escape sequence '\ ' 290s """Get all the resources for a resource group. 290s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/operations/_resources_operations.py:413: SyntaxWarning: invalid escape sequence '\ ' 290s """Get all the resources in a subscription. 291s /usr/lib/python3/dist-packages/azure/batch/models/_models.py:9067: SyntaxWarning: invalid escape sequence '\ ' 291s """The source port ranges to match for the rule. Valid values are '\ *' (for all ports 0 - 65535), 291s /usr/lib/python3/dist-packages/azure/batch/models/_models.py:9225: SyntaxWarning: invalid escape sequence '\ ' 291s """A pattern indicating which file(s) to upload. Both relative and absolute paths are supported. 292s /usr/lib/python3/dist-packages/azure/communication/jobrouter/models/_models.py:2367: SyntaxWarning: invalid escape sequence '\ ' 292s """Encapsulates all options that can be passed as parameters for scoring rule with BestWorkerMode. 292s /usr/lib/python3/dist-packages/azure/communication/jobrouter/models/_models.py:2392: SyntaxWarning: invalid escape sequence '\ ' 292s """List of extra parameters from a job that will be sent as part of the payload to scoring rule. 295s /usr/lib/python3/dist-packages/azure/mgmt/advisor/aio/operations/_recommendations_operations.py:186: SyntaxWarning: invalid escape sequence '\ ' 295s """Obtains cached recommendations for a subscription. The recommendations are generated or 295s /usr/lib/python3/dist-packages/azure/mgmt/advisor/operations/_recommendations_operations.py:299: SyntaxWarning: invalid escape sequence '\ ' 295s """Obtains cached recommendations for a subscription. The recommendations are generated or 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:3908: SyntaxWarning: invalid escape sequence '\ ' 296s """Describes an available ApiManagement SKU. 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10189: SyntaxWarning: invalid escape sequence '\ ' 296s """Contract details. 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10245: SyntaxWarning: invalid escape sequence '\ ' 296s """ 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10267: SyntaxWarning: invalid escape sequence '\ ' 296s """Group contract Properties. 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10311: SyntaxWarning: invalid escape sequence '\ ' 296s """ 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10332: SyntaxWarning: invalid escape sequence '\ ' 296s """Parameters supplied to the Create Group operation. 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10366: SyntaxWarning: invalid escape sequence '\ ' 296s """ 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10386: SyntaxWarning: invalid escape sequence '\ ' 296s """Parameters supplied to the Update Group operation. 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10420: SyntaxWarning: invalid escape sequence '\ ' 296s """ 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:14739: SyntaxWarning: invalid escape sequence '\ ' 296s """The developer portal Content Security Policy (CSP) settings. 296s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:14765: SyntaxWarning: invalid escape sequence '\ ' 296s """ 299s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models.py:1416: SyntaxWarning: invalid escape sequence '\ ' 299s """Input directory for the job. 299s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models.py:2306: SyntaxWarning: invalid escape sequence '\ ' 299s """Output directory for the job. 299s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models_py3.py:1543: SyntaxWarning: invalid escape sequence '\ ' 299s """Input directory for the job. 299s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models_py3.py:2520: SyntaxWarning: invalid escape sequence '\ ' 299s """Output directory for the job. 310s /usr/lib/python3/dist-packages/azure/mgmt/computefleet/models/_models.py:623: SyntaxWarning: invalid escape sequence '\ ' 310s """Boot Diagnostics is a debugging feature which allows you to view Console Output 310s /usr/lib/python3/dist-packages/azure/mgmt/computefleet/models/_models.py:3701: SyntaxWarning: invalid escape sequence '\W' 310s """Specifies the password of the administrator account. :code:`
`:code:`
` **Minimum-length 326s /usr/lib/python3/dist-packages/azure/mgmt/datamigration/models/_models_py3.py:16832: SyntaxWarning: invalid escape sequence '\S' 326s """Information for connecting to SQL database server. 326s /usr/lib/python3/dist-packages/azure/mgmt/datamigration/models/_models_py3.py:16910: SyntaxWarning: invalid escape sequence '\S' 326s """ 328s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:63: SyntaxWarning: invalid escape sequence '\w' 328s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 328s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:130: SyntaxWarning: invalid escape sequence '\w' 328s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 328s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:224: SyntaxWarning: invalid escape sequence '\w' 328s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 328s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:312: SyntaxWarning: invalid escape sequence '\w' 328s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 328s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:398: SyntaxWarning: invalid escape sequence '\w' 328s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 328s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:543: SyntaxWarning: invalid escape sequence '\w' 328s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 328s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:612: SyntaxWarning: invalid escape sequence '\w' 328s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 328s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:675: SyntaxWarning: invalid escape sequence '\w' 328s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 328s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:738: SyntaxWarning: invalid escape sequence '\w' 328s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 328s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:807: SyntaxWarning: invalid escape sequence '\w' 328s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 331s /usr/lib/python3/dist-packages/azure/mgmt/hybridnetwork/models/_models_py3.py:6028: SyntaxWarning: invalid escape sequence '\ ' 331s """Site properties. 333s /usr/lib/python3/dist-packages/azure/mgmt/iotoperations/models/_models.py:3864: SyntaxWarning: invalid escape sequence '\ ' 333s """Give access to state store keys for the corresponding principals defined. When key type is 333s /usr/lib/python3/dist-packages/azure/mgmt/iotoperations/models/_models.py:3867: SyntaxWarning: invalid escape sequence '\ ' 333s """Give access for ``Read``\ , ``Write`` and ``ReadWrite`` access level. Required. Known values 335s /usr/lib/python3/dist-packages/azure/mgmt/machinelearningservices/models/_machine_learning_services_mgmt_client_enums.py:168: SyntaxWarning: invalid escape sequence '\ ' 335s """Random forest is a supervised learning algorithm. 335s /usr/lib/python3/dist-packages/azure/mgmt/machinelearningservices/models/_machine_learning_services_mgmt_client_enums.py:1031: SyntaxWarning: invalid escape sequence '\ ' 335s """Random forest is a supervised learning algorithm. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/aio/operations/_activity_logs_operations.py:56: SyntaxWarning: invalid escape sequence '\ ' 337s """Provides the list of records from the activity logs. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/aio/operations/_tenant_activity_logs_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 337s """Gets the Activity Logs for the Tenant.:code:`
`Everything that is applicable to the API to 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1611: SyntaxWarning: invalid escape sequence '\ ' 337s """The resource from which the rule collects its data. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1661: SyntaxWarning: invalid escape sequence '\ ' 337s """ 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1746: SyntaxWarning: invalid escape sequence '\ ' 337s """A rule management event data source. The discriminator fields is always 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1825: SyntaxWarning: invalid escape sequence '\ ' 337s """ 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1877: SyntaxWarning: invalid escape sequence '\ ' 337s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1921: SyntaxWarning: invalid escape sequence '\ ' 337s """ 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/operations/_activity_logs_operations.py:90: SyntaxWarning: invalid escape sequence '\ ' 337s """Provides the list of records from the activity logs. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/operations/_tenant_activity_logs_operations.py:84: SyntaxWarning: invalid escape sequence '\ ' 337s """Gets the Activity Logs for the Tenant.:code:`
`Everything that is applicable to the API to 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/aio/operations/_metric_definitions_operations.py:58: SyntaxWarning: invalid escape sequence '\P' 337s """Lists the metric definitions for the resource. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1314: SyntaxWarning: invalid escape sequence '\ ' 337s """The resource from which the rule collects its data. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1364: SyntaxWarning: invalid escape sequence '\ ' 337s """ 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1449: SyntaxWarning: invalid escape sequence '\ ' 337s """A rule management event data source. The discriminator fields is always 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1528: SyntaxWarning: invalid escape sequence '\ ' 337s """ 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1580: SyntaxWarning: invalid escape sequence '\ ' 337s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1624: SyntaxWarning: invalid escape sequence '\ ' 337s """ 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/operations/_metric_definitions_operations.py:87: SyntaxWarning: invalid escape sequence '\P' 337s """Lists the metric definitions for the resource. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/aio/operations/_metric_definitions_operations.py:59: SyntaxWarning: invalid escape sequence '\P' 337s """Lists the metric definitions for the resource. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1016: SyntaxWarning: invalid escape sequence '\ ' 337s """The resource from which the rule collects its data. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1066: SyntaxWarning: invalid escape sequence '\ ' 337s """ 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1151: SyntaxWarning: invalid escape sequence '\ ' 337s """A rule management event data source. The discriminator fields is always 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1230: SyntaxWarning: invalid escape sequence '\ ' 337s """ 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1282: SyntaxWarning: invalid escape sequence '\ ' 337s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1326: SyntaxWarning: invalid escape sequence '\ ' 337s """ 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/operations/_metric_definitions_operations.py:88: SyntaxWarning: invalid escape sequence '\P' 337s """Lists the metric definitions for the resource. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_metrics_operations.py:57: SyntaxWarning: invalid escape sequence '\ ' 337s """Lists the metric values for a resource. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:59: SyntaxWarning: invalid escape sequence '\ ' 337s """Gets the active diagnostic settings for the specified resource. **WARNING**\ : This method will 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:123: SyntaxWarning: invalid escape sequence '\ ' 337s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:143: SyntaxWarning: invalid escape sequence '\ ' 337s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:163: SyntaxWarning: invalid escape sequence '\ ' 337s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:245: SyntaxWarning: invalid escape sequence '\ ' 337s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:271: SyntaxWarning: invalid escape sequence '\ ' 337s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:294: SyntaxWarning: invalid escape sequence '\ ' 337s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_metrics_operations.py:86: SyntaxWarning: invalid escape sequence '\ ' 337s """Lists the metric values for a resource. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:136: SyntaxWarning: invalid escape sequence '\ ' 337s """Gets the active diagnostic settings for the specified resource. **WARNING**\ : This method will 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:200: SyntaxWarning: invalid escape sequence '\ ' 337s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:220: SyntaxWarning: invalid escape sequence '\ ' 337s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:240: SyntaxWarning: invalid escape sequence '\ ' 337s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:322: SyntaxWarning: invalid escape sequence '\ ' 337s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:348: SyntaxWarning: invalid escape sequence '\ ' 337s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:371: SyntaxWarning: invalid escape sequence '\ ' 337s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2017_05_01_preview/aio/operations/_metrics_operations.py:68: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric values for a resource**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2017_05_01_preview/operations/_metrics_operations.py:123: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric values for a resource**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_01_01/aio/operations/_metrics_operations.py:69: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric values for a resource**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_01_01/operations/_metrics_operations.py:127: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric values for a resource**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_09_01/aio/operations/_baselines_operations.py:70: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric baseline values for a resource**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_09_01/operations/_baselines_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric baseline values for a resource**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2019_03_01/aio/operations/_baselines_operations.py:70: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric baseline values for a resource**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2019_03_01/operations/_baselines_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric baseline values for a resource**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2020_10_01/models/_models_py3.py:293: SyntaxWarning: invalid escape sequence '\ ' 337s """An Activity Log Alert rule condition that is met when all its member conditions are met. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:75: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric data for a subscription**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:208: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric data for a subscription**. Parameters can be specified on either query 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:290: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric data for a subscription**. Parameters can be specified on either query 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:369: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric data for a subscription**. Parameters can be specified on either query 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:522: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric values for a resource**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/models/_models_py3.py:1263: SyntaxWarning: invalid escape sequence '\ ' 337s """Query parameters can also be specified in the body, specifying the same parameter in both the 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/models/_models_py3.py:1345: SyntaxWarning: invalid escape sequence '\ ' 337s """ 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:264: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric data for a subscription**. 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:397: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric data for a subscription**. Parameters can be specified on either query 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:479: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric data for a subscription**. Parameters can be specified on either query 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:558: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric data for a subscription**. Parameters can be specified on either query 337s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:711: SyntaxWarning: invalid escape sequence '\ ' 337s """**Lists the metric values for a resource**. 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:66: SyntaxWarning: invalid escape sequence '\ ' 341s """Get the quota limit of a resource. The response can be used to determine the remaining quota to 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:206: SyntaxWarning: invalid escape sequence '\ ' 341s """Create or update the quota limit for the specified resource with the requested value. To update 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:251: SyntaxWarning: invalid escape sequence '\ ' 341s """Create or update the quota limit for the specified resource with the requested value. To update 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:294: SyntaxWarning: invalid escape sequence '\ ' 341s """Create or update the quota limit for the specified resource with the requested value. To update 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:449: SyntaxWarning: invalid escape sequence '\ ' 341s """Update the quota limit for a specific resource to the specified value: 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:493: SyntaxWarning: invalid escape sequence '\ ' 341s """Update the quota limit for a specific resource to the specified value: 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:535: SyntaxWarning: invalid escape sequence '\ ' 341s """Update the quota limit for a specific resource to the specified value: 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:617: SyntaxWarning: invalid escape sequence '\ ' 341s """Get a list of current quota limits of all resources for the specified scope. The response from 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_request_status_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 341s """Get the quota request details and status by quota request ID for the resources of the resource 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_request_status_operations.py:126: SyntaxWarning: invalid escape sequence '\ ' 341s """For the specified scope, get the current quota requests for a one year period ending at the 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_usages_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 341s """Get the current usage of a resource. 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_usages_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 341s """Get a list of current usage for all resources for the scope specified. 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:1967: SyntaxWarning: invalid escape sequence '\ ' 341s """Quota properties for the specified resource. 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:2114: SyntaxWarning: invalid escape sequence '\ ' 341s """Quota request. 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:2315: SyntaxWarning: invalid escape sequence '\ ' 341s """Quota request status details. 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:3247: SyntaxWarning: invalid escape sequence '\ ' 341s """Usage properties for the specified resource. 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:168: SyntaxWarning: invalid escape sequence '\ ' 341s """Get the quota limit of a resource. The response can be used to determine the remaining quota to 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:308: SyntaxWarning: invalid escape sequence '\ ' 341s """Create or update the quota limit for the specified resource with the requested value. To update 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:353: SyntaxWarning: invalid escape sequence '\ ' 341s """Create or update the quota limit for the specified resource with the requested value. To update 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:396: SyntaxWarning: invalid escape sequence '\ ' 341s """Create or update the quota limit for the specified resource with the requested value. To update 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:550: SyntaxWarning: invalid escape sequence '\ ' 341s """Update the quota limit for a specific resource to the specified value: 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:594: SyntaxWarning: invalid escape sequence '\ ' 341s """Update the quota limit for a specific resource to the specified value: 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:636: SyntaxWarning: invalid escape sequence '\ ' 341s """Update the quota limit for a specific resource to the specified value: 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:717: SyntaxWarning: invalid escape sequence '\ ' 341s """Get a list of current quota limits of all resources for the specified scope. The response from 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_request_status_operations.py:122: SyntaxWarning: invalid escape sequence '\ ' 341s """Get the quota request details and status by quota request ID for the resources of the resource 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_request_status_operations.py:190: SyntaxWarning: invalid escape sequence '\ ' 341s """For the specified scope, get the current quota requests for a one year period ending at the 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_usages_operations.py:109: SyntaxWarning: invalid escape sequence '\ ' 341s """Get the current usage of a resource. 341s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_usages_operations.py:176: SyntaxWarning: invalid escape sequence '\ ' 341s """Get a list of current usage for all resources for the scope specified. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2542: SyntaxWarning: invalid escape sequence '\R' 343s """Execute Reverse Replication\Reprotect. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2583: SyntaxWarning: invalid escape sequence '\R' 343s """Execute Reverse Replication\Reprotect. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2622: SyntaxWarning: invalid escape sequence '\R' 343s """Execute Reverse Replication\Reprotect. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:5381: SyntaxWarning: invalid escape sequence '\L' 343s """Disk details for E2A provider. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:5433: SyntaxWarning: invalid escape sequence '\L' 343s """ 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:8816: SyntaxWarning: invalid escape sequence '\S' 343s """HyperVReplicaAzure specific enable protection input. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:8963: SyntaxWarning: invalid escape sequence '\S' 343s """ 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:9459: SyntaxWarning: invalid escape sequence '\S' 343s """Hyper V Replica Azure provider specific settings. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:9631: SyntaxWarning: invalid escape sequence '\S' 343s """ 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:11387: SyntaxWarning: invalid escape sequence '\S' 343s """VMware Azure specific enable protection input. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:11521: SyntaxWarning: invalid escape sequence '\S' 343s """ 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:12100: SyntaxWarning: invalid escape sequence '\S' 343s """InMageAzureV2 provider specific settings. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:12429: SyntaxWarning: invalid escape sequence '\S' 343s """ 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:26310: SyntaxWarning: invalid escape sequence '\S' 343s """Update protected item input properties. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:26370: SyntaxWarning: invalid escape sequence '\S' 343s """ 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3476: SyntaxWarning: invalid escape sequence '\R' 343s """Execute Reverse Replication\Reprotect. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3517: SyntaxWarning: invalid escape sequence '\R' 343s """Execute Reverse Replication\Reprotect. 343s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3556: SyntaxWarning: invalid escape sequence '\R' 343s """Execute Reverse Replication\Reprotect. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_azure_reservation_api_operations.py:163: SyntaxWarning: invalid escape sequence '\ ' 343s """Get list of applicable ``Reservation``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:375: SyntaxWarning: invalid escape sequence '\ ' 343s """Split the ``Reservation``. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:405: SyntaxWarning: invalid escape sequence '\ ' 343s """Split the ``Reservation``. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:435: SyntaxWarning: invalid escape sequence '\ ' 343s """Split the ``Reservation``. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:583: SyntaxWarning: invalid escape sequence '\ ' 343s """Merges two ``Reservation``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:614: SyntaxWarning: invalid escape sequence '\ ' 343s """Merges two ``Reservation``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:645: SyntaxWarning: invalid escape sequence '\ ' 343s """Merges two ``Reservation``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:721: SyntaxWarning: invalid escape sequence '\ ' 343s """Get ``Reservation``\ s in a given reservation Order. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_order_operations.py:183: SyntaxWarning: invalid escape sequence '\ ' 343s """Get all ``ReservationOrder``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/models/_models_py3.py:3172: SyntaxWarning: invalid escape sequence '\ ' 343s """List of ``Reservation``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/models/_models_py3.py:3288: SyntaxWarning: invalid escape sequence '\ ' 343s """List of ``ReservationOrder``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_azure_reservation_api_operations.py:239: SyntaxWarning: invalid escape sequence '\ ' 343s """Get list of applicable ``Reservation``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:660: SyntaxWarning: invalid escape sequence '\ ' 343s """Split the ``Reservation``. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:690: SyntaxWarning: invalid escape sequence '\ ' 343s """Split the ``Reservation``. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:720: SyntaxWarning: invalid escape sequence '\ ' 343s """Split the ``Reservation``. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:868: SyntaxWarning: invalid escape sequence '\ ' 343s """Merges two ``Reservation``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:899: SyntaxWarning: invalid escape sequence '\ ' 343s """Merges two ``Reservation``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:930: SyntaxWarning: invalid escape sequence '\ ' 343s """Merges two ``Reservation``\ s. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:1006: SyntaxWarning: invalid escape sequence '\ ' 343s """Get ``Reservation``\ s in a given reservation Order. 343s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_order_operations.py:299: SyntaxWarning: invalid escape sequence '\ ' 343s """Get all ``ReservationOrder``\ s. 347s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:63: SyntaxWarning: invalid escape sequence '\ ' 347s """An interval in time specifying the date and time for the inclusive start and exclusive end, i.e. ``[start, end)``. 347s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:88: SyntaxWarning: invalid escape sequence '\ ' 347s """ 347s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:1136: SyntaxWarning: invalid escape sequence '\ ' 347s """Specifies the date and time interval for a changes request. 347s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:1161: SyntaxWarning: invalid escape sequence '\ ' 347s """ 350s /usr/lib/python3/dist-packages/azure/mgmt/signalr/models/_models_py3.py:2816: SyntaxWarning: invalid escape sequence '\ ' 350s """Upstream template item settings. It defines the Upstream URL of the incoming requests. 350s /usr/lib/python3/dist-packages/azure/mgmt/signalr/models/_models_py3.py:2888: SyntaxWarning: invalid escape sequence '\ ' 350s """ 354s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_functions_operations.py:587: SyntaxWarning: invalid escape sequence '\ ' 354s """Lists all of the functions under the specified streaming job. 354s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_inputs_operations.py:585: SyntaxWarning: invalid escape sequence '\ ' 354s """Lists all of the inputs under the specified streaming job. 354s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_outputs_operations.py:585: SyntaxWarning: invalid escape sequence '\ ' 354s """Lists all of the outputs under the specified streaming job. 355s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/models/_stream_analytics_management_client_enums.py:14: SyntaxWarning: invalid escape sequence '\ ' 355s """Authentication Mode. Valid modes are ``ConnectionString``\ , ``Msi`` and 'UserToken'.""" 355s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_functions_operations.py:851: SyntaxWarning: invalid escape sequence '\ ' 355s """Lists all of the functions under the specified streaming job. 355s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_inputs_operations.py:813: SyntaxWarning: invalid escape sequence '\ ' 355s """Lists all of the inputs under the specified streaming job. 355s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_outputs_operations.py:813: SyntaxWarning: invalid escape sequence '\ ' 355s """Lists all of the outputs under the specified streaming job. 355s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_communications_no_subscription_operations.py:190: SyntaxWarning: invalid escape sequence '\ ' 355s """Lists all communications (attachments not included) for a support ticket. :code:`
`
355s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_communications_operations.py:191: SyntaxWarning: invalid escape sequence '\ ' 355s """Lists all communications (attachments not included) for a support ticket. :code:`
`
355s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:176: SyntaxWarning: invalid escape sequence '\ ' 355s """Lists all the support tickets for an Azure subscription. You can also filter the support 355s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:528: SyntaxWarning: invalid escape sequence '\ ' 355s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 355s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:570: SyntaxWarning: invalid escape sequence '\ ' 355s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 355s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:610: SyntaxWarning: invalid escape sequence '\ ' 355s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 355s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_communications_no_subscription_operations.py:305: SyntaxWarning: invalid escape sequence '\ ' 355s """Lists all communications (attachments not included) for a support ticket. :code:`
`
355s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_communications_operations.py:323: SyntaxWarning: invalid escape sequence '\ ' 355s """Lists all communications (attachments not included) for a support ticket. :code:`
`
355s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:318: SyntaxWarning: invalid escape sequence '\ ' 355s """Lists all the support tickets for an Azure subscription. You can also filter the support 355s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:669: SyntaxWarning: invalid escape sequence '\ ' 355s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 355s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:711: SyntaxWarning: invalid escape sequence '\ ' 355s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 355s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:751: SyntaxWarning: invalid escape sequence '\ ' 355s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 355s /usr/lib/python3/dist-packages/azure/mgmt/synapse/models/_models_py3.py:6218: SyntaxWarning: invalid escape sequence '\ ' 355s """Maintenance window options. 355s /usr/lib/python3/dist-packages/azure/mgmt/synapse/models/_models_py3.py:6285: SyntaxWarning: invalid escape sequence '\ ' 355s """ 369s /usr/lib/python3/dist-packages/azure/mgmt/workloads/models/_models_py3.py:2890: SyntaxWarning: invalid escape sequence '\W' 369s """Specifies the operating system settings for the virtual machine. Some of the settings cannot be 369s /usr/lib/python3/dist-packages/azure/mgmt/workloads/models/_models_py3.py:2936: SyntaxWarning: invalid escape sequence '\W' 369s """ 369s /usr/lib/python3/dist-packages/azure/mgmt/workloadssapvirtualinstance/models/_models_py3.py:1961: SyntaxWarning: invalid escape sequence '\W' 369s """Specifies the operating system settings for the virtual machine. Some of the settings cannot be 369s /usr/lib/python3/dist-packages/azure/mgmt/workloadssapvirtualinstance/models/_models_py3.py:2007: SyntaxWarning: invalid escape sequence '\W' 369s """ 369s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/aio/operations/_operations.py:230: SyntaxWarning: invalid escape sequence '\ ' 369s """**Lists the metric values for a resource**. 369s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:75: SyntaxWarning: invalid escape sequence '\ ' 369s """Lists the metric values for multiple resources. 369s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:250: SyntaxWarning: invalid escape sequence '\ ' 369s """Lists the metric values for multiple resources. 369s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:417: SyntaxWarning: invalid escape sequence '\ ' 369s """Lists the metric values for multiple resources. 369s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:137: SyntaxWarning: invalid escape sequence '\ ' 369s """Lists the metric values for multiple resources. 369s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:312: SyntaxWarning: invalid escape sequence '\ ' 369s """Lists the metric values for multiple resources. 369s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:479: SyntaxWarning: invalid escape sequence '\ ' 369s """Lists the metric values for multiple resources. 369s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/operations/_operations.py:348: SyntaxWarning: invalid escape sequence '\ ' 369s """**Lists the metric values for a resource**. 369s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:2729: SyntaxWarning: invalid escape sequence '\:' 369s """Get complete definition of an entity given its type and unique attribute. 369s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:3534: SyntaxWarning: invalid escape sequence '\:' 369s """Delete an entity identified by its type and unique attributes. 369s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:4211: SyntaxWarning: invalid escape sequence '\:' 369s """Bulk API to retrieve list of entities identified by its unique attributes. 369s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:6216: SyntaxWarning: invalid escape sequence '\:' 369s """Get complete definition of an entity given its type and unique attribute. 369s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:7021: SyntaxWarning: invalid escape sequence '\:' 369s """Delete an entity identified by its type and unique attributes. 369s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:7698: SyntaxWarning: invalid escape sequence '\:' 369s """Bulk API to retrieve list of entities identified by its unique attributes. 369s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:4763: SyntaxWarning: invalid escape sequence '\:' 369s """Get complete definition of an entity given its type and unique attribute. 369s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:6386: SyntaxWarning: invalid escape sequence '\:' 369s """Delete an entity identified by its type and unique attributes. 369s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:7343: SyntaxWarning: invalid escape sequence '\:' 369s """Bulk API to retrieve list of entities identified by its unique attributes. 369s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:6932: SyntaxWarning: invalid escape sequence '\:' 369s """Get complete definition of an entity given its type and unique attribute. 369s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:8555: SyntaxWarning: invalid escape sequence '\:' 369s """Delete an entity identified by its type and unique attributes. 369s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:9512: SyntaxWarning: invalid escape sequence '\:' 369s """Bulk API to retrieve list of entities identified by its unique attributes. 370s /usr/lib/python3/dist-packages/azure/search/documents/indexes/_generated/models/_models_py3.py:6632: SyntaxWarning: invalid escape sequence '\W' 370s pattern: str = "\W+", 370s /usr/lib/python3/dist-packages/azure/search/documents/indexes/_generated/models/_models_py3.py:6857: SyntaxWarning: invalid escape sequence '\W' 370s pattern: str = "\W+", 370s /usr/lib/python3/dist-packages/azure/servicemanagement/schedulermanagementservice.py:51: SyntaxWarning: invalid escape sequence '\m' 370s ''' 370s /usr/lib/python3/dist-packages/azure/servicemanagement/servicebusmanagementservice.py:51: SyntaxWarning: invalid escape sequence '\m' 370s ''' 370s /usr/lib/python3/dist-packages/azure/servicemanagement/servicemanagementservice.py:73: SyntaxWarning: invalid escape sequence '\m' 370s ''' 370s /usr/lib/python3/dist-packages/azure/servicemanagement/sqldatabasemanagementservice.py:47: SyntaxWarning: invalid escape sequence '\m' 370s ''' 370s /usr/lib/python3/dist-packages/azure/servicemanagement/websitemanagementservice.py:47: SyntaxWarning: invalid escape sequence '\m' 370s ''' 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:103: SyntaxWarning: invalid escape sequence '\d' 371s """Execution policy for an activity. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:1303: SyntaxWarning: invalid escape sequence '\d' 371s """Azure Data Explorer command activity. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:4202: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:4264: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:18183: SyntaxWarning: invalid escape sequence '\d' 371s """SSIS package execution log location. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19073: SyntaxWarning: invalid escape sequence '\d' 371s """This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19165: SyntaxWarning: invalid escape sequence '\d' 371s """This activity verifies that an external resource exists. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19723: SyntaxWarning: invalid escape sequence '\d' 371s """WebHook activity. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:175: SyntaxWarning: invalid escape sequence '\d' 371s """Execution policy for an activity. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:222: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1151: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1248: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1271: SyntaxWarning: invalid escape sequence '\d' 371s """Copy activity sources of tabular type. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1406: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1439: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Amazon Marketplace Web Service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1495: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1683: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity AmazonRdsForOracle source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1750: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2025: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Amazon RDS for SQL Server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2110: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2407: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for Amazon Redshift Source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2468: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:3987: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4096: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4127: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Avro sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4186: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4225: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Avro source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4275: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5209: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Data Lake Storage Gen2 sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5265: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5302: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure BlobFS source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5358: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6437: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Databricks Delta Lake sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6497: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6538: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Databricks Delta Lake source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6588: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7023: SyntaxWarning: invalid escape sequence '\d' 371s """Azure Data Explorer command activity. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7096: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7267: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Data Explorer sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7333: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7378: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Data Explorer (Kusto) source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7440: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8222: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Data Lake Store sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8282: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8322: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Data Lake source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8368: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:9475: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure MariaDB source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:9531: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10532: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure MySql sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10588: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10625: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure MySQL source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10680: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10923: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure PostgreSQL sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10979: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11016: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure PostgreSQL source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11072: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11231: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Queue sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11282: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11420: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Search Index sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11477: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12300: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure SQL sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12383: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12439: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure SQL source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12524: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13019: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Table sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13090: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13139: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Table source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13200: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13886: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Binary sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13941: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13977: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Binary source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14026: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14318: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Blob sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14388: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14436: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure Blob source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14492: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14744: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for a Cassandra database. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14810: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15415: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Common Data Service for Apps sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15482: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15527: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Common Data Service for Apps source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15578: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15897: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Concur Service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15953: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16617: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity sink for a CosmosDB (MongoDB API) database. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16674: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16712: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for a CosmosDB (MongoDB API) database. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16780: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16932: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure CosmosDB (SQL API) Collection sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16988: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17025: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure CosmosDB (SQL API) Collection source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17090: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17228: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Couchbase server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17284: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20234: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for Db2 databases. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20289: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20862: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity DelimitedText sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20921: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20960: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity DelimitedText source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21014: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21316: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Document Database Collection sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21377: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21418: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Document Database Collection source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21478: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21612: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Drill server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21668: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22155: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Dynamics AX source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22218: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22559: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Dynamics CRM sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22626: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22671: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Dynamics CRM source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22722: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23061: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Dynamics sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23128: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23173: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Dynamics source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23224: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23511: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Eloqua server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23567: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23968: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity excel source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:24018: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25343: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity file system sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25398: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25434: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity file system source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25485: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:26723: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Google AdWords service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:26779: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27121: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Google BigQuery service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27177: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27461: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Google BigQuery service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27517: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28053: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Greenplum Database source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28109: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28536: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity HBase server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28592: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28932: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity HDFS source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28982: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:30727: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Hive Server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:30783: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31296: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for an HTTP file. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31344: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31617: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Hubspot Service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31673: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32120: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Impala server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32176: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32339: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Informix sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32395: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32432: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for Informix. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32487: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33502: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Jira Service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33558: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33869: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Json sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33928: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33967: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Json source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34021: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34739: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity for Microsoft Fabric LakeHouse Table sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34806: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34852: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for Microsoft Fabric LakeHouse Table. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34908: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:36915: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Magento server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:36971: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37417: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity MariaDB server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37473: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37845: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Marketo server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37901: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38208: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Microsoft Access sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38264: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38301: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for Microsoft Access. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38351: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38690: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for a MongoDB Atlas database. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38758: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39141: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for a MongoDB database. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39192: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39419: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for a MongoDB database. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39487: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39683: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for MySQL databases. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39738: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:40019: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Netezza source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:40084: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41138: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for OData source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41196: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41359: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity ODBC sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41415: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41452: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for ODBC databases. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41507: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41875: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for an Office 365 service. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41947: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42441: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Oracle Service Cloud source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42497: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42534: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Oracle sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42590: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42627: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Oracle source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42692: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43020: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity ORC sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43079: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43118: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity ORC source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43168: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43514: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Parquet sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43573: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43612: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Parquet source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43666: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43989: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Paypal Service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44045: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44386: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Phoenix server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44442: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45003: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for PostgreSQL databases. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45058: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45444: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for PostgreSQL databases. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45499: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46042: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Presto server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46098: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46702: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity QuickBooks server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46758: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47000: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for various relational databases. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47050: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47648: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Responsys source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47704: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48113: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Rest service Sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48190: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48244: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Rest service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48321: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49499: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Salesforce Marketing Cloud source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49555: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49932: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Salesforce Service Cloud sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50002: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50052: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Salesforce Service Cloud source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50107: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50379: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Salesforce Service Cloud V2 sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50449: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50499: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Salesforce Service Cloud V2 source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50554: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50590: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Salesforce sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50660: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50710: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Salesforce source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50770: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51046: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Salesforce V2 sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51116: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51166: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Salesforce V2 source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51226: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51485: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for SapBW server via MDX. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51540: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51787: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity SAP Cloud for Customer sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51851: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51895: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for SAP Cloud for Customer source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51958: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52212: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for SAP ECC source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52275: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52463: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for SAP HANA source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52532: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53040: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for SAP ODP source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53111: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53334: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for SAP Business Warehouse Open Hub Destination source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53407: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53961: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for SAP Table source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54059: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54322: SyntaxWarning: invalid escape sequence '\d' 371s """Script activity type. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54398: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55022: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity ServiceNow server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55078: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55310: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity ServiceNowV2 server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55365: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56196: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for sharePoint online list source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56248: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56508: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Shopify Service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56564: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57087: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity snowflake sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57147: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57187: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity snowflake source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57237: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57560: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity snowflake sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57620: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57660: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity snowflake source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57710: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59106: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Spark Server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59162: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59316: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity SQL Data Warehouse sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59396: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59452: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity SQL Data Warehouse source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59535: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59594: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure SQL Managed Instance sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59677: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59733: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Azure SQL Managed Instance source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59818: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60639: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity SQL server sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60722: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60778: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity SQL server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60863: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61167: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity SQL sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61250: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61306: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity SQL source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61387: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61696: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Square Service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61752: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61954: SyntaxWarning: invalid escape sequence '\d' 371s """SSIS package execution log location. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61992: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:62660: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for Sybase databases. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:62715: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:63882: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Teradata source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:63946: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64582: SyntaxWarning: invalid escape sequence '\d' 371s """Trigger that schedules pipeline runs for all fixed time interval windows from a start time 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64674: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64940: SyntaxWarning: invalid escape sequence '\d' 371s """This activity executes inner activities until the specified boolean expression results to true 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65014: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65117: SyntaxWarning: invalid escape sequence '\d' 371s """This activity verifies that an external resource exists. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65199: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65385: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Vertica source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65441: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65874: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Microsoft Fabric Warehouse sink. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65950: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66003: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Microsoft Fabric Warehouse source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66087: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66686: SyntaxWarning: invalid escape sequence '\d' 371s """WebHook activity. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66779: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66918: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity source for web page table. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66964: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:67735: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Xero Service source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:67791: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68043: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Xml source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68097: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68532: SyntaxWarning: invalid escape sequence '\d' 371s """A copy activity Zoho server source. 371s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68588: SyntaxWarning: invalid escape sequence '\d' 371s """ 371s Setting up python3-azure-storage (20241111+git-1) ... 373s Setting up python3-azure-kusto-data (4.6.1-1) ... 373s Setting up autopkgtest-satdep (0) ... 373s Processing triggers for libc-bin (2.40-1ubuntu3) ... 373s Processing triggers for systemd (256.5-2ubuntu4) ... 373s Processing triggers for man-db (2.12.1-3) ... 375s Processing triggers for install-info (7.1.1-1) ... 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-azure-kusto-data'], kind short, sout pipe, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest: DBG: testbed command ['dpkg', '--status', 'autopkgtest-satdep'], kind short, sout pipe, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest: DBG: testbed command ['apt-get', '--simulate', '--quiet', '-o', 'APT::Get::Show-User-Simulation-Note=False', '--auto-remove', 'purge', 'autopkgtest-satdep'], kind short, sout pipe, serr pipe, env [] 377s autopkgtest: DBG: testbed command exited with code 0 377s autopkgtest: DBG: Marking test dependencies as manually installed: debhelper dh-autoreconf debugedit dh-python dh-strip-nondeterminism dwz python3-azure-kusto-data python3-azure-storage python3-azure python3-msal-extensions python3-gi-cairo python3-cairo libcairo2 libfontconfig1 fontconfig-config fonts-dejavu-core fonts-dejavu-mono gir1.2-secret-1 libfile-stripnondeterminism-perl libarchive-zip-perl python3-pandas python3-pandas-lib python3-numpy liblapack3 libblas3 libcairo-gobject2 libdebhelper-perl libgfortran5 libpixman-1-0 python3-all python3.13 libpython3.13-stdlib python3.13-minimal libpython3.13-minimal libsecret-1-0 libsecret-common libxcb-render0 libxcb-shm0 libxrender1 python3-ijson libyajl2 python3-msrestazure python3-adal python3-aioresponses python3-aiohttp python3-aiosignal python3-asgiref python3-pytest-asyncio python3-async-generator python3-async-timeout python3-avro python3-nltk python3-click python3-colorama python3-strictyaml python3-dateutil python3-dnspython python3-frozenlist python3-pytest python3-iniconfig python3-msrest python3-isodate python3-joblib python3-marshmallow python3-msal python3-yarl python3-multidict python3-packaging python3-pluggy python3-portalocker python3-psutil python3-regex python3-requests-oauthlib python3-responses python3-ruamel.yaml python3-ruamel.yaml.clib python3-six python3-tqdm python3-websocket 377s autopkgtest: DBG: testbed command ['apt-mark', 'manual', '-qq', 'debhelper', 'dh-autoreconf', 'debugedit', 'dh-python', 'dh-strip-nondeterminism', 'dwz', 'python3-azure-kusto-data', 'python3-azure-storage', 'python3-azure', 'python3-msal-extensions', 'python3-gi-cairo', 'python3-cairo', 'libcairo2', 'libfontconfig1', 'fontconfig-config', 'fonts-dejavu-core', 'fonts-dejavu-mono', 'gir1.2-secret-1', 'libfile-stripnondeterminism-perl', 'libarchive-zip-perl'], kind short, sout raw, serr pipe, env [] 377s autopkgtest: DBG: testbed command exited with code 0 377s autopkgtest: DBG: testbed command ['apt-mark', 'manual', '-qq', 'python3-pandas', 'python3-pandas-lib', 'python3-numpy', 'liblapack3', 'libblas3', 'libcairo-gobject2', 'libdebhelper-perl', 'libgfortran5', 'libpixman-1-0', 'python3-all', 'python3.13', 'libpython3.13-stdlib', 'python3.13-minimal', 'libpython3.13-minimal', 'libsecret-1-0', 'libsecret-common', 'libxcb-render0', 'libxcb-shm0', 'libxrender1', 'python3-ijson'], kind short, sout raw, serr pipe, env [] 378s autopkgtest: DBG: testbed command exited with code 0 378s autopkgtest: DBG: testbed command ['apt-mark', 'manual', '-qq', 'libyajl2', 'python3-msrestazure', 'python3-adal', 'python3-aioresponses', 'python3-aiohttp', 'python3-aiosignal', 'python3-asgiref', 'python3-pytest-asyncio', 'python3-async-generator', 'python3-async-timeout', 'python3-avro', 'python3-nltk', 'python3-click', 'python3-colorama', 'python3-strictyaml', 'python3-dateutil', 'python3-dnspython', 'python3-frozenlist', 'python3-pytest', 'python3-iniconfig'], kind short, sout raw, serr pipe, env [] 378s autopkgtest: DBG: testbed command exited with code 0 378s autopkgtest: DBG: testbed command ['apt-mark', 'manual', '-qq', 'python3-msrest', 'python3-isodate', 'python3-joblib', 'python3-marshmallow', 'python3-msal', 'python3-yarl', 'python3-multidict', 'python3-packaging', 'python3-pluggy', 'python3-portalocker', 'python3-psutil', 'python3-regex', 'python3-requests-oauthlib', 'python3-responses', 'python3-ruamel.yaml', 'python3-ruamel.yaml.clib', 'python3-six', 'python3-tqdm', 'python3-websocket'], kind short, sout raw, serr pipe, env [] 378s autopkgtest: DBG: testbed command exited with code 0 378s autopkgtest: DBG: testbed command ['dpkg', '--purge', 'autopkgtest-satdep'], kind short, sout raw, serr raw, env [] 379s (Reading database ... 119409 files and directories currently installed.) 379s Removing autopkgtest-satdep (0) ... 379s autopkgtest: DBG: testbed command exited with code 0 379s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yxNDP2/python3-tests-packages.all"], kind short, sout raw, serr pipe, env [] 379s autopkgtest: DBG: testbed command exited with code 0 379s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/python3-tests-packages.all /tmp/autopkgtest-work.fmbb4vup/out/python3-tests-packages.all 379s autopkgtest: DBG: got reply from testbed: ok 379s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.yxNDP2/build.ehl/src'], kind short, sout raw, serr raw, env [] 379s autopkgtest: DBG: testbed command exited with code 0 379s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.yxNDP2/build.ehl/src already exists 379s autopkgtest [08:12:53]: test python3-tests: [----------------------- 379s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.yxNDP2/wrapper.sh --debug --artifacts=/tmp/autopkgtest.yxNDP2/python3-tests-artifacts --chdir=/tmp/autopkgtest.yxNDP2/build.ehl/src --env=AUTOPKGTEST_TESTBED_ARCH=amd64 --env=AUTOPKGTEST_TEST_ARCH=amd64 --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.yxNDP2/python3-tests-stderr --stdout=/tmp/autopkgtest.yxNDP2/python3-tests-stdout --tmp=/tmp/autopkgtest.yxNDP2/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=python3-defaults/3.12.7-1 python3-stdlib-extensions/3.12.7-1' --make-executable=/tmp/autopkgtest.yxNDP2/build.ehl/src/debian/tests/python3-tests -- /tmp/autopkgtest.yxNDP2/build.ehl/src/debian/tests/python3-tests"], kind test, sout raw, serr raw, env [] 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.yxNDP2/python3-tests-artifacts 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: changing to directory: /tmp/autopkgtest.yxNDP2/build.ehl/src 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=amd64 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=amd64 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: LANG=C.UTF-8 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LANGUAGE 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_ADDRESS 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_ALL 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_COLLATE 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_CTYPE 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_IDENTIFICATION 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_MEASUREMENT 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_MESSAGES 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_MONETARY 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_NAME 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_NUMERIC 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_PAPER 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_TELEPHONE 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_TIME 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: pretending to be a login shell 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: will write standard error to /tmp/autopkgtest.yxNDP2/python3-tests-stderr 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: will write stdout to /tmp/autopkgtest.yxNDP2/python3-tests-stdout 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.yxNDP2/autopkgtest_tmp 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=python3-defaults/3.12.7-1 python3-stdlib-extensions/3.12.7-1 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: marking as executable: /tmp/autopkgtest.yxNDP2/build.ehl/src/debian/tests/python3-tests 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: command to run: /tmp/autopkgtest.yxNDP2/build.ehl/src/debian/tests/python3-tests 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: copying /tmp/tmp.lIEAOwWfC2/out to stdout and file: /tmp/autopkgtest.yxNDP2/python3-tests-stdout 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: copying /tmp/tmp.lIEAOwWfC2/err to standard error and file: /tmp/autopkgtest.yxNDP2/python3-tests-stdout 379s /tmp/autopkgtest.yxNDP2/wrapper.sh: writing script pid 4109 to /tmp/autopkgtest_script_pid 380s ============================= test session starts ============================== 380s platform linux -- Python 3.13.0, pytest-8.3.3, pluggy-1.5.0 -- /usr/bin/python3.13 380s cachedir: .pytest_cache 380s rootdir: /tmp/autopkgtest.yxNDP2/autopkgtest_tmp 380s plugins: asyncio-0.20.3, typeguard-4.4.1 380s asyncio: mode=Mode.STRICT 381s collecting ... collected 14 items / 12 errors 381s 381s ==================================== ERRORS ==================================== 381s _______________ ERROR collecting tests/aio/test_kusto_client.py ________________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/aio/test_kusto_client.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/aio/test_kusto_client.py:8: in 381s from azure.kusto.data._cloud_settings import CloudSettings 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s ___________ ERROR collecting tests/test_client_request_properties.py ___________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_client_request_properties.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_client_request_properties.py:6: in 381s from azure.kusto.data import ClientRequestProperties, KustoConnectionStringBuilder 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s ___________________ ERROR collecting tests/test_converter.py ___________________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_converter.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_converter.py:6: in 381s from azure.kusto.data._converters import to_datetime, to_timedelta 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s __________________ ERROR collecting tests/test_functional.py ___________________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_functional.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_functional.py:8: in 381s from azure.kusto.data.response import KustoResponseDataSetV2 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s ____________________ ERROR collecting tests/test_helpers.py ____________________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_helpers.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_helpers.py:9: in 381s from azure.kusto.data._models import KustoResultTable 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s _______ ERROR collecting tests/test_http_adapter_with_socket_options.py ________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_http_adapter_with_socket_options.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_http_adapter_with_socket_options.py:6: in 381s from azure.kusto.data.client import HTTPAdapterWithSocketOptions 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s _________________ ERROR collecting tests/test_kusto_client.py __________________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_kusto_client.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_kusto_client.py:6: in 381s import pandas 381s /usr/lib/python3/dist-packages/pandas/__init__.py:19: in 381s raise ImportError( 381s E ImportError: Unable to import required dependencies: 381s E numpy: Error importing numpy: you should not try to import numpy from 381s E its source directory; please exit the numpy source tree, and relaunch 381s E your python interpreter from there. 381s ________ ERROR collecting tests/test_kusto_connection_string_builder.py ________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_kusto_connection_string_builder.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_kusto_connection_string_builder.py:7: in 381s from azure.kusto.data import KustoConnectionStringBuilder, KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s ____________________ ERROR collecting tests/test_models.py _____________________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_models.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_models.py:6: in 381s from azure.kusto.data._models import KustoResultTable 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s ___________________ ERROR collecting tests/test_security.py ____________________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_security.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_security.py:5: in 381s from azure.kusto.data import KustoConnectionStringBuilder 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s ________________ ERROR collecting tests/test_streaming_query.py ________________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_streaming_query.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_streaming_query.py:6: in 381s from azure.kusto.data._models import WellKnownDataSet, KustoResultRow, KustoResultColumn 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s __________ ERROR collecting tests/test_well_known_kusto_endpoints.py ___________ 381s ImportError while importing test module '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp/tests/test_well_known_kusto_endpoints.py'. 381s Hint: make sure your test modules/packages have valid Python names. 381s Traceback: 381s /usr/lib/python3.13/importlib/__init__.py:88: in import_module 381s return _bootstrap._gcd_import(name[level:], package, level) 381s tests/test_well_known_kusto_endpoints.py:3: in 381s from azure.kusto.data.kusto_trusted_endpoints import _well_known_kusto_endpoints_data, well_known_kusto_endpoints, MatchRule 381s /usr/lib/python3/dist-packages/azure/kusto/data/__init__.py:5: in 381s from .client import KustoClient 381s /usr/lib/python3/dist-packages/azure/kusto/data/client.py:19: in 381s from .client_base import ExecuteRequestParams, _KustoClientBase 381s /usr/lib/python3/dist-packages/azure/kusto/data/client_base.py:13: in 381s from azure.kusto.data._token_providers import CloudInfoTokenProvider 381s /usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py:15: in 381s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/__init__.py:10: in 381s from ._credentials import ( 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py:5: in 381s from .authorization_code import AuthorizationCodeCredential 381s /usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py:9: in 381s from .._internal.aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py:5: in 381s from .aad_client import AadClient 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py:11: in 381s from .aad_client_base import AadClientBase 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py:20: in 381s from .aadclient_certificate import AadClientCertificate 381s /usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py:7: in 381s from cryptography import x509 381s /usr/lib/python3/dist-packages/cryptography/x509/__init__.py:7: in 381s from cryptography.x509 import certificate_transparency, verification 381s /usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py:11: in 381s from cryptography.hazmat.bindings._rust import x509 as rust_x509 381s E ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 381s =========================== short test summary info ============================ 381s ERROR tests/aio/test_kusto_client.py 381s ERROR tests/test_client_request_properties.py 381s ERROR tests/test_converter.py 381s ERROR tests/test_functional.py 381s ERROR tests/test_helpers.py 381s ERROR tests/test_http_adapter_with_socket_options.py 381s ERROR tests/test_kusto_client.py 381s ERROR tests/test_kusto_connection_string_builder.py 381s ERROR tests/test_models.py 381s ERROR tests/test_security.py 381s ERROR tests/test_streaming_query.py 381s ERROR tests/test_well_known_kusto_endpoints.py 381s !!!!!!!!!!!!!!!!!!! Interrupted: 12 errors during collection !!!!!!!!!!!!!!!!!!! 381s ============================== 12 errors in 1.51s ============================== 381s /tmp/autopkgtest.yxNDP2/wrapper.sh: checking for leaked background processes... 381s /tmp/autopkgtest.yxNDP2/wrapper.sh: waiting for tee/cat subprocesses... 381s /tmp/autopkgtest.yxNDP2/wrapper.sh: cleaning up... 381s /tmp/autopkgtest.yxNDP2/wrapper.sh: Exit status: 2 381s autopkgtest: DBG: testbed command exited with code 2 382s autopkgtest [08:12:56]: test python3-tests: -----------------------] 382s autopkgtest: DBG: testbed executing test finished with exit status 2 382s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/python3-tests-stdout /tmp/autopkgtest-work.fmbb4vup/out/python3-tests-stdout 382s autopkgtest: DBG: got reply from testbed: ok 382s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/python3-tests-stderr /tmp/autopkgtest-work.fmbb4vup/out/python3-tests-stderr 382s autopkgtest: DBG: got reply from testbed: ok 382s python3-tests FAIL non-zero exit status 2 382s autopkgtest [08:12:56]: test python3-tests: - - - - - - - - - - results - - - - - - - - - - 382s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/python3-tests-artifacts/ /tmp/autopkgtest-work.fmbb4vup/out/artifacts/ 382s autopkgtest: DBG: got reply from testbed: ok 382s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.yxNDP2/python3-tests-artifacts', '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 382s autopkgtest: DBG: testbed command exited with code 0 382s autopkgtest [08:12:56]: test autodep8-python3: preparing testbed 382s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['debhelper-compat (= 13)', 'dh-python', 'dh-sequence-python3', 'python3-adal', 'python3-all', 'python3-aioresponses', 'python3-asgiref', 'python3-azure (>= 20200519+git-1~)', 'python3-dateutil', 'python3-ijson', 'python3-pandas', 'python3-pytest', 'python3-pytest-asyncio', 'python3-requests', 'python3-responses', 'python3-setuptools', 'build-essential:native', 'python3-all:any', 'python3-azure-kusto-data'], deps_new=['python3-all', 'python3-azure-kusto-data'] 382s autopkgtest: DBG: testbed reset 382s autopkgtest: DBG: sending command to testbed: revert 444s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.yxNDP2 444s autopkgtest: DBG: sending command to testbed: print-execute-command 444s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.kghzzkeg/runcmd 444s autopkgtest: DBG: sending command to testbed: capabilities 444s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu revert root-on-testbed revert-full-system isolation-machine ok reboot 444s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'revert', 'root-on-testbed', 'revert-full-system', 'isolation-machine', 'ok', 'reboot', 'has_internet'] 444s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yxNDP2'], kind short, sout raw, serr pipe, env [] 444s autopkgtest: DBG: testbed command exited with code 0 444s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.yxNDP2/wrapper.sh 444s autopkgtest: DBG: got reply from testbed: ok 444s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yxNDP2/wrapper.sh'], kind short, sout raw, serr pipe, env [] 444s autopkgtest: DBG: testbed command exited with code 0 444s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 444s autopkgtest: DBG: testbed command exited with code 0 444s autopkgtest [08:13:58]: testbed dpkg architecture: amd64 444s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 444s autopkgtest: DBG: testbed command exited with code 0 444s autopkgtest [08:13:58]: testbed apt version: 2.9.8 444s autopkgtest [08:13:58]: @@@@@@@@@@@@@@@@@@@@ test bed setup 444s autopkgtest: DBG: testbed command ['sh', '-euc', '#!/bin/sh\n# Copyright 2014-2016 Martin Pitt\n# Copyright 2017-2023 Paul Gevers\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script is ment to be used as Template by adt_testbed, where\n# \'$pocket\' is replaced, but calling it with one input argument\n# achieves the same results: This script builds a source.list.d entry\n# for the requested pocket for each main suite (lacking a hypen (-))\n# in all sources.lists.\n\n# TODO: Debian is moving towards deb822 based sources, this isn\'t\n# supported yet.\n\nset -eu\n\nusage () {\n echo "Usage: create-sources.list-for-pocket [POCKET]" >&2\n exit 2\n}\n\nif [ "$#" -ne 1 ]; then\n usage\nfi\n\npocket=$1\n\nSRCS=$(ls /etc/apt/sources.list /etc/apt/sources.list.d/*.list 2>/dev/null || true)\nif [ -z "$SRCS" ]; then\n exit 0\nfi\n# Deliberately word-splitting $SRCS\n# shellcheck disable=SC2086\nsed -rn \'s/^(deb|deb-src) +(\\[.*\\] *)?((http|https|file):[^ ]*) +([^ -]+) +(.*)$/\\1 \\2\\3 \\5-\'"$pocket"\' \\6/p\' \\\n$SRCS > /etc/apt/sources.list.d/"$pocket".list\n# retry only needed before Debian 9 (buster) and Ubuntu 18.04 (bionic)\n# testbed has \'Acquire::Retries "10";\' apt config\nfor retry in 1 2 3; do\n apt-get --no-list-cleanup \\\n\t -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/"$pocket".list \\\n\t -o Dir::Etc::sourceparts=/dev/null \\\n\t update 2>&1 && break\n if [ $retry = 3 ] ; then\n return 1\n else\n sleep 15\n fi\ndone\n', 'sh', 'proposed'], kind short, sout raw, serr pipe, env [] 444s autopkgtest: DBG: testbed command exited with code 0 444s autopkgtest: DBG: testbed command ['sh', '-ec', 'ls -1 /etc/apt/sources.list.d/*.sources'], kind short, sout pipe, serr pipe, env [] 444s autopkgtest: DBG: testbed command exited with code 0 444s autopkgtest: DBG: testbed command ['cat', '/etc/apt/sources.list.d/ubuntu.sources'], kind short, sout pipe, serr pipe, env [] 444s autopkgtest: DBG: testbed command exited with code 0 444s autopkgtest: DBG: adding APT source: Types: deb deb-src 444s URIs: http://ftpmaster.internal/ubuntu/ 444s Suites: plucky-proposed 444s Components: main restricted universe multiverse 444s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 444s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2022 Paul Gevers\n# Copyright © 2022 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script writes the requested apt_source_line to the\n# apt_source_filename and updates the apt index for just added entry\n# (and only that one)\n\n# Usage $0 \n\nset -eu\n\nusage () {\n echo "Usage: $0 APT_SOURCE_LINE APT_SOURCE_FILENAME" >&2\n exit 2\n}\n\nif [ "$#" -lt 2 ]; then\n usage\nfi\n\n# Check for options for future-proofing, but none are actually accepted\ncase "${1-}" in\n (--)\n shift\n ;;\n\n (-*)\n usage\n ;;\nesac\n\necho "$1" >> /etc/apt/sources.list.d/"$2"\n# retry only needed before Debian 9 (buster) and Ubuntu 18.04 (bionic)\n# testbed has \'Acquire::Retries "10";\' apt config\nfor retry in 1 2 3; do\n apt-get --no-list-cleanup \\\n -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/"$2" \\\n -o Dir::Etc::sourceparts=/dev/null \\\n update 2>&1 && break\n if [ $retry = 3 ] ; then\n return 1\n else\n sleep 15\n fi\ndone\n', 'sh', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg', 'proposed.sources'], kind short, sout raw, serr pipe, env [] 444s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [73.9 kB] 444s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.3 kB] 444s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [848 kB] 444s Get:4 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [7016 B] 444s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.4 kB] 444s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 Packages [111 kB] 444s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main i386 Packages [65.2 kB] 444s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted amd64 Packages [32.6 kB] 444s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe amd64 Packages [637 kB] 444s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe i386 Packages [255 kB] 444s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse i386 Packages [13.0 kB] 444s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse amd64 Packages [37.7 kB] 445s Fetched 2171 kB in 0s (7017 kB/s) 445s Reading package lists... 445s autopkgtest: DBG: testbed command exited with code 0 445s autopkgtest: DBG: testbed command ['sh', '-ec', 'mkdir -p /etc/apt/preferences.d; printf "Package: *\\nPin: release a=plucky-proposed\\nPin-Priority: 500\\n" > /etc/apt/preferences.d/autopkgtest-plucky-proposed-baseline; '], kind short, sout raw, serr pipe, env [] 445s autopkgtest: DBG: testbed command exited with code 0 445s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 445s autopkgtest: DBG: testbed command exited with code 0 445s autopkgtest: DBG: sending command to testbed: copydown /tmp/tmpjivco3hx /etc/apt/preferences.d/autopkgtest-plucky-proposed 445s autopkgtest: DBG: got reply from testbed: ok 445s autopkgtest: DBG: testbed command ['chmod', '-R', '0644', '--', '/etc/apt/preferences.d/autopkgtest-plucky-proposed'], kind short, sout raw, serr pipe, env [] 445s autopkgtest: DBG: testbed command exited with code 0 445s autopkgtest: DBG: autopkgtest-plucky-proposed content: 445s Package: src:python3-defaults:* src:python3-stdlib-extensions:* 445s Pin: release a=plucky-proposed 445s Pin-Priority: 995 445s 445s Package: * 445s Pin: release a=plucky-updates 445s Pin-Priority: 990 445s 445s 445s autopkgtest: DBG: testbed command ['sh', '-ec', 'mkdir -p /etc/apt/preferences.d; printf "Package: *\\nPin: release a=plucky\\nPin-Priority: 990\\n" > /etc/apt/preferences.d/autopkgtest-default-release'], kind short, sout raw, serr pipe, env [] 445s autopkgtest: DBG: testbed command exited with code 0 445s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.yxNDP2/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 445s autopkgtest: DBG: testbed command exited with code 0 445s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu', 'DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 446s Reading package lists... 446s Building dependency tree... 446s Reading state information... 447s Calculating upgrade... 447s The following NEW packages will be installed: 447s python3.13-gdbm 447s The following packages will be upgraded: 447s libgpgme11t64 libpython3-stdlib python3 python3-gdbm python3-minimal 447s 5 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 447s Need to get 253 kB of archives. 447s After this operation, 147 kB of additional disk space will be used. 447s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3-minimal amd64 3.12.7-1 [27.4 kB] 447s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3 amd64 3.12.7-1 [24.0 kB] 447s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 libpython3-stdlib amd64 3.12.7-1 [10.0 kB] 447s Get:4 http://ftpmaster.internal/ubuntu plucky/main amd64 python3.13-gdbm amd64 3.13.0-2 [31.3 kB] 447s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3-gdbm amd64 3.12.7-1 [8642 B] 447s Get:6 http://ftpmaster.internal/ubuntu plucky/main amd64 libgpgme11t64 amd64 1.23.2-5ubuntu4 [152 kB] 447s Fetched 253 kB in 0s (4585 kB/s) 448s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 75541 files and directories currently installed.) 448s Preparing to unpack .../python3-minimal_3.12.7-1_amd64.deb ... 448s Unpacking python3-minimal (3.12.7-1) over (3.12.6-0ubuntu1) ... 448s Setting up python3-minimal (3.12.7-1) ... 448s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 75541 files and directories currently installed.) 448s Preparing to unpack .../python3_3.12.7-1_amd64.deb ... 448s Unpacking python3 (3.12.7-1) over (3.12.6-0ubuntu1) ... 448s Preparing to unpack .../libpython3-stdlib_3.12.7-1_amd64.deb ... 448s Unpacking libpython3-stdlib:amd64 (3.12.7-1) over (3.12.6-0ubuntu1) ... 448s Selecting previously unselected package python3.13-gdbm. 448s Preparing to unpack .../python3.13-gdbm_3.13.0-2_amd64.deb ... 448s Unpacking python3.13-gdbm (3.13.0-2) ... 448s Preparing to unpack .../python3-gdbm_3.12.7-1_amd64.deb ... 448s Unpacking python3-gdbm:amd64 (3.12.7-1) over (3.12.6-1ubuntu1) ... 448s Preparing to unpack .../libgpgme11t64_1.23.2-5ubuntu4_amd64.deb ... 448s Unpacking libgpgme11t64:amd64 (1.23.2-5ubuntu4) over (1.18.0-4.1ubuntu4) ... 448s Setting up libgpgme11t64:amd64 (1.23.2-5ubuntu4) ... 448s Setting up python3.13-gdbm (3.13.0-2) ... 448s Setting up libpython3-stdlib:amd64 (3.12.7-1) ... 448s Setting up python3 (3.12.7-1) ... 448s Setting up python3-gdbm:amd64 (3.12.7-1) ... 448s Processing triggers for man-db (2.12.1-3) ... 449s Processing triggers for libc-bin (2.40-1ubuntu3) ... 449s Reading package lists... 449s Building dependency tree... 449s Reading state information... 450s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 450s autopkgtest: DBG: testbed command exited with code 0 450s autopkgtest: DBG: testbed command ['sh', '-ec', '(O=$(bash -o pipefail -ec \'apt-get update | tee /proc/self/fd/2\') ||{ [ "${O%404*Not Found*}" = "$O" ] || exit 100; sleep 15; apt-get update; } || { sleep 60; apt-get update; } || false) && $(command -v eatmydata || true) apt-get dist-upgrade -y -o Dpkg::Options::="--force-confnew" && $(command -v eatmydata || true) apt-get --purge autoremove -y'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu', 'DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 450s Hit:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease 450s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 450s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 450s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 451s Reading package lists... 451s Reading package lists... 451s Building dependency tree... 451s Reading state information... 451s Calculating upgrade... 452s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 452s Reading package lists... 452s Building dependency tree... 452s Reading state information... 452s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 452s autopkgtest: DBG: testbed command exited with code 0 452s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.yxNDP2/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 452s autopkgtest: DBG: testbed command exited with code 0 452s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 452s autopkgtest: DBG: testbed command exited with code 0 452s autopkgtest: DBG: testbed has eatmydata 452s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yxNDP2/testbed-packages"], kind short, sout raw, serr pipe, env [] 452s autopkgtest: DBG: testbed command exited with code 0 452s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/testbed-packages /tmp/autopkgtest-work.fmbb4vup/out/testbed-packages 452s autopkgtest: DBG: got reply from testbed: ok 452s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 452s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yxNDP2'], kind short, sout raw, serr pipe, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.yxNDP2/autopkgtest-reboot 453s autopkgtest: DBG: got reply from testbed: ok 453s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yxNDP2/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yxNDP2/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yxNDP2/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yxNDP2'], kind short, sout raw, serr pipe, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.yxNDP2/autopkgtest-reboot-prepare 453s autopkgtest: DBG: got reply from testbed: ok 453s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.yxNDP2/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.yxNDP2/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 453s autopkgtest: DBG: install_deps: deps_new=['python3-all', 'python3-azure-kusto-data'] 453s autopkgtest: DBG: install-deps: satisfying python3-all, python3-azure-kusto-data 453s autopkgtest: DBG: install-deps: architecture resolved: python3-all, python3-azure-kusto-data 453s autopkgtest: DBG: testbed command ['test', '-w', '/var/lib/dpkg/status'], kind short, sout raw, serr raw, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: can use apt-get on testbed: True 453s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yxNDP2'], kind short, sout raw, serr pipe, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.fmbb4vup/out/2-autopkgtest-satdep.deb /tmp/autopkgtest.yxNDP2/2-autopkgtest-satdep.deb 453s autopkgtest: DBG: got reply from testbed: ok 453s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.yxNDP2/2-autopkgtest-satdep.deb'], kind short, sout raw, serr pipe, env [] 453s autopkgtest: DBG: testbed command exited with code 0 453s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '/usr/bin/eatmydata apt-get install --assume-yes /tmp/autopkgtest.yxNDP2/2-autopkgtest-satdep.deb -o APT::Status-Fd=3 -o APT::Install-Recommends=false -o Dpkg::Options::=--force-confnew -o Debug::pkgProblemResolver=true 3>&2 2>&1'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 454s Reading package lists... 454s Building dependency tree... 454s Reading state information... 454s Starting pkgProblemResolver with broken count: 0 454s Starting 2 pkgProblemResolver with broken count: 0 454s Done 454s The following additional packages will be installed: 454s fontconfig-config fonts-dejavu-core fonts-dejavu-mono gir1.2-secret-1 454s libcairo-gobject2 libcairo2 libfontconfig1 libpixman-1-0 454s libpython3.13-minimal libpython3.13-stdlib libsecret-1-0 libsecret-common 454s libxcb-render0 libxcb-shm0 libxrender1 libyajl2 python3-adal python3-aiohttp 454s python3-aiosignal python3-all python3-async-timeout python3-avro 454s python3-azure python3-azure-kusto-data python3-azure-storage python3-cairo 454s python3-click python3-colorama python3-dateutil python3-dnspython 454s python3-frozenlist python3-gi-cairo python3-ijson python3-isodate 454s python3-joblib python3-marshmallow python3-msal python3-msal-extensions 454s python3-msrest python3-msrestazure python3-multidict python3-nltk 454s python3-packaging python3-portalocker python3-psutil python3-regex 454s python3-requests-oauthlib python3-ruamel.yaml python3-ruamel.yaml.clib 454s python3-six python3-strictyaml python3-tqdm python3-websocket python3-yarl 454s python3.13 python3.13-minimal 454s Suggested packages: 454s python-azure-doc python3-trio python3-aioquic python3-h2 python3-httpx 454s python3-httpcore python-joblib-doc python3.13-venv python3.13-doc 454s binfmt-support 454s Recommended packages: 454s libjs-jquery python3-aiodns python3-numpy python3-pytest python3-simplejson 454s prover9 python3-tk 454s The following NEW packages will be installed: 454s autopkgtest-satdep fontconfig-config fonts-dejavu-core fonts-dejavu-mono 454s gir1.2-secret-1 libcairo-gobject2 libcairo2 libfontconfig1 libpixman-1-0 454s libpython3.13-minimal libpython3.13-stdlib libsecret-1-0 libsecret-common 454s libxcb-render0 libxcb-shm0 libxrender1 libyajl2 python3-adal python3-aiohttp 454s python3-aiosignal python3-all python3-async-timeout python3-avro 454s python3-azure python3-azure-kusto-data python3-azure-storage python3-cairo 454s python3-click python3-colorama python3-dateutil python3-dnspython 454s python3-frozenlist python3-gi-cairo python3-ijson python3-isodate 454s python3-joblib python3-marshmallow python3-msal python3-msal-extensions 454s python3-msrest python3-msrestazure python3-multidict python3-nltk 454s python3-packaging python3-portalocker python3-psutil python3-regex 454s python3-requests-oauthlib python3-ruamel.yaml python3-ruamel.yaml.clib 454s python3-six python3-strictyaml python3-tqdm python3-websocket python3-yarl 454s python3.13 python3.13-minimal 455s 0 upgraded, 57 newly installed, 0 to remove and 0 not upgraded. 455s Need to get 29.3 MB/29.3 MB of archives. 455s After this operation, 838 MB of additional disk space will be used. 455s Get:1 /tmp/autopkgtest.yxNDP2/2-autopkgtest-satdep.deb autopkgtest-satdep amd64 0 [724 B] 455s Get:2 http://ftpmaster.internal/ubuntu plucky/main amd64 libpython3.13-minimal amd64 3.13.0-2 [879 kB] 455s Get:3 http://ftpmaster.internal/ubuntu plucky/main amd64 python3.13-minimal amd64 3.13.0-2 [2188 kB] 455s Get:4 http://ftpmaster.internal/ubuntu plucky/main amd64 fonts-dejavu-mono all 2.37-8 [502 kB] 455s Get:5 http://ftpmaster.internal/ubuntu plucky/main amd64 fonts-dejavu-core all 2.37-8 [835 kB] 455s Get:6 http://ftpmaster.internal/ubuntu plucky/main amd64 fontconfig-config amd64 2.15.0-1.1ubuntu2 [37.3 kB] 455s Get:7 http://ftpmaster.internal/ubuntu plucky/main amd64 libsecret-common all 0.21.4-3 [4966 B] 455s Get:8 http://ftpmaster.internal/ubuntu plucky/main amd64 libsecret-1-0 amd64 0.21.4-3 [116 kB] 455s Get:9 http://ftpmaster.internal/ubuntu plucky/main amd64 gir1.2-secret-1 amd64 0.21.4-3 [9386 B] 455s Get:10 http://ftpmaster.internal/ubuntu plucky/main amd64 libfontconfig1 amd64 2.15.0-1.1ubuntu2 [139 kB] 455s Get:11 http://ftpmaster.internal/ubuntu plucky/main amd64 libpixman-1-0 amd64 0.44.0-3 [427 kB] 455s Get:12 http://ftpmaster.internal/ubuntu plucky/main amd64 libxcb-render0 amd64 1.17.0-2 [16.2 kB] 455s Get:13 http://ftpmaster.internal/ubuntu plucky/main amd64 libxcb-shm0 amd64 1.17.0-2 [5758 B] 455s Get:14 http://ftpmaster.internal/ubuntu plucky/main amd64 libxrender1 amd64 1:0.9.10-1.1build1 [19.0 kB] 455s Get:15 http://ftpmaster.internal/ubuntu plucky/main amd64 libcairo2 amd64 1.18.2-2 [569 kB] 455s Get:16 http://ftpmaster.internal/ubuntu plucky/main amd64 libcairo-gobject2 amd64 1.18.2-2 [127 kB] 455s Get:17 http://ftpmaster.internal/ubuntu plucky/main amd64 libpython3.13-stdlib amd64 3.13.0-2 [2107 kB] 455s Get:18 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-six all 1.16.0-7 [13.1 kB] 455s Get:19 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-dateutil all 2.9.0-2 [80.3 kB] 455s Get:20 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-adal all 1.2.7-5 [33.0 kB] 455s Get:21 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-multidict amd64 6.1.0-1 [34.3 kB] 455s Get:22 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-yarl amd64 1.9.4-1 [71.8 kB] 455s Get:23 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-async-timeout all 4.0.3-1 [6412 B] 455s Get:24 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-frozenlist amd64 1.5.0-1 [53.2 kB] 455s Get:25 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-aiosignal all 1.3.1-1 [5172 B] 455s Get:26 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-aiohttp amd64 3.9.5-1 [285 kB] 455s Get:27 http://ftpmaster.internal/ubuntu plucky/main amd64 python3.13 amd64 3.13.0-2 [719 kB] 455s Get:28 http://ftpmaster.internal/ubuntu plucky-proposed/main amd64 python3-all amd64 3.12.7-1 [890 B] 455s Get:29 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-avro all 1.12.0+dfsg-1 [75.3 kB] 455s Get:30 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-isodate all 0.6.1-3 [24.3 kB] 455s Get:31 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-requests-oauthlib all 1.3.1-1 [18.8 kB] 455s Get:32 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-msrest all 0.6.21-4 [48.6 kB] 455s Get:33 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-msrestazure all 0.6.4-3 [27.0 kB] 455s Get:34 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-azure-storage all 20241111+git-1 [297 kB] 455s Get:35 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-colorama all 0.4.6-4 [32.1 kB] 455s Get:36 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-dnspython all 2.6.1-1ubuntu1 [163 kB] 455s Get:37 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-packaging all 24.1-1 [41.4 kB] 455s Get:38 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-marshmallow all 3.20.1-1.1 [46.0 kB] 455s Get:39 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-msal all 1.31.0-1 [99.4 kB] 455s Get:40 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-portalocker all 2.2.1-1 [17.2 kB] 455s Get:41 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-cairo amd64 1.26.1-2 [119 kB] 455s Get:42 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-gi-cairo amd64 3.50.0-3 [8218 B] 455s Get:43 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-msal-extensions all 1.2.0-1 [17.6 kB] 455s Get:44 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-click all 8.1.7-2 [79.5 kB] 455s Get:45 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-joblib all 1.3.2-5 [206 kB] 455s Get:46 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-regex amd64 0.1.20240724-1 [299 kB] 455s Get:47 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-tqdm all 4.67.0-1 [91.6 kB] 455s Get:48 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-nltk all 3.9.1-2 [1006 kB] 455s Get:49 http://ftpmaster.internal/ubuntu plucky/main amd64 python3-psutil amd64 5.9.8-2build2 [195 kB] 455s Get:50 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-ruamel.yaml.clib amd64 0.2.8+ds-2 [138 kB] 455s Get:51 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-ruamel.yaml all 0.18.6+ds-3 [126 kB] 455s Get:52 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-strictyaml all 1.6.1-3 [89.1 kB] 455s Get:53 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-websocket all 1.8.0-2 [38.5 kB] 455s Get:54 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-azure all 20241111+git-1 [16.7 MB] 455s Get:55 http://ftpmaster.internal/ubuntu plucky/main amd64 libyajl2 amd64 2.1.0-5build1 [20.2 kB] 455s Get:56 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-ijson amd64 3.3.0-1 [36.7 kB] 455s Get:57 http://ftpmaster.internal/ubuntu plucky/universe amd64 python3-azure-kusto-data all 4.6.1-1 [36.1 kB] 455s Fetched 29.3 MB in 1s (57.4 MB/s) 455s Selecting previously unselected package libpython3.13-minimal:amd64. 455s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 75548 files and directories currently installed.) 455s Preparing to unpack .../00-libpython3.13-minimal_3.13.0-2_amd64.deb ... 455s Unpacking libpython3.13-minimal:amd64 (3.13.0-2) ... 455s Selecting previously unselected package python3.13-minimal. 455s Preparing to unpack .../01-python3.13-minimal_3.13.0-2_amd64.deb ... 455s Unpacking python3.13-minimal (3.13.0-2) ... 456s Selecting previously unselected package fonts-dejavu-mono. 456s Preparing to unpack .../02-fonts-dejavu-mono_2.37-8_all.deb ... 456s Unpacking fonts-dejavu-mono (2.37-8) ... 456s Selecting previously unselected package fonts-dejavu-core. 456s Preparing to unpack .../03-fonts-dejavu-core_2.37-8_all.deb ... 456s Unpacking fonts-dejavu-core (2.37-8) ... 456s Selecting previously unselected package fontconfig-config. 456s Preparing to unpack .../04-fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb ... 456s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 456s Selecting previously unselected package libsecret-common. 456s Preparing to unpack .../05-libsecret-common_0.21.4-3_all.deb ... 456s Unpacking libsecret-common (0.21.4-3) ... 456s Selecting previously unselected package libsecret-1-0:amd64. 456s Preparing to unpack .../06-libsecret-1-0_0.21.4-3_amd64.deb ... 456s Unpacking libsecret-1-0:amd64 (0.21.4-3) ... 456s Selecting previously unselected package gir1.2-secret-1:amd64. 456s Preparing to unpack .../07-gir1.2-secret-1_0.21.4-3_amd64.deb ... 456s Unpacking gir1.2-secret-1:amd64 (0.21.4-3) ... 456s Selecting previously unselected package libfontconfig1:amd64. 456s Preparing to unpack .../08-libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb ... 456s Unpacking libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ... 456s Selecting previously unselected package libpixman-1-0:amd64. 456s Preparing to unpack .../09-libpixman-1-0_0.44.0-3_amd64.deb ... 456s Unpacking libpixman-1-0:amd64 (0.44.0-3) ... 456s Selecting previously unselected package libxcb-render0:amd64. 456s Preparing to unpack .../10-libxcb-render0_1.17.0-2_amd64.deb ... 456s Unpacking libxcb-render0:amd64 (1.17.0-2) ... 456s Selecting previously unselected package libxcb-shm0:amd64. 456s Preparing to unpack .../11-libxcb-shm0_1.17.0-2_amd64.deb ... 456s Unpacking libxcb-shm0:amd64 (1.17.0-2) ... 456s Selecting previously unselected package libxrender1:amd64. 456s Preparing to unpack .../12-libxrender1_1%3a0.9.10-1.1build1_amd64.deb ... 456s Unpacking libxrender1:amd64 (1:0.9.10-1.1build1) ... 456s Selecting previously unselected package libcairo2:amd64. 456s Preparing to unpack .../13-libcairo2_1.18.2-2_amd64.deb ... 456s Unpacking libcairo2:amd64 (1.18.2-2) ... 456s Selecting previously unselected package libcairo-gobject2:amd64. 456s Preparing to unpack .../14-libcairo-gobject2_1.18.2-2_amd64.deb ... 456s Unpacking libcairo-gobject2:amd64 (1.18.2-2) ... 456s Selecting previously unselected package libpython3.13-stdlib:amd64. 456s Preparing to unpack .../15-libpython3.13-stdlib_3.13.0-2_amd64.deb ... 456s Unpacking libpython3.13-stdlib:amd64 (3.13.0-2) ... 456s Selecting previously unselected package python3-six. 456s Preparing to unpack .../16-python3-six_1.16.0-7_all.deb ... 456s Unpacking python3-six (1.16.0-7) ... 456s Selecting previously unselected package python3-dateutil. 456s Preparing to unpack .../17-python3-dateutil_2.9.0-2_all.deb ... 456s Unpacking python3-dateutil (2.9.0-2) ... 456s Selecting previously unselected package python3-adal. 456s Preparing to unpack .../18-python3-adal_1.2.7-5_all.deb ... 456s Unpacking python3-adal (1.2.7-5) ... 456s Selecting previously unselected package python3-multidict. 456s Preparing to unpack .../19-python3-multidict_6.1.0-1_amd64.deb ... 456s Unpacking python3-multidict (6.1.0-1) ... 456s Selecting previously unselected package python3-yarl. 456s Preparing to unpack .../20-python3-yarl_1.9.4-1_amd64.deb ... 456s Unpacking python3-yarl (1.9.4-1) ... 456s Selecting previously unselected package python3-async-timeout. 456s Preparing to unpack .../21-python3-async-timeout_4.0.3-1_all.deb ... 456s Unpacking python3-async-timeout (4.0.3-1) ... 456s Selecting previously unselected package python3-frozenlist. 456s Preparing to unpack .../22-python3-frozenlist_1.5.0-1_amd64.deb ... 456s Unpacking python3-frozenlist (1.5.0-1) ... 456s Selecting previously unselected package python3-aiosignal. 456s Preparing to unpack .../23-python3-aiosignal_1.3.1-1_all.deb ... 456s Unpacking python3-aiosignal (1.3.1-1) ... 456s Selecting previously unselected package python3-aiohttp. 456s Preparing to unpack .../24-python3-aiohttp_3.9.5-1_amd64.deb ... 456s Unpacking python3-aiohttp (3.9.5-1) ... 456s Selecting previously unselected package python3.13. 456s Preparing to unpack .../25-python3.13_3.13.0-2_amd64.deb ... 456s Unpacking python3.13 (3.13.0-2) ... 456s Selecting previously unselected package python3-all. 456s Preparing to unpack .../26-python3-all_3.12.7-1_amd64.deb ... 456s Unpacking python3-all (3.12.7-1) ... 456s Selecting previously unselected package python3-avro. 456s Preparing to unpack .../27-python3-avro_1.12.0+dfsg-1_all.deb ... 456s Unpacking python3-avro (1.12.0+dfsg-1) ... 457s Selecting previously unselected package python3-isodate. 457s Preparing to unpack .../28-python3-isodate_0.6.1-3_all.deb ... 457s Unpacking python3-isodate (0.6.1-3) ... 457s Selecting previously unselected package python3-requests-oauthlib. 457s Preparing to unpack .../29-python3-requests-oauthlib_1.3.1-1_all.deb ... 457s Unpacking python3-requests-oauthlib (1.3.1-1) ... 457s Selecting previously unselected package python3-msrest. 457s Preparing to unpack .../30-python3-msrest_0.6.21-4_all.deb ... 457s Unpacking python3-msrest (0.6.21-4) ... 457s Selecting previously unselected package python3-msrestazure. 457s Preparing to unpack .../31-python3-msrestazure_0.6.4-3_all.deb ... 457s Unpacking python3-msrestazure (0.6.4-3) ... 457s Selecting previously unselected package python3-azure-storage. 457s Preparing to unpack .../32-python3-azure-storage_20241111+git-1_all.deb ... 457s Unpacking python3-azure-storage (20241111+git-1) ... 457s Selecting previously unselected package python3-colorama. 457s Preparing to unpack .../33-python3-colorama_0.4.6-4_all.deb ... 457s Unpacking python3-colorama (0.4.6-4) ... 457s Selecting previously unselected package python3-dnspython. 457s Preparing to unpack .../34-python3-dnspython_2.6.1-1ubuntu1_all.deb ... 457s Unpacking python3-dnspython (2.6.1-1ubuntu1) ... 457s Selecting previously unselected package python3-packaging. 457s Preparing to unpack .../35-python3-packaging_24.1-1_all.deb ... 457s Unpacking python3-packaging (24.1-1) ... 457s Selecting previously unselected package python3-marshmallow. 457s Preparing to unpack .../36-python3-marshmallow_3.20.1-1.1_all.deb ... 457s Unpacking python3-marshmallow (3.20.1-1.1) ... 457s Selecting previously unselected package python3-msal. 457s Preparing to unpack .../37-python3-msal_1.31.0-1_all.deb ... 457s Unpacking python3-msal (1.31.0-1) ... 457s Selecting previously unselected package python3-portalocker. 457s Preparing to unpack .../38-python3-portalocker_2.2.1-1_all.deb ... 457s Unpacking python3-portalocker (2.2.1-1) ... 457s Selecting previously unselected package python3-cairo. 457s Preparing to unpack .../39-python3-cairo_1.26.1-2_amd64.deb ... 457s Unpacking python3-cairo (1.26.1-2) ... 457s Selecting previously unselected package python3-gi-cairo. 457s Preparing to unpack .../40-python3-gi-cairo_3.50.0-3_amd64.deb ... 457s Unpacking python3-gi-cairo (3.50.0-3) ... 457s Selecting previously unselected package python3-msal-extensions. 457s Preparing to unpack .../41-python3-msal-extensions_1.2.0-1_all.deb ... 457s Unpacking python3-msal-extensions (1.2.0-1) ... 457s Selecting previously unselected package python3-click. 457s Preparing to unpack .../42-python3-click_8.1.7-2_all.deb ... 457s Unpacking python3-click (8.1.7-2) ... 457s Selecting previously unselected package python3-joblib. 457s Preparing to unpack .../43-python3-joblib_1.3.2-5_all.deb ... 457s Unpacking python3-joblib (1.3.2-5) ... 457s Selecting previously unselected package python3-regex. 457s Preparing to unpack .../44-python3-regex_0.1.20240724-1_amd64.deb ... 457s Unpacking python3-regex (0.1.20240724-1) ... 457s Selecting previously unselected package python3-tqdm. 457s Preparing to unpack .../45-python3-tqdm_4.67.0-1_all.deb ... 457s Unpacking python3-tqdm (4.67.0-1) ... 457s Selecting previously unselected package python3-nltk. 457s Preparing to unpack .../46-python3-nltk_3.9.1-2_all.deb ... 457s Unpacking python3-nltk (3.9.1-2) ... 457s Selecting previously unselected package python3-psutil. 457s Preparing to unpack .../47-python3-psutil_5.9.8-2build2_amd64.deb ... 457s Unpacking python3-psutil (5.9.8-2build2) ... 457s Selecting previously unselected package python3-ruamel.yaml.clib:amd64. 457s Preparing to unpack .../48-python3-ruamel.yaml.clib_0.2.8+ds-2_amd64.deb ... 457s Unpacking python3-ruamel.yaml.clib:amd64 (0.2.8+ds-2) ... 457s Selecting previously unselected package python3-ruamel.yaml. 457s Preparing to unpack .../49-python3-ruamel.yaml_0.18.6+ds-3_all.deb ... 457s Unpacking python3-ruamel.yaml (0.18.6+ds-3) ... 457s Selecting previously unselected package python3-strictyaml. 457s Preparing to unpack .../50-python3-strictyaml_1.6.1-3_all.deb ... 457s Unpacking python3-strictyaml (1.6.1-3) ... 457s Selecting previously unselected package python3-websocket. 457s Preparing to unpack .../51-python3-websocket_1.8.0-2_all.deb ... 457s Unpacking python3-websocket (1.8.0-2) ... 457s Selecting previously unselected package python3-azure. 457s Preparing to unpack .../52-python3-azure_20241111+git-1_all.deb ... 457s Unpacking python3-azure (20241111+git-1) ... 464s Selecting previously unselected package libyajl2:amd64. 464s Preparing to unpack .../53-libyajl2_2.1.0-5build1_amd64.deb ... 464s Unpacking libyajl2:amd64 (2.1.0-5build1) ... 464s Selecting previously unselected package python3-ijson. 464s Preparing to unpack .../54-python3-ijson_3.3.0-1_amd64.deb ... 464s Unpacking python3-ijson (3.3.0-1) ... 464s Selecting previously unselected package python3-azure-kusto-data. 464s Preparing to unpack .../55-python3-azure-kusto-data_4.6.1-1_all.deb ... 464s Unpacking python3-azure-kusto-data (4.6.1-1) ... 464s Selecting previously unselected package autopkgtest-satdep. 464s Preparing to unpack .../56-2-autopkgtest-satdep.deb ... 464s Unpacking autopkgtest-satdep (0) ... 464s Setting up libpixman-1-0:amd64 (0.44.0-3) ... 464s Setting up libxrender1:amd64 (1:0.9.10-1.1build1) ... 464s Setting up python3-joblib (1.3.2-5) ... 464s Setting up python3-colorama (0.4.6-4) ... 464s Setting up libxcb-render0:amd64 (1.17.0-2) ... 464s Setting up python3-tqdm (4.67.0-1) ... 465s Setting up python3-ruamel.yaml.clib:amd64 (0.2.8+ds-2) ... 465s Setting up libyajl2:amd64 (2.1.0-5build1) ... 465s Setting up python3-msal (1.31.0-1) ... 465s Setting up libxcb-shm0:amd64 (1.17.0-2) ... 465s Setting up python3-click (8.1.7-2) ... 465s Setting up python3-psutil (5.9.8-2build2) ... 466s Setting up python3-multidict (6.1.0-1) ... 466s Setting up python3-frozenlist (1.5.0-1) ... 466s Setting up python3-aiosignal (1.3.1-1) ... 466s Setting up python3-async-timeout (4.0.3-1) ... 466s Setting up python3-six (1.16.0-7) ... 466s Setting up libpython3.13-minimal:amd64 (3.13.0-2) ... 466s Setting up python3-isodate (0.6.1-3) ... 467s Setting up python3-packaging (24.1-1) ... 467s Setting up python3-avro (1.12.0+dfsg-1) ... 467s Setting up fonts-dejavu-mono (2.37-8) ... 467s Setting up fonts-dejavu-core (2.37-8) ... 467s Setting up python3-regex (0.1.20240724-1) ... 467s Setting up python3-ruamel.yaml (0.18.6+ds-3) ... 468s Setting up python3-dnspython (2.6.1-1ubuntu1) ... 468s Setting up python3-portalocker (2.2.1-1) ... 469s Setting up python3.13-minimal (3.13.0-2) ... 469s Setting up python3-dateutil (2.9.0-2) ... 470s Setting up python3-nltk (3.9.1-2) ... 471s Setting up python3-yarl (1.9.4-1) ... 471s Setting up libpython3.13-stdlib:amd64 (3.13.0-2) ... 471s Setting up python3-websocket (1.8.0-2) ... 472s Setting up libsecret-common (0.21.4-3) ... 472s Setting up python3-requests-oauthlib (1.3.1-1) ... 472s Setting up python3-ijson (3.3.0-1) ... 472s Setting up python3.13 (3.13.0-2) ... 473s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 473s Setting up python3-aiohttp (3.9.5-1) ... 474s Setting up python3-marshmallow (3.20.1-1.1) ... 474s Setting up python3-all (3.12.7-1) ... 474s Setting up python3-msrest (0.6.21-4) ... 474s Setting up python3-strictyaml (1.6.1-3) ... 474s Setting up libsecret-1-0:amd64 (0.21.4-3) ... 474s Setting up gir1.2-secret-1:amd64 (0.21.4-3) ... 474s Setting up python3-adal (1.2.7-5) ... 475s Setting up libfontconfig1:amd64 (2.15.0-1.1ubuntu2) ... 475s Setting up python3-msrestazure (0.6.4-3) ... 475s Setting up libcairo2:amd64 (1.18.2-2) ... 475s Setting up libcairo-gobject2:amd64 (1.18.2-2) ... 475s Setting up python3-cairo (1.26.1-2) ... 475s Setting up python3-gi-cairo (3.50.0-3) ... 475s Setting up python3-msal-extensions (1.2.0-1) ... 475s Setting up python3-azure (20241111+git-1) ... 486s /usr/lib/python3/dist-packages/azure/ai/ml/_restclient/v2023_10_01/models/_azure_machine_learning_services_enums.py:208: SyntaxWarning: invalid escape sequence '\ ' 486s """Random forest is a supervised learning algorithm. 486s /usr/lib/python3/dist-packages/azure/ai/ml/_restclient/v2023_10_01/models/_azure_machine_learning_services_enums.py:1327: SyntaxWarning: invalid escape sequence '\ ' 486s """Random forest is a supervised learning algorithm. 489s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/aio/operations/_resources_operations.py:60: SyntaxWarning: invalid escape sequence '\ ' 489s """Get all the resources for a resource group. 489s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/aio/operations/_resources_operations.py:387: SyntaxWarning: invalid escape sequence '\ ' 489s """Get all the resources in a subscription. 489s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/operations/_resources_operations.py:65: SyntaxWarning: invalid escape sequence '\ ' 489s """Get all the resources for a resource group. 489s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/operations/_resources_operations.py:413: SyntaxWarning: invalid escape sequence '\ ' 489s """Get all the resources in a subscription. 491s /usr/lib/python3/dist-packages/azure/batch/models/_models.py:9067: SyntaxWarning: invalid escape sequence '\ ' 491s """The source port ranges to match for the rule. Valid values are '\ *' (for all ports 0 - 65535), 491s /usr/lib/python3/dist-packages/azure/batch/models/_models.py:9225: SyntaxWarning: invalid escape sequence '\ ' 491s """A pattern indicating which file(s) to upload. Both relative and absolute paths are supported. 492s /usr/lib/python3/dist-packages/azure/communication/jobrouter/models/_models.py:2367: SyntaxWarning: invalid escape sequence '\ ' 492s """Encapsulates all options that can be passed as parameters for scoring rule with BestWorkerMode. 492s /usr/lib/python3/dist-packages/azure/communication/jobrouter/models/_models.py:2392: SyntaxWarning: invalid escape sequence '\ ' 492s """List of extra parameters from a job that will be sent as part of the payload to scoring rule. 494s /usr/lib/python3/dist-packages/azure/mgmt/advisor/aio/operations/_recommendations_operations.py:186: SyntaxWarning: invalid escape sequence '\ ' 494s """Obtains cached recommendations for a subscription. The recommendations are generated or 494s /usr/lib/python3/dist-packages/azure/mgmt/advisor/operations/_recommendations_operations.py:299: SyntaxWarning: invalid escape sequence '\ ' 494s """Obtains cached recommendations for a subscription. The recommendations are generated or 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:3908: SyntaxWarning: invalid escape sequence '\ ' 495s """Describes an available ApiManagement SKU. 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10189: SyntaxWarning: invalid escape sequence '\ ' 495s """Contract details. 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10245: SyntaxWarning: invalid escape sequence '\ ' 495s """ 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10267: SyntaxWarning: invalid escape sequence '\ ' 495s """Group contract Properties. 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10311: SyntaxWarning: invalid escape sequence '\ ' 495s """ 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10332: SyntaxWarning: invalid escape sequence '\ ' 495s """Parameters supplied to the Create Group operation. 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10366: SyntaxWarning: invalid escape sequence '\ ' 495s """ 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10386: SyntaxWarning: invalid escape sequence '\ ' 495s """Parameters supplied to the Update Group operation. 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10420: SyntaxWarning: invalid escape sequence '\ ' 495s """ 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:14739: SyntaxWarning: invalid escape sequence '\ ' 495s """The developer portal Content Security Policy (CSP) settings. 495s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:14765: SyntaxWarning: invalid escape sequence '\ ' 495s """ 498s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models.py:1416: SyntaxWarning: invalid escape sequence '\ ' 498s """Input directory for the job. 498s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models.py:2306: SyntaxWarning: invalid escape sequence '\ ' 498s """Output directory for the job. 498s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models_py3.py:1543: SyntaxWarning: invalid escape sequence '\ ' 498s """Input directory for the job. 498s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models_py3.py:2520: SyntaxWarning: invalid escape sequence '\ ' 498s """Output directory for the job. 508s /usr/lib/python3/dist-packages/azure/mgmt/computefleet/models/_models.py:623: SyntaxWarning: invalid escape sequence '\ ' 508s """Boot Diagnostics is a debugging feature which allows you to view Console Output 508s /usr/lib/python3/dist-packages/azure/mgmt/computefleet/models/_models.py:3701: SyntaxWarning: invalid escape sequence '\W' 508s """Specifies the password of the administrator account. :code:`
`:code:`
` **Minimum-length 522s /usr/lib/python3/dist-packages/azure/mgmt/datamigration/models/_models_py3.py:16832: SyntaxWarning: invalid escape sequence '\S' 522s """Information for connecting to SQL database server. 522s /usr/lib/python3/dist-packages/azure/mgmt/datamigration/models/_models_py3.py:16910: SyntaxWarning: invalid escape sequence '\S' 522s """ 524s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:63: SyntaxWarning: invalid escape sequence '\w' 524s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 524s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:130: SyntaxWarning: invalid escape sequence '\w' 524s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 524s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:224: SyntaxWarning: invalid escape sequence '\w' 524s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 524s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:312: SyntaxWarning: invalid escape sequence '\w' 524s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 524s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:398: SyntaxWarning: invalid escape sequence '\w' 524s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 524s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:543: SyntaxWarning: invalid escape sequence '\w' 524s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 524s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:612: SyntaxWarning: invalid escape sequence '\w' 524s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 524s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:675: SyntaxWarning: invalid escape sequence '\w' 524s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 524s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:738: SyntaxWarning: invalid escape sequence '\w' 524s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 524s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:807: SyntaxWarning: invalid escape sequence '\w' 524s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 527s /usr/lib/python3/dist-packages/azure/mgmt/hybridnetwork/models/_models_py3.py:6028: SyntaxWarning: invalid escape sequence '\ ' 527s """Site properties. 528s /usr/lib/python3/dist-packages/azure/mgmt/iotoperations/models/_models.py:3864: SyntaxWarning: invalid escape sequence '\ ' 528s """Give access to state store keys for the corresponding principals defined. When key type is 528s /usr/lib/python3/dist-packages/azure/mgmt/iotoperations/models/_models.py:3867: SyntaxWarning: invalid escape sequence '\ ' 528s """Give access for ``Read``\ , ``Write`` and ``ReadWrite`` access level. Required. Known values 530s /usr/lib/python3/dist-packages/azure/mgmt/machinelearningservices/models/_machine_learning_services_mgmt_client_enums.py:168: SyntaxWarning: invalid escape sequence '\ ' 530s """Random forest is a supervised learning algorithm. 530s /usr/lib/python3/dist-packages/azure/mgmt/machinelearningservices/models/_machine_learning_services_mgmt_client_enums.py:1031: SyntaxWarning: invalid escape sequence '\ ' 530s """Random forest is a supervised learning algorithm. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/aio/operations/_activity_logs_operations.py:56: SyntaxWarning: invalid escape sequence '\ ' 532s """Provides the list of records from the activity logs. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/aio/operations/_tenant_activity_logs_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 532s """Gets the Activity Logs for the Tenant.:code:`
`Everything that is applicable to the API to 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1611: SyntaxWarning: invalid escape sequence '\ ' 532s """The resource from which the rule collects its data. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1661: SyntaxWarning: invalid escape sequence '\ ' 532s """ 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1746: SyntaxWarning: invalid escape sequence '\ ' 532s """A rule management event data source. The discriminator fields is always 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1825: SyntaxWarning: invalid escape sequence '\ ' 532s """ 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1877: SyntaxWarning: invalid escape sequence '\ ' 532s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1921: SyntaxWarning: invalid escape sequence '\ ' 532s """ 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/operations/_activity_logs_operations.py:90: SyntaxWarning: invalid escape sequence '\ ' 532s """Provides the list of records from the activity logs. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/operations/_tenant_activity_logs_operations.py:84: SyntaxWarning: invalid escape sequence '\ ' 532s """Gets the Activity Logs for the Tenant.:code:`
`Everything that is applicable to the API to 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/aio/operations/_metric_definitions_operations.py:58: SyntaxWarning: invalid escape sequence '\P' 532s """Lists the metric definitions for the resource. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1314: SyntaxWarning: invalid escape sequence '\ ' 532s """The resource from which the rule collects its data. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1364: SyntaxWarning: invalid escape sequence '\ ' 532s """ 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1449: SyntaxWarning: invalid escape sequence '\ ' 532s """A rule management event data source. The discriminator fields is always 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1528: SyntaxWarning: invalid escape sequence '\ ' 532s """ 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1580: SyntaxWarning: invalid escape sequence '\ ' 532s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1624: SyntaxWarning: invalid escape sequence '\ ' 532s """ 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/operations/_metric_definitions_operations.py:87: SyntaxWarning: invalid escape sequence '\P' 532s """Lists the metric definitions for the resource. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/aio/operations/_metric_definitions_operations.py:59: SyntaxWarning: invalid escape sequence '\P' 532s """Lists the metric definitions for the resource. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1016: SyntaxWarning: invalid escape sequence '\ ' 532s """The resource from which the rule collects its data. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1066: SyntaxWarning: invalid escape sequence '\ ' 532s """ 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1151: SyntaxWarning: invalid escape sequence '\ ' 532s """A rule management event data source. The discriminator fields is always 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1230: SyntaxWarning: invalid escape sequence '\ ' 532s """ 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1282: SyntaxWarning: invalid escape sequence '\ ' 532s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1326: SyntaxWarning: invalid escape sequence '\ ' 532s """ 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/operations/_metric_definitions_operations.py:88: SyntaxWarning: invalid escape sequence '\P' 532s """Lists the metric definitions for the resource. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_metrics_operations.py:57: SyntaxWarning: invalid escape sequence '\ ' 532s """Lists the metric values for a resource. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:59: SyntaxWarning: invalid escape sequence '\ ' 532s """Gets the active diagnostic settings for the specified resource. **WARNING**\ : This method will 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:123: SyntaxWarning: invalid escape sequence '\ ' 532s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:143: SyntaxWarning: invalid escape sequence '\ ' 532s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:163: SyntaxWarning: invalid escape sequence '\ ' 532s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:245: SyntaxWarning: invalid escape sequence '\ ' 532s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:271: SyntaxWarning: invalid escape sequence '\ ' 532s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:294: SyntaxWarning: invalid escape sequence '\ ' 532s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_metrics_operations.py:86: SyntaxWarning: invalid escape sequence '\ ' 532s """Lists the metric values for a resource. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:136: SyntaxWarning: invalid escape sequence '\ ' 532s """Gets the active diagnostic settings for the specified resource. **WARNING**\ : This method will 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:200: SyntaxWarning: invalid escape sequence '\ ' 532s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:220: SyntaxWarning: invalid escape sequence '\ ' 532s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:240: SyntaxWarning: invalid escape sequence '\ ' 532s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:322: SyntaxWarning: invalid escape sequence '\ ' 532s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:348: SyntaxWarning: invalid escape sequence '\ ' 532s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:371: SyntaxWarning: invalid escape sequence '\ ' 532s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2017_05_01_preview/aio/operations/_metrics_operations.py:68: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric values for a resource**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2017_05_01_preview/operations/_metrics_operations.py:123: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric values for a resource**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_01_01/aio/operations/_metrics_operations.py:69: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric values for a resource**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_01_01/operations/_metrics_operations.py:127: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric values for a resource**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_09_01/aio/operations/_baselines_operations.py:70: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric baseline values for a resource**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_09_01/operations/_baselines_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric baseline values for a resource**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2019_03_01/aio/operations/_baselines_operations.py:70: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric baseline values for a resource**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2019_03_01/operations/_baselines_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric baseline values for a resource**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2020_10_01/models/_models_py3.py:293: SyntaxWarning: invalid escape sequence '\ ' 532s """An Activity Log Alert rule condition that is met when all its member conditions are met. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:75: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric data for a subscription**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:208: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric data for a subscription**. Parameters can be specified on either query 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:290: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric data for a subscription**. Parameters can be specified on either query 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:369: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric data for a subscription**. Parameters can be specified on either query 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:522: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric values for a resource**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/models/_models_py3.py:1263: SyntaxWarning: invalid escape sequence '\ ' 532s """Query parameters can also be specified in the body, specifying the same parameter in both the 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/models/_models_py3.py:1345: SyntaxWarning: invalid escape sequence '\ ' 532s """ 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:264: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric data for a subscription**. 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:397: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric data for a subscription**. Parameters can be specified on either query 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:479: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric data for a subscription**. Parameters can be specified on either query 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:558: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric data for a subscription**. Parameters can be specified on either query 532s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:711: SyntaxWarning: invalid escape sequence '\ ' 532s """**Lists the metric values for a resource**. 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:66: SyntaxWarning: invalid escape sequence '\ ' 536s """Get the quota limit of a resource. The response can be used to determine the remaining quota to 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:206: SyntaxWarning: invalid escape sequence '\ ' 536s """Create or update the quota limit for the specified resource with the requested value. To update 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:251: SyntaxWarning: invalid escape sequence '\ ' 536s """Create or update the quota limit for the specified resource with the requested value. To update 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:294: SyntaxWarning: invalid escape sequence '\ ' 536s """Create or update the quota limit for the specified resource with the requested value. To update 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:449: SyntaxWarning: invalid escape sequence '\ ' 536s """Update the quota limit for a specific resource to the specified value: 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:493: SyntaxWarning: invalid escape sequence '\ ' 536s """Update the quota limit for a specific resource to the specified value: 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:535: SyntaxWarning: invalid escape sequence '\ ' 536s """Update the quota limit for a specific resource to the specified value: 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:617: SyntaxWarning: invalid escape sequence '\ ' 536s """Get a list of current quota limits of all resources for the specified scope. The response from 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_request_status_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 536s """Get the quota request details and status by quota request ID for the resources of the resource 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_request_status_operations.py:126: SyntaxWarning: invalid escape sequence '\ ' 536s """For the specified scope, get the current quota requests for a one year period ending at the 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_usages_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 536s """Get the current usage of a resource. 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_usages_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 536s """Get a list of current usage for all resources for the scope specified. 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:1967: SyntaxWarning: invalid escape sequence '\ ' 536s """Quota properties for the specified resource. 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:2114: SyntaxWarning: invalid escape sequence '\ ' 536s """Quota request. 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:2315: SyntaxWarning: invalid escape sequence '\ ' 536s """Quota request status details. 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:3247: SyntaxWarning: invalid escape sequence '\ ' 536s """Usage properties for the specified resource. 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:168: SyntaxWarning: invalid escape sequence '\ ' 536s """Get the quota limit of a resource. The response can be used to determine the remaining quota to 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:308: SyntaxWarning: invalid escape sequence '\ ' 536s """Create or update the quota limit for the specified resource with the requested value. To update 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:353: SyntaxWarning: invalid escape sequence '\ ' 536s """Create or update the quota limit for the specified resource with the requested value. To update 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:396: SyntaxWarning: invalid escape sequence '\ ' 536s """Create or update the quota limit for the specified resource with the requested value. To update 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:550: SyntaxWarning: invalid escape sequence '\ ' 536s """Update the quota limit for a specific resource to the specified value: 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:594: SyntaxWarning: invalid escape sequence '\ ' 536s """Update the quota limit for a specific resource to the specified value: 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:636: SyntaxWarning: invalid escape sequence '\ ' 536s """Update the quota limit for a specific resource to the specified value: 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:717: SyntaxWarning: invalid escape sequence '\ ' 536s """Get a list of current quota limits of all resources for the specified scope. The response from 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_request_status_operations.py:122: SyntaxWarning: invalid escape sequence '\ ' 536s """Get the quota request details and status by quota request ID for the resources of the resource 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_request_status_operations.py:190: SyntaxWarning: invalid escape sequence '\ ' 536s """For the specified scope, get the current quota requests for a one year period ending at the 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_usages_operations.py:109: SyntaxWarning: invalid escape sequence '\ ' 536s """Get the current usage of a resource. 536s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_usages_operations.py:176: SyntaxWarning: invalid escape sequence '\ ' 536s """Get a list of current usage for all resources for the scope specified. 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2542: SyntaxWarning: invalid escape sequence '\R' 537s """Execute Reverse Replication\Reprotect. 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2583: SyntaxWarning: invalid escape sequence '\R' 537s """Execute Reverse Replication\Reprotect. 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2622: SyntaxWarning: invalid escape sequence '\R' 537s """Execute Reverse Replication\Reprotect. 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:5381: SyntaxWarning: invalid escape sequence '\L' 537s """Disk details for E2A provider. 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:5433: SyntaxWarning: invalid escape sequence '\L' 537s """ 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:8816: SyntaxWarning: invalid escape sequence '\S' 537s """HyperVReplicaAzure specific enable protection input. 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:8963: SyntaxWarning: invalid escape sequence '\S' 537s """ 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:9459: SyntaxWarning: invalid escape sequence '\S' 537s """Hyper V Replica Azure provider specific settings. 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:9631: SyntaxWarning: invalid escape sequence '\S' 537s """ 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:11387: SyntaxWarning: invalid escape sequence '\S' 537s """VMware Azure specific enable protection input. 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:11521: SyntaxWarning: invalid escape sequence '\S' 537s """ 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:12100: SyntaxWarning: invalid escape sequence '\S' 537s """InMageAzureV2 provider specific settings. 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:12429: SyntaxWarning: invalid escape sequence '\S' 537s """ 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:26310: SyntaxWarning: invalid escape sequence '\S' 537s """Update protected item input properties. 537s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:26370: SyntaxWarning: invalid escape sequence '\S' 537s """ 538s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3476: SyntaxWarning: invalid escape sequence '\R' 538s """Execute Reverse Replication\Reprotect. 538s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3517: SyntaxWarning: invalid escape sequence '\R' 538s """Execute Reverse Replication\Reprotect. 538s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3556: SyntaxWarning: invalid escape sequence '\R' 538s """Execute Reverse Replication\Reprotect. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_azure_reservation_api_operations.py:163: SyntaxWarning: invalid escape sequence '\ ' 538s """Get list of applicable ``Reservation``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:375: SyntaxWarning: invalid escape sequence '\ ' 538s """Split the ``Reservation``. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:405: SyntaxWarning: invalid escape sequence '\ ' 538s """Split the ``Reservation``. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:435: SyntaxWarning: invalid escape sequence '\ ' 538s """Split the ``Reservation``. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:583: SyntaxWarning: invalid escape sequence '\ ' 538s """Merges two ``Reservation``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:614: SyntaxWarning: invalid escape sequence '\ ' 538s """Merges two ``Reservation``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:645: SyntaxWarning: invalid escape sequence '\ ' 538s """Merges two ``Reservation``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:721: SyntaxWarning: invalid escape sequence '\ ' 538s """Get ``Reservation``\ s in a given reservation Order. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_order_operations.py:183: SyntaxWarning: invalid escape sequence '\ ' 538s """Get all ``ReservationOrder``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/models/_models_py3.py:3172: SyntaxWarning: invalid escape sequence '\ ' 538s """List of ``Reservation``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/models/_models_py3.py:3288: SyntaxWarning: invalid escape sequence '\ ' 538s """List of ``ReservationOrder``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_azure_reservation_api_operations.py:239: SyntaxWarning: invalid escape sequence '\ ' 538s """Get list of applicable ``Reservation``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:660: SyntaxWarning: invalid escape sequence '\ ' 538s """Split the ``Reservation``. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:690: SyntaxWarning: invalid escape sequence '\ ' 538s """Split the ``Reservation``. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:720: SyntaxWarning: invalid escape sequence '\ ' 538s """Split the ``Reservation``. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:868: SyntaxWarning: invalid escape sequence '\ ' 538s """Merges two ``Reservation``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:899: SyntaxWarning: invalid escape sequence '\ ' 538s """Merges two ``Reservation``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:930: SyntaxWarning: invalid escape sequence '\ ' 538s """Merges two ``Reservation``\ s. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:1006: SyntaxWarning: invalid escape sequence '\ ' 538s """Get ``Reservation``\ s in a given reservation Order. 538s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_order_operations.py:299: SyntaxWarning: invalid escape sequence '\ ' 538s """Get all ``ReservationOrder``\ s. 541s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:63: SyntaxWarning: invalid escape sequence '\ ' 541s """An interval in time specifying the date and time for the inclusive start and exclusive end, i.e. ``[start, end)``. 541s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:88: SyntaxWarning: invalid escape sequence '\ ' 541s """ 541s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:1136: SyntaxWarning: invalid escape sequence '\ ' 541s """Specifies the date and time interval for a changes request. 541s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:1161: SyntaxWarning: invalid escape sequence '\ ' 541s """ 544s /usr/lib/python3/dist-packages/azure/mgmt/signalr/models/_models_py3.py:2816: SyntaxWarning: invalid escape sequence '\ ' 544s """Upstream template item settings. It defines the Upstream URL of the incoming requests. 544s /usr/lib/python3/dist-packages/azure/mgmt/signalr/models/_models_py3.py:2888: SyntaxWarning: invalid escape sequence '\ ' 544s """ 548s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_functions_operations.py:587: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all of the functions under the specified streaming job. 548s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_inputs_operations.py:585: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all of the inputs under the specified streaming job. 548s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_outputs_operations.py:585: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all of the outputs under the specified streaming job. 548s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/models/_stream_analytics_management_client_enums.py:14: SyntaxWarning: invalid escape sequence '\ ' 548s """Authentication Mode. Valid modes are ``ConnectionString``\ , ``Msi`` and 'UserToken'.""" 548s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_functions_operations.py:851: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all of the functions under the specified streaming job. 548s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_inputs_operations.py:813: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all of the inputs under the specified streaming job. 548s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_outputs_operations.py:813: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all of the outputs under the specified streaming job. 548s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_communications_no_subscription_operations.py:190: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all communications (attachments not included) for a support ticket. :code:`
`
548s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_communications_operations.py:191: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all communications (attachments not included) for a support ticket. :code:`
`
548s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:176: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all the support tickets for an Azure subscription. You can also filter the support 548s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:528: SyntaxWarning: invalid escape sequence '\ ' 548s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 548s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:570: SyntaxWarning: invalid escape sequence '\ ' 548s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 548s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:610: SyntaxWarning: invalid escape sequence '\ ' 548s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 548s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_communications_no_subscription_operations.py:305: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all communications (attachments not included) for a support ticket. :code:`
`
548s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_communications_operations.py:323: SyntaxWarning: invalid escape sequence '\ ' 548s """Lists all communications (attachments not included) for a support ticket. :code:`
`
549s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:318: SyntaxWarning: invalid escape sequence '\ ' 549s """Lists all the support tickets for an Azure subscription. You can also filter the support 549s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:669: SyntaxWarning: invalid escape sequence '\ ' 549s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 549s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:711: SyntaxWarning: invalid escape sequence '\ ' 549s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 549s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:751: SyntaxWarning: invalid escape sequence '\ ' 549s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 549s /usr/lib/python3/dist-packages/azure/mgmt/synapse/models/_models_py3.py:6218: SyntaxWarning: invalid escape sequence '\ ' 549s """Maintenance window options. 549s /usr/lib/python3/dist-packages/azure/mgmt/synapse/models/_models_py3.py:6285: SyntaxWarning: invalid escape sequence '\ ' 549s """ 561s /usr/lib/python3/dist-packages/azure/mgmt/workloads/models/_models_py3.py:2890: SyntaxWarning: invalid escape sequence '\W' 561s """Specifies the operating system settings for the virtual machine. Some of the settings cannot be 561s /usr/lib/python3/dist-packages/azure/mgmt/workloads/models/_models_py3.py:2936: SyntaxWarning: invalid escape sequence '\W' 561s """ 561s /usr/lib/python3/dist-packages/azure/mgmt/workloadssapvirtualinstance/models/_models_py3.py:1961: SyntaxWarning: invalid escape sequence '\W' 561s """Specifies the operating system settings for the virtual machine. Some of the settings cannot be 561s /usr/lib/python3/dist-packages/azure/mgmt/workloadssapvirtualinstance/models/_models_py3.py:2007: SyntaxWarning: invalid escape sequence '\W' 561s """ 561s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/aio/operations/_operations.py:230: SyntaxWarning: invalid escape sequence '\ ' 561s """**Lists the metric values for a resource**. 561s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:75: SyntaxWarning: invalid escape sequence '\ ' 561s """Lists the metric values for multiple resources. 561s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:250: SyntaxWarning: invalid escape sequence '\ ' 561s """Lists the metric values for multiple resources. 561s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:417: SyntaxWarning: invalid escape sequence '\ ' 561s """Lists the metric values for multiple resources. 561s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:137: SyntaxWarning: invalid escape sequence '\ ' 561s """Lists the metric values for multiple resources. 561s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:312: SyntaxWarning: invalid escape sequence '\ ' 561s """Lists the metric values for multiple resources. 561s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:479: SyntaxWarning: invalid escape sequence '\ ' 561s """Lists the metric values for multiple resources. 561s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/operations/_operations.py:348: SyntaxWarning: invalid escape sequence '\ ' 561s """**Lists the metric values for a resource**. 561s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:2729: SyntaxWarning: invalid escape sequence '\:' 561s """Get complete definition of an entity given its type and unique attribute. 561s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:3534: SyntaxWarning: invalid escape sequence '\:' 561s """Delete an entity identified by its type and unique attributes. 561s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:4211: SyntaxWarning: invalid escape sequence '\:' 561s """Bulk API to retrieve list of entities identified by its unique attributes. 562s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:6216: SyntaxWarning: invalid escape sequence '\:' 562s """Get complete definition of an entity given its type and unique attribute. 562s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:7021: SyntaxWarning: invalid escape sequence '\:' 562s """Delete an entity identified by its type and unique attributes. 562s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:7698: SyntaxWarning: invalid escape sequence '\:' 562s """Bulk API to retrieve list of entities identified by its unique attributes. 562s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:4763: SyntaxWarning: invalid escape sequence '\:' 562s """Get complete definition of an entity given its type and unique attribute. 562s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:6386: SyntaxWarning: invalid escape sequence '\:' 562s """Delete an entity identified by its type and unique attributes. 562s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:7343: SyntaxWarning: invalid escape sequence '\:' 562s """Bulk API to retrieve list of entities identified by its unique attributes. 562s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:6932: SyntaxWarning: invalid escape sequence '\:' 562s """Get complete definition of an entity given its type and unique attribute. 562s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:8555: SyntaxWarning: invalid escape sequence '\:' 562s """Delete an entity identified by its type and unique attributes. 562s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:9512: SyntaxWarning: invalid escape sequence '\:' 562s """Bulk API to retrieve list of entities identified by its unique attributes. 562s /usr/lib/python3/dist-packages/azure/search/documents/indexes/_generated/models/_models_py3.py:6632: SyntaxWarning: invalid escape sequence '\W' 562s pattern: str = "\W+", 562s /usr/lib/python3/dist-packages/azure/search/documents/indexes/_generated/models/_models_py3.py:6857: SyntaxWarning: invalid escape sequence '\W' 562s pattern: str = "\W+", 563s /usr/lib/python3/dist-packages/azure/servicemanagement/schedulermanagementservice.py:51: SyntaxWarning: invalid escape sequence '\m' 563s ''' 563s /usr/lib/python3/dist-packages/azure/servicemanagement/servicebusmanagementservice.py:51: SyntaxWarning: invalid escape sequence '\m' 563s ''' 563s /usr/lib/python3/dist-packages/azure/servicemanagement/servicemanagementservice.py:73: SyntaxWarning: invalid escape sequence '\m' 563s ''' 563s /usr/lib/python3/dist-packages/azure/servicemanagement/sqldatabasemanagementservice.py:47: SyntaxWarning: invalid escape sequence '\m' 563s ''' 563s /usr/lib/python3/dist-packages/azure/servicemanagement/websitemanagementservice.py:47: SyntaxWarning: invalid escape sequence '\m' 563s ''' 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:103: SyntaxWarning: invalid escape sequence '\d' 563s """Execution policy for an activity. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:1303: SyntaxWarning: invalid escape sequence '\d' 563s """Azure Data Explorer command activity. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:4202: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:4264: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:18183: SyntaxWarning: invalid escape sequence '\d' 563s """SSIS package execution log location. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19073: SyntaxWarning: invalid escape sequence '\d' 563s """This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19165: SyntaxWarning: invalid escape sequence '\d' 563s """This activity verifies that an external resource exists. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19723: SyntaxWarning: invalid escape sequence '\d' 563s """WebHook activity. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:175: SyntaxWarning: invalid escape sequence '\d' 563s """Execution policy for an activity. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:222: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1151: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1248: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1271: SyntaxWarning: invalid escape sequence '\d' 563s """Copy activity sources of tabular type. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1406: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1439: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Amazon Marketplace Web Service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1495: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1683: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity AmazonRdsForOracle source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1750: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2025: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Amazon RDS for SQL Server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2110: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2407: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for Amazon Redshift Source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2468: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:3987: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4096: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4127: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Avro sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4186: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4225: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Avro source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4275: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5209: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Data Lake Storage Gen2 sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5265: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5302: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure BlobFS source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5358: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6437: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Databricks Delta Lake sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6497: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6538: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Databricks Delta Lake source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6588: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7023: SyntaxWarning: invalid escape sequence '\d' 563s """Azure Data Explorer command activity. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7096: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7267: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Data Explorer sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7333: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7378: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Data Explorer (Kusto) source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7440: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8222: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Data Lake Store sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8282: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8322: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Data Lake source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8368: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:9475: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure MariaDB source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:9531: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10532: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure MySql sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10588: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10625: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure MySQL source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10680: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10923: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure PostgreSQL sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10979: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11016: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure PostgreSQL source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11072: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11231: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Queue sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11282: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11420: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Search Index sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11477: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12300: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure SQL sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12383: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12439: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure SQL source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12524: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13019: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Table sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13090: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13139: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Table source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13200: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13886: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Binary sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13941: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13977: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Binary source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14026: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14318: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Blob sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14388: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14436: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure Blob source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14492: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14744: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for a Cassandra database. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14810: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15415: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Common Data Service for Apps sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15482: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15527: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Common Data Service for Apps source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15578: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15897: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Concur Service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15953: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16617: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity sink for a CosmosDB (MongoDB API) database. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16674: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16712: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for a CosmosDB (MongoDB API) database. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16780: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16932: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure CosmosDB (SQL API) Collection sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16988: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17025: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure CosmosDB (SQL API) Collection source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17090: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17228: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Couchbase server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17284: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20234: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for Db2 databases. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20289: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20862: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity DelimitedText sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20921: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20960: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity DelimitedText source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21014: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21316: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Document Database Collection sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21377: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21418: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Document Database Collection source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21478: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21612: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Drill server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21668: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22155: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Dynamics AX source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22218: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22559: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Dynamics CRM sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22626: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22671: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Dynamics CRM source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22722: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23061: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Dynamics sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23128: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23173: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Dynamics source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23224: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23511: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Eloqua server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23567: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23968: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity excel source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:24018: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25343: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity file system sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25398: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25434: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity file system source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25485: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:26723: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Google AdWords service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:26779: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27121: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Google BigQuery service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27177: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27461: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Google BigQuery service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27517: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28053: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Greenplum Database source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28109: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28536: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity HBase server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28592: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28932: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity HDFS source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28982: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:30727: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Hive Server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:30783: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31296: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for an HTTP file. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31344: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31617: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Hubspot Service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31673: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32120: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Impala server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32176: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32339: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Informix sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32395: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32432: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for Informix. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32487: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33502: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Jira Service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33558: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33869: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Json sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33928: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33967: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Json source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34021: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34739: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity for Microsoft Fabric LakeHouse Table sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34806: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34852: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for Microsoft Fabric LakeHouse Table. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34908: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:36915: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Magento server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:36971: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37417: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity MariaDB server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37473: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37845: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Marketo server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37901: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38208: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Microsoft Access sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38264: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38301: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for Microsoft Access. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38351: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38690: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for a MongoDB Atlas database. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38758: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39141: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for a MongoDB database. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39192: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39419: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for a MongoDB database. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39487: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39683: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for MySQL databases. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39738: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:40019: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Netezza source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:40084: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41138: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for OData source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41196: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41359: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity ODBC sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41415: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41452: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for ODBC databases. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41507: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41875: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for an Office 365 service. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41947: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42441: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Oracle Service Cloud source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42497: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42534: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Oracle sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42590: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42627: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Oracle source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42692: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43020: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity ORC sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43079: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43118: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity ORC source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43168: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43514: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Parquet sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43573: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43612: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Parquet source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43666: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43989: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Paypal Service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44045: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44386: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Phoenix server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44442: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45003: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for PostgreSQL databases. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45058: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45444: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for PostgreSQL databases. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45499: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46042: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Presto server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46098: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46702: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity QuickBooks server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46758: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47000: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for various relational databases. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47050: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47648: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Responsys source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47704: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48113: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Rest service Sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48190: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48244: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Rest service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48321: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49499: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Salesforce Marketing Cloud source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49555: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49932: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Salesforce Service Cloud sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50002: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50052: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Salesforce Service Cloud source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50107: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50379: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Salesforce Service Cloud V2 sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50449: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50499: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Salesforce Service Cloud V2 source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50554: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50590: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Salesforce sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50660: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50710: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Salesforce source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50770: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51046: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Salesforce V2 sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51116: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51166: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Salesforce V2 source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51226: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51485: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for SapBW server via MDX. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51540: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51787: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity SAP Cloud for Customer sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51851: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51895: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for SAP Cloud for Customer source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51958: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52212: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for SAP ECC source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52275: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52463: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for SAP HANA source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52532: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53040: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for SAP ODP source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53111: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53334: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for SAP Business Warehouse Open Hub Destination source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53407: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53961: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for SAP Table source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54059: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54322: SyntaxWarning: invalid escape sequence '\d' 563s """Script activity type. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54398: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55022: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity ServiceNow server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55078: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55310: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity ServiceNowV2 server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55365: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56196: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for sharePoint online list source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56248: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56508: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Shopify Service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56564: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57087: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity snowflake sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57147: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57187: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity snowflake source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57237: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57560: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity snowflake sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57620: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57660: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity snowflake source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57710: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59106: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Spark Server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59162: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59316: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity SQL Data Warehouse sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59396: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59452: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity SQL Data Warehouse source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59535: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59594: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure SQL Managed Instance sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59677: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59733: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Azure SQL Managed Instance source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59818: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60639: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity SQL server sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60722: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60778: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity SQL server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60863: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61167: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity SQL sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61250: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61306: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity SQL source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61387: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61696: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Square Service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61752: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61954: SyntaxWarning: invalid escape sequence '\d' 563s """SSIS package execution log location. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61992: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:62660: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for Sybase databases. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:62715: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:63882: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Teradata source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:63946: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64582: SyntaxWarning: invalid escape sequence '\d' 563s """Trigger that schedules pipeline runs for all fixed time interval windows from a start time 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64674: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64940: SyntaxWarning: invalid escape sequence '\d' 563s """This activity executes inner activities until the specified boolean expression results to true 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65014: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65117: SyntaxWarning: invalid escape sequence '\d' 563s """This activity verifies that an external resource exists. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65199: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65385: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Vertica source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65441: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65874: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Microsoft Fabric Warehouse sink. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65950: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66003: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Microsoft Fabric Warehouse source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66087: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66686: SyntaxWarning: invalid escape sequence '\d' 563s """WebHook activity. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66779: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66918: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity source for web page table. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66964: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:67735: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Xero Service source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:67791: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68043: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Xml source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68097: SyntaxWarning: invalid escape sequence '\d' 563s """ 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68532: SyntaxWarning: invalid escape sequence '\d' 563s """A copy activity Zoho server source. 563s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68588: SyntaxWarning: invalid escape sequence '\d' 563s """ 570s /usr/lib/python3/dist-packages/azure/ai/ml/_restclient/v2023_10_01/models/_azure_machine_learning_services_enums.py:208: SyntaxWarning: invalid escape sequence '\ ' 570s """Random forest is a supervised learning algorithm. 570s /usr/lib/python3/dist-packages/azure/ai/ml/_restclient/v2023_10_01/models/_azure_machine_learning_services_enums.py:1327: SyntaxWarning: invalid escape sequence '\ ' 570s """Random forest is a supervised learning algorithm. 573s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/aio/operations/_resources_operations.py:60: SyntaxWarning: invalid escape sequence '\ ' 573s """Get all the resources for a resource group. 573s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/aio/operations/_resources_operations.py:387: SyntaxWarning: invalid escape sequence '\ ' 573s """Get all the resources in a subscription. 573s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/operations/_resources_operations.py:65: SyntaxWarning: invalid escape sequence '\ ' 573s """Get all the resources for a resource group. 573s /usr/lib/python3/dist-packages/azure/ai/ml/_vendor/azure_resources/operations/_resources_operations.py:413: SyntaxWarning: invalid escape sequence '\ ' 573s """Get all the resources in a subscription. 575s /usr/lib/python3/dist-packages/azure/batch/models/_models.py:9067: SyntaxWarning: invalid escape sequence '\ ' 575s """The source port ranges to match for the rule. Valid values are '\ *' (for all ports 0 - 65535), 575s /usr/lib/python3/dist-packages/azure/batch/models/_models.py:9225: SyntaxWarning: invalid escape sequence '\ ' 575s """A pattern indicating which file(s) to upload. Both relative and absolute paths are supported. 575s /usr/lib/python3/dist-packages/azure/communication/jobrouter/models/_models.py:2367: SyntaxWarning: invalid escape sequence '\ ' 575s """Encapsulates all options that can be passed as parameters for scoring rule with BestWorkerMode. 575s /usr/lib/python3/dist-packages/azure/communication/jobrouter/models/_models.py:2392: SyntaxWarning: invalid escape sequence '\ ' 575s """List of extra parameters from a job that will be sent as part of the payload to scoring rule. 578s /usr/lib/python3/dist-packages/azure/mgmt/advisor/aio/operations/_recommendations_operations.py:186: SyntaxWarning: invalid escape sequence '\ ' 578s """Obtains cached recommendations for a subscription. The recommendations are generated or 578s /usr/lib/python3/dist-packages/azure/mgmt/advisor/operations/_recommendations_operations.py:299: SyntaxWarning: invalid escape sequence '\ ' 578s """Obtains cached recommendations for a subscription. The recommendations are generated or 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:3908: SyntaxWarning: invalid escape sequence '\ ' 579s """Describes an available ApiManagement SKU. 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10189: SyntaxWarning: invalid escape sequence '\ ' 579s """Contract details. 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10245: SyntaxWarning: invalid escape sequence '\ ' 579s """ 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10267: SyntaxWarning: invalid escape sequence '\ ' 579s """Group contract Properties. 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10311: SyntaxWarning: invalid escape sequence '\ ' 579s """ 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10332: SyntaxWarning: invalid escape sequence '\ ' 579s """Parameters supplied to the Create Group operation. 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10366: SyntaxWarning: invalid escape sequence '\ ' 579s """ 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10386: SyntaxWarning: invalid escape sequence '\ ' 579s """Parameters supplied to the Update Group operation. 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:10420: SyntaxWarning: invalid escape sequence '\ ' 579s """ 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:14739: SyntaxWarning: invalid escape sequence '\ ' 579s """The developer portal Content Security Policy (CSP) settings. 579s /usr/lib/python3/dist-packages/azure/mgmt/apimanagement/models/_models_py3.py:14765: SyntaxWarning: invalid escape sequence '\ ' 579s """ 582s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models.py:1416: SyntaxWarning: invalid escape sequence '\ ' 582s """Input directory for the job. 582s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models.py:2306: SyntaxWarning: invalid escape sequence '\ ' 582s """Output directory for the job. 582s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models_py3.py:1543: SyntaxWarning: invalid escape sequence '\ ' 582s """Input directory for the job. 582s /usr/lib/python3/dist-packages/azure/mgmt/batchai/models/_models_py3.py:2520: SyntaxWarning: invalid escape sequence '\ ' 582s """Output directory for the job. 593s /usr/lib/python3/dist-packages/azure/mgmt/computefleet/models/_models.py:623: SyntaxWarning: invalid escape sequence '\ ' 593s """Boot Diagnostics is a debugging feature which allows you to view Console Output 593s /usr/lib/python3/dist-packages/azure/mgmt/computefleet/models/_models.py:3701: SyntaxWarning: invalid escape sequence '\W' 593s """Specifies the password of the administrator account. :code:`
`:code:`
` **Minimum-length 607s /usr/lib/python3/dist-packages/azure/mgmt/datamigration/models/_models_py3.py:16832: SyntaxWarning: invalid escape sequence '\S' 607s """Information for connecting to SQL database server. 607s /usr/lib/python3/dist-packages/azure/mgmt/datamigration/models/_models_py3.py:16910: SyntaxWarning: invalid escape sequence '\S' 607s """ 609s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:63: SyntaxWarning: invalid escape sequence '\w' 609s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 609s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:130: SyntaxWarning: invalid escape sequence '\w' 609s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 609s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:224: SyntaxWarning: invalid escape sequence '\w' 609s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 609s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:312: SyntaxWarning: invalid escape sequence '\w' 609s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 609s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:398: SyntaxWarning: invalid escape sequence '\w' 609s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 609s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:543: SyntaxWarning: invalid escape sequence '\w' 609s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 609s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:612: SyntaxWarning: invalid escape sequence '\w' 609s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 609s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:675: SyntaxWarning: invalid escape sequence '\w' 609s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 609s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:738: SyntaxWarning: invalid escape sequence '\w' 609s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 609s /usr/lib/python3/dist-packages/azure/mgmt/documentdb/operations/database_accounts_operations.py:807: SyntaxWarning: invalid escape sequence '\w' 609s 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern='^[-\w\._\(\)]+$'), 612s /usr/lib/python3/dist-packages/azure/mgmt/hybridnetwork/models/_models_py3.py:6028: SyntaxWarning: invalid escape sequence '\ ' 612s """Site properties. 614s /usr/lib/python3/dist-packages/azure/mgmt/iotoperations/models/_models.py:3864: SyntaxWarning: invalid escape sequence '\ ' 614s """Give access to state store keys for the corresponding principals defined. When key type is 614s /usr/lib/python3/dist-packages/azure/mgmt/iotoperations/models/_models.py:3867: SyntaxWarning: invalid escape sequence '\ ' 614s """Give access for ``Read``\ , ``Write`` and ``ReadWrite`` access level. Required. Known values 616s /usr/lib/python3/dist-packages/azure/mgmt/machinelearningservices/models/_machine_learning_services_mgmt_client_enums.py:168: SyntaxWarning: invalid escape sequence '\ ' 616s """Random forest is a supervised learning algorithm. 616s /usr/lib/python3/dist-packages/azure/mgmt/machinelearningservices/models/_machine_learning_services_mgmt_client_enums.py:1031: SyntaxWarning: invalid escape sequence '\ ' 616s """Random forest is a supervised learning algorithm. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/aio/operations/_activity_logs_operations.py:56: SyntaxWarning: invalid escape sequence '\ ' 618s """Provides the list of records from the activity logs. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/aio/operations/_tenant_activity_logs_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 618s """Gets the Activity Logs for the Tenant.:code:`
`Everything that is applicable to the API to 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1611: SyntaxWarning: invalid escape sequence '\ ' 618s """The resource from which the rule collects its data. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1661: SyntaxWarning: invalid escape sequence '\ ' 618s """ 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1746: SyntaxWarning: invalid escape sequence '\ ' 618s """A rule management event data source. The discriminator fields is always 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1825: SyntaxWarning: invalid escape sequence '\ ' 618s """ 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1877: SyntaxWarning: invalid escape sequence '\ ' 618s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/models/_models_py3.py:1921: SyntaxWarning: invalid escape sequence '\ ' 618s """ 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/operations/_activity_logs_operations.py:90: SyntaxWarning: invalid escape sequence '\ ' 618s """Provides the list of records from the activity logs. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_04_01/operations/_tenant_activity_logs_operations.py:84: SyntaxWarning: invalid escape sequence '\ ' 618s """Gets the Activity Logs for the Tenant.:code:`
`Everything that is applicable to the API to 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/aio/operations/_metric_definitions_operations.py:58: SyntaxWarning: invalid escape sequence '\P' 618s """Lists the metric definitions for the resource. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1314: SyntaxWarning: invalid escape sequence '\ ' 618s """The resource from which the rule collects its data. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1364: SyntaxWarning: invalid escape sequence '\ ' 618s """ 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1449: SyntaxWarning: invalid escape sequence '\ ' 618s """A rule management event data source. The discriminator fields is always 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1528: SyntaxWarning: invalid escape sequence '\ ' 618s """ 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1580: SyntaxWarning: invalid escape sequence '\ ' 618s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/models/_models_py3.py:1624: SyntaxWarning: invalid escape sequence '\ ' 618s """ 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2015_07_01/operations/_metric_definitions_operations.py:87: SyntaxWarning: invalid escape sequence '\P' 618s """Lists the metric definitions for the resource. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/aio/operations/_metric_definitions_operations.py:59: SyntaxWarning: invalid escape sequence '\P' 618s """Lists the metric definitions for the resource. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1016: SyntaxWarning: invalid escape sequence '\ ' 618s """The resource from which the rule collects its data. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1066: SyntaxWarning: invalid escape sequence '\ ' 618s """ 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1151: SyntaxWarning: invalid escape sequence '\ ' 618s """A rule management event data source. The discriminator fields is always 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1230: SyntaxWarning: invalid escape sequence '\ ' 618s """ 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1282: SyntaxWarning: invalid escape sequence '\ ' 618s """A rule metric data source. The discriminator value is always RuleMetricDataSource in this case. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/models/_models_py3.py:1326: SyntaxWarning: invalid escape sequence '\ ' 618s """ 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_03_01/operations/_metric_definitions_operations.py:88: SyntaxWarning: invalid escape sequence '\P' 618s """Lists the metric definitions for the resource. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_metrics_operations.py:57: SyntaxWarning: invalid escape sequence '\ ' 618s """Lists the metric values for a resource. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:59: SyntaxWarning: invalid escape sequence '\ ' 618s """Gets the active diagnostic settings for the specified resource. **WARNING**\ : This method will 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:123: SyntaxWarning: invalid escape sequence '\ ' 618s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:143: SyntaxWarning: invalid escape sequence '\ ' 618s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:163: SyntaxWarning: invalid escape sequence '\ ' 618s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:245: SyntaxWarning: invalid escape sequence '\ ' 618s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:271: SyntaxWarning: invalid escape sequence '\ ' 618s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/aio/operations/_service_diagnostic_settings_operations.py:294: SyntaxWarning: invalid escape sequence '\ ' 618s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_metrics_operations.py:86: SyntaxWarning: invalid escape sequence '\ ' 618s """Lists the metric values for a resource. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:136: SyntaxWarning: invalid escape sequence '\ ' 618s """Gets the active diagnostic settings for the specified resource. **WARNING**\ : This method will 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:200: SyntaxWarning: invalid escape sequence '\ ' 618s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:220: SyntaxWarning: invalid escape sequence '\ ' 618s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:240: SyntaxWarning: invalid escape sequence '\ ' 618s """Create or update new diagnostic settings for the specified resource. **WARNING**\ : This method 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:322: SyntaxWarning: invalid escape sequence '\ ' 618s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:348: SyntaxWarning: invalid escape sequence '\ ' 618s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2016_09_01/operations/_service_diagnostic_settings_operations.py:371: SyntaxWarning: invalid escape sequence '\ ' 618s """Updates an existing ServiceDiagnosticSettingsResource. To update other fields use the 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2017_05_01_preview/aio/operations/_metrics_operations.py:68: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric values for a resource**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2017_05_01_preview/operations/_metrics_operations.py:123: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric values for a resource**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_01_01/aio/operations/_metrics_operations.py:69: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric values for a resource**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_01_01/operations/_metrics_operations.py:127: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric values for a resource**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_09_01/aio/operations/_baselines_operations.py:70: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric baseline values for a resource**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2018_09_01/operations/_baselines_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric baseline values for a resource**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2019_03_01/aio/operations/_baselines_operations.py:70: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric baseline values for a resource**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2019_03_01/operations/_baselines_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric baseline values for a resource**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2020_10_01/models/_models_py3.py:293: SyntaxWarning: invalid escape sequence '\ ' 618s """An Activity Log Alert rule condition that is met when all its member conditions are met. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:75: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric data for a subscription**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:208: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric data for a subscription**. Parameters can be specified on either query 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:290: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric data for a subscription**. Parameters can be specified on either query 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:369: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric data for a subscription**. Parameters can be specified on either query 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/aio/operations/_metrics_operations.py:522: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric values for a resource**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/models/_models_py3.py:1263: SyntaxWarning: invalid escape sequence '\ ' 618s """Query parameters can also be specified in the body, specifying the same parameter in both the 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/models/_models_py3.py:1345: SyntaxWarning: invalid escape sequence '\ ' 618s """ 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:264: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric data for a subscription**. 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:397: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric data for a subscription**. Parameters can be specified on either query 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:479: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric data for a subscription**. Parameters can be specified on either query 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:558: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric data for a subscription**. Parameters can be specified on either query 618s /usr/lib/python3/dist-packages/azure/mgmt/monitor/v2021_05_01/operations/_metrics_operations.py:711: SyntaxWarning: invalid escape sequence '\ ' 618s """**Lists the metric values for a resource**. 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:66: SyntaxWarning: invalid escape sequence '\ ' 622s """Get the quota limit of a resource. The response can be used to determine the remaining quota to 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:206: SyntaxWarning: invalid escape sequence '\ ' 622s """Create or update the quota limit for the specified resource with the requested value. To update 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:251: SyntaxWarning: invalid escape sequence '\ ' 622s """Create or update the quota limit for the specified resource with the requested value. To update 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:294: SyntaxWarning: invalid escape sequence '\ ' 622s """Create or update the quota limit for the specified resource with the requested value. To update 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:449: SyntaxWarning: invalid escape sequence '\ ' 622s """Update the quota limit for a specific resource to the specified value: 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:493: SyntaxWarning: invalid escape sequence '\ ' 622s """Update the quota limit for a specific resource to the specified value: 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:535: SyntaxWarning: invalid escape sequence '\ ' 622s """Update the quota limit for a specific resource to the specified value: 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_operations.py:617: SyntaxWarning: invalid escape sequence '\ ' 622s """Get a list of current quota limits of all resources for the specified scope. The response from 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_request_status_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 622s """Get the quota request details and status by quota request ID for the resources of the resource 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_quota_request_status_operations.py:126: SyntaxWarning: invalid escape sequence '\ ' 622s """For the specified scope, get the current quota requests for a one year period ending at the 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_usages_operations.py:58: SyntaxWarning: invalid escape sequence '\ ' 622s """Get the current usage of a resource. 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/aio/operations/_usages_operations.py:125: SyntaxWarning: invalid escape sequence '\ ' 622s """Get a list of current usage for all resources for the scope specified. 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:1967: SyntaxWarning: invalid escape sequence '\ ' 622s """Quota properties for the specified resource. 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:2114: SyntaxWarning: invalid escape sequence '\ ' 622s """Quota request. 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:2315: SyntaxWarning: invalid escape sequence '\ ' 622s """Quota request status details. 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/models/_models_py3.py:3247: SyntaxWarning: invalid escape sequence '\ ' 622s """Usage properties for the specified resource. 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:168: SyntaxWarning: invalid escape sequence '\ ' 622s """Get the quota limit of a resource. The response can be used to determine the remaining quota to 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:308: SyntaxWarning: invalid escape sequence '\ ' 622s """Create or update the quota limit for the specified resource with the requested value. To update 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:353: SyntaxWarning: invalid escape sequence '\ ' 622s """Create or update the quota limit for the specified resource with the requested value. To update 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:396: SyntaxWarning: invalid escape sequence '\ ' 622s """Create or update the quota limit for the specified resource with the requested value. To update 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:550: SyntaxWarning: invalid escape sequence '\ ' 622s """Update the quota limit for a specific resource to the specified value: 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:594: SyntaxWarning: invalid escape sequence '\ ' 622s """Update the quota limit for a specific resource to the specified value: 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:636: SyntaxWarning: invalid escape sequence '\ ' 622s """Update the quota limit for a specific resource to the specified value: 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_operations.py:717: SyntaxWarning: invalid escape sequence '\ ' 622s """Get a list of current quota limits of all resources for the specified scope. The response from 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_request_status_operations.py:122: SyntaxWarning: invalid escape sequence '\ ' 622s """Get the quota request details and status by quota request ID for the resources of the resource 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_quota_request_status_operations.py:190: SyntaxWarning: invalid escape sequence '\ ' 622s """For the specified scope, get the current quota requests for a one year period ending at the 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_usages_operations.py:109: SyntaxWarning: invalid escape sequence '\ ' 622s """Get the current usage of a resource. 622s /usr/lib/python3/dist-packages/azure/mgmt/quota/operations/_usages_operations.py:176: SyntaxWarning: invalid escape sequence '\ ' 622s """Get a list of current usage for all resources for the scope specified. 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2542: SyntaxWarning: invalid escape sequence '\R' 623s """Execute Reverse Replication\Reprotect. 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2583: SyntaxWarning: invalid escape sequence '\R' 623s """Execute Reverse Replication\Reprotect. 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/aio/operations/_replication_protected_items_operations.py:2622: SyntaxWarning: invalid escape sequence '\R' 623s """Execute Reverse Replication\Reprotect. 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:5381: SyntaxWarning: invalid escape sequence '\L' 623s """Disk details for E2A provider. 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:5433: SyntaxWarning: invalid escape sequence '\L' 623s """ 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:8816: SyntaxWarning: invalid escape sequence '\S' 623s """HyperVReplicaAzure specific enable protection input. 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:8963: SyntaxWarning: invalid escape sequence '\S' 623s """ 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:9459: SyntaxWarning: invalid escape sequence '\S' 623s """Hyper V Replica Azure provider specific settings. 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:9631: SyntaxWarning: invalid escape sequence '\S' 623s """ 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:11387: SyntaxWarning: invalid escape sequence '\S' 623s """VMware Azure specific enable protection input. 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:11521: SyntaxWarning: invalid escape sequence '\S' 623s """ 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:12100: SyntaxWarning: invalid escape sequence '\S' 623s """InMageAzureV2 provider specific settings. 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:12429: SyntaxWarning: invalid escape sequence '\S' 623s """ 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:26310: SyntaxWarning: invalid escape sequence '\S' 623s """Update protected item input properties. 623s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/models/_models_py3.py:26370: SyntaxWarning: invalid escape sequence '\S' 623s """ 624s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3476: SyntaxWarning: invalid escape sequence '\R' 624s """Execute Reverse Replication\Reprotect. 624s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3517: SyntaxWarning: invalid escape sequence '\R' 624s """Execute Reverse Replication\Reprotect. 624s /usr/lib/python3/dist-packages/azure/mgmt/recoveryservicessiterecovery/operations/_replication_protected_items_operations.py:3556: SyntaxWarning: invalid escape sequence '\R' 624s """Execute Reverse Replication\Reprotect. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_azure_reservation_api_operations.py:163: SyntaxWarning: invalid escape sequence '\ ' 624s """Get list of applicable ``Reservation``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:375: SyntaxWarning: invalid escape sequence '\ ' 624s """Split the ``Reservation``. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:405: SyntaxWarning: invalid escape sequence '\ ' 624s """Split the ``Reservation``. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:435: SyntaxWarning: invalid escape sequence '\ ' 624s """Split the ``Reservation``. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:583: SyntaxWarning: invalid escape sequence '\ ' 624s """Merges two ``Reservation``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:614: SyntaxWarning: invalid escape sequence '\ ' 624s """Merges two ``Reservation``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:645: SyntaxWarning: invalid escape sequence '\ ' 624s """Merges two ``Reservation``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_operations.py:721: SyntaxWarning: invalid escape sequence '\ ' 624s """Get ``Reservation``\ s in a given reservation Order. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/aio/operations/_reservation_order_operations.py:183: SyntaxWarning: invalid escape sequence '\ ' 624s """Get all ``ReservationOrder``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/models/_models_py3.py:3172: SyntaxWarning: invalid escape sequence '\ ' 624s """List of ``Reservation``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/models/_models_py3.py:3288: SyntaxWarning: invalid escape sequence '\ ' 624s """List of ``ReservationOrder``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_azure_reservation_api_operations.py:239: SyntaxWarning: invalid escape sequence '\ ' 624s """Get list of applicable ``Reservation``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:660: SyntaxWarning: invalid escape sequence '\ ' 624s """Split the ``Reservation``. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:690: SyntaxWarning: invalid escape sequence '\ ' 624s """Split the ``Reservation``. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:720: SyntaxWarning: invalid escape sequence '\ ' 624s """Split the ``Reservation``. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:868: SyntaxWarning: invalid escape sequence '\ ' 624s """Merges two ``Reservation``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:899: SyntaxWarning: invalid escape sequence '\ ' 624s """Merges two ``Reservation``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:930: SyntaxWarning: invalid escape sequence '\ ' 624s """Merges two ``Reservation``\ s. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_operations.py:1006: SyntaxWarning: invalid escape sequence '\ ' 624s """Get ``Reservation``\ s in a given reservation Order. 624s /usr/lib/python3/dist-packages/azure/mgmt/reservations/operations/_reservation_order_operations.py:299: SyntaxWarning: invalid escape sequence '\ ' 624s """Get all ``ReservationOrder``\ s. 627s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:63: SyntaxWarning: invalid escape sequence '\ ' 627s """An interval in time specifying the date and time for the inclusive start and exclusive end, i.e. ``[start, end)``. 627s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:88: SyntaxWarning: invalid escape sequence '\ ' 627s """ 627s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:1136: SyntaxWarning: invalid escape sequence '\ ' 627s """Specifies the date and time interval for a changes request. 627s /usr/lib/python3/dist-packages/azure/mgmt/resourcegraph/models/_models_py3.py:1161: SyntaxWarning: invalid escape sequence '\ ' 627s """ 630s /usr/lib/python3/dist-packages/azure/mgmt/signalr/models/_models_py3.py:2816: SyntaxWarning: invalid escape sequence '\ ' 630s """Upstream template item settings. It defines the Upstream URL of the incoming requests. 630s /usr/lib/python3/dist-packages/azure/mgmt/signalr/models/_models_py3.py:2888: SyntaxWarning: invalid escape sequence '\ ' 630s """ 635s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_functions_operations.py:587: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all of the functions under the specified streaming job. 635s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_inputs_operations.py:585: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all of the inputs under the specified streaming job. 635s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/aio/operations/_outputs_operations.py:585: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all of the outputs under the specified streaming job. 635s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/models/_stream_analytics_management_client_enums.py:14: SyntaxWarning: invalid escape sequence '\ ' 635s """Authentication Mode. Valid modes are ``ConnectionString``\ , ``Msi`` and 'UserToken'.""" 635s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_functions_operations.py:851: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all of the functions under the specified streaming job. 635s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_inputs_operations.py:813: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all of the inputs under the specified streaming job. 635s /usr/lib/python3/dist-packages/azure/mgmt/streamanalytics/operations/_outputs_operations.py:813: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all of the outputs under the specified streaming job. 635s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_communications_no_subscription_operations.py:190: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all communications (attachments not included) for a support ticket. :code:`
`
635s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_communications_operations.py:191: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all communications (attachments not included) for a support ticket. :code:`
`
635s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:176: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all the support tickets for an Azure subscription. You can also filter the support 635s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:528: SyntaxWarning: invalid escape sequence '\ ' 635s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 635s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:570: SyntaxWarning: invalid escape sequence '\ ' 635s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 635s /usr/lib/python3/dist-packages/azure/mgmt/support/aio/operations/_support_tickets_operations.py:610: SyntaxWarning: invalid escape sequence '\ ' 635s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 635s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_communications_no_subscription_operations.py:305: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all communications (attachments not included) for a support ticket. :code:`
`
635s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_communications_operations.py:323: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all communications (attachments not included) for a support ticket. :code:`
`
635s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:318: SyntaxWarning: invalid escape sequence '\ ' 635s """Lists all the support tickets for an Azure subscription. You can also filter the support 635s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:669: SyntaxWarning: invalid escape sequence '\ ' 635s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 635s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:711: SyntaxWarning: invalid escape sequence '\ ' 635s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 635s /usr/lib/python3/dist-packages/azure/mgmt/support/operations/_support_tickets_operations.py:751: SyntaxWarning: invalid escape sequence '\ ' 635s """Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, 635s /usr/lib/python3/dist-packages/azure/mgmt/synapse/models/_models_py3.py:6218: SyntaxWarning: invalid escape sequence '\ ' 635s """Maintenance window options. 635s /usr/lib/python3/dist-packages/azure/mgmt/synapse/models/_models_py3.py:6285: SyntaxWarning: invalid escape sequence '\ ' 635s """ 647s /usr/lib/python3/dist-packages/azure/mgmt/workloads/models/_models_py3.py:2890: SyntaxWarning: invalid escape sequence '\W' 647s """Specifies the operating system settings for the virtual machine. Some of the settings cannot be 647s /usr/lib/python3/dist-packages/azure/mgmt/workloads/models/_models_py3.py:2936: SyntaxWarning: invalid escape sequence '\W' 647s """ 648s /usr/lib/python3/dist-packages/azure/mgmt/workloadssapvirtualinstance/models/_models_py3.py:1961: SyntaxWarning: invalid escape sequence '\W' 648s """Specifies the operating system settings for the virtual machine. Some of the settings cannot be 648s /usr/lib/python3/dist-packages/azure/mgmt/workloadssapvirtualinstance/models/_models_py3.py:2007: SyntaxWarning: invalid escape sequence '\W' 648s """ 648s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/aio/operations/_operations.py:230: SyntaxWarning: invalid escape sequence '\ ' 648s """**Lists the metric values for a resource**. 648s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:75: SyntaxWarning: invalid escape sequence '\ ' 648s """Lists the metric values for multiple resources. 648s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:250: SyntaxWarning: invalid escape sequence '\ ' 648s """Lists the metric values for multiple resources. 648s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/aio/operations/_operations.py:417: SyntaxWarning: invalid escape sequence '\ ' 648s """Lists the metric values for multiple resources. 648s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:137: SyntaxWarning: invalid escape sequence '\ ' 648s """Lists the metric values for multiple resources. 648s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:312: SyntaxWarning: invalid escape sequence '\ ' 648s """Lists the metric values for multiple resources. 648s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/batch/operations/_operations.py:479: SyntaxWarning: invalid escape sequence '\ ' 648s """Lists the metric values for multiple resources. 648s /usr/lib/python3/dist-packages/azure/monitor/query/_generated/metrics/operations/_operations.py:348: SyntaxWarning: invalid escape sequence '\ ' 648s """**Lists the metric values for a resource**. 648s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:2729: SyntaxWarning: invalid escape sequence '\:' 648s """Get complete definition of an entity given its type and unique attribute. 648s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:3534: SyntaxWarning: invalid escape sequence '\:' 648s """Delete an entity identified by its type and unique attributes. 648s /usr/lib/python3/dist-packages/azure/purview/catalog/aio/operations/_operations.py:4211: SyntaxWarning: invalid escape sequence '\:' 648s """Bulk API to retrieve list of entities identified by its unique attributes. 648s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:6216: SyntaxWarning: invalid escape sequence '\:' 648s """Get complete definition of an entity given its type and unique attribute. 648s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:7021: SyntaxWarning: invalid escape sequence '\:' 648s """Delete an entity identified by its type and unique attributes. 648s /usr/lib/python3/dist-packages/azure/purview/catalog/operations/_operations.py:7698: SyntaxWarning: invalid escape sequence '\:' 648s """Bulk API to retrieve list of entities identified by its unique attributes. 648s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:4763: SyntaxWarning: invalid escape sequence '\:' 648s """Get complete definition of an entity given its type and unique attribute. 648s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:6386: SyntaxWarning: invalid escape sequence '\:' 648s """Delete an entity identified by its type and unique attributes. 648s /usr/lib/python3/dist-packages/azure/purview/datamap/aio/operations/_operations.py:7343: SyntaxWarning: invalid escape sequence '\:' 648s """Bulk API to retrieve list of entities identified by its unique attributes. 648s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:6932: SyntaxWarning: invalid escape sequence '\:' 648s """Get complete definition of an entity given its type and unique attribute. 648s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:8555: SyntaxWarning: invalid escape sequence '\:' 648s """Delete an entity identified by its type and unique attributes. 648s /usr/lib/python3/dist-packages/azure/purview/datamap/operations/_operations.py:9512: SyntaxWarning: invalid escape sequence '\:' 648s """Bulk API to retrieve list of entities identified by its unique attributes. 648s /usr/lib/python3/dist-packages/azure/search/documents/indexes/_generated/models/_models_py3.py:6632: SyntaxWarning: invalid escape sequence '\W' 648s pattern: str = "\W+", 648s /usr/lib/python3/dist-packages/azure/search/documents/indexes/_generated/models/_models_py3.py:6857: SyntaxWarning: invalid escape sequence '\W' 648s pattern: str = "\W+", 649s /usr/lib/python3/dist-packages/azure/servicemanagement/schedulermanagementservice.py:51: SyntaxWarning: invalid escape sequence '\m' 649s ''' 649s /usr/lib/python3/dist-packages/azure/servicemanagement/servicebusmanagementservice.py:51: SyntaxWarning: invalid escape sequence '\m' 649s ''' 649s /usr/lib/python3/dist-packages/azure/servicemanagement/servicemanagementservice.py:73: SyntaxWarning: invalid escape sequence '\m' 649s ''' 649s /usr/lib/python3/dist-packages/azure/servicemanagement/sqldatabasemanagementservice.py:47: SyntaxWarning: invalid escape sequence '\m' 649s ''' 649s /usr/lib/python3/dist-packages/azure/servicemanagement/websitemanagementservice.py:47: SyntaxWarning: invalid escape sequence '\m' 649s ''' 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:103: SyntaxWarning: invalid escape sequence '\d' 649s """Execution policy for an activity. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:1303: SyntaxWarning: invalid escape sequence '\d' 649s """Azure Data Explorer command activity. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:4202: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:4264: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:18183: SyntaxWarning: invalid escape sequence '\d' 649s """SSIS package execution log location. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19073: SyntaxWarning: invalid escape sequence '\d' 649s """This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19165: SyntaxWarning: invalid escape sequence '\d' 649s """This activity verifies that an external resource exists. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models.py:19723: SyntaxWarning: invalid escape sequence '\d' 649s """WebHook activity. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:175: SyntaxWarning: invalid escape sequence '\d' 649s """Execution policy for an activity. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:222: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1151: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1248: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1271: SyntaxWarning: invalid escape sequence '\d' 649s """Copy activity sources of tabular type. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1406: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1439: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Amazon Marketplace Web Service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1495: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1683: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity AmazonRdsForOracle source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:1750: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2025: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Amazon RDS for SQL Server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2110: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2407: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for Amazon Redshift Source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:2468: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:3987: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4096: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4127: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Avro sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4186: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4225: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Avro source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:4275: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5209: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Data Lake Storage Gen2 sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5265: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5302: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure BlobFS source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:5358: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6437: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Databricks Delta Lake sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6497: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6538: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Databricks Delta Lake source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:6588: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7023: SyntaxWarning: invalid escape sequence '\d' 649s """Azure Data Explorer command activity. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7096: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7267: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Data Explorer sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7333: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7378: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Data Explorer (Kusto) source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:7440: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8222: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Data Lake Store sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8282: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8322: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Data Lake source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:8368: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:9475: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure MariaDB source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:9531: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10532: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure MySql sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10588: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10625: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure MySQL source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10680: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10923: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure PostgreSQL sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:10979: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11016: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure PostgreSQL source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11072: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11231: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Queue sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11282: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11420: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Search Index sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:11477: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12300: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure SQL sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12383: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12439: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure SQL source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:12524: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13019: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Table sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13090: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13139: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Table source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13200: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13886: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Binary sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13941: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:13977: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Binary source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14026: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14318: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Blob sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14388: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14436: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure Blob source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14492: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14744: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for a Cassandra database. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:14810: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15415: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Common Data Service for Apps sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15482: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15527: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Common Data Service for Apps source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15578: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15897: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Concur Service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:15953: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16617: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity sink for a CosmosDB (MongoDB API) database. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16674: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16712: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for a CosmosDB (MongoDB API) database. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16780: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16932: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure CosmosDB (SQL API) Collection sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:16988: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17025: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure CosmosDB (SQL API) Collection source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17090: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17228: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Couchbase server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:17284: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20234: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for Db2 databases. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20289: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20862: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity DelimitedText sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20921: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:20960: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity DelimitedText source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21014: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21316: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Document Database Collection sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21377: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21418: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Document Database Collection source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21478: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21612: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Drill server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:21668: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22155: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Dynamics AX source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22218: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22559: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Dynamics CRM sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22626: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22671: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Dynamics CRM source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:22722: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23061: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Dynamics sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23128: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23173: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Dynamics source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23224: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23511: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Eloqua server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23567: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:23968: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity excel source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:24018: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25343: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity file system sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25398: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25434: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity file system source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:25485: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:26723: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Google AdWords service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:26779: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27121: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Google BigQuery service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27177: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27461: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Google BigQuery service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:27517: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28053: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Greenplum Database source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28109: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28536: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity HBase server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28592: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28932: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity HDFS source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:28982: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:30727: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Hive Server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:30783: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31296: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for an HTTP file. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31344: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31617: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Hubspot Service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:31673: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32120: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Impala server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32176: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32339: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Informix sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32395: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32432: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for Informix. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:32487: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33502: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Jira Service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33558: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33869: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Json sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33928: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:33967: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Json source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34021: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34739: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity for Microsoft Fabric LakeHouse Table sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34806: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34852: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for Microsoft Fabric LakeHouse Table. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:34908: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:36915: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Magento server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:36971: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37417: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity MariaDB server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37473: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37845: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Marketo server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:37901: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38208: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Microsoft Access sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38264: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38301: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for Microsoft Access. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38351: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38690: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for a MongoDB Atlas database. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:38758: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39141: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for a MongoDB database. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39192: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39419: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for a MongoDB database. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39487: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39683: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for MySQL databases. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:39738: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:40019: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Netezza source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:40084: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41138: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for OData source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41196: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41359: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity ODBC sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41415: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41452: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for ODBC databases. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41507: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41875: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for an Office 365 service. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:41947: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42441: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Oracle Service Cloud source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42497: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42534: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Oracle sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42590: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42627: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Oracle source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:42692: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43020: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity ORC sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43079: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43118: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity ORC source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43168: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43514: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Parquet sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43573: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43612: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Parquet source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43666: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:43989: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Paypal Service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44045: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44386: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Phoenix server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:44442: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45003: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for PostgreSQL databases. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45058: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45444: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for PostgreSQL databases. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:45499: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46042: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Presto server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46098: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46702: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity QuickBooks server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:46758: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47000: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for various relational databases. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47050: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47648: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Responsys source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:47704: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48113: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Rest service Sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48190: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48244: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Rest service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:48321: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49499: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Salesforce Marketing Cloud source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49555: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:49932: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Salesforce Service Cloud sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50002: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50052: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Salesforce Service Cloud source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50107: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50379: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Salesforce Service Cloud V2 sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50449: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50499: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Salesforce Service Cloud V2 source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50554: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50590: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Salesforce sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50660: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50710: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Salesforce source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:50770: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51046: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Salesforce V2 sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51116: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51166: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Salesforce V2 source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51226: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51485: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for SapBW server via MDX. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51540: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51787: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity SAP Cloud for Customer sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51851: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51895: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for SAP Cloud for Customer source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:51958: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52212: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for SAP ECC source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52275: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52463: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for SAP HANA source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:52532: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53040: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for SAP ODP source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53111: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53334: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for SAP Business Warehouse Open Hub Destination source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53407: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:53961: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for SAP Table source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54059: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54322: SyntaxWarning: invalid escape sequence '\d' 649s """Script activity type. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:54398: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55022: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity ServiceNow server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55078: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55310: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity ServiceNowV2 server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:55365: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56196: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for sharePoint online list source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56248: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56508: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Shopify Service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:56564: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57087: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity snowflake sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57147: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57187: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity snowflake source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57237: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57560: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity snowflake sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57620: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57660: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity snowflake source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:57710: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59106: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Spark Server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59162: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59316: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity SQL Data Warehouse sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59396: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59452: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity SQL Data Warehouse source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59535: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59594: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure SQL Managed Instance sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59677: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59733: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Azure SQL Managed Instance source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:59818: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60639: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity SQL server sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60722: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60778: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity SQL server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:60863: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61167: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity SQL sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61250: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61306: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity SQL source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61387: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61696: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Square Service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61752: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61954: SyntaxWarning: invalid escape sequence '\d' 649s """SSIS package execution log location. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:61992: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:62660: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for Sybase databases. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:62715: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:63882: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Teradata source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:63946: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64582: SyntaxWarning: invalid escape sequence '\d' 649s """Trigger that schedules pipeline runs for all fixed time interval windows from a start time 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64674: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:64940: SyntaxWarning: invalid escape sequence '\d' 649s """This activity executes inner activities until the specified boolean expression results to true 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65014: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65117: SyntaxWarning: invalid escape sequence '\d' 649s """This activity verifies that an external resource exists. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65199: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65385: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Vertica source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65441: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65874: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Microsoft Fabric Warehouse sink. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:65950: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66003: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Microsoft Fabric Warehouse source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66087: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66686: SyntaxWarning: invalid escape sequence '\d' 649s """WebHook activity. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66779: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66918: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity source for web page table. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:66964: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:67735: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Xero Service source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:67791: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68043: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Xml source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68097: SyntaxWarning: invalid escape sequence '\d' 649s """ 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68532: SyntaxWarning: invalid escape sequence '\d' 649s """A copy activity Zoho server source. 649s /usr/lib/python3/dist-packages/azure/synapse/artifacts/models/_models_py3.py:68588: SyntaxWarning: invalid escape sequence '\d' 649s """ 650s Setting up python3-azure-storage (20241111+git-1) ... 652s Setting up python3-azure-kusto-data (4.6.1-1) ... 652s Setting up autopkgtest-satdep (0) ... 652s Processing triggers for libc-bin (2.40-1ubuntu3) ... 652s Processing triggers for systemd (256.5-2ubuntu4) ... 652s Processing triggers for man-db (2.12.1-3) ... 653s autopkgtest: DBG: testbed command exited with code 0 653s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-azure-kusto-data'], kind short, sout pipe, serr pipe, env [] 653s autopkgtest: DBG: testbed command exited with code 0 653s autopkgtest: DBG: testbed command ['dpkg', '--status', 'autopkgtest-satdep'], kind short, sout pipe, serr pipe, env [] 653s autopkgtest: DBG: testbed command exited with code 0 653s autopkgtest: DBG: testbed command ['apt-get', '--simulate', '--quiet', '-o', 'APT::Get::Show-User-Simulation-Note=False', '--auto-remove', 'purge', 'autopkgtest-satdep'], kind short, sout pipe, serr pipe, env [] 654s autopkgtest: DBG: testbed command exited with code 0 654s autopkgtest: DBG: Marking test dependencies as manually installed: python3-azure-kusto-data python3-azure-storage python3-azure python3-msal-extensions python3-gi-cairo python3-cairo libcairo2 libfontconfig1 fontconfig-config fonts-dejavu-core fonts-dejavu-mono gir1.2-secret-1 libcairo-gobject2 libpixman-1-0 python3-all python3.13 libpython3.13-stdlib python3.13-minimal libpython3.13-minimal libsecret-1-0 libsecret-common libxcb-render0 libxcb-shm0 libxrender1 python3-ijson libyajl2 python3-msrestazure python3-adal python3-aiohttp python3-aiosignal python3-async-timeout python3-avro python3-nltk python3-click python3-colorama python3-strictyaml python3-dateutil python3-dnspython python3-frozenlist python3-msrest python3-isodate python3-joblib python3-marshmallow python3-msal python3-yarl python3-multidict python3-packaging python3-portalocker python3-psutil python3-regex python3-requests-oauthlib python3-ruamel.yaml python3-ruamel.yaml.clib python3-six python3-tqdm python3-websocket 654s autopkgtest: DBG: testbed command ['apt-mark', 'manual', '-qq', 'python3-azure-kusto-data', 'python3-azure-storage', 'python3-azure', 'python3-msal-extensions', 'python3-gi-cairo', 'python3-cairo', 'libcairo2', 'libfontconfig1', 'fontconfig-config', 'fonts-dejavu-core', 'fonts-dejavu-mono', 'gir1.2-secret-1', 'libcairo-gobject2', 'libpixman-1-0', 'python3-all', 'python3.13', 'libpython3.13-stdlib', 'python3.13-minimal', 'libpython3.13-minimal', 'libsecret-1-0'], kind short, sout raw, serr pipe, env [] 654s autopkgtest: DBG: testbed command exited with code 0 654s autopkgtest: DBG: testbed command ['apt-mark', 'manual', '-qq', 'libsecret-common', 'libxcb-render0', 'libxcb-shm0', 'libxrender1', 'python3-ijson', 'libyajl2', 'python3-msrestazure', 'python3-adal', 'python3-aiohttp', 'python3-aiosignal', 'python3-async-timeout', 'python3-avro', 'python3-nltk', 'python3-click', 'python3-colorama', 'python3-strictyaml', 'python3-dateutil', 'python3-dnspython', 'python3-frozenlist', 'python3-msrest'], kind short, sout raw, serr pipe, env [] 655s autopkgtest: DBG: testbed command exited with code 0 655s autopkgtest: DBG: testbed command ['apt-mark', 'manual', '-qq', 'python3-isodate', 'python3-joblib', 'python3-marshmallow', 'python3-msal', 'python3-yarl', 'python3-multidict', 'python3-packaging', 'python3-portalocker', 'python3-psutil', 'python3-regex', 'python3-requests-oauthlib', 'python3-ruamel.yaml', 'python3-ruamel.yaml.clib', 'python3-six', 'python3-tqdm', 'python3-websocket'], kind short, sout raw, serr pipe, env [] 655s autopkgtest: DBG: testbed command exited with code 0 655s autopkgtest: DBG: testbed command ['dpkg', '--purge', 'autopkgtest-satdep'], kind short, sout raw, serr raw, env [] 655s (Reading database ... 114111 files and directories currently installed.) 655s Removing autopkgtest-satdep (0) ... 655s autopkgtest: DBG: testbed command exited with code 0 655s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.yxNDP2/autodep8-python3-packages.all"], kind short, sout raw, serr pipe, env [] 655s autopkgtest: DBG: testbed command exited with code 0 655s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/autodep8-python3-packages.all /tmp/autopkgtest-work.fmbb4vup/out/autodep8-python3-packages.all 655s autopkgtest: DBG: got reply from testbed: ok 655s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.yxNDP2/build.ehl/src'], kind short, sout raw, serr raw, env [] 655s autopkgtest: DBG: testbed command exited with code 1 655s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.yxNDP2/build.ehl'], kind short, sout raw, serr pipe, env [] 655s autopkgtest: DBG: testbed command exited with code 0 655s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.fmbb4vup/out/tests-tree/ /tmp/autopkgtest.yxNDP2/build.ehl/src/ 656s autopkgtest: DBG: got reply from testbed: ok 656s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.yxNDP2/build.ehl/src'], kind short, sout raw, serr pipe, env [] 656s autopkgtest: DBG: testbed command exited with code 0 656s autopkgtest [08:17:30]: test autodep8-python3: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import azure.kusto.data; print(azure.kusto.data)" ; done 656s autopkgtest [08:17:30]: test autodep8-python3: [----------------------- 656s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.yxNDP2/wrapper.sh --debug --artifacts=/tmp/autopkgtest.yxNDP2/autodep8-python3-artifacts --chdir=/tmp/autopkgtest.yxNDP2/build.ehl/src --env=AUTOPKGTEST_TESTBED_ARCH=amd64 --env=AUTOPKGTEST_TEST_ARCH=amd64 --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.yxNDP2/autodep8-python3-stderr --stdout=/tmp/autopkgtest.yxNDP2/autodep8-python3-stdout --tmp=/tmp/autopkgtest.yxNDP2/autopkgtest_tmp \'--env=ADT_TEST_TRIGGERS=python3-defaults/3.12.7-1 python3-stdlib-extensions/3.12.7-1\' -- bash -ec \'set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import azure.kusto.data; print(azure.kusto.data)" ; done\''], kind test, sout raw, serr raw, env [] 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.yxNDP2/autodep8-python3-artifacts 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: changing to directory: /tmp/autopkgtest.yxNDP2/build.ehl/src 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=amd64 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=amd64 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: LANG=C.UTF-8 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LANGUAGE 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_ADDRESS 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_ALL 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_COLLATE 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_CTYPE 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_IDENTIFICATION 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_MEASUREMENT 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_MESSAGES 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_MONETARY 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_NAME 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_NUMERIC 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_PAPER 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_TELEPHONE 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: unsetting environment: LC_TIME 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: pretending to be a login shell 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: will write standard error to /tmp/autopkgtest.yxNDP2/autodep8-python3-stderr 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: will write stdout to /tmp/autopkgtest.yxNDP2/autodep8-python3-stdout 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.yxNDP2/autopkgtest_tmp 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=python3-defaults/3.12.7-1 python3-stdlib-extensions/3.12.7-1 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: command to run: bash -ec set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import azure.kusto.data; print(azure.kusto.data)" ; done 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: copying /tmp/tmp.2VKDpLvk25/out to stdout and file: /tmp/autopkgtest.yxNDP2/autodep8-python3-stdout 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: copying /tmp/tmp.2VKDpLvk25/err to standard error and file: /tmp/autopkgtest.yxNDP2/autodep8-python3-stdout 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: writing script pid 3226 to /tmp/autopkgtest_script_pid 656s Testing with python3.13: 656s Traceback (most recent call last): 656s File "", line 1, in 656s import azure.kusto.data; print(azure.kusto.data) 656s ^^^^^^^^^^^^^^^^^^^^^^^ 656s File "/usr/lib/python3/dist-packages/azure/kusto/data/__init__.py", line 5, in 656s from .client import KustoClient 656s File "/usr/lib/python3/dist-packages/azure/kusto/data/client.py", line 19, in 656s from .client_base import ExecuteRequestParams, _KustoClientBase 656s File "/usr/lib/python3/dist-packages/azure/kusto/data/client_base.py", line 13, in 656s from azure.kusto.data._token_providers import CloudInfoTokenProvider 656s File "/usr/lib/python3/dist-packages/azure/kusto/data/_token_providers.py", line 15, in 656s from azure.identity import AzureCliCredential, ManagedIdentityCredential, DeviceCodeCredential 656s File "/usr/lib/python3/dist-packages/azure/identity/__init__.py", line 10, in 656s from ._credentials import ( 656s ...<19 lines>... 656s ) 656s File "/usr/lib/python3/dist-packages/azure/identity/_credentials/__init__.py", line 5, in 656s from .authorization_code import AuthorizationCodeCredential 656s File "/usr/lib/python3/dist-packages/azure/identity/_credentials/authorization_code.py", line 9, in 656s from .._internal.aad_client import AadClient 656s File "/usr/lib/python3/dist-packages/azure/identity/_internal/__init__.py", line 5, in 656s from .aad_client import AadClient 656s File "/usr/lib/python3/dist-packages/azure/identity/_internal/aad_client.py", line 11, in 656s from .aad_client_base import AadClientBase 656s File "/usr/lib/python3/dist-packages/azure/identity/_internal/aad_client_base.py", line 20, in 656s from .aadclient_certificate import AadClientCertificate 656s File "/usr/lib/python3/dist-packages/azure/identity/_internal/aadclient_certificate.py", line 7, in 656s from cryptography import x509 656s File "/usr/lib/python3/dist-packages/cryptography/x509/__init__.py", line 7, in 656s from cryptography.x509 import certificate_transparency, verification 656s File "/usr/lib/python3/dist-packages/cryptography/x509/certificate_transparency.py", line 11, in 656s from cryptography.hazmat.bindings._rust import x509 as rust_x509 656s ImportError: cannot import name 'x509' from 'cryptography.hazmat.bindings._rust' (unknown location) 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: checking for leaked background processes... 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: waiting for tee/cat subprocesses... 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: cleaning up... 656s /tmp/autopkgtest.yxNDP2/wrapper.sh: Exit status: 1 656s autopkgtest: DBG: testbed command exited with code 1 657s autopkgtest [08:17:31]: test autodep8-python3: -----------------------] 657s autopkgtest: DBG: testbed executing test finished with exit status 1 657s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/autodep8-python3-stdout /tmp/autopkgtest-work.fmbb4vup/out/autodep8-python3-stdout 657s autopkgtest: DBG: got reply from testbed: ok 657s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/autodep8-python3-stderr /tmp/autopkgtest-work.fmbb4vup/out/autodep8-python3-stderr 657s autopkgtest: DBG: got reply from testbed: ok 657s autodep8-python3 FAIL non-zero exit status 1 657s autopkgtest [08:17:31]: test autodep8-python3: - - - - - - - - - - results - - - - - - - - - - 657s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.yxNDP2/autodep8-python3-artifacts/ /tmp/autopkgtest-work.fmbb4vup/out/artifacts/ 657s autopkgtest: DBG: got reply from testbed: ok 657s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.yxNDP2/autodep8-python3-artifacts', '/tmp/autopkgtest.yxNDP2/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 657s autopkgtest: DBG: testbed command exited with code 0 657s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 223 657s autopkgtest [08:17:31]: @@@@@@@@@@@@@@@@@@@@ summary 657s python3-tests FAIL non-zero exit status 2 657s autodep8-python3 FAIL non-zero exit status 1 657s autopkgtest: DBG: testbed stop 657s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.yxNDP2 657s autopkgtest: DBG: sending command to testbed: close 667s autopkgtest: DBG: got reply from testbed: ok 667s autopkgtest: DBG: sending command to testbed: quit 667s virt: nova [W] Skipping flock for amd64 667s virt: Creating nova instance adt-plucky-amd64-azure-kusto-python-20241113-080633-juju-7f2275-prod-proposed-migration-environment-2-c19292be-be35-498d-a922-6e7a168cf1fb from image adt/ubuntu-plucky-amd64-server-20241113.img (UUID 76b850f9-98f4-4b79-af06-fa11000b95b2)... 667s virt: nova [W] Skipping flock for amd64 667s virt: Creating nova instance adt-plucky-amd64-azure-kusto-python-20241113-080633-juju-7f2275-prod-proposed-migration-environment-2-c19292be-be35-498d-a922-6e7a168cf1fb from image adt/ubuntu-plucky-amd64-server-20241113.img (UUID 76b850f9-98f4-4b79-af06-fa11000b95b2)...